CINXE.COM
Best Flower Arrangements for Delivery | UrbanStems
<!doctype html> <html class="no-js no-touch" lang="en" data-cart-count="0" data-scroll-direction="up" data-shop="urbanstems.com" data-shop-permanent-domain="274513-24.myshopify.com" style="--scrollbar-width: 0px;"> <head><script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="16e9eb61-6f5d-4ae6-bb32-db0e81292b6a"></script><style type="text/css" id="cookiebot-css-overrides">#CybotCookiebotDialog { border-top: 1px solid #203A56; padding: 12px 32px !important; max-width: 100vw !important; box-shadow: none !important; border-radius: 0 !important; top: auto !important; left: 0 !important; bottom: 0; transform: translate(0,0) !important; width: 100vw !important; } .CybotCookiebotDialogBodyBottomWrapper, #CybotCookiebotDialogHeader, #CybotCookiebotDialogBodyContentTitle, #CybotCookiebotDialogPoweredByText { display: none !important; } #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper { flex-direction: row; align-items: center; } @media screen and (max-width: 768px) { #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper { flex-direction: column; } } #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent { margin-left: 0 !important; } #CybotCookiebotDialog.CybotEdge .CybotCookiebotScrollContainer { border-bottom: none; } @media screen and (max-width: 768px) { #CybotCookiebotDialog.CybotEdge .CybotCookiebotScrollContainer { min-height: 0; padding: 0 0 16px; text-align: center; } } #CybotCookiebotDialogBodyContent { font-family: "Mulish", sans-serif !important; letter-spacing: 0 !important; line-height: 1.4; } #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyContent { padding: 0; } #CybotCookiebotDialogBodyContent a { font-weight: 400 !important; text-decoration: underline !important; } #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter { padding: 0; width: auto; } #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtons { max-width: none !important; } #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper { flex-direction: row-reverse !important; } .CybotCookiebotDialogBodyButton { border-radius: 0 !important; font-family: "Mulish", sans-serif !important; font-weight: 700 !important; letter-spacing: 2px; line-height: 1.5; text-transform: uppercase; padding: 8px 24px !important; font-size: 14px !important; white-space: nowrap; width: auto !important; } #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyButton { margin: 0 0 0 10px !important; } @media screen and (max-width: 768px) { #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyButton { margin: 0 5px !important; } }</style><link rel="preconnect" href="https://cdn.shopify.com" crossorigin> <link href="//urbanstems.com/cdn/shop/t/172/assets/CrimsonText-Regular.woff2?v=80282211568800477541735568476" as="font" crossorigin="" rel="preload"> <link href="//urbanstems.com/cdn/shop/t/172/assets/Mulish-VariableFont_wght.woff2?v=4791965382890731871735568476" as="font" crossorigin="" rel="preload"> <link href="https://cdn.shopify.com/s/files/1/0693/4016/8440/files/hv-alizee-grande.woff2?v=1735584151" as="font" crossorigin="" rel="preload"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"> <meta name="format-detection" content="telephone=no" /> <link rel="canonical" href="https://urbanstems.com/collections/flowers"><link rel="icon" type="image/png" href="//urbanstems.com/cdn/shop/files/favicon.png?crop=center&height=32&v=1723823538&width=32"> <title>Best Flower Arrangements for Delivery | UrbanStems</title> <meta name="description" content="Shop the best flower arrangements. Free shipping on orders over $120. Same day delivery from UrbanStems available nationwide."><meta property="og:site_name" content="UrbanStems"> <meta property="og:url" content="https://urbanstems.com/collections/flowers"> <meta property="og:title" content="Flowers"> <meta property="og:type" content="product.group"> <meta property="og:description" content="Shop the best flower arrangements. Free shipping on orders over $120. Same day delivery from UrbanStems available nationwide."><meta property="og:image" content="http://urbanstems.com/cdn/shop/t/172/assets/organization-image_large.png?v=133620255960512887901735568476"> <meta property="og:image:secure_url" content="https://urbanstems.com/cdn/shop/t/172/assets/organization-image_large.png?v=133620255960512887901735568476"> <script id="theme-js-head">document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); let isFirstTouch = true; document.addEventListener('touchstart', () => { document.documentElement.classList.replace('no-touch', 'touch'); if (!isFirstTouch) return; window.publish(PUB_SUB_EVENTS.isTouch, { source: 'first-touchstart', }); isFirstTouch = false; }); document.addEventListener('DOMContentLoaded', () => { document.documentElement.style.setProperty('--scrollbar-width', `${window.innerWidth - document.body.clientWidth}px`); requestAnimationFrame(() => { document.documentElement.scrollDirection = 'up'; }); }); window.hasDialogSupport = typeof document.createElement('dialog').showModal !== 'undefined'; window.debounce = (fn, wait) => { let t; return (...args) => { clearTimeout(t); t = setTimeout(() => fn.apply(this, args), wait); }; };if (window.location.href.indexOf('#contact_form') !== -1) document.documentElement.classList.add('no-sticky-navs'); const storagetLayout = localStorage.getItem('gridLayout'); const layout = storagetLayout !== null ? storagetLayout : window.matchMedia('(min-width: 1024px)').matches ? 'large' : 'medium'; document.documentElement.dataset.gridLayout = layout; /* constants */const ON_CHANGE_DEBOUNCE_TIMER = 300;const PUB_SUB_EVENTS = { addonsUpdate: 'addons-update', addressEditFormLoaded: 'address-edit-form-loaded', bloomreachCustomerRetrieved: 'bloomreach-customer-data-retrieved', bloomreachCustomerGet: 'bloomreach-customer-data-get', cartError: 'cart-error', cartFetched: 'cart-fetched', cartUpdate: 'cart-update', collectionUpdate: 'collection-update', dateSelectsChange: 'date-selects-change', deliveryDateChange: 'delivery-date-change', deliverylocationChange: 'delivery-location-change', deliveryAreasChange: 'delivery-areas-change', getCartData: 'get-cart-data', isItemInCart: 'is-item-in-cart', isTouch: 'is-touch', navClose: 'nav-close', navOpen: 'nav-open', quantityUpdate: 'quantity-update', searchToggle: 'search-toggle', sellingPlanChange: 'selling-plan-change', subscriptionPrepaidQuantity: 'subscription-prepaid-quantity-change', subscriptionPrepaidQuantityAllowed: 'subscription-prepaid-quantity-allowed', updateDateSelects: 'update-date-selects', variantChange: 'variant-change',};window.freeShipping = '';window.breakpoints = { desktop: '1024px', mobile: '1023px',};window.headerScrolledThreshold = 197;window.assetUrls = { 'swiper.js': "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/swiper.js?v=115785340122829458061735568476", 'air-datepicker.js': "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/air-datepicker.js?v=5586084013362876031735568476",};window.theme = { strings: { addToCart: "Add to bag", soldOut: "Sold out", unavailable: "Unavailable", shipping_method_message: "Translation missing: en.shopify.checkout.general.shipping_method_message", shipping_method_message_url: "Translation missing: en.shopify.checkout.general.shipping_method_message_url", shipping_method_message_url_label: "Translation missing: en.shopify.checkout.general.shipping_method_message_url_label" }, moneyFormat: "${{amount}}"};window.routes = { cart_url: '/cart', cart_add_url: '/cart/add', cart_change_url: '/cart/change', cart_update_url: '/cart/update', root_url: '/', shop_url: 'https://urbanstems.com',};window.cartStrings = { error: `There was an error while updating your cart. Please try again.`, quantityError: `You can only add {{ quantity }} of this item to your cart.`,};window.variantStrings = { addToCart: `Add to bag`, soldOut: `Sold out`, unavailable: `Unavailable`,}; window.freeShipping = { amount: 12000 }; window.deliverySettings = { siteKey: 'VYUTywebyfuy3wun43tdWUIJNBweyt', endpoints: { geoip: 'https://urbanstems.com/geoip', geocode: 'https://urbanstems.com/geocode', autocomplete: 'https://urbanstems.com/autocomplete', areas: 'https://urbanstems.com/api/storefront/areas-with-zip' }, calendar: { maxDays: 42 }};window.currentObject = {eventName: 'collection_viewed', object: {"id":434928091384,"handle":"flowers","title":"Flowers","updated_at":"2025-02-17T08:55:11-05:00","body_html":"","published_at":"2024-08-10T13:45:04-04:00","sort_order":"price-asc","template_suffix":"","disjunctive":false,"rules":[{"column":"type","relation":"equals","condition":"Flowers"},{"column":"variant_price","relation":"greater_than","condition":"1"},{"column":"type","relation":"not_equals","condition":"Combined Listing"},{"column":"type","relation":"not_equals","condition":"Subscription"},{"column":"type","relation":"not_equals","condition":"Kit Bouquet"}],"published_scope":"global"}, objectType: 'collection',template: "collection", templateName: "collection", templateSuffix: null, templateDirectory: null}; window.currentObject.object.products = [{"id":8657894408440,"title":"The Parasol","handle":"the-parasol","description":"\u003cp\u003eBrighten any space with these striking tulips, featuring a gradient from dusty pink to rich red petals. Available in a 12-stem Single or 24-stem Double, these vibrant tulips make a stunning gift or centerpiece.\u003c\/p\u003e\n\u003cp\u003eTo ensure you receive the freshest stems, the variety of tulip you receive may differ slightly from what’s pictured, but the vibrant color will remain the same.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCaution:\u003c\/strong\u003e Tulips are toxic to pets if ingested. For a full list of toxic plants, please consult the ASPCA.\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-07-26T17:15:28-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","collection:the-valentines-day-collection","group:00137","NewArrival","occasion:easter","occasion:friendship","occasion:just-because","occasion:mothers-day","occasion:self-send","recepient:for-friend","recepient:for-grandmother","recepient:for-her","recepient:for-me","recepient:for-mom","recepient:for-mother-figure","SingleStemBouquets","size:single","YGroup_the-parasol"],"price":5000,"price_min":5000,"price_max":5000,"available":true,"price_varies":false,"compare_at_price":6000,"compare_at_price_min":6000,"compare_at_price_max":6000,"compare_at_price_varies":false,"variants":[{"id":45510418858232,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00137","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Parasol - Single","public_title":"Single","options":["Single","Default Title"],"price":5000,"weight":0,"compare_at_price":6000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5000,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5000,"per_delivery_price":18000,"selling_plan_id":4977295608,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5000,"per_delivery_price":30000,"selling_plan_id":4978376952,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5000,"per_delivery_price":36000,"selling_plan_id":4978573560,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5000,"per_delivery_price":72000,"selling_plan_id":4978770168,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5000,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5000,"per_delivery_price":18000,"selling_plan_id":4977328376,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5000,"per_delivery_price":30000,"selling_plan_id":4978409720,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5000,"per_delivery_price":36000,"selling_plan_id":4978606328,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5000,"per_delivery_price":72000,"selling_plan_id":4978802936,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5000,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5000,"per_delivery_price":18000,"selling_plan_id":4977361144,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5000,"per_delivery_price":30000,"selling_plan_id":4978442488,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5000,"per_delivery_price":36000,"selling_plan_id":4978639096,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5000,"per_delivery_price":72000,"selling_plan_id":4978835704,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Parasol_MainImage_PDP.jpg?v=1733242207","\/\/urbanstems.com\/cdn\/shop\/files\/Parasol_SupportingImage_1_PDP.jpg?v=1733242207","\/\/urbanstems.com\/cdn\/shop\/files\/dw8b54ee31_Spring24_DutchTulips_Bud_Carousel.jpg?v=1723789379"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Parasol_MainImage_PDP.jpg?v=1733242207","options":["Size"],"media":[{"alt":null,"id":35556652548344,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Parasol_MainImage_PDP.jpg?v=1733242207"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Parasol_MainImage_PDP.jpg?v=1733242207","width":2808},{"alt":null,"id":35556652581112,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Parasol_SupportingImage_1_PDP.jpg?v=1733242207"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Parasol_SupportingImage_1_PDP.jpg?v=1733242207","width":3815},{"alt":null,"id":34523884519672,"position":3,"preview_image":{"aspect_ratio":1.4,"height":3000,"width":4200,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/dw8b54ee31_Spring24_DutchTulips_Bud_Carousel.jpg?v=1723789379"},"aspect_ratio":1.4,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/dw8b54ee31_Spring24_DutchTulips_Bud_Carousel.jpg?v=1723789379","width":4200}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"bee932bceb11a33c1cf1232045fbd2164c386eef","name":"Classic Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4978770168,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978802936,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978835704,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf","name":"Classic Prepaid - 3","options":[{"name":"Number of Deliveries ","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4977295608,"name":"Prepay for 3 weekly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4977328376,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4977361144,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"81981298feda0868611f1eaf3a8789a32e4eb508","name":"Classic Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4978376952,"name":"Prepay for 5 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978409720,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978442488,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"c8afc8e75e97c699c637ef011d6885754695cf74","name":"Classic Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4978573560,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978606328,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978639096,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cc315908873f0d13fe1888231988a335d5fce98","name":"Classic Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4810670328,"name":"Delivery every week","description":"","options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814536952,"name":"Deliver every 2 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814569720,"name":"Deliver every 4 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cp\u003eBrighten any space with these striking tulips, featuring a gradient from dusty pink to rich red petals. Available in a 12-stem Single or 24-stem Double, these vibrant tulips make a stunning gift or centerpiece.\u003c\/p\u003e\n\u003cp\u003eTo ensure you receive the freshest stems, the variety of tulip you receive may differ slightly from what’s pictured, but the vibrant color will remain the same.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCaution:\u003c\/strong\u003e Tulips are toxic to pets if ingested. For a full list of toxic plants, please consult the ASPCA.\u003c\/p\u003e"},{"id":8845990494456,"title":"The Kiss Me On My Tulips","handle":"the-kiss-me-on-my-tulips","description":"\u003cp\u003eBoldly designed to sweep your Valentine off their feet. Whether you’re aiming Cupid’s arrow at a spontaneous or romantic gesture, a bouquet of alluring red and purple tulips is so charming it’s almost irresistible for February 14th.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003eWarning: \u003c\/strong\u003eNot pet-friendly! Tulips are toxic to pets if ingested. For a full list of toxic flowers and plants, please consult the ASPCA.\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-11-21T12:51:31-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-valentines-day-collection","NewArrival","occasion:friendship","occasion:just-because","occasion:self-send","occasion:thank-you","SingleStemBouquets","size:single","vdayupload","YGroup_the-kiss-me-on-my-tulips"],"price":5000,"price_min":5000,"price_max":5000,"available":true,"price_varies":false,"compare_at_price":6000,"compare_at_price_min":6000,"compare_at_price_max":6000,"compare_at_price_varies":false,"variants":[{"id":45948821373176,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10191","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Kiss Me On My Tulips - Single","public_title":"Single","options":["Single","Default Title"],"price":5000,"weight":0,"compare_at_price":6000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648","\/\/urbanstems.com\/cdn\/shop\/files\/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648","options":["Size"],"media":[{"alt":null,"id":35547443069176,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648","width":2808},{"alt":null,"id":35547443101944,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eBoldly designed to sweep your Valentine off their feet. Whether you’re aiming Cupid’s arrow at a spontaneous or romantic gesture, a bouquet of alluring red and purple tulips is so charming it’s almost irresistible for February 14th.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003eWarning: \u003c\/strong\u003eNot pet-friendly! Tulips are toxic to pets if ingested. For a full list of toxic flowers and plants, please consult the ASPCA.\u003cbr\u003e\u003c\/p\u003e"},{"id":8657906401528,"title":"The Unicorn","handle":"the-unicorn","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWith hints of blue symbolizing serenity and depth, purple evoking the essence of royalty and magic, and white roses conveying innocence and purity, this arrangement is a harmonious blend of colors and emotions. It’s perfect for birthdays, pick-me-ups, or simply just because.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-07-26T18:54:04-04:00","created_at":"2024-07-26T17:20:16-04:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Best Seller","collection:the-best-sellers","collection:the-classics-collection","collection:the-pride-collection","collection:the-spring-collection","collection:the-valentines-day-collection","group:10107","MixedBouquets","occasion:birthday","occasion:friendship","occasion:just-because","occasion:mothers-day","occasion:new-baby","occasion:pride","occasion:self-send","occasion:thank-you","recepient:for-friend","recepient:for-her","recepient:for-him","recepient:for-me","size:single","YGroup_the-unicorn"],"price":5100,"price_min":5100,"price_max":5100,"available":true,"price_varies":false,"compare_at_price":6000,"compare_at_price_min":6000,"compare_at_price_max":6000,"compare_at_price_varies":false,"variants":[{"id":45510434849016,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10107","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Unicorn - Single","public_title":"Single","options":["Single","Default Title"],"price":5100,"weight":0,"compare_at_price":6000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5100,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5100,"per_delivery_price":30000,"selling_plan_id":4886495480,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5100,"per_delivery_price":18000,"selling_plan_id":4888789240,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5100,"per_delivery_price":24000,"selling_plan_id":4891148536,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5100,"per_delivery_price":36000,"selling_plan_id":4893016312,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5100,"per_delivery_price":72000,"selling_plan_id":4893802744,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5100,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5100,"per_delivery_price":30000,"selling_plan_id":4886528248,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5100,"per_delivery_price":18000,"selling_plan_id":4888822008,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5100,"per_delivery_price":24000,"selling_plan_id":4891181304,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5100,"per_delivery_price":36000,"selling_plan_id":4893049080,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5100,"per_delivery_price":72000,"selling_plan_id":4893835512,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5100,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5100,"per_delivery_price":30000,"selling_plan_id":4886561016,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5100,"per_delivery_price":18000,"selling_plan_id":4888854776,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5100,"per_delivery_price":24000,"selling_plan_id":4891214072,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5100,"per_delivery_price":36000,"selling_plan_id":4893081848,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5100,"per_delivery_price":72000,"selling_plan_id":4893868280,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":4590}],"price":4590,"compare_at_price":5100,"per_delivery_price":4590,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":4590}],"price":4590,"compare_at_price":5100,"per_delivery_price":4590,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":13770}],"price":13770,"compare_at_price":5100,"per_delivery_price":13770,"selling_plan_id":4983587064,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":13770}],"price":13770,"compare_at_price":5100,"per_delivery_price":13770,"selling_plan_id":4983619832,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":27540}],"price":27540,"compare_at_price":5100,"per_delivery_price":27540,"selling_plan_id":4984242424,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":27540}],"price":27540,"compare_at_price":5100,"per_delivery_price":27540,"selling_plan_id":4984275192,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460","\/\/urbanstems.com\/cdn\/shop\/files\/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460","options":["Size"],"media":[{"alt":null,"id":35184616243448,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460","width":2808},{"alt":null,"id":34523911848184,"position":2,"preview_image":{"aspect_ratio":1.4,"height":3000,"width":4200,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569"},"aspect_ratio":1.4,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569","width":4200}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"bee932bceb11a33c1cf1232045fbd2164c386eef","name":"Classic Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4893802744,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4893835512,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4893868280,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf","name":"Classic Prepaid - 3","options":[{"name":"Number of Deliveries ","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4888789240,"name":"Prepay for 3 weekly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4888822008,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4888854776,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1","name":"Classic Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 weekly deliveries","Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4891148536,"name":"Prepay for 4 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4891181304,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4891214072,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"81981298feda0868611f1eaf3a8789a32e4eb508","name":"Classic Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4886495480,"name":"Prepay for 5 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4886528248,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4886561016,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"c8afc8e75e97c699c637ef011d6885754695cf74","name":"Classic Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4893016312,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4893049080,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4893081848,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cc315908873f0d13fe1888231988a335d5fce98","name":"Classic Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4810670328,"name":"Delivery every week","description":"","options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814536952,"name":"Deliver every 2 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814569720,"name":"Deliver every 4 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4983587064,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":13770}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4983619832,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":13770}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984242424,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":27540}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984275192,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":27540}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWith hints of blue symbolizing serenity and depth, purple evoking the essence of royalty and magic, and white roses conveying innocence and purity, this arrangement is a harmonious blend of colors and emotions. It’s perfect for birthdays, pick-me-ups, or simply just because.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8657892376824,"title":"The First Date","handle":"the-first-date","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eA little wink here, a subtle glance there, a gentle hand graze. There’s a lot that happens on the first date, and one of those things may involve you sending a boldly curated bouquet to the object of your flirtations. Beautiful orange-hued roses with blushing pink lisianthus and striking delphinium seem more than fitting for this occasion. With this arrangement, we definitely think you’ll score a second date.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-09-10T19:53:04-04:00","created_at":"2024-07-26T17:14:36-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-best-sellers","collection:the-classics-collection","collection:the-fall-collection","collection:the-valentines-day-collection","group:00080","MixedBouquets","occasion:birthday","occasion:congratulations","occasion:friendship","occasion:just-because","occasion:miss-you","occasion:mothers-day","recepient:for-friend","recepient:for-her","recepient:for-him","size:single","YGroup_the-first-date","YGroup_the-good-vibes"],"price":5800,"price_min":5800,"price_max":5800,"available":true,"price_varies":false,"compare_at_price":6800,"compare_at_price_min":6800,"compare_at_price_max":6800,"compare_at_price_varies":false,"variants":[{"id":45510415909112,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00080","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The First Date - Single","public_title":"Single","options":["Single","Default Title"],"price":5800,"weight":0,"compare_at_price":6800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5800,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5800,"per_delivery_price":24000,"selling_plan_id":4891246840,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5800,"per_delivery_price":30000,"selling_plan_id":4892131576,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5800,"per_delivery_price":36000,"selling_plan_id":4892819704,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5800,"per_delivery_price":72000,"selling_plan_id":4893606136,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5800,"per_delivery_price":18000,"selling_plan_id":4929126648,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5800,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5800,"per_delivery_price":24000,"selling_plan_id":4891279608,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5800,"per_delivery_price":30000,"selling_plan_id":4892164344,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5800,"per_delivery_price":36000,"selling_plan_id":4892852472,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5800,"per_delivery_price":72000,"selling_plan_id":4893638904,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5800,"per_delivery_price":18000,"selling_plan_id":4929159416,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5800,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5800,"per_delivery_price":24000,"selling_plan_id":4891312376,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5800,"per_delivery_price":30000,"selling_plan_id":4892197112,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5800,"per_delivery_price":36000,"selling_plan_id":4892885240,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5800,"per_delivery_price":72000,"selling_plan_id":4893671672,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5800,"per_delivery_price":18000,"selling_plan_id":4929192184,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":5220}],"price":5220,"compare_at_price":5800,"per_delivery_price":5220,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":5220}],"price":5220,"compare_at_price":5800,"per_delivery_price":5220,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":15660}],"price":15660,"compare_at_price":5800,"per_delivery_price":15660,"selling_plan_id":4984766712,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":15660}],"price":15660,"compare_at_price":5800,"per_delivery_price":15660,"selling_plan_id":4984799480,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":31320}],"price":31320,"compare_at_price":5800,"per_delivery_price":31320,"selling_plan_id":4985553144,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":31320}],"price":31320,"compare_at_price":5800,"per_delivery_price":31320,"selling_plan_id":4985585912,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248","\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248","options":["Size"],"media":[{"alt":null,"id":35183408283896,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248","width":2808},{"alt":null,"id":34990850441464,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"bee932bceb11a33c1cf1232045fbd2164c386eef","name":"Classic Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4893606136,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4893638904,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4893671672,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf","name":"Classic Prepaid - 3","options":[{"name":"Number of Deliveries ","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4929126648,"name":"Prepay for 3 weekly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929159416,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929192184,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1","name":"Classic Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 weekly deliveries","Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4891246840,"name":"Prepay for 4 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4891279608,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4891312376,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"81981298feda0868611f1eaf3a8789a32e4eb508","name":"Classic Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4892131576,"name":"Prepay for 5 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4892164344,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4892197112,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"c8afc8e75e97c699c637ef011d6885754695cf74","name":"Classic Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4892819704,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4892852472,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4892885240,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cc315908873f0d13fe1888231988a335d5fce98","name":"Classic Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4810670328,"name":"Delivery every week","description":"","options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814536952,"name":"Deliver every 2 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814569720,"name":"Deliver every 4 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984766712,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":15660}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984799480,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":15660}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985553144,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31320}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985585912,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31320}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eA little wink here, a subtle glance there, a gentle hand graze. There’s a lot that happens on the first date, and one of those things may involve you sending a boldly curated bouquet to the object of your flirtations. Beautiful orange-hued roses with blushing pink lisianthus and striking delphinium seem more than fitting for this occasion. With this arrangement, we definitely think you’ll score a second date.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8657903845624,"title":"The Crush","handle":"the-sorbet","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eExperience the elegance of understated affection with this blend of delicate pink and creamy white roses. This bouquet provides a subtle yet meaningful way to express your love.\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-08-27T06:44:28-04:00","created_at":"2024-07-26T17:19:16-04:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Best Seller","collection:the-best-sellers","collection:the-breast-cancer-awareness-collection","collection:the-classics-collection","collection:the-easter-collection","collection:the-spring-collection","collection:the-summer-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:10022","MixedBouquets","occasion:anniversary","occasion:just-because","occasion:miss-you","occasion:new-baby","occasion:romance","occasion:sympathy","occasion:thank-you","occasion:wedding","recepient:for-friend","recepient:for-her","recepient:for-mom","size:single","YGroup_the-crush","YGroup_the-sorbet"],"price":6800,"price_min":6800,"price_max":6800,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45653350088952,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10022","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Crush - Single","public_title":"Single","options":["Single","Default Title"],"price":6800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4889182456,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":6800,"per_delivery_price":24000,"selling_plan_id":4891541752,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4892328184,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4893114616,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4893901048,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4889215224,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":6800,"per_delivery_price":24000,"selling_plan_id":4891574520,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4892360952,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4893147384,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4893933816,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4889247992,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":6800,"per_delivery_price":24000,"selling_plan_id":4891607288,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4892393720,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4893180152,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4893966584,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788","\/\/urbanstems.com\/cdn\/shop\/files\/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788","options":["Size"],"media":[{"alt":null,"id":35183544598776,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788","width":2808},{"alt":null,"id":34990923284728,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"bee932bceb11a33c1cf1232045fbd2164c386eef","name":"Classic Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4893901048,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4893933816,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4893966584,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf","name":"Classic Prepaid - 3","options":[{"name":"Number of Deliveries ","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4889182456,"name":"Prepay for 3 weekly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4889215224,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4889247992,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1","name":"Classic Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 weekly deliveries","Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4891541752,"name":"Prepay for 4 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4891574520,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4891607288,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"81981298feda0868611f1eaf3a8789a32e4eb508","name":"Classic Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4892328184,"name":"Prepay for 5 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4892360952,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4892393720,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"c8afc8e75e97c699c637ef011d6885754695cf74","name":"Classic Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4893114616,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4893147384,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4893180152,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cc315908873f0d13fe1888231988a335d5fce98","name":"Classic Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4810670328,"name":"Delivery every week","description":"","options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814536952,"name":"Deliver every 2 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814569720,"name":"Deliver every 4 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eExperience the elegance of understated affection with this blend of delicate pink and creamy white roses. This bouquet provides a subtle yet meaningful way to express your love.\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8845913325816,"title":"The Risky DM","handle":"the-risky-dm","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eTo send the DM or not to send the DM? Take a chance and express yourself—your future may include sending this sensational pink, fuchsia, and cream mixed bouquet as the perfect addition to a dreamy Valentine’s Day breakfast in bed. In this case, we think the risk is worth the reward.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-11-21T08:49:40-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Best Seller","collection:the-spring-collection","collection:the-valentines-day-collection","MixedBouquets","NewArrival","occasion:birthday","occasion:congratulations","occasion:friendship","occasion:romance","occasion:thank-you","recepient:for-him","size:single","vdayupload","YGroup_the-risky-dm"],"price":6800,"price_min":6800,"price_max":6800,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45948487860472,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10190","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Risky DM - Single","public_title":"Single","options":["Single","Default Title"],"price":6800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4977393912,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4978475256,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4978671864,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4978868472,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4977426680,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4978508024,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4978704632,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4978901240,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4977459448,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4978540792,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4978737400,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4978934008,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_MainImage_PDP.jpg?v=1732637867","\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_MainImage_PDP.jpg?v=1732637867","options":["Size"],"media":[{"alt":null,"id":35504330047736,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_MainImage_PDP.jpg?v=1732637867"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_MainImage_PDP.jpg?v=1732637867","width":2808},{"alt":null,"id":35504330080504,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"bee932bceb11a33c1cf1232045fbd2164c386eef","name":"Classic Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4978868472,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978901240,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978934008,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf","name":"Classic Prepaid - 3","options":[{"name":"Number of Deliveries ","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4977393912,"name":"Prepay for 3 weekly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4977426680,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4977459448,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"81981298feda0868611f1eaf3a8789a32e4eb508","name":"Classic Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4978475256,"name":"Prepay for 5 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978508024,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978540792,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"c8afc8e75e97c699c637ef011d6885754695cf74","name":"Classic Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4978671864,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978704632,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978737400,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cc315908873f0d13fe1888231988a335d5fce98","name":"Classic Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4810670328,"name":"Delivery every week","description":"","options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814536952,"name":"Deliver every 2 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814569720,"name":"Deliver every 4 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eTo send the DM or not to send the DM? Take a chance and express yourself—your future may include sending this sensational pink, fuchsia, and cream mixed bouquet as the perfect addition to a dreamy Valentine’s Day breakfast in bed. In this case, we think the risk is worth the reward.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/p\u003e"},{"id":8932314120440,"title":"The Spring Fling","handle":"the-spring-fling","description":"\u003cp\u003eLight-hearted, playful, and brimming with the spirit of the season, this arrangement is a celebration of spring’s unique energy. A combination of roses, delicate mini carnations, and soft greenery comes together in a lively mix that feels like a breath of fresh spring air. Whether it’s for a special occasion or just because, these stems brings the warmth and joy of the season into any space, making it the perfectly fun.\u003c\/p\u003e","published_at":"2025-01-27T13:09:46-05:00","created_at":"2025-01-27T13:09:45-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","occasion:anniversary","occasion:easter","occasion:friendship","occasion:miss-you","occasion:new-baby","occasion:romance","occasion:self-send","seo:hidden","size:single","springupload","YGroup_the-spring-fling"],"price":6800,"price_min":6800,"price_max":6800,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131523682552,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10212","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Spring Fling - Single","public_title":"Single","options":["Single","Default Title"],"price":6800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_MainImage_PDP.jpg?v=1738835004","\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_SupportingImage_PDP.jpg?v=1738835006","\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_SupportingImage_2_PDP.jpg?v=1738835006"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_MainImage_PDP.jpg?v=1738835004","options":["Size"],"media":[{"alt":null,"id":36029750771960,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_MainImage_PDP.jpg?v=1738835004"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_MainImage_PDP.jpg?v=1738835004","width":2808},{"alt":null,"id":36029750837496,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_SupportingImage_PDP.jpg?v=1738835006"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_SupportingImage_PDP.jpg?v=1738835006","width":3815},{"alt":null,"id":36029750804728,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_SupportingImage_2_PDP.jpg?v=1738835006"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_SupportingImage_2_PDP.jpg?v=1738835006","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eLight-hearted, playful, and brimming with the spirit of the season, this arrangement is a celebration of spring’s unique energy. A combination of roses, delicate mini carnations, and soft greenery comes together in a lively mix that feels like a breath of fresh spring air. Whether it’s for a special occasion or just because, these stems brings the warmth and joy of the season into any space, making it the perfectly fun.\u003c\/p\u003e"},{"id":8932334436600,"title":"The Dusk","handle":"the-dusk","description":"\u003cp\u003eWelcome the gentle glow of spring and capture the serene beauty of twilight with this breathtaking blend of light pink roses, lavender carnations, white veronica, and aromatic eucalyptus. This arrangement evokes the dreamy calmness of spring evenings, with pastel tones and gentle textures that radiate tranquility. Perfect for celebrating springtime moments or adding a touch of seasonal romance, this bouquet is as soothing as a sunset.\u003c\/p\u003e","published_at":"2025-01-27T13:21:21-05:00","created_at":"2025-01-27T13:21:20-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-mothers-day-collection","collection:the-spring-collection","occasion:birthday","occasion:friendship","occasion:thank-you","seo:hidden","size:single","springupload","YGroup_the-dusk"],"price":6800,"price_min":6800,"price_max":6800,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131565920504,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10211","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Dusk - Single","public_title":"Single","options":["Single","Default Title"],"price":6800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_MainImage_PDP_5c8a1026-78f5-4971-a09a-3dfc86ea97bc.jpg?v=1738835641","\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_SupportingImage_PDP_ced186c9-5cc8-44ab-a2d9-872d51b818b9.jpg?v=1738835645","\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_SupportingImage_2_PDP.jpg?v=1738835645"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_MainImage_PDP_5c8a1026-78f5-4971-a09a-3dfc86ea97bc.jpg?v=1738835641","options":["Size"],"media":[{"alt":null,"id":36029802217720,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_MainImage_PDP_5c8a1026-78f5-4971-a09a-3dfc86ea97bc.jpg?v=1738835641"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_MainImage_PDP_5c8a1026-78f5-4971-a09a-3dfc86ea97bc.jpg?v=1738835641","width":2808},{"alt":null,"id":36029802283256,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_SupportingImage_PDP_ced186c9-5cc8-44ab-a2d9-872d51b818b9.jpg?v=1738835645"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_SupportingImage_PDP_ced186c9-5cc8-44ab-a2d9-872d51b818b9.jpg?v=1738835645","width":3815},{"alt":null,"id":36029802250488,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_SupportingImage_2_PDP.jpg?v=1738835645"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_SupportingImage_2_PDP.jpg?v=1738835645","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eWelcome the gentle glow of spring and capture the serene beauty of twilight with this breathtaking blend of light pink roses, lavender carnations, white veronica, and aromatic eucalyptus. This arrangement evokes the dreamy calmness of spring evenings, with pastel tones and gentle textures that radiate tranquility. Perfect for celebrating springtime moments or adding a touch of seasonal romance, this bouquet is as soothing as a sunset.\u003c\/p\u003e"},{"id":8845990625528,"title":"The Optimist","handle":"the-optimist","description":"\u003cp\u003eLook on the bright side with the bubbly energy of radiant yellow roses, sunflowers, and mini carnations, enhanced by yellow snapdragons and fresh eucalyptus. In this buoyant blend of vibrant blooms and greenery, this arrangement is a reminder that there’s always something to smile about. Ideal for sharing joy and lifting even the grumpiest of spirits, this bouquet is a refreshing ray of sunshine for any person and space.\u003c\/p\u003e","published_at":"2025-02-06T13:02:13-05:00","created_at":"2024-11-21T12:51:31-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-spring-collection","MixedBouquets","occasion:friendship","occasion:get-well","occasion:housewarming","occasion:just-because","occasion:self-send","seo:hidden","YGroup_the-optimist"],"price":7000,"price_min":7000,"price_max":7000,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45948821438712,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10218","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Optimist - Single","public_title":"Single","options":["Single","Default Title"],"price":7000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_MainImage_PDP.jpg?v=1738864826","\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_SupportingImage_PDP_fdab273c-9d2d-4c57-afad-b4175cedea17.jpg?v=1738864826"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_MainImage_PDP.jpg?v=1738864826","options":["Size"],"media":[{"alt":null,"id":36032406847736,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_MainImage_PDP.jpg?v=1738864826"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_MainImage_PDP.jpg?v=1738864826","width":2808},{"alt":null,"id":36032406880504,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_SupportingImage_PDP_fdab273c-9d2d-4c57-afad-b4175cedea17.jpg?v=1738864826"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_SupportingImage_PDP_fdab273c-9d2d-4c57-afad-b4175cedea17.jpg?v=1738864826","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eLook on the bright side with the bubbly energy of radiant yellow roses, sunflowers, and mini carnations, enhanced by yellow snapdragons and fresh eucalyptus. In this buoyant blend of vibrant blooms and greenery, this arrangement is a reminder that there’s always something to smile about. Ideal for sharing joy and lifting even the grumpiest of spirits, this bouquet is a refreshing ray of sunshine for any person and space.\u003c\/p\u003e"},{"id":8657892245752,"title":"The Satin","handle":"the-satin","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eIn a dance of delicate pinks and blushes, The Satin whispers tales of romance. Spray roses twirl beside blushing hypericum berries, inviting you to lock eyes once more with your sweet Valentine. Roses reign in this romantic symphony, captivating the senses, while cocculus foliage and emerald ruscus add a playful sway to your intimate February 14th.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-09-10T19:53:05-04:00","created_at":"2024-07-26T17:14:32-04:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Best Seller","collection:the-best-sellers","collection:the-breast-cancer-awareness-collection","collection:the-classics-collection","collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","collection:the-summer-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:00078","MixedBouquets","occasion:anniversary","occasion:birthday","occasion:congratulations","occasion:easter","occasion:friendship","occasion:graduation","occasion:just-because","occasion:mothers-day","occasion:new-baby","occasion:romance","occasion:wedding","recepient:for-friend","recepient:for-grandmother","recepient:for-her","recepient:for-mom","recepient:for-mother-figure","recepient:for-mother-in-law","recepient:for-new-mother","recepient:for-wife","size:single","YGroup_the-satin","YGroup_the-verona"],"price":7200,"price_min":7200,"price_max":7200,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45510415745272,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00078","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Satin - Single","public_title":"Single","options":["Single","Default Title"],"price":7200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7200,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7200,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7200,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":6480}],"price":6480,"compare_at_price":7200,"per_delivery_price":6480,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":6480}],"price":6480,"compare_at_price":7200,"per_delivery_price":6480,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":19440}],"price":19440,"compare_at_price":7200,"per_delivery_price":19440,"selling_plan_id":4984701176,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":19440}],"price":19440,"compare_at_price":7200,"per_delivery_price":19440,"selling_plan_id":4984733944,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":38880}],"price":38880,"compare_at_price":7200,"per_delivery_price":38880,"selling_plan_id":4985487608,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":38880}],"price":38880,"compare_at_price":7200,"per_delivery_price":38880,"selling_plan_id":4985520376,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910","\/\/urbanstems.com\/cdn\/shop\/files\/Verona_SupportingImage_1_PDP.jpg?v=1727919082"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910","options":["Size"],"media":[{"alt":null,"id":35183317287160,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910","width":2808},{"alt":null,"id":34990917648632,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Verona_SupportingImage_1_PDP.jpg?v=1727919082"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Verona_SupportingImage_1_PDP.jpg?v=1727919082","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"9cc315908873f0d13fe1888231988a335d5fce98","name":"Classic Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4810670328,"name":"Delivery every week","description":"","options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814536952,"name":"Deliver every 2 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814569720,"name":"Deliver every 4 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984701176,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":19440}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984733944,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":19440}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985487608,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":38880}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985520376,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":38880}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eIn a dance of delicate pinks and blushes, The Satin whispers tales of romance. Spray roses twirl beside blushing hypericum berries, inviting you to lock eyes once more with your sweet Valentine. Roses reign in this romantic symphony, captivating the senses, while cocculus foliage and emerald ruscus add a playful sway to your intimate February 14th.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e"},{"id":8845990330616,"title":"The Love Potion","handle":"the-love-potion","description":"\u003cp data-pm-slice=\"1 1 []\"\u003eYour Valentine deserves a bouquet as unapologetically passionate as your love! 'The Love Potion, ' available in honor of \u003ca href=\"https:\/\/membership.cosmopolitan.com\/cosmopolitan-all-access-membership-1.html?cds_tracking_code=PSEA\u0026amp;utm_source=google\u0026amp;utm_medium=cpc\u0026amp;utm_campaign=cos_membership_offer_rsa\u0026amp;utm_id=go_cmp-15487751918_adg-130327290693_ad-597740552769_kwd-300920890014_dev-c_ext-_prd-_mca-_sig-Cj0KCQiAy8K8BhCZARIsAKJ8sfSffxs_NWwx8LMv0bMiBPO0DO9E8wX5bRlYaA0MH1iM4T3ytcWAP0MaAt5xEALw_wcB\u0026amp;utm_source=google\u0026amp;utm_term=go_cmp-15487751918_adg-130327290693_ad-597740552769_kwd-300920890014_dev-c_ext-_prd-_mca-_sig-Cj0KCQiAy8K8BhCZARIsAKJ8sfSffxs_NWwx8LMv0bMiBPO0DO9E8wX5bRlYaA0MH1iM4T3ytcWAP0MaAt5xEALw_wcB\u0026amp;gad_source=1\u0026amp;gclid=Cj0KCQiAy8K8BhCZARIsAKJ8sfSffxs_NWwx8LMv0bMiBPO0DO9E8wX5bRlYaA0MH1iM4T3ytcWAP0MaAt5xEALw_wcB\" class=\"ProsemirrorEditor-link\"\u003eCosmopolitan's Love Issue\u003c\/a\u003e, hits stands in time for Valentine's Day. This exquisite arrangement is the perfect tribute to your love, featuring an array of red-toned premium stems. \u003c\/p\u003e\n\u003cp data-pm-slice=\"1 1 []\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-11-21T12:51:31-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-best-sellers","collection:the-valentines-day-collection","MixedBouquets","NewArrival","occasion:anniversary","occasion:miss-you","occasion:romance","recepient:for-him","size:single","vdayupload","YGroup_the-love-potion"],"price":7200,"price_min":7200,"price_max":7200,"available":true,"price_varies":false,"compare_at_price":9000,"compare_at_price_min":9000,"compare_at_price_max":9000,"compare_at_price_varies":false,"variants":[{"id":45948821143800,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10193","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Love Potion - Single","public_title":"Single","options":["Single","Default Title"],"price":7200,"weight":0,"compare_at_price":9000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7200,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7200,"per_delivery_price":22500,"selling_plan_id":4977590520,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7200,"per_delivery_price":30000,"selling_plan_id":4979065080,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7200,"per_delivery_price":37500,"selling_plan_id":4981915896,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7200,"per_delivery_price":45000,"selling_plan_id":4982112504,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7200,"per_delivery_price":90000,"selling_plan_id":4982407416,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7200,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7200,"per_delivery_price":22500,"selling_plan_id":4977623288,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7200,"per_delivery_price":30000,"selling_plan_id":4979097848,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7200,"per_delivery_price":37500,"selling_plan_id":4981948664,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7200,"per_delivery_price":45000,"selling_plan_id":4982145272,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7200,"per_delivery_price":90000,"selling_plan_id":4982440184,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7200,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7200,"per_delivery_price":22500,"selling_plan_id":4977656056,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7200,"per_delivery_price":30000,"selling_plan_id":4979130616,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7200,"per_delivery_price":37500,"selling_plan_id":4981981432,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7200,"per_delivery_price":45000,"selling_plan_id":4982178040,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7200,"per_delivery_price":90000,"selling_plan_id":4982472952,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812","\/\/urbanstems.com\/cdn\/shop\/files\/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812","options":["Size"],"media":[{"alt":null,"id":35547445919992,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812","width":2808},{"alt":null,"id":35547445952760,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa","name":"Seasonal Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4982407416,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4982440184,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4982472952,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763","name":"Seasonal Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4977590520,"name":"Prepay for 3 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4977623288,"name":"Prepay for 3 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4977656056,"name":"Prepay for 3 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"b46cd2a6809b036a375b9da2438854505e1fcf4b","name":"Seasonal Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 weekly deliveries","Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4979065080,"name":"Prepay for 4 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4979097848,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4979130616,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"56f756306c0abe9f8635c06224c4dd7efde03118","name":"Seasonal Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4981915896,"name":"Prepay for 5 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4981948664,"name":"Prepay for 5 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4981981432,"name":"Prepay for 5 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768","name":"Seasonal Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries"," Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4982112504,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4982145272,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4982178040,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":" Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"aed58156bd2b88ade1099a09e827e85e28a1bd15","name":"Seasonal Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824662264,"name":"Delivery every week","description":null,"options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824695032,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824727800,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cp data-pm-slice=\"1 1 []\"\u003eYour Valentine deserves a bouquet as unapologetically passionate as your love! 'The Love Potion, ' available in honor of \u003ca href=\"https:\/\/membership.cosmopolitan.com\/cosmopolitan-all-access-membership-1.html?cds_tracking_code=PSEA\u0026amp;utm_source=google\u0026amp;utm_medium=cpc\u0026amp;utm_campaign=cos_membership_offer_rsa\u0026amp;utm_id=go_cmp-15487751918_adg-130327290693_ad-597740552769_kwd-300920890014_dev-c_ext-_prd-_mca-_sig-Cj0KCQiAy8K8BhCZARIsAKJ8sfSffxs_NWwx8LMv0bMiBPO0DO9E8wX5bRlYaA0MH1iM4T3ytcWAP0MaAt5xEALw_wcB\u0026amp;utm_source=google\u0026amp;utm_term=go_cmp-15487751918_adg-130327290693_ad-597740552769_kwd-300920890014_dev-c_ext-_prd-_mca-_sig-Cj0KCQiAy8K8BhCZARIsAKJ8sfSffxs_NWwx8LMv0bMiBPO0DO9E8wX5bRlYaA0MH1iM4T3ytcWAP0MaAt5xEALw_wcB\u0026amp;gad_source=1\u0026amp;gclid=Cj0KCQiAy8K8BhCZARIsAKJ8sfSffxs_NWwx8LMv0bMiBPO0DO9E8wX5bRlYaA0MH1iM4T3ytcWAP0MaAt5xEALw_wcB\" class=\"ProsemirrorEditor-link\"\u003eCosmopolitan's Love Issue\u003c\/a\u003e, hits stands in time for Valentine's Day. This exquisite arrangement is the perfect tribute to your love, featuring an array of red-toned premium stems. \u003c\/p\u003e\n\u003cp data-pm-slice=\"1 1 []\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/p\u003e"},{"id":8932314284280,"title":"The Signs Of Spring","handle":"the-signs-of-spring","description":"\u003cp\u003eEmbrace the first bloom of spring with a vibrant bouquet bursting with the energy of the season ahead. Featuring a dozen cheerful orange and pink tulips paired with elegant white irises, this arrangement celebrates the beauty and brightness of the season’s arrival. Perfect for freshening up your home or gifting to someone who loves spring’s charm, this bouquet brings warmth and joy wherever it’s placed. It’s the perfect way to say, “Hello, spring, how I’ve missed you!”\u003c\/p\u003e","published_at":"2025-01-27T13:09:46-05:00","created_at":"2025-01-27T13:09:45-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","occasion:easter","occasion:friendship","occasion:get-well","occasion:just-because","occasion:sympathy","seo:hidden","size:single","springupload","YGroup_the-signs-of-spring"],"price":7200,"price_min":7200,"price_max":7200,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131523813624,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10219","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Signs Of Spring - Single","public_title":"Single","options":["Single","Default Title"],"price":7200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/SignsOfSpring_MainImage_PDP_e27f306c-ad76-4b1c-9050-706b63761a84.jpg?v=1738835517","\/\/urbanstems.com\/cdn\/shop\/files\/SignsOfSpring_SupportingImage_PDP_e1ad3692-89bc-4530-bce2-2e1d5245a25d.jpg?v=1738835517"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/SignsOfSpring_MainImage_PDP_e27f306c-ad76-4b1c-9050-706b63761a84.jpg?v=1738835517","options":["Size"],"media":[{"alt":null,"id":36029795270904,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SignsOfSpring_MainImage_PDP_e27f306c-ad76-4b1c-9050-706b63761a84.jpg?v=1738835517"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SignsOfSpring_MainImage_PDP_e27f306c-ad76-4b1c-9050-706b63761a84.jpg?v=1738835517","width":2808},{"alt":null,"id":36029795303672,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SignsOfSpring_SupportingImage_PDP_e1ad3692-89bc-4530-bce2-2e1d5245a25d.jpg?v=1738835517"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SignsOfSpring_SupportingImage_PDP_e1ad3692-89bc-4530-bce2-2e1d5245a25d.jpg?v=1738835517","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eEmbrace the first bloom of spring with a vibrant bouquet bursting with the energy of the season ahead. Featuring a dozen cheerful orange and pink tulips paired with elegant white irises, this arrangement celebrates the beauty and brightness of the season’s arrival. Perfect for freshening up your home or gifting to someone who loves spring’s charm, this bouquet brings warmth and joy wherever it’s placed. It’s the perfect way to say, “Hello, spring, how I’ve missed you!”\u003c\/p\u003e"},{"id":8657890410744,"title":"The Firecracker","handle":"the-firecracker","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eThis striking bouquet features a dynamic blend of texture and color, perfect for those looking for something truly unique this season. The cool blue tones of thistle beautifully complement the vibrant orange roses and cheerful golden craspedia. Send this arrangement and let the magic happen!\u003cbr\u003e\u003cbr\u003eWe’re dedicated to delivering bouquets that reflect our photos. While we may occasionally substitute flowers based on seasonal availability, your bouquet’s overall look will remain consistent.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-09-10T18:29:51-04:00","created_at":"2024-07-26T17:13:47-04:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Best Seller","collection:the-best-sellers","collection:the-classics-collection","collection:the-easter-collection","collection:the-fall-collection","collection:the-halloween-collection","collection:the-mothers-day-collection","collection:the-summer-collection","collection:the-thanksgiving-collection","group:00025","MixedBouquets","occasion:birthday","occasion:congratulations","occasion:friendship","occasion:graduation","occasion:just-because","occasion:miss-you","occasion:self-send","occasion:thank-you","recepient:for-friend","recepient:for-grandmother","recepient:for-her","recepient:for-him","recepient:for-new-mother","recepient:for-wife","size:single","YGroup_the-firecracker"],"price":7400,"price_min":7400,"price_max":7400,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45510413385976,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00025","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Firecracker - Single","public_title":"Single","options":["Single","Default Title"],"price":7400,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4888887544,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4891050232,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4891934968,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4892623096,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4893409528,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4888920312,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4891083000,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4891967736,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4892655864,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4893442296,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4888953080,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4891115768,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4892000504,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4892688632,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4893475064,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4983390456,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4983423224,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4983980280,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4984013048,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910","\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910","\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_SupportingImage_2_PDP.jpg?v=1731601910"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910","options":["Size"],"media":[{"alt":null,"id":35397553455352,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910","width":2808},{"alt":null,"id":35397553488120,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910","width":2862},{"alt":null,"id":35397553520888,"position":3,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_SupportingImage_2_PDP.jpg?v=1731601910"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_SupportingImage_2_PDP.jpg?v=1731601910","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"bee932bceb11a33c1cf1232045fbd2164c386eef","name":"Classic Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4893409528,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4893442296,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4893475064,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf","name":"Classic Prepaid - 3","options":[{"name":"Number of Deliveries ","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4888887544,"name":"Prepay for 3 weekly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4888920312,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4888953080,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1","name":"Classic Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 weekly deliveries","Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4891050232,"name":"Prepay for 4 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4891083000,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4891115768,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"81981298feda0868611f1eaf3a8789a32e4eb508","name":"Classic Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4891934968,"name":"Prepay for 5 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4891967736,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4892000504,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"c8afc8e75e97c699c637ef011d6885754695cf74","name":"Classic Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4892623096,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4892655864,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4892688632,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cc315908873f0d13fe1888231988a335d5fce98","name":"Classic Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4810670328,"name":"Delivery every week","description":"","options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814536952,"name":"Deliver every 2 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814569720,"name":"Deliver every 4 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4983390456,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":19980}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4983423224,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":19980}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4983980280,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":39960}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984013048,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":39960}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eThis striking bouquet features a dynamic blend of texture and color, perfect for those looking for something truly unique this season. The cool blue tones of thistle beautifully complement the vibrant orange roses and cheerful golden craspedia. Send this arrangement and let the magic happen!\u003cbr\u003e\u003cbr\u003eWe’re dedicated to delivering bouquets that reflect our photos. While we may occasionally substitute flowers based on seasonal availability, your bouquet’s overall look will remain consistent.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8657904140536,"title":"The Peace","handle":"the-peace","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWhen words fall short, there are always flowers. This tranquil all-white bouquet embodies serenity and grace in the form of pure white blooms. Its elegant simplicity makes it a perfect gift for moments that call for quiet reflection, heartfelt sympathies, or a gesture of pure, unspoken kindness. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWe’re committed to delivering bouquets that match our photos. Occasionally, we might replace certain flowers due to seasonal availability, but your bouquet’s overall appearance will remain unchanged.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-07-26T18:54:39-04:00","created_at":"2024-07-26T17:19:25-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-best-sellers","collection:the-classics-collection","collection:the-easter-collection","collection:the-rosh-hashanah-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:10032","MixedBouquets","occasion:easter","occasion:get-well","occasion:mothers-day","occasion:new-baby","occasion:sympathy","occasion:thank-you","occasion:wedding","recepient:for-dad","recepient:for-her","recepient:for-him","recepient:for-mom","size:single","YGroup_the-peace"],"price":7400,"price_min":7400,"price_max":7400,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45510431965432,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10032","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Peace - Single","public_title":"Single","options":["Single","Default Title"],"price":7400,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4929028344,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4929224952,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4929323256,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4929421560,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4929519864,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4929061112,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4929257720,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4929356024,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4929454328,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4929552632,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4929093880,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4929290488,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4929388792,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4929487096,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4929585400,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4984832248,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4984865016,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4985618680,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4985651448,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763","\/\/urbanstems.com\/cdn\/shop\/files\/Peace_SupportingImage_1_PDP.jpg?v=1727920080"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763","options":["Size"],"media":[{"alt":null,"id":35184423108856,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763","width":2808},{"alt":null,"id":34990939046136,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Peace_SupportingImage_1_PDP.jpg?v=1727920080"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Peace_SupportingImage_1_PDP.jpg?v=1727920080","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"bee932bceb11a33c1cf1232045fbd2164c386eef","name":"Classic Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4929519864,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929552632,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929585400,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":72000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf","name":"Classic Prepaid - 3","options":[{"name":"Number of Deliveries ","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4929028344,"name":"Prepay for 3 weekly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929061112,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929093880,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries ","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":18000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1","name":"Classic Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 weekly deliveries","Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4929224952,"name":"Prepay for 4 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929257720,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929290488,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"81981298feda0868611f1eaf3a8789a32e4eb508","name":"Classic Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4929323256,"name":"Prepay for 5 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929356024,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929388792,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"c8afc8e75e97c699c637ef011d6885754695cf74","name":"Classic Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4929421560,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929454328,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929487096,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":36000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cc315908873f0d13fe1888231988a335d5fce98","name":"Classic Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4810670328,"name":"Delivery every week","description":"","options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814536952,"name":"Deliver every 2 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4814569720,"name":"Deliver every 4 weeks","description":"","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":6000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984832248,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":19980}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984865016,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":19980}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985618680,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":39960}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985651448,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":39960}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWhen words fall short, there are always flowers. This tranquil all-white bouquet embodies serenity and grace in the form of pure white blooms. Its elegant simplicity makes it a perfect gift for moments that call for quiet reflection, heartfelt sympathies, or a gesture of pure, unspoken kindness. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWe’re committed to delivering bouquets that match our photos. Occasionally, we might replace certain flowers due to seasonal availability, but your bouquet’s overall appearance will remain unchanged.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8657906237688,"title":"The Melody","handle":"the-melody","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eA symphony of color, each flower manages to compose its own note in this floral masterpiece. The delicate hues slow dance in a ballad of deep romance, echoing a Taylor Swift classic. In this enchanting arrangement, where flowers become poetry, every petal tells a story of love's transformation just like a melody that weaves tales of emotional alchemy.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2025-02-06T10:33:34-05:00","created_at":"2024-07-26T17:20:12-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-mothers-day-collection","collection:the-spring-collection","collection:the-summer-collection","group:10101","occasion:congratulations","occasion:friendship","occasion:just-because","occasion:mothers-day","occasion:self-send","recepient:for-dad","recepient:for-him","seo:hidden","size:single","YGroup_the-merci"],"price":7400,"price_min":7400,"price_max":7400,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45510434685176,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10101","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Melody - Single","public_title":"Single","options":["Single","Default Title"],"price":7400,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Melody_MainImage_PDP.jpg?v=1738855079","\/\/urbanstems.com\/cdn\/shop\/files\/Melody_SupportingImage_PDP.jpg?v=1738855079"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Melody_MainImage_PDP.jpg?v=1738855079","options":["Size"],"media":[{"alt":null,"id":36031382192376,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Melody_MainImage_PDP.jpg?v=1738855079"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Melody_MainImage_PDP.jpg?v=1738855079","width":2808},{"alt":null,"id":36031382225144,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Melody_SupportingImage_PDP.jpg?v=1738855079"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Melody_SupportingImage_PDP.jpg?v=1738855079","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eA symphony of color, each flower manages to compose its own note in this floral masterpiece. The delicate hues slow dance in a ballad of deep romance, echoing a Taylor Swift classic. In this enchanting arrangement, where flowers become poetry, every petal tells a story of love's transformation just like a melody that weaves tales of emotional alchemy.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8738778808568,"title":"The Zay Bouquet","handle":"the-zay-bouquet","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp data-pm-slice=\"1 1 []\"\u003eScore big with a bouquet that’s as bold and unforgettable as Zay Flowers himself! Designed in partnership with the star wide receiver of the Baltimore Ravens, this arrangement is a stunning mix of vibrant white and purple florals and channels the Ravens’ iconic colors while adding a touch of star power. Each flower is carefully selected to embody Zay’s dynamic energy and unmatched style on the field.\u003c\/p\u003e\n\u003cp data-pm-slice=\"1 1 []\"\u003e\u003cspan data-sheets-root=\"1\"\u003eWe're committed to delivering bouquets that match our photos. Occasionally, we may replace certain flowers due to seasonal availability, but the overall appearance of your bouquet will remain unchanged.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-10-22T19:14:49-04:00","created_at":"2024-09-10T18:28:04-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-best-sellers","collection:the-classics-collection","collection:the-fall-collection","collection:the-rosh-hashanah-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:10033","MixedBouquets","occasion:anniversary","occasion:birthday","occasion:housewarming","occasion:just-because","occasion:new-baby","recepient:for-dad","recepient:for-him","recipient:for-him","size:single","YGroup_the-dame","YGroup_the-starlight"],"price":7500,"price_min":7500,"price_max":7500,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45715015336184,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10033","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Zay Bouquet - Single","public_title":"Single","options":["Single","Default Title"],"price":7500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7500,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7500,"per_delivery_price":22500,"selling_plan_id":4929618168,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7500,"per_delivery_price":30000,"selling_plan_id":4929716472,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7500,"per_delivery_price":37500,"selling_plan_id":4929814776,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7500,"per_delivery_price":45000,"selling_plan_id":4929913080,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7500,"per_delivery_price":90000,"selling_plan_id":4930011384,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7500,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7500,"per_delivery_price":22500,"selling_plan_id":4929650936,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7500,"per_delivery_price":30000,"selling_plan_id":4929749240,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7500,"per_delivery_price":37500,"selling_plan_id":4929847544,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7500,"per_delivery_price":45000,"selling_plan_id":4929945848,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7500,"per_delivery_price":90000,"selling_plan_id":4930044152,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7500,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7500,"per_delivery_price":22500,"selling_plan_id":4929683704,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7500,"per_delivery_price":30000,"selling_plan_id":4929782008,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7500,"per_delivery_price":37500,"selling_plan_id":4929880312,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7500,"per_delivery_price":45000,"selling_plan_id":4929978616,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7500,"per_delivery_price":90000,"selling_plan_id":4930076920,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988","\/\/urbanstems.com\/cdn\/shop\/files\/Zay_Lifestyle_2.jpg?v=1738170798","\/\/urbanstems.com\/cdn\/shop\/files\/Starlight_SupportingImage_1_PDP.jpg?v=1738170557"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988","options":["Size"],"media":[{"alt":null,"id":35197053862136,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988","width":2808},{"alt":null,"id":35869725720824,"position":2,"preview_image":{"aspect_ratio":1.369,"height":748,"width":1024,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Zay_Lifestyle_2.jpg?v=1738170798"},"aspect_ratio":1.369,"height":748,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Zay_Lifestyle_2.jpg?v=1738170798","width":1024},{"alt":null,"id":35068381167864,"position":3,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Starlight_SupportingImage_1_PDP.jpg?v=1738170557"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Starlight_SupportingImage_1_PDP.jpg?v=1738170557","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa","name":"Seasonal Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4930011384,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4930044152,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4930076920,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763","name":"Seasonal Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4929618168,"name":"Prepay for 3 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929650936,"name":"Prepay for 3 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929683704,"name":"Prepay for 3 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"b46cd2a6809b036a375b9da2438854505e1fcf4b","name":"Seasonal Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 weekly deliveries","Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4929716472,"name":"Prepay for 4 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929749240,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929782008,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"56f756306c0abe9f8635c06224c4dd7efde03118","name":"Seasonal Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4929814776,"name":"Prepay for 5 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929847544,"name":"Prepay for 5 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929880312,"name":"Prepay for 5 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768","name":"Seasonal Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries"," Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4929913080,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929945848,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4929978616,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":" Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"aed58156bd2b88ade1099a09e827e85e28a1bd15","name":"Seasonal Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824662264,"name":"Delivery every week","description":null,"options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824695032,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824727800,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp data-pm-slice=\"1 1 []\"\u003eScore big with a bouquet that’s as bold and unforgettable as Zay Flowers himself! Designed in partnership with the star wide receiver of the Baltimore Ravens, this arrangement is a stunning mix of vibrant white and purple florals and channels the Ravens’ iconic colors while adding a touch of star power. Each flower is carefully selected to embody Zay’s dynamic energy and unmatched style on the field.\u003c\/p\u003e\n\u003cp data-pm-slice=\"1 1 []\"\u003e\u003cspan data-sheets-root=\"1\"\u003eWe're committed to delivering bouquets that match our photos. Occasionally, we may replace certain flowers due to seasonal availability, but the overall appearance of your bouquet will remain unchanged.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8932259627256,"title":"The Sweet Hyacinth","handle":"the-sweet-hyacinth","description":"\u003cp\u003eDelight in a bouquet that feels like the first morning of spring with the season's most fragrant blooms. Featuring a dozen lush hyacinths in their full, aromatic glory, this arrangement is accented by the delicate texture of willow tips, adding a graceful, sculptural element. Perfect for those who appreciate understated beauty, this elegant arrangement is a charming way to bring the essence of spring into any space.\u003c\/p\u003e","published_at":"2025-01-27T11:53:49-05:00","created_at":"2025-01-27T11:53:48-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-spring-collection","occasion:easter","occasion:friendship","occasion:just-because","occasion:thank-you","seo:hidden","size:single","springupload"],"price":7500,"price_min":7500,"price_max":7500,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131256328440,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-B-10221","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Sweet Hyacinth","public_title":null,"options":["Default Title"],"price":7500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/SweetHyacinth_MainImage_PDP.jpg?v=1738833496","\/\/urbanstems.com\/cdn\/shop\/files\/SweetHyacinth_SupportingImage_PDP.jpg?v=1738833501","\/\/urbanstems.com\/cdn\/shop\/files\/SweetHyacinth_SupportingImage_2_PDP.jpg?v=1738833501"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/SweetHyacinth_MainImage_PDP.jpg?v=1738833496","options":["Title"],"media":[{"alt":null,"id":36029536993528,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SweetHyacinth_MainImage_PDP.jpg?v=1738833496"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SweetHyacinth_MainImage_PDP.jpg?v=1738833496","width":2808},{"alt":null,"id":36029537059064,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SweetHyacinth_SupportingImage_PDP.jpg?v=1738833501"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SweetHyacinth_SupportingImage_PDP.jpg?v=1738833501","width":3815},{"alt":null,"id":36029537026296,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SweetHyacinth_SupportingImage_2_PDP.jpg?v=1738833501"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SweetHyacinth_SupportingImage_2_PDP.jpg?v=1738833501","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eDelight in a bouquet that feels like the first morning of spring with the season's most fragrant blooms. Featuring a dozen lush hyacinths in their full, aromatic glory, this arrangement is accented by the delicate texture of willow tips, adding a graceful, sculptural element. Perfect for those who appreciate understated beauty, this elegant arrangement is a charming way to bring the essence of spring into any space.\u003c\/p\u003e"},{"id":8932329160952,"title":"The Sanctuary","handle":"the-sanctuary","description":"\u003cp\u003eFor the mother who shows unwavering strength and grace, we have the perfect arrangement that mirrors her relentless love and devotion. With soft sand-colored roses, creamy spray roses, and fresh green mini hydrangeas, this arrangement speaks to the beauty of enduring love. White carnations and light greenery bring a sense of calm, honoring the quiet resilience that mothers show every single day! Perfect for celebrating the mom who always pushes forward with determination and tenderness, this arrangement is a tribute to the enduring strength and love that shapes us.\u003c\/p\u003e","published_at":"2025-01-27T13:18:21-05:00","created_at":"2025-01-27T13:18:20-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","occasion:easter","occasion:get-well","occasion:just-because","occasion:new-baby","occasion:sympathy","seo:hidden","size:single","springupload","YGroup_the-sanctuary"],"price":7500,"price_min":7500,"price_max":7500,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131556319480,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10220","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Sanctuary - Single","public_title":"Single","options":["Single","Default Title"],"price":7500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Sanctuary_MainImage_PDP.jpg?v=1738835600","\/\/urbanstems.com\/cdn\/shop\/files\/Sanctuary_SupportingImage_PDP.jpg?v=1738835603","\/\/urbanstems.com\/cdn\/shop\/files\/Sanctuary_SupportingImage_2_PDP.jpg?v=1738835603"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Sanctuary_MainImage_PDP.jpg?v=1738835600","options":["Size"],"media":[{"alt":null,"id":36029800087800,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Sanctuary_MainImage_PDP.jpg?v=1738835600"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Sanctuary_MainImage_PDP.jpg?v=1738835600","width":2808},{"alt":null,"id":36029800153336,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Sanctuary_SupportingImage_PDP.jpg?v=1738835603"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Sanctuary_SupportingImage_PDP.jpg?v=1738835603","width":3815},{"alt":null,"id":36029800120568,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Sanctuary_SupportingImage_2_PDP.jpg?v=1738835603"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Sanctuary_SupportingImage_2_PDP.jpg?v=1738835603","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eFor the mother who shows unwavering strength and grace, we have the perfect arrangement that mirrors her relentless love and devotion. With soft sand-colored roses, creamy spray roses, and fresh green mini hydrangeas, this arrangement speaks to the beauty of enduring love. White carnations and light greenery bring a sense of calm, honoring the quiet resilience that mothers show every single day! Perfect for celebrating the mom who always pushes forward with determination and tenderness, this arrangement is a tribute to the enduring strength and love that shapes us.\u003c\/p\u003e"},{"id":8932255236344,"title":"The Birdsong","handle":"the-birdsong","description":"\u003cp\u003eInspired by the harmonious melody of a spring mornings, this bouquet that brings the sweet serenade of nature indoors. Light pink roses and spray roses blend effortlessly with cheerful yellow carnations, while lavender aster and blush-toned hypericum add subtle, clean touches. The green lily grass gives a nod to the season's vitality, creating an arrangement that feels as inspiring as the chirping of birds at dawn. Celebrate the renewed freshness and beauty of spring’s unique colors.\u003c\/p\u003e","published_at":"2025-01-27T11:26:35-05:00","created_at":"2025-01-27T11:26:34-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-mothers-day-collection","collection:the-spring-collection","occasion:friendship","occasion:just-because","occasion:romance","seo:hidden","size:single","springupload","YGroup_the-birdsong"],"price":7800,"price_min":7800,"price_max":7800,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131211927800,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10208","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Birdsong - Single","public_title":"Single","options":["Single","Default Title"],"price":7800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Birdsong_MainImage_PDP.jpg?v=1738833355","\/\/urbanstems.com\/cdn\/shop\/files\/Birdsong_SupportingImage_PDP.jpg?v=1738833358","\/\/urbanstems.com\/cdn\/shop\/files\/Birdsong_SupportingImage_PDP_2.jpg?v=1738833358"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Birdsong_MainImage_PDP.jpg?v=1738833355","options":["Size"],"media":[{"alt":null,"id":36029512319224,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Birdsong_MainImage_PDP.jpg?v=1738833355"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Birdsong_MainImage_PDP.jpg?v=1738833355","width":2808},{"alt":null,"id":36029512384760,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Birdsong_SupportingImage_PDP.jpg?v=1738833358"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Birdsong_SupportingImage_PDP.jpg?v=1738833358","width":3815},{"alt":null,"id":36029512351992,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Birdsong_SupportingImage_PDP_2.jpg?v=1738833358"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Birdsong_SupportingImage_PDP_2.jpg?v=1738833358","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eInspired by the harmonious melody of a spring mornings, this bouquet that brings the sweet serenade of nature indoors. Light pink roses and spray roses blend effortlessly with cheerful yellow carnations, while lavender aster and blush-toned hypericum add subtle, clean touches. The green lily grass gives a nod to the season's vitality, creating an arrangement that feels as inspiring as the chirping of birds at dawn. Celebrate the renewed freshness and beauty of spring’s unique colors.\u003c\/p\u003e"},{"id":8794213122296,"title":"The Flutter","handle":"the-flutter","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003eYou know that flutter you get when all of your girlfriends are together at happy hour? That euphoria is replicated in this mixed bouquet of pastel stems and lush greenery. While nothing can replace girls’ night, this arrangement is a close second.\u003c\/p\u003e","published_at":"2024-11-12T00:00:16-05:00","created_at":"2024-10-17T16:12:08-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-hanukkah-collection","collection:the-rosh-hashanah-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:10170","MixedBouquets","occasion:birthday","occasion:friendship","occasion:get-well","occasion:miss-you","occasion:romance","occasion:sympathy","recepient:for-friend","recepient:for-her","recepient:for-me","size:single","YGroup_the-flutter","YGroup_the-hygge"],"price":7900,"price_min":7900,"price_max":7900,"available":true,"price_varies":false,"compare_at_price":8800,"compare_at_price_min":8800,"compare_at_price_max":8800,"compare_at_price_varies":false,"variants":[{"id":45843091194104,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10170","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Flutter - Single","public_title":"Single","options":["Single","Default Title"],"price":7900,"weight":0,"compare_at_price":8800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7900,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":7900,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7900,"per_delivery_price":22500,"selling_plan_id":4921950456,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7900,"per_delivery_price":30000,"selling_plan_id":4922343672,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7900,"per_delivery_price":37500,"selling_plan_id":4922736888,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7900,"per_delivery_price":45000,"selling_plan_id":4923130104,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7900,"per_delivery_price":90000,"selling_plan_id":4923425016,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":7900,"per_delivery_price":126000,"selling_plan_id":4926079224,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":7900,"per_delivery_price":63000,"selling_plan_id":4926341368,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":7900,"per_delivery_price":52500,"selling_plan_id":4926996728,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":7900,"per_delivery_price":42000,"selling_plan_id":4927652088,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":7900,"per_delivery_price":31500,"selling_plan_id":4928307448,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7900,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":7900,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7900,"per_delivery_price":22500,"selling_plan_id":4921983224,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7900,"per_delivery_price":30000,"selling_plan_id":4922376440,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7900,"per_delivery_price":37500,"selling_plan_id":4922769656,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7900,"per_delivery_price":45000,"selling_plan_id":4923162872,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7900,"per_delivery_price":90000,"selling_plan_id":4923457784,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":7900,"per_delivery_price":126000,"selling_plan_id":4926111992,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":7900,"per_delivery_price":63000,"selling_plan_id":4926374136,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":7900,"per_delivery_price":52500,"selling_plan_id":4927029496,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":7900,"per_delivery_price":42000,"selling_plan_id":4927684856,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":7900,"per_delivery_price":31500,"selling_plan_id":4928340216,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7900,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7900,"per_delivery_price":22500,"selling_plan_id":4922015992,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7900,"per_delivery_price":30000,"selling_plan_id":4922409208,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7900,"per_delivery_price":37500,"selling_plan_id":4922802424,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7900,"per_delivery_price":45000,"selling_plan_id":4923195640,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7900,"per_delivery_price":90000,"selling_plan_id":4923490552,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_MainImage_PDP.jpg?v=1729895958","\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_SupportingImage_1_PDP.jpg?v=1737490846"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_MainImage_PDP.jpg?v=1729895958","options":["Size"],"media":[{"alt":null,"id":35222924787960,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_MainImage_PDP.jpg?v=1729895958"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_MainImage_PDP.jpg?v=1729895958","width":2808},{"alt":null,"id":35222924820728,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_SupportingImage_1_PDP.jpg?v=1737490846"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_SupportingImage_1_PDP.jpg?v=1737490846","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea","name":"Luxe Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4926079224,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4926111992,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165","name":"Luxe Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4928307448,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4928340216,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"0584447e653174fd96bb526e0283165bb5ee33f1","name":"Luxe Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4927652088,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4927684856,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51","name":"Luxe Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4926996728,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4927029496,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"1146a52d3f763f240f566d9145067585fe5531ce","name":"Luxe Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4926341368,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4926374136,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5","name":"Luxe Recurring","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824793336,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824826104,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa","name":"Seasonal Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4923425016,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4923457784,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4923490552,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763","name":"Seasonal Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4921950456,"name":"Prepay for 3 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4921983224,"name":"Prepay for 3 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4922015992,"name":"Prepay for 3 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"b46cd2a6809b036a375b9da2438854505e1fcf4b","name":"Seasonal Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 weekly deliveries","Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4922343672,"name":"Prepay for 4 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4922376440,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4922409208,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"56f756306c0abe9f8635c06224c4dd7efde03118","name":"Seasonal Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4922736888,"name":"Prepay for 5 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4922769656,"name":"Prepay for 5 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4922802424,"name":"Prepay for 5 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768","name":"Seasonal Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries"," Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4923130104,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4923162872,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4923195640,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":" Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"aed58156bd2b88ade1099a09e827e85e28a1bd15","name":"Seasonal Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824662264,"name":"Delivery every week","description":null,"options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824695032,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824727800,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003eYou know that flutter you get when all of your girlfriends are together at happy hour? That euphoria is replicated in this mixed bouquet of pastel stems and lush greenery. While nothing can replace girls’ night, this arrangement is a close second.\u003c\/p\u003e"},{"id":8932314054904,"title":"The Rose Garden","handle":"the-rose-garden","description":"\u003cp\u003eWhen you want a rose garden without having to tend to a rose garden, we have just the bouquet for you. Step into the tranquil world of gardening with a bouquet that captures the beauty of blooming roses. Soft sand-colored roses, delicate light pink garden roses, and vibrant pink roses create a harmonious symphony of hues, while lush greenery adds depth and balance. This bouquet evokes the calmness of a secluded rose garden in full bloom, perfect for charming allure of spring.\u003c\/p\u003e","published_at":"2025-01-27T13:09:46-05:00","created_at":"2025-01-27T13:09:45-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-mothers-day-collection","collection:the-spring-collection","occasion:anniversary","occasion:friendship","occasion:miss-you","occasion:new-baby","seo:hidden","size:single","springupload","YGroup_the-rose-garden"],"price":8000,"price_min":8000,"price_max":8000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131523584248,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10210","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Rose Garden - Single","public_title":"Single","options":["Single","Default Title"],"price":8000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/RoseGarden_MainImage_PDP.jpg?v=1738834924","\/\/urbanstems.com\/cdn\/shop\/files\/RoseGarden_SupportingImage_PDP.jpg?v=1738834924"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/RoseGarden_MainImage_PDP.jpg?v=1738834924","options":["Size"],"media":[{"alt":null,"id":36029745823992,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/RoseGarden_MainImage_PDP.jpg?v=1738834924"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/RoseGarden_MainImage_PDP.jpg?v=1738834924","width":2808},{"alt":null,"id":36029745856760,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/RoseGarden_SupportingImage_PDP.jpg?v=1738834924"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/RoseGarden_SupportingImage_PDP.jpg?v=1738834924","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eWhen you want a rose garden without having to tend to a rose garden, we have just the bouquet for you. Step into the tranquil world of gardening with a bouquet that captures the beauty of blooming roses. Soft sand-colored roses, delicate light pink garden roses, and vibrant pink roses create a harmonious symphony of hues, while lush greenery adds depth and balance. This bouquet evokes the calmness of a secluded rose garden in full bloom, perfect for charming allure of spring.\u003c\/p\u003e"},{"id":8845990592760,"title":"The Lace","handle":"the-lace","description":"\u003cp\u003eWhile Valentine’s Day is usually reserved for candy hearts and bears, this sultry bouquet is for chocolate covered strawberries and dare we say, lace. This monochrome mixed bouquet with pops of greenery is nothing short of romantic and makes a daring statement.\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-11-21T12:51:31-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-rosh-hashanah-collection","collection:the-spring-collection","collection:the-valentines-day-collection","collection:the-winter-collection","MixedBouquets","NewArrival","occasion:get-well","occasion:self-send","occasion:sympathy","occasion:thank-you","size:single","vdayupload","YGroup_the-lace"],"price":8100,"price_min":8100,"price_max":8100,"available":true,"price_varies":false,"compare_at_price":9500,"compare_at_price_min":9500,"compare_at_price_max":9500,"compare_at_price_varies":false,"variants":[{"id":45948821405944,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10192","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Lace - Single","public_title":"Single","options":["Single","Default Title"],"price":8100,"weight":0,"compare_at_price":9500,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":8100,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":8100,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":8100,"per_delivery_price":22500,"selling_plan_id":4977688824,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":8100,"per_delivery_price":31500,"selling_plan_id":4978245880,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":8100,"per_delivery_price":30000,"selling_plan_id":4979163384,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":8100,"per_delivery_price":42000,"selling_plan_id":4979392760,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":8100,"per_delivery_price":52500,"selling_plan_id":4980179192,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":8100,"per_delivery_price":63000,"selling_plan_id":4980670712,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":8100,"per_delivery_price":126000,"selling_plan_id":4981457144,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":8100,"per_delivery_price":37500,"selling_plan_id":4981817592,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":8100,"per_delivery_price":45000,"selling_plan_id":4982210808,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":8100,"per_delivery_price":90000,"selling_plan_id":4982505720,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":8100,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":8100,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":8100,"per_delivery_price":22500,"selling_plan_id":4977721592,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":8100,"per_delivery_price":31500,"selling_plan_id":4978278648,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":8100,"per_delivery_price":30000,"selling_plan_id":4979196152,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":8100,"per_delivery_price":42000,"selling_plan_id":4979425528,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":8100,"per_delivery_price":52500,"selling_plan_id":4980211960,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":8100,"per_delivery_price":63000,"selling_plan_id":4980703480,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":8100,"per_delivery_price":126000,"selling_plan_id":4981489912,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":8100,"per_delivery_price":37500,"selling_plan_id":4981850360,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":8100,"per_delivery_price":45000,"selling_plan_id":4982243576,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":8100,"per_delivery_price":90000,"selling_plan_id":4982538488,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":8100,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":8100,"per_delivery_price":22500,"selling_plan_id":4977754360,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":8100,"per_delivery_price":30000,"selling_plan_id":4979228920,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":8100,"per_delivery_price":37500,"selling_plan_id":4981883128,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":8100,"per_delivery_price":45000,"selling_plan_id":4982276344,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":8100,"per_delivery_price":90000,"selling_plan_id":4982571256,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673","\/\/urbanstems.com\/cdn\/shop\/files\/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674","\/\/urbanstems.com\/cdn\/shop\/files\/Lace_SupportingImage_2_PDP_bc959e8e-ca5f-4c11-8155-29975a963e21.jpg?v=1732637673","\/\/urbanstems.com\/cdn\/shop\/files\/Lace_SupportingImage_3_PDP_5256ae4e-aae9-4545-86d9-0ace96a3b57f.jpg?v=1732637673"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673","options":["Size"],"media":[{"alt":null,"id":35504312123640,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673","width":2808},{"alt":null,"id":35504312156408,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674","width":2862},{"alt":null,"id":35504311992568,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Lace_SupportingImage_2_PDP_bc959e8e-ca5f-4c11-8155-29975a963e21.jpg?v=1732637673"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Lace_SupportingImage_2_PDP_bc959e8e-ca5f-4c11-8155-29975a963e21.jpg?v=1732637673","width":3815},{"alt":null,"id":35504312025336,"position":4,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Lace_SupportingImage_3_PDP_5256ae4e-aae9-4545-86d9-0ace96a3b57f.jpg?v=1732637673"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Lace_SupportingImage_3_PDP_5256ae4e-aae9-4545-86d9-0ace96a3b57f.jpg?v=1732637673","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea","name":"Luxe Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4981457144,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4981489912,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165","name":"Luxe Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4978245880,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978278648,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"0584447e653174fd96bb526e0283165bb5ee33f1","name":"Luxe Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4979392760,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4979425528,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51","name":"Luxe Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4980179192,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4980211960,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"1146a52d3f763f240f566d9145067585fe5531ce","name":"Luxe Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4980670712,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4980703480,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5","name":"Luxe Recurring","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824793336,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824826104,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa","name":"Seasonal Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4982505720,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4982538488,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4982571256,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763","name":"Seasonal Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4977688824,"name":"Prepay for 3 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4977721592,"name":"Prepay for 3 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4977754360,"name":"Prepay for 3 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"b46cd2a6809b036a375b9da2438854505e1fcf4b","name":"Seasonal Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 weekly deliveries","Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4979163384,"name":"Prepay for 4 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4979196152,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4979228920,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"56f756306c0abe9f8635c06224c4dd7efde03118","name":"Seasonal Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4981817592,"name":"Prepay for 5 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4981850360,"name":"Prepay for 5 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4981883128,"name":"Prepay for 5 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768","name":"Seasonal Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries"," Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4982210808,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4982243576,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4982276344,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":" Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"aed58156bd2b88ade1099a09e827e85e28a1bd15","name":"Seasonal Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824662264,"name":"Delivery every week","description":null,"options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824695032,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824727800,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cp\u003eWhile Valentine’s Day is usually reserved for candy hearts and bears, this sultry bouquet is for chocolate covered strawberries and dare we say, lace. This monochrome mixed bouquet with pops of greenery is nothing short of romantic and makes a daring statement.\u003c\/p\u003e"},{"id":8932314218744,"title":"The Nectarine","handle":"the-nectarine","description":"\u003cp\u003eSoft, sweet, and utterly enchanting, this bouquet radiates the warmth and charm of spring. Peach garden roses, complemented by a mix of cream, white, and peach spray roses, come together to create an arrangement that feels as refreshing as a sun-kissed orchard full of nectarine trees. The addition of delicate pink ranunculus butterflies adds a playful touch, evoking the fluttering beauty of spring’s first blooms. Perfect for a joyful celebration or a thoughtful gesture, these stems brings a burst of color and sweetness to any occasion.\u003c\/p\u003e","published_at":"2025-01-27T13:09:46-05:00","created_at":"2025-01-27T13:09:45-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-mothers-day-collection","collection:the-spring-collection","occasion:anniversary","occasion:birthday","occasion:congratulations","occasion:housewarming","occasion:miss-you","occasion:romance","occasion:thank-you","seo:hidden","size:single","springupload","YGroup_the-nectarine"],"price":8200,"price_min":8200,"price_max":8200,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131523748088,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10213","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Nectarine - Single","public_title":"Single","options":["Single","Default Title"],"price":8200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Nectarine_MainImage_PDP_630abe4f-236d-447f-8d3e-5b6e4fbe6ae0.jpg?v=1738835380","\/\/urbanstems.com\/cdn\/shop\/files\/Nectarine_SupportingImage_PDP_3fb85ceb-deaf-4af6-83e7-4a5714edc4f2.jpg?v=1738835390","\/\/urbanstems.com\/cdn\/shop\/files\/Nectarine_SupportingImage_2_PDP_fa7f7d5a-41f7-413c-8078-997f1c478cd9.jpg?v=1738835390"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Nectarine_MainImage_PDP_630abe4f-236d-447f-8d3e-5b6e4fbe6ae0.jpg?v=1738835380","options":["Size"],"media":[{"alt":null,"id":36029782032632,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Nectarine_MainImage_PDP_630abe4f-236d-447f-8d3e-5b6e4fbe6ae0.jpg?v=1738835380"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Nectarine_MainImage_PDP_630abe4f-236d-447f-8d3e-5b6e4fbe6ae0.jpg?v=1738835380","width":2808},{"alt":null,"id":36029782098168,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Nectarine_SupportingImage_PDP_3fb85ceb-deaf-4af6-83e7-4a5714edc4f2.jpg?v=1738835390"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Nectarine_SupportingImage_PDP_3fb85ceb-deaf-4af6-83e7-4a5714edc4f2.jpg?v=1738835390","width":3815},{"alt":null,"id":36029782065400,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Nectarine_SupportingImage_2_PDP_fa7f7d5a-41f7-413c-8078-997f1c478cd9.jpg?v=1738835390"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Nectarine_SupportingImage_2_PDP_fa7f7d5a-41f7-413c-8078-997f1c478cd9.jpg?v=1738835390","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eSoft, sweet, and utterly enchanting, this bouquet radiates the warmth and charm of spring. Peach garden roses, complemented by a mix of cream, white, and peach spray roses, come together to create an arrangement that feels as refreshing as a sun-kissed orchard full of nectarine trees. The addition of delicate pink ranunculus butterflies adds a playful touch, evoking the fluttering beauty of spring’s first blooms. Perfect for a joyful celebration or a thoughtful gesture, these stems brings a burst of color and sweetness to any occasion.\u003c\/p\u003e"},{"id":8692603617528,"title":"Double the Parasol","handle":"double-the-parasol","description":"\u003cp\u003eBrighten any space with these striking tulips, featuring a gradient from dusty pink to rich red petals. Available in a 12-stem Single or 24-stem Double, these vibrant tulips make a stunning gift or centerpiece.\u003c\/p\u003e\n\u003cp\u003eTo ensure you receive the freshest stems, the variety of tulip you receive may differ slightly from what’s pictured, but the vibrant color will remain the same.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCaution:\u003c\/strong\u003e Tulips are toxic to pets if ingested. For a full list of toxic plants, please consult the ASPCA.\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-08-15T12:46:50-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","collection:the-valentines-day-collection","group:00096","NewArrival","occasion:easter","occasion:friendship","occasion:just-because","occasion:mothers-day","recepient:for-friend","recepient:for-grandmother","recepient:for-her","recepient:for-me","recepient:for-mom","recepient:for-mother-figure","SingleStemBouquets","size:double","YGroup_the-parasol"],"price":8400,"price_min":8400,"price_max":8400,"available":true,"price_varies":false,"compare_at_price":12000,"compare_at_price_min":12000,"compare_at_price_max":12000,"compare_at_price_varies":false,"variants":[{"id":45607258226936,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00137","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Parasol - Double","public_title":"Double","options":["Double","Default Title"],"price":8400,"weight":0,"compare_at_price":12000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/DoubleParasol_MainImage_PDP.jpg?v=1733241686","\/\/urbanstems.com\/cdn\/shop\/files\/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686","\/\/urbanstems.com\/cdn\/shop\/files\/dw29f1f4dc_Spring24_Tulips_5.gif?v=1723789707","\/\/urbanstems.com\/cdn\/shop\/files\/dwc5772821_Spring24_Dutch_Double_Bud_Carousel.jpg?v=1723789707"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleParasol_MainImage_PDP.jpg?v=1733241686","options":["Size"],"media":[{"alt":null,"id":35556622696696,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleParasol_MainImage_PDP.jpg?v=1733241686"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleParasol_MainImage_PDP.jpg?v=1733241686","width":2808},{"alt":null,"id":35556622729464,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686","width":3815},{"alt":null,"id":34523933835512,"position":3,"preview_image":{"aspect_ratio":1.397,"height":358,"width":500,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/dw29f1f4dc_Spring24_Tulips_5.gif?v=1723789707"},"aspect_ratio":1.397,"height":358,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/dw29f1f4dc_Spring24_Tulips_5.gif?v=1723789707","width":500},{"alt":null,"id":34523933901048,"position":4,"preview_image":{"aspect_ratio":1.4,"height":3000,"width":4200,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/dwc5772821_Spring24_Dutch_Double_Bud_Carousel.jpg?v=1723789707"},"aspect_ratio":1.4,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/dwc5772821_Spring24_Dutch_Double_Bud_Carousel.jpg?v=1723789707","width":4200}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eBrighten any space with these striking tulips, featuring a gradient from dusty pink to rich red petals. Available in a 12-stem Single or 24-stem Double, these vibrant tulips make a stunning gift or centerpiece.\u003c\/p\u003e\n\u003cp\u003eTo ensure you receive the freshest stems, the variety of tulip you receive may differ slightly from what’s pictured, but the vibrant color will remain the same.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCaution:\u003c\/strong\u003e Tulips are toxic to pets if ingested. For a full list of toxic plants, please consult the ASPCA.\u003c\/p\u003e"},{"id":8845990363384,"title":"Double the Kiss Me On My Tulips","handle":"double-the-kiss-me-on-my-tulips","description":"\u003cp\u003eBoldly designed to sweep your Valentine off their feet. Whether you’re aiming Cupid’s arrow at a spontaneous or romantic gesture, a bouquet of alluring red and purple tulips is so charming it’s almost irresistible for February 14th.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWarning: Not pet-friendly! Tulips are toxic to pets if ingested. For a full list of toxic flowers and plants, please consult the ASPCA.\u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-11-21T12:51:31-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-valentines-day-collection","NewArrival","occasion:-new-baby","occasion:anniversary","occasion:friendship","occasion:miss-you","occasion:romance","occasion:thank-you","SingleStemBouquets","size:double","vdayupload","YGroup_the-kiss-me-on-my-tulips"],"price":8400,"price_min":8400,"price_max":8400,"available":true,"price_varies":false,"compare_at_price":12000,"compare_at_price_min":12000,"compare_at_price_max":12000,"compare_at_price_varies":false,"variants":[{"id":45948821176568,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10191","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Kiss Me On My Tulips - Double","public_title":"Double","options":["Double","Default Title"],"price":8400,"weight":0,"compare_at_price":12000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908","\/\/urbanstems.com\/cdn\/shop\/files\/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908","options":["Size"],"media":[{"alt":null,"id":35547325235448,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908","width":2808},{"alt":null,"id":35547325268216,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eBoldly designed to sweep your Valentine off their feet. Whether you’re aiming Cupid’s arrow at a spontaneous or romantic gesture, a bouquet of alluring red and purple tulips is so charming it’s almost irresistible for February 14th.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWarning: Not pet-friendly! Tulips are toxic to pets if ingested. For a full list of toxic flowers and plants, please consult the ASPCA.\u003c\/span\u003e\u003c\/p\u003e"},{"id":8657892507896,"title":"The Valentine","handle":"the-valentine","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eA fresh twist on a timeless classic, this stunning, all-red bouquet sends the message that love is in the air. A mix of garden and classic roses, The Valentine is the perfect romantic arrangement for that special someone.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eWe’re committed to delivering bouquets that match our photos. Occasionally, we might replace certain flowers due to seasonal availability, but your bouquet’s overall appearance will remain unchanged.\u003c\/em\u003e\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-07-26T17:14:38-04:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Best Seller","collection:the-valentines-day-collection","collection:the-winter-collection","group:00083","NewArrival","occasion:anniversary","occasion:miss-you","occasion:romance","occasion:self-send","recepient:for-him","seo:hidden","SingleStemBouquets","size:single","YGroup_the-valentine"],"price":9000,"price_min":9000,"price_max":9000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45510416007416,"title":"","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-B-00083","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Valentine - ","public_title":"","options":["Default Title"],"price":9000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9000,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9000,"per_delivery_price":22500,"selling_plan_id":4977492216,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9000,"per_delivery_price":30000,"selling_plan_id":4978966776,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9000,"per_delivery_price":37500,"selling_plan_id":4981719288,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9000,"per_delivery_price":45000,"selling_plan_id":4982014200,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9000,"per_delivery_price":90000,"selling_plan_id":4982309112,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9000,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9000,"per_delivery_price":22500,"selling_plan_id":4977524984,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9000,"per_delivery_price":30000,"selling_plan_id":4978999544,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9000,"per_delivery_price":37500,"selling_plan_id":4981752056,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9000,"per_delivery_price":45000,"selling_plan_id":4982046968,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9000,"per_delivery_price":90000,"selling_plan_id":4982341880,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9000,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9000,"per_delivery_price":22500,"selling_plan_id":4977557752,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9000,"per_delivery_price":30000,"selling_plan_id":4979032312,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9000,"per_delivery_price":37500,"selling_plan_id":4981784824,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9000,"per_delivery_price":45000,"selling_plan_id":4982079736,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9000,"per_delivery_price":90000,"selling_plan_id":4982374648,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Valentine_MainImage_PDP_0c518c96-8cdb-4db1-8ec1-808ed28c7bc4.jpg?v=1738602763","\/\/urbanstems.com\/cdn\/shop\/files\/Valentine_SupportingImage_1_PDP.jpg?v=1738602763"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Valentine_MainImage_PDP_0c518c96-8cdb-4db1-8ec1-808ed28c7bc4.jpg?v=1738602763","options":["Title"],"media":[{"alt":null,"id":36003814310136,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Valentine_MainImage_PDP_0c518c96-8cdb-4db1-8ec1-808ed28c7bc4.jpg?v=1738602763"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Valentine_MainImage_PDP_0c518c96-8cdb-4db1-8ec1-808ed28c7bc4.jpg?v=1738602763","width":2808},{"alt":null,"id":35556446929144,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Valentine_SupportingImage_1_PDP.jpg?v=1738602763"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Valentine_SupportingImage_1_PDP.jpg?v=1738602763","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa","name":"Seasonal Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4982309112,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4982341880,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4982374648,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763","name":"Seasonal Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4977492216,"name":"Prepay for 3 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4977524984,"name":"Prepay for 3 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4977557752,"name":"Prepay for 3 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"b46cd2a6809b036a375b9da2438854505e1fcf4b","name":"Seasonal Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 weekly deliveries","Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4978966776,"name":"Prepay for 4 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978999544,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4979032312,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"56f756306c0abe9f8635c06224c4dd7efde03118","name":"Seasonal Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4981719288,"name":"Prepay for 5 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4981752056,"name":"Prepay for 5 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4981784824,"name":"Prepay for 5 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768","name":"Seasonal Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries"," Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4982014200,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4982046968,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4982079736,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":" Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"aed58156bd2b88ade1099a09e827e85e28a1bd15","name":"Seasonal Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824662264,"name":"Delivery every week","description":null,"options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824695032,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824727800,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eA fresh twist on a timeless classic, this stunning, all-red bouquet sends the message that love is in the air. A mix of garden and classic roses, The Valentine is the perfect romantic arrangement for that special someone.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eWe’re committed to delivering bouquets that match our photos. Occasionally, we might replace certain flowers due to seasonal availability, but your bouquet’s overall appearance will remain unchanged.\u003c\/em\u003e\u003c\/p\u003e"},{"id":8657903419640,"title":"The Pink Lady","handle":"the-pink-lady","description":"\u003cp\u003eTimeless elegance is the hallmark of this classic bouquet of roses and ranunculus. It boasts pastel shades of pink, accents of yellow and cream, and highlighted by spiral eucalyptus with green sprigs. The Pink Lady is a perfect centerpiece for a spring brunch al fresco or to liven up a kitchen or dining room. This arrangement makes a gracious thank-you gift, but it’s just as delightful as a gift for yourself because you deserve it.\u003c\/p\u003e","published_at":"2025-01-27T14:19:51-05:00","created_at":"2024-07-26T17:19:08-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-spring-collection","collection:the-summer-collection","group:10012","occasion:mothers-day","recepient:for-her","recepient:for-mom","seo:hidden","size:single","YGroup_the-palazzo"],"price":9000,"price_min":9000,"price_max":9000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45510430982392,"title":"","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-B-10012","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Pink Lady - ","public_title":"","options":["Default Title"],"price":9000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Palazzo_MainImage_PDP.jpg?v=1738864337","\/\/urbanstems.com\/cdn\/shop\/files\/Palazzo_SupportingImage_PDP_94f01942-2bc2-4afd-8624-cbef8100d6a9.jpg?v=1738864340","\/\/urbanstems.com\/cdn\/shop\/files\/Palazzo_SupportingImage_2_PDP.jpg?v=1738864340"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Palazzo_MainImage_PDP.jpg?v=1738864337","options":["Title"],"media":[{"alt":null,"id":36032331186424,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Palazzo_MainImage_PDP.jpg?v=1738864337"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Palazzo_MainImage_PDP.jpg?v=1738864337","width":2808},{"alt":null,"id":36032331251960,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Palazzo_SupportingImage_PDP_94f01942-2bc2-4afd-8624-cbef8100d6a9.jpg?v=1738864340"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Palazzo_SupportingImage_PDP_94f01942-2bc2-4afd-8624-cbef8100d6a9.jpg?v=1738864340","width":3815},{"alt":null,"id":36032331219192,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Palazzo_SupportingImage_2_PDP.jpg?v=1738864340"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Palazzo_SupportingImage_2_PDP.jpg?v=1738864340","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eTimeless elegance is the hallmark of this classic bouquet of roses and ranunculus. It boasts pastel shades of pink, accents of yellow and cream, and highlighted by spiral eucalyptus with green sprigs. The Pink Lady is a perfect centerpiece for a spring brunch al fresco or to liven up a kitchen or dining room. This arrangement makes a gracious thank-you gift, but it’s just as delightful as a gift for yourself because you deserve it.\u003c\/p\u003e"},{"id":8932314153208,"title":"The Glamour","handle":"the-glamour","description":"\u003cp\u003eWith effortless grace and undeniable appeal, this bouquet lives up to its name with every delicate stem. Featuring lush peach garden roses, light pink spray roses, and pristine white ranunculus, this bouquet exudes all the refined beauty that spring offers. Blush delphinium adds a touch of whimsy, while pink hypericum and green coccolus create depth and texture. Perfect for celebrating life’s most glamorous moments, both mundane and extraordinary, this show-stopper that makes every occasion unforgettable.\u003c\/p\u003e","published_at":"2025-01-27T13:09:46-05:00","created_at":"2025-01-27T13:09:45-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","occasion:anniversary","occasion:birthday","occasion:easter","occasion:entertaining","occasion:friendship","occasion:miss-you","occasion:romance","occasion:thank-you","occasion:wedding","seo:hidden","size:single","springupload","YGroup_the-glamour"],"price":9000,"price_min":9000,"price_max":9000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131523649784,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10209","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Glamour - Single","public_title":"Single","options":["Single","Default Title"],"price":9000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Glamour_MainImage_PDP.jpg?v=1738835040","\/\/urbanstems.com\/cdn\/shop\/files\/Glamour_SupportingImage_PDP.jpg?v=1738835043","\/\/urbanstems.com\/cdn\/shop\/files\/Glamour_SupportingImage_2_PDP.jpg?v=1738835043"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Glamour_MainImage_PDP.jpg?v=1738835040","options":["Size"],"media":[{"alt":null,"id":36029753131256,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Glamour_MainImage_PDP.jpg?v=1738835040"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Glamour_MainImage_PDP.jpg?v=1738835040","width":2808},{"alt":null,"id":36029753196792,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Glamour_SupportingImage_PDP.jpg?v=1738835043"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Glamour_SupportingImage_PDP.jpg?v=1738835043","width":3815},{"alt":null,"id":36029753164024,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Glamour_SupportingImage_2_PDP.jpg?v=1738835043"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Glamour_SupportingImage_2_PDP.jpg?v=1738835043","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eWith effortless grace and undeniable appeal, this bouquet lives up to its name with every delicate stem. Featuring lush peach garden roses, light pink spray roses, and pristine white ranunculus, this bouquet exudes all the refined beauty that spring offers. Blush delphinium adds a touch of whimsy, while pink hypericum and green coccolus create depth and texture. Perfect for celebrating life’s most glamorous moments, both mundane and extraordinary, this show-stopper that makes every occasion unforgettable.\u003c\/p\u003e"},{"id":8932431790328,"title":"The Spring Astrology","handle":"the-spring-astrology","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eCelebrate your star season with a celestial-inspired floral bundle that’s as unique as the sign you bear. This set features an elegant arrangement of roses, carnations, veronica, and eucalyptus, nestled in a chic, ceramic, white vase. Accompanied by a stylish birthday card, this bundle is perfect for honoring springtime birthdays with a personal, cosmic touch. Whether you're celebrating a fiery friend, a grounded girlfriend, or a curious soul, honor their star-powered energy with this.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2025-01-27T14:35:39-05:00","created_at":"2025-01-27T14:21:25-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","occasion:birthday","occasion:congratulations","occasion:friendship","seo:hidden","size:single","springupload","YGroup_the-spring-astrology"],"price":9000,"price_min":9000,"price_max":9000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131702792440,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10150","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Spring Astrology","public_title":null,"options":["Default Title"],"price":9000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/SpringAstrology_MainImage_PDP.jpg?v=1738836261","\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_SupportingImage_PDP_ee5da0bb-be0f-47b1-b16f-a2a1a746be94.jpg?v=1738836261","\/\/urbanstems.com\/cdn\/shop\/files\/CandleCard_SupportingImage_2_PDP.jpg?v=1738836261"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringAstrology_MainImage_PDP.jpg?v=1738836261","options":["Title"],"media":[{"alt":null,"id":36029848158456,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringAstrology_MainImage_PDP.jpg?v=1738836261"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringAstrology_MainImage_PDP.jpg?v=1738836261","width":2808},{"alt":null,"id":36029848125688,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_SupportingImage_PDP_ee5da0bb-be0f-47b1-b16f-a2a1a746be94.jpg?v=1738836261"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_SupportingImage_PDP_ee5da0bb-be0f-47b1-b16f-a2a1a746be94.jpg?v=1738836261","width":3815},{"alt":null,"id":36029848092920,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/CandleCard_SupportingImage_2_PDP.jpg?v=1738836261"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/CandleCard_SupportingImage_2_PDP.jpg?v=1738836261","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eCelebrate your star season with a celestial-inspired floral bundle that’s as unique as the sign you bear. This set features an elegant arrangement of roses, carnations, veronica, and eucalyptus, nestled in a chic, ceramic, white vase. Accompanied by a stylish birthday card, this bundle is perfect for honoring springtime birthdays with a personal, cosmic touch. Whether you're celebrating a fiery friend, a grounded girlfriend, or a curious soul, honor their star-powered energy with this.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8932433690872,"title":"The Blissful Day","handle":"the-blissful-day","description":"\u003cp\u003eTreat someone special to a day of pure joy and relaxation with a vibrant and playful arrangement nestled in the trendy Tanger vase. To complete the experience, you also get to experience the Kate McLeod Lotion Stone—a luxurious, all-natural moisturizer that leaves skin soft and nourished. Spoil and pamper your person with both floral beauty and self-care. This combination of fresh blooms and calming wellness is the ultimate in feel-good indulgence.\u003c\/p\u003e","published_at":"2025-01-27T14:35:39-05:00","created_at":"2025-01-27T14:22:26-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","occasion:friendship","occasion:get-well","occasion:housewarming","occasion:self-send","seo:hidden","size:single","springupload","YGroup_the-blissful-day"],"price":9000,"price_min":9000,"price_max":9000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131705839864,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10151","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Blissful Day","public_title":null,"options":["Default Title"],"price":9000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/BlissfulDay_MainImage_PDP_16615782-86aa-47e1-bc72-fec330e0e1f3.jpg?v=1739179643","\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_SupportingImage_PDP_9f870faa-a9f1-464b-9acc-1d6d1652dbbe.jpg?v=1739179648","\/\/urbanstems.com\/cdn\/shop\/files\/McLeodLotion_SupportingImage_2_PDP_3495265e-aa11-464c-97f8-98c273369c8d.jpg?v=1739179648"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/BlissfulDay_MainImage_PDP_16615782-86aa-47e1-bc72-fec330e0e1f3.jpg?v=1739179643","options":["Title"],"media":[{"alt":null,"id":36057235816696,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/BlissfulDay_MainImage_PDP_16615782-86aa-47e1-bc72-fec330e0e1f3.jpg?v=1739179643"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/BlissfulDay_MainImage_PDP_16615782-86aa-47e1-bc72-fec330e0e1f3.jpg?v=1739179643","width":2808},{"alt":null,"id":36057235882232,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_SupportingImage_PDP_9f870faa-a9f1-464b-9acc-1d6d1652dbbe.jpg?v=1739179648"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_SupportingImage_PDP_9f870faa-a9f1-464b-9acc-1d6d1652dbbe.jpg?v=1739179648","width":3815},{"alt":null,"id":36057235849464,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/McLeodLotion_SupportingImage_2_PDP_3495265e-aa11-464c-97f8-98c273369c8d.jpg?v=1739179648"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/McLeodLotion_SupportingImage_2_PDP_3495265e-aa11-464c-97f8-98c273369c8d.jpg?v=1739179648","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eTreat someone special to a day of pure joy and relaxation with a vibrant and playful arrangement nestled in the trendy Tanger vase. To complete the experience, you also get to experience the Kate McLeod Lotion Stone—a luxurious, all-natural moisturizer that leaves skin soft and nourished. Spoil and pamper your person with both floral beauty and self-care. This combination of fresh blooms and calming wellness is the ultimate in feel-good indulgence.\u003c\/p\u003e"},{"id":8932428120312,"title":"The Spring Fling with Tanger Vase","handle":"the-spring-fling-with-tanger-vase","description":"\u003cp\u003eA little fun, a little flirty, and only a little while. Capture the essence of a spring fling in full bloom with lively roses, sweet mini carnations, and airy greenery. This fleeting burst of charm brings the joy of new beginnings to any space. Styled in the trendy rose-colored ribbed vase that adds a modern edge, this arrangement is the perfect centerpiece for spontaneous moments or lighthearted celebrations. Like any great fling, it’s unforgettable while it lasts.\u003c\/p\u003e","published_at":"2025-01-27T14:35:40-05:00","created_at":"2025-01-27T14:19:09-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","occasion:anniversary","occasion:birthday","occasion:housewarming","occasion:miss-you","occasion:romance","seo:hidden","size:single","springupload","YGroup_the-spring-fling-with-tanger-vase"],"price":9000,"price_min":9000,"price_max":9000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131698434296,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10147","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Spring Fling with Tanger Vase","public_title":null,"options":["Default Title"],"price":9000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_TangerVase_MainImage.jpg?v=1738836096","\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_SupportingImage_PDP_1f8bfb9a-beec-46b2-aef9-1de877521f8a.jpg?v=1738836096"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_TangerVase_MainImage.jpg?v=1738836096","options":["Title"],"media":[{"alt":null,"id":36029837836536,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_TangerVase_MainImage.jpg?v=1738836096"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_TangerVase_MainImage.jpg?v=1738836096","width":2808},{"alt":null,"id":36029837803768,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_SupportingImage_PDP_1f8bfb9a-beec-46b2-aef9-1de877521f8a.jpg?v=1738836096"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_SupportingImage_PDP_1f8bfb9a-beec-46b2-aef9-1de877521f8a.jpg?v=1738836096","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eA little fun, a little flirty, and only a little while. Capture the essence of a spring fling in full bloom with lively roses, sweet mini carnations, and airy greenery. This fleeting burst of charm brings the joy of new beginnings to any space. Styled in the trendy rose-colored ribbed vase that adds a modern edge, this arrangement is the perfect centerpiece for spontaneous moments or lighthearted celebrations. Like any great fling, it’s unforgettable while it lasts.\u003c\/p\u003e"},{"id":8932426154232,"title":"The Dusk with White Tegan Vase","handle":"the-dusk-with-white-tegan-vase","description":"\u003cp\u003eCapture the quiet beauty of twilight with a dreamy palette of light pink roses, lavender carnations, and delicate white veronica, all nestled among airy eucalyptus. Arranged in an elegant white ceramic vase, this bouquet radiates a serene air, making it perfect for thoughtful gestures or elevating your spring décor. Whether gifted or enjoyed at home, this seasonal arrangement invites you to pause and savor the fleeting magic of spring evenings.\u003c\/p\u003e","published_at":"2025-01-27T14:35:40-05:00","created_at":"2025-01-27T14:17:56-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","occasion:birthday","occasion:entertaining","occasion:friendship","occasion:housewarming","occasion:thank-you","seo:hidden","size:single","springupload","YGroup_the-dusk-with-white-tegan-vase"],"price":9000,"price_min":9000,"price_max":9000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131696075000,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10141","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Dusk with White Tegan Vase","public_title":null,"options":["Default Title"],"price":9000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_WhiteTegan_MainImage_PDP.jpg?v=1738837372","\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_SupportingImage_PDP_c3da30b7-d633-48a0-8204-6294bcd15c1b.jpg?v=1738837372"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_WhiteTegan_MainImage_PDP.jpg?v=1738837372","options":["Title"],"media":[{"alt":null,"id":36029830430968,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_WhiteTegan_MainImage_PDP.jpg?v=1738837372"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_WhiteTegan_MainImage_PDP.jpg?v=1738837372","width":2808},{"alt":null,"id":36029830398200,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_SupportingImage_PDP_c3da30b7-d633-48a0-8204-6294bcd15c1b.jpg?v=1738837372"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_SupportingImage_PDP_c3da30b7-d633-48a0-8204-6294bcd15c1b.jpg?v=1738837372","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eCapture the quiet beauty of twilight with a dreamy palette of light pink roses, lavender carnations, and delicate white veronica, all nestled among airy eucalyptus. Arranged in an elegant white ceramic vase, this bouquet radiates a serene air, making it perfect for thoughtful gestures or elevating your spring décor. Whether gifted or enjoyed at home, this seasonal arrangement invites you to pause and savor the fleeting magic of spring evenings.\u003c\/p\u003e"},{"id":8932427301112,"title":"The Optimist with Peridot Vase","handle":"the-optimist-with-peridot-vase","description":"\u003cp\u003eFor your friend who is bright and full of life, send a celebration of boundless possibilities in floral form. Featuring vibrant yellow roses, radiant sunflowers, delicate white mini carnations, and striking yellow snapdragons, this arrangement is complemented by fresh eucalyptus for a touch of greenery. Delivered in a glass peridot vase that adds a subtle sparkle, this bouquet is perfect for sharing joy or simply adding a burst of hope to any space.\u003c\/p\u003e","published_at":"2025-01-27T14:35:40-05:00","created_at":"2025-01-27T14:18:42-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","collection:the-spring-collection","occasion:friendship","occasion:housewarming","occasion:just-because","seo:hidden","size:single","springupload","YGroup_the-optimist-with-peridot-vase"],"price":9000,"price_min":9000,"price_max":9000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131697385720,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10142","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Optimist with Peridot Vase","public_title":null,"options":["Default Title"],"price":9000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_PeridotVase_MainImage_PDP.jpg?v=1738836063","\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_SupportingImage_PDP.jpg?v=1738836063"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_PeridotVase_MainImage_PDP.jpg?v=1738836063","options":["Title"],"media":[{"alt":null,"id":36029835280632,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_PeridotVase_MainImage_PDP.jpg?v=1738836063"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_PeridotVase_MainImage_PDP.jpg?v=1738836063","width":2808},{"alt":null,"id":36029835313400,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_SupportingImage_PDP.jpg?v=1738836063"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_SupportingImage_PDP.jpg?v=1738836063","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eFor your friend who is bright and full of life, send a celebration of boundless possibilities in floral form. Featuring vibrant yellow roses, radiant sunflowers, delicate white mini carnations, and striking yellow snapdragons, this arrangement is complemented by fresh eucalyptus for a touch of greenery. Delivered in a glass peridot vase that adds a subtle sparkle, this bouquet is perfect for sharing joy or simply adding a burst of hope to any space.\u003c\/p\u003e"},{"id":8932432773368,"title":"The Citron","handle":"the-citron","description":"\u003cp\u003eInfuse a burst of sunshine and sweet fragrance into someone’s day with a radiant bouquet all artfully arranged in the sleek Peridot vase. The combination of warm tones is a celebration of joy and positivity, bringing a little springtime happiness into any space. To complete the sensory experience, we’ve also included the True Hue Mini Candle with a sweet scent that reminds you of tea leaves steeped amongst wildly warm aromas, amber, bergamot, and peppercorn. With its soothing notes of spices, woven baskets, tea leaves, amber, bergamot, and peppercorn, this candle adds a serene ambiance to any room, making it the perfect complement to the cheerful bouquet. It is the ultimate gift for someone who deserves a little boost of love.\u003c\/p\u003e","published_at":"2025-01-27T14:35:40-05:00","created_at":"2025-01-27T14:21:57-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","occasion:birthday","occasion:congratulations","occasion:entertaining","occasion:friendship","occasion:housewarming","seo:hidden","size:single","springupload","YGroup_the-citron"],"price":9000,"price_min":9000,"price_max":9000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131703808248,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10152","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Citron","public_title":null,"options":["Default Title"],"price":9000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Citron_MainImage_PDP.jpg?v=1738836220","\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_SupportingImage_PDP_de64b2f0-453a-4b12-92b1-919810915a16.jpg?v=1738836222","\/\/urbanstems.com\/cdn\/shop\/files\/Citron_SupportingImage_2_PDP.jpg?v=1738836222"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Citron_MainImage_PDP.jpg?v=1738836220","options":["Title"],"media":[{"alt":null,"id":36029845405944,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Citron_MainImage_PDP.jpg?v=1738836220"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Citron_MainImage_PDP.jpg?v=1738836220","width":2808},{"alt":null,"id":36029845471480,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_SupportingImage_PDP_de64b2f0-453a-4b12-92b1-919810915a16.jpg?v=1738836222"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_SupportingImage_PDP_de64b2f0-453a-4b12-92b1-919810915a16.jpg?v=1738836222","width":3815},{"alt":null,"id":36029845438712,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Citron_SupportingImage_2_PDP.jpg?v=1738836222"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Citron_SupportingImage_2_PDP.jpg?v=1738836222","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eInfuse a burst of sunshine and sweet fragrance into someone’s day with a radiant bouquet all artfully arranged in the sleek Peridot vase. The combination of warm tones is a celebration of joy and positivity, bringing a little springtime happiness into any space. To complete the sensory experience, we’ve also included the True Hue Mini Candle with a sweet scent that reminds you of tea leaves steeped amongst wildly warm aromas, amber, bergamot, and peppercorn. With its soothing notes of spices, woven baskets, tea leaves, amber, bergamot, and peppercorn, this candle adds a serene ambiance to any room, making it the perfect complement to the cheerful bouquet. It is the ultimate gift for someone who deserves a little boost of love.\u003c\/p\u003e"},{"id":8657893687544,"title":"The Peony","handle":"the-peony","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eLush and full of life, it's not every day that you'll come across these pillowy stems. This striking blush-toned bouquet is a welcome addition to any room. Peonies symbolize prosperity, making this a fitting gift for anything from congratulations to housewarmings. This peony arrangement may arrive in bud form but will unfurl into the pillowy stem we all love. \u003ca href=\"https:\/\/urbanstems.com\/blogs\/news\/peony-color-meaning?srsltid=AfmBOop77v2B1SU1nWqqliLqJb4a6-1OaSy-EqAw1WbIOLCsf8yZ4Cic\"\u003eRead more\u003c\/a\u003e about the meaning of the pale pink peony. Choose from three bouquet sizes of lush peonies, a 10-stem Single, a 20-stem Double, or a 30-stem Triple.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cbr\u003eIf your foliage looks slightly dehydrated upon arrival, place the stems in some water to revive them. (Pro tip: remove any foliage near or below the waterline for a longer-lasting bouquet!)\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-11-04T00:00:02-05:00","created_at":"2024-07-26T17:15:09-04:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Best Seller","collection:the-best-sellers","collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","collection:the-summer-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:00117","occasion:anniversary","occasion:birthday","occasion:congratulations","occasion:easter","occasion:friendship","occasion:get-well","occasion:graduation","occasion:holiday","occasion:housewarming","occasion:just-because","occasion:mothers-day","occasion:new-baby","occasion:self-send","occasion:thank-you","occasion:wedding","recepient:for-grandmother","recepient:for-her","recepient:for-mom","recepient:for-mother-figure","recepient:for-mother-in-law","recepient:for-new-mother","recepient:for-wife","SingleStemBouquets","size:single","YGroup_the-peony"],"price":9200,"price_min":9200,"price_max":9200,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45510417678584,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00117","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Peony - Single","public_title":"Single","options":["Single","Default Title"],"price":9200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Peony_V2_MainImage_PDP.jpg?v=1737972145","\/\/urbanstems.com\/cdn\/shop\/files\/Peony_v2_SupportingImage_PDP.jpg?v=1737972145","\/\/urbanstems.com\/cdn\/shop\/files\/Peony_v2_SupportingImage_2_PDP.jpg?v=1737972145","\/\/urbanstems.com\/cdn\/shop\/files\/dw4e181e38_Spring24_Peony_2024_BeforeAfter_Carousel.gif?v=1737972145"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Peony_V2_MainImage_PDP.jpg?v=1737972145","options":["Size"],"media":[{"alt":null,"id":35936937378040,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Peony_V2_MainImage_PDP.jpg?v=1737972145"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Peony_V2_MainImage_PDP.jpg?v=1737972145","width":2808},{"alt":null,"id":35936937443576,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Peony_v2_SupportingImage_PDP.jpg?v=1737972145"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Peony_v2_SupportingImage_PDP.jpg?v=1737972145","width":3815},{"alt":null,"id":35936937410808,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Peony_v2_SupportingImage_2_PDP.jpg?v=1737972145"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Peony_v2_SupportingImage_2_PDP.jpg?v=1737972145","width":3815},{"alt":null,"id":34523882520824,"position":4,"preview_image":{"aspect_ratio":1.4,"height":3000,"width":4200,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/dw4e181e38_Spring24_Peony_2024_BeforeAfter_Carousel.gif?v=1737972145"},"aspect_ratio":1.4,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/dw4e181e38_Spring24_Peony_2024_BeforeAfter_Carousel.gif?v=1737972145","width":4200}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eLush and full of life, it's not every day that you'll come across these pillowy stems. This striking blush-toned bouquet is a welcome addition to any room. Peonies symbolize prosperity, making this a fitting gift for anything from congratulations to housewarmings. This peony arrangement may arrive in bud form but will unfurl into the pillowy stem we all love. \u003ca href=\"https:\/\/urbanstems.com\/blogs\/news\/peony-color-meaning?srsltid=AfmBOop77v2B1SU1nWqqliLqJb4a6-1OaSy-EqAw1WbIOLCsf8yZ4Cic\"\u003eRead more\u003c\/a\u003e about the meaning of the pale pink peony. Choose from three bouquet sizes of lush peonies, a 10-stem Single, a 20-stem Double, or a 30-stem Triple.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cbr\u003eIf your foliage looks slightly dehydrated upon arrival, place the stems in some water to revive them. (Pro tip: remove any foliage near or below the waterline for a longer-lasting bouquet!)\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8657896243448,"title":"The Snow Peony","handle":"the-snow-peony","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003eTransform your space with the Snow Peony bouquet, a luxurious blend of pure-white peonies reminiscent of freshly fallen snow. Each bloom reveals a soft blush at its center, evoking the quiet elegance of winter’s first snowfall.\u003c\/p\u003e\n\u003cp\u003eAvailable in three sizes—10-stem Single, 20-stem Double, or 30-stem Triple—these peonies arrive in bud form, gradually blossoming into full, fluffy blooms. \u003cspan\u003e If the foliage looks a bit parched upon arrival, simply place the stems in water to refresh them.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e\u003cspan\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-11-12T13:24:15-05:00","created_at":"2024-07-26T17:16:14-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-christmas-collection","collection:the-easter-collection","collection:the-holiday-collection","collection:the-rosh-hashanah-collection","collection:the-spring-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:00177","occasion:anniversary","occasion:easter","occasion:friendship","occasion:get-well","occasion:holiday","occasion:housewarming","occasion:just-because","occasion:mothers-day","occasion:new-baby","occasion:sympathy","occasion:thank-you","recepient:for-him","recepient:for-mom","SingleStemBouquets","size:single","YGroup_the-snow-peony"],"price":9200,"price_min":9200,"price_max":9200,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45510421217528,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00177","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Snow Peony - Single","public_title":"Single","options":["Single","Default Title"],"price":9200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/SnowPeony_MainImage_PDP.jpg?v=1729717666","\/\/urbanstems.com\/cdn\/shop\/files\/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/SnowPeony_MainImage_PDP.jpg?v=1729717666","options":["Size"],"media":[{"alt":null,"id":35199951339768,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SnowPeony_MainImage_PDP.jpg?v=1729717666"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SnowPeony_MainImage_PDP.jpg?v=1729717666","width":2808},{"alt":null,"id":35138904228088,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003eTransform your space with the Snow Peony bouquet, a luxurious blend of pure-white peonies reminiscent of freshly fallen snow. Each bloom reveals a soft blush at its center, evoking the quiet elegance of winter’s first snowfall.\u003c\/p\u003e\n\u003cp\u003eAvailable in three sizes—10-stem Single, 20-stem Double, or 30-stem Triple—these peonies arrive in bud form, gradually blossoming into full, fluffy blooms. \u003cspan\u003e If the foliage looks a bit parched upon arrival, simply place the stems in water to refresh them.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e\u003cspan\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e"},{"id":8657901224184,"title":"The Margot","handle":"the-margot","description":"\u003cp\u003eLight and airy, The Margot captures a sense of whimsy. This carefully designed arrangement features soft tones and rich textures, evoking the elegance of clouds and chiffon. Delicate yet uplifting, it’s sure to brighten anyone’s day.\u003c\/p\u003e\n\n\u003cp\u003eWe’re dedicated to delivering bouquets that match our photos. While we may occasionally substitute flowers due to seasonal availability, the overall appearance of your bouquet will remain consistent.\u003c\/p\u003e","published_at":"2024-09-10T19:53:01-04:00","created_at":"2024-07-26T17:18:10-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-best-sellers","collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-rosh-hashanah-collection","collection:the-spring-collection","collection:the-summer-collection","collection:the-valentines-day-collection","group:02315","Luxe","MixedBouquets","occasion:birthday","occasion:easter","occasion:friendship","occasion:graduation","occasion:just-because","occasion:mothers-day","occasion:wedding","recepient:for-friend","recepient:for-her","recepient:for-mom","recepient:for-mother-in-law","recepient:for-wife","size:single","YGroup_the-margot"],"price":9200,"price_min":9200,"price_max":9200,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45510427574520,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-02315","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Margot - Single","public_title":"Single","options":["Single","Default Title"],"price":9200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9200,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9200,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9200,"per_delivery_price":22500,"selling_plan_id":4888199416,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9200,"per_delivery_price":30000,"selling_plan_id":4894294264,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9200,"per_delivery_price":37500,"selling_plan_id":4895080696,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9200,"per_delivery_price":45000,"selling_plan_id":4895867128,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9200,"per_delivery_price":90000,"selling_plan_id":4896653560,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9200,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9200,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9200,"per_delivery_price":22500,"selling_plan_id":4888232184,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9200,"per_delivery_price":30000,"selling_plan_id":4894327032,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9200,"per_delivery_price":37500,"selling_plan_id":4895113464,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9200,"per_delivery_price":45000,"selling_plan_id":4895899896,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9200,"per_delivery_price":90000,"selling_plan_id":4896686328,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9200,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9200,"per_delivery_price":22500,"selling_plan_id":4888264952,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9200,"per_delivery_price":30000,"selling_plan_id":4894359800,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9200,"per_delivery_price":37500,"selling_plan_id":4895146232,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9200,"per_delivery_price":45000,"selling_plan_id":4895932664,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9200,"per_delivery_price":90000,"selling_plan_id":4896719096,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":8280}],"price":8280,"compare_at_price":9200,"per_delivery_price":8280,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":8280}],"price":8280,"compare_at_price":9200,"per_delivery_price":8280,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":24840}],"price":24840,"compare_at_price":9200,"per_delivery_price":24840,"selling_plan_id":4983259384,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":24840}],"price":24840,"compare_at_price":9200,"per_delivery_price":24840,"selling_plan_id":4983292152,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":49680}],"price":49680,"compare_at_price":9200,"per_delivery_price":49680,"selling_plan_id":4984176888,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":49680}],"price":49680,"compare_at_price":9200,"per_delivery_price":49680,"selling_plan_id":4984209656,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620","\/\/urbanstems.com\/cdn\/shop\/files\/Margot_SupportingImage_1_PDP.jpg?v=1727916898"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620","options":["Size"],"media":[{"alt":null,"id":35183500099832,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620","width":2808},{"alt":null,"id":34990859550968,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Margot_SupportingImage_1_PDP.jpg?v=1727916898"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Margot_SupportingImage_1_PDP.jpg?v=1727916898","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5","name":"Luxe Recurring","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824793336,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824826104,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa","name":"Seasonal Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4896653560,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4896686328,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4896719096,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763","name":"Seasonal Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4888199416,"name":"Prepay for 3 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4888232184,"name":"Prepay for 3 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4888264952,"name":"Prepay for 3 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"b46cd2a6809b036a375b9da2438854505e1fcf4b","name":"Seasonal Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 weekly deliveries","Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4894294264,"name":"Prepay for 4 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4894327032,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4894359800,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"56f756306c0abe9f8635c06224c4dd7efde03118","name":"Seasonal Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4895080696,"name":"Prepay for 5 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4895113464,"name":"Prepay for 5 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4895146232,"name":"Prepay for 5 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768","name":"Seasonal Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries"," Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4895867128,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4895899896,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4895932664,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":" Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"aed58156bd2b88ade1099a09e827e85e28a1bd15","name":"Seasonal Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824662264,"name":"Delivery every week","description":null,"options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824695032,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824727800,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4983259384,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24840}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4983292152,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":24840}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984176888,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":49680}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984209656,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":49680}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cp\u003eLight and airy, The Margot captures a sense of whimsy. This carefully designed arrangement features soft tones and rich textures, evoking the elegance of clouds and chiffon. Delicate yet uplifting, it’s sure to brighten anyone’s day.\u003c\/p\u003e\n\n\u003cp\u003eWe’re dedicated to delivering bouquets that match our photos. While we may occasionally substitute flowers due to seasonal availability, the overall appearance of your bouquet will remain consistent.\u003c\/p\u003e"},{"id":8851024969976,"title":"The Risky DM with Gleaming Vase","handle":"the-risky-dm-with-gleaming-vase","description":"\u003cp\u003eIt all started with a risky DM and now you're ordering a Valentine's Day arrangement. We love a full circle moment. Your sweetheart will certainly swoon over this romantic bouquet in an iridescent cylindrical vase. You've come a long way from that first \"hey.\"\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-11-25T15:01:17-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","bundle","collection:the-valentines-day-collection","MixedBouquets","NewArrival","occasion:anniversary","occasion:birthday","occasion:congratulations","occasion:friendship","occasion:housewarming","occasion:miss-you","occasion:thank-you","vdayupload","YGroup_the-risky-dm"],"price":9400,"price_min":9400,"price_max":9400,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45958774423800,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10127","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Risky DM with Gleaming Vase","public_title":null,"options":["Default Title"],"price":9400,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892","\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892","\/\/urbanstems.com\/cdn\/shop\/files\/RiskyDM_SupportingImage_2_PDP.jpg?v=1732637892"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892","options":["Title"],"media":[{"alt":null,"id":35504332046584,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892","width":2808},{"alt":null,"id":35504332112120,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892","width":2862},{"alt":null,"id":35504332079352,"position":3,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/RiskyDM_SupportingImage_2_PDP.jpg?v=1732637892"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/RiskyDM_SupportingImage_2_PDP.jpg?v=1732637892","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eIt all started with a risky DM and now you're ordering a Valentine's Day arrangement. We love a full circle moment. Your sweetheart will certainly swoon over this romantic bouquet in an iridescent cylindrical vase. You've come a long way from that first \"hey.\"\u003c\/p\u003e"},{"id":8657907548408,"title":"The Royal","handle":"the-royal","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eThis swirling storm of purple with pops of sunny peach bouquet includes some of our most regal flowers. We'd like to think this eye-catching arrangement is fit for a king or queen. Deliver this arrangement to someone in your high court and they'll be dazzled by this display of blooms.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-07-26T18:53:48-04:00","created_at":"2024-07-26T17:20:40-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-fall-collection","collection:the-summer-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:10130","Luxe","MixedBouquets","occasion:birthday","occasion:congratulations","occasion:friendship","occasion:new-baby","recepient:for-friend","recepient:for-him","recepient:for-mom","size:single","YGroup_the-royal"],"price":9500,"price_min":9500,"price_max":9500,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45510436389112,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10130","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Royal - Single","public_title":"Single","options":["Single","Default Title"],"price":9500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9500,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9500,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9500,"per_delivery_price":22500,"selling_plan_id":4888297720,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9500,"per_delivery_price":30000,"selling_plan_id":4894392568,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9500,"per_delivery_price":37500,"selling_plan_id":4895179000,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9500,"per_delivery_price":45000,"selling_plan_id":4895965432,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9500,"per_delivery_price":90000,"selling_plan_id":4896751864,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":9500,"per_delivery_price":126000,"selling_plan_id":4902486264,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":9500,"per_delivery_price":63000,"selling_plan_id":4902813944,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":9500,"per_delivery_price":52500,"selling_plan_id":4903141624,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":9500,"per_delivery_price":42000,"selling_plan_id":4903469304,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":9500,"per_delivery_price":31500,"selling_plan_id":4903796984,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9500,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9500,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9500,"per_delivery_price":22500,"selling_plan_id":4888330488,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9500,"per_delivery_price":30000,"selling_plan_id":4894425336,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9500,"per_delivery_price":37500,"selling_plan_id":4895211768,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9500,"per_delivery_price":45000,"selling_plan_id":4895998200,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9500,"per_delivery_price":90000,"selling_plan_id":4896784632,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":9500,"per_delivery_price":126000,"selling_plan_id":4902519032,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":9500,"per_delivery_price":63000,"selling_plan_id":4902846712,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":9500,"per_delivery_price":52500,"selling_plan_id":4903174392,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":9500,"per_delivery_price":42000,"selling_plan_id":4903502072,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":9500,"per_delivery_price":31500,"selling_plan_id":4903829752,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9500,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9500,"per_delivery_price":22500,"selling_plan_id":4888363256,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9500,"per_delivery_price":30000,"selling_plan_id":4894458104,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9500,"per_delivery_price":37500,"selling_plan_id":4895244536,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9500,"per_delivery_price":45000,"selling_plan_id":4896030968,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9500,"per_delivery_price":90000,"selling_plan_id":4896817400,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444","\/\/urbanstems.com\/cdn\/shop\/files\/Royal_SupportingImage_1_PDP.jpg?v=1727922360","\/\/urbanstems.com\/cdn\/shop\/files\/Royal_SupportingImage_2_PDP.jpg?v=1727922359"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444","options":["Size"],"media":[{"alt":null,"id":35197096165624,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444","width":2808},{"alt":null,"id":34990997438712,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Royal_SupportingImage_1_PDP.jpg?v=1727922360"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Royal_SupportingImage_1_PDP.jpg?v=1727922360","width":2862},{"alt":null,"id":34990997340408,"position":3,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Royal_SupportingImage_2_PDP.jpg?v=1727922359"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Royal_SupportingImage_2_PDP.jpg?v=1727922359","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea","name":"Luxe Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4902486264,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4902519032,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165","name":"Luxe Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4903796984,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4903829752,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"0584447e653174fd96bb526e0283165bb5ee33f1","name":"Luxe Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4903469304,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4903502072,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51","name":"Luxe Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4903141624,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4903174392,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"1146a52d3f763f240f566d9145067585fe5531ce","name":"Luxe Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4902813944,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4902846712,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5","name":"Luxe Recurring","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824793336,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824826104,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa","name":"Seasonal Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4896751864,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4896784632,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4896817400,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763","name":"Seasonal Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4888297720,"name":"Prepay for 3 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4888330488,"name":"Prepay for 3 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4888363256,"name":"Prepay for 3 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"b46cd2a6809b036a375b9da2438854505e1fcf4b","name":"Seasonal Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 weekly deliveries","Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4894392568,"name":"Prepay for 4 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4894425336,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4894458104,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"56f756306c0abe9f8635c06224c4dd7efde03118","name":"Seasonal Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4895179000,"name":"Prepay for 5 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4895211768,"name":"Prepay for 5 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4895244536,"name":"Prepay for 5 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768","name":"Seasonal Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries"," Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4895965432,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4895998200,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4896030968,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":" Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"aed58156bd2b88ade1099a09e827e85e28a1bd15","name":"Seasonal Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824662264,"name":"Delivery every week","description":null,"options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824695032,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824727800,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eThis swirling storm of purple with pops of sunny peach bouquet includes some of our most regal flowers. We'd like to think this eye-catching arrangement is fit for a king or queen. Deliver this arrangement to someone in your high court and they'll be dazzled by this display of blooms.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8657910890744,"title":"Double the Unicorn","handle":"double-the-unicorn","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWith hints of blue symbolizing serenity and depth, purple evoking the essence of royalty and magic, and white roses conveying innocence and purity, this arrangement is a harmonious blend of colors and emotions. It’s perfect for birthdays, pick-me-ups, or simply just because.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-07-26T18:53:30-04:00","created_at":"2024-07-26T17:21:59-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-best-sellers","collection:the-classics-collection","collection:the-pride-collection","collection:the-spring-collection","collection:the-valentines-day-collection","group:10107","MixedBouquets","occasion:anniversary","occasion:birthday","occasion:congratulations","occasion:friendship","occasion:miss-you","occasion:mothers-day","occasion:pride","recepient:for-friend","recepient:for-her","recepient:for-him","size:double","YGroup_the-unicorn"],"price":9600,"price_min":9600,"price_max":9600,"available":true,"price_varies":false,"compare_at_price":12000,"compare_at_price_min":12000,"compare_at_price_max":12000,"compare_at_price_varies":false,"variants":[{"id":45510440288504,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10107","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Unicorn - Double","public_title":"Double","options":["Double","Default Title"],"price":9600,"weight":0,"compare_at_price":12000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9600,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9600,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":9600,"per_delivery_price":31500,"selling_plan_id":4978114808,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":9600,"per_delivery_price":42000,"selling_plan_id":4979523832,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":9600,"per_delivery_price":52500,"selling_plan_id":4980048120,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":9600,"per_delivery_price":63000,"selling_plan_id":4980801784,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":9600,"per_delivery_price":126000,"selling_plan_id":4981326072,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9600,"per_delivery_price":90000,"selling_plan_id":5001937144,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9600,"per_delivery_price":45000,"selling_plan_id":5002035448,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9600,"per_delivery_price":37500,"selling_plan_id":5002133752,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9600,"per_delivery_price":30000,"selling_plan_id":5002232056,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9600,"per_delivery_price":22500,"selling_plan_id":5002330360,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9600,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9600,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":9600,"per_delivery_price":31500,"selling_plan_id":4978147576,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":9600,"per_delivery_price":42000,"selling_plan_id":4979556600,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":9600,"per_delivery_price":52500,"selling_plan_id":4980080888,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":9600,"per_delivery_price":63000,"selling_plan_id":4980834552,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":9600,"per_delivery_price":126000,"selling_plan_id":4981358840,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9600,"per_delivery_price":90000,"selling_plan_id":5001969912,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9600,"per_delivery_price":45000,"selling_plan_id":5002068216,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9600,"per_delivery_price":37500,"selling_plan_id":5002166520,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9600,"per_delivery_price":30000,"selling_plan_id":5002264824,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9600,"per_delivery_price":22500,"selling_plan_id":5002363128,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9600,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9600,"per_delivery_price":90000,"selling_plan_id":5002002680,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9600,"per_delivery_price":45000,"selling_plan_id":5002100984,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9600,"per_delivery_price":37500,"selling_plan_id":5002199288,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9600,"per_delivery_price":30000,"selling_plan_id":5002297592,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9600,"per_delivery_price":22500,"selling_plan_id":5002395896,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":8640}],"price":8640,"compare_at_price":9600,"per_delivery_price":8640,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":8640}],"price":8640,"compare_at_price":9600,"per_delivery_price":8640,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":25920}],"price":25920,"compare_at_price":9600,"per_delivery_price":25920,"selling_plan_id":4984504568,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":25920}],"price":25920,"compare_at_price":9600,"per_delivery_price":25920,"selling_plan_id":4984537336,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":51840}],"price":51840,"compare_at_price":9600,"per_delivery_price":51840,"selling_plan_id":4985356536,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":51840}],"price":51840,"compare_at_price":9600,"per_delivery_price":51840,"selling_plan_id":4985389304,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164","options":["Size"],"media":[{"alt":null,"id":35196966142200,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164","width":2808},{"alt":null,"id":34991039119608,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea","name":"Luxe Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4981326072,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4981358840,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165","name":"Luxe Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4978114808,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4978147576,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"0584447e653174fd96bb526e0283165bb5ee33f1","name":"Luxe Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4979523832,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4979556600,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51","name":"Luxe Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4980048120,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4980080888,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"1146a52d3f763f240f566d9145067585fe5531ce","name":"Luxe Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4980801784,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4980834552,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5","name":"Luxe Recurring","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824793336,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824826104,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa","name":"Seasonal Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 weekly deliveries","Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":5001937144,"name":"Prepay for 12 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":5001969912,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":5002002680,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":90000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763","name":"Seasonal Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 weekly deliveries","Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":5002330360,"name":"Prepay for 3 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":5002363128,"name":"Prepay for 3 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":5002395896,"name":"Prepay for 3 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":22500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"b46cd2a6809b036a375b9da2438854505e1fcf4b","name":"Seasonal Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 weekly deliveries","Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":5002232056,"name":"Prepay for 4 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":5002264824,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":5002297592,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":30000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"56f756306c0abe9f8635c06224c4dd7efde03118","name":"Seasonal Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 weekly deliveries","Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":5002133752,"name":"Prepay for 5 weekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":5002166520,"name":"Prepay for 5 biweekly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":5002199288,"name":"Prepay for 5 monthly deliveries","description":null,"options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":37500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768","name":"Seasonal Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 weekly deliveries","Prepay for 6 biweekly deliveries"," Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":5002035448,"name":"Prepay for 6 weekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 weekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":5002068216,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":5002100984,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":" Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":45000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"aed58156bd2b88ade1099a09e827e85e28a1bd15","name":"Seasonal Recurring","options":[{"name":"Frequency","position":1,"values":["Delivery every week","Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824662264,"name":"Delivery every week","description":null,"options":[{"name":"Frequency","position":1,"value":"Delivery every week"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824695032,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824727800,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":7500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984504568,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":25920}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984537336,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":25920}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985356536,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":51840}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985389304,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":51840}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWith hints of blue symbolizing serenity and depth, purple evoking the essence of royalty and magic, and white roses conveying innocence and purity, this arrangement is a harmonious blend of colors and emotions. It’s perfect for birthdays, pick-me-ups, or simply just because.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8657902436600,"title":"The Grower's Choice Peony","handle":"the-growers-choice-peony","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eFrom bud to bloom, there’s something magnificent about peonies. The Grower’s Choice Peony features hand-chosen peony stems in various colors chosen for their freshness. Choose from three bouquet sizes of lush peonies, a 10-stem Single, a 20-stem Double, or a 30-stem Triple.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cbr\u003eIf your foliage looks slightly dehydrated upon arrival, place the stems in some water to revive them. (Pro tip: remove any foliage near or below the waterline for a longer-lasting bouquet!)\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2025-01-06T04:40:12-05:00","created_at":"2024-07-26T17:18:42-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","collection:the-summer-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:02459","occasion:birthday","occasion:easter","occasion:friendship","occasion:graduation","occasion:miss-you","occasion:mothers-day","occasion:self-send","occasion:wedding","recepient:for-friend","recepient:for-her","recepient:for-mom","recepient:for-mother-figure","recepient:for-new-mother","SingleStemBouquets","size:single","YGroup_the-grower-s-choice-peony"],"price":9800,"price_min":9800,"price_max":9800,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45510429769976,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-02459","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Grower's Choice Peony - Single","public_title":"Single","options":["Single","Default Title"],"price":9800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994","\/\/urbanstems.com\/cdn\/shop\/files\/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994","options":["Size"],"media":[{"alt":null,"id":35384318460152,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994","width":2808},{"alt":null,"id":35384318525688,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eFrom bud to bloom, there’s something magnificent about peonies. The Grower’s Choice Peony features hand-chosen peony stems in various colors chosen for their freshness. Choose from three bouquet sizes of lush peonies, a 10-stem Single, a 20-stem Double, or a 30-stem Triple.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cbr\u003eIf your foliage looks slightly dehydrated upon arrival, place the stems in some water to revive them. (Pro tip: remove any foliage near or below the waterline for a longer-lasting bouquet!)\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8821243019512,"title":"The Aquarius","handle":"the-aquarius","description":"\u003cp\u003eThe stars have aligned this winter, bringing together a vibrant bunch of blooms perfectly set in the iridescent Gleaming Vase. And let’s not forget the unfolding birthday card to make sure your message shines just as brightly. Let Venus guide you this season—she’s leading you straight to this stunning gift set.\u003c\/p\u003e","published_at":"2024-11-19T13:44:24-05:00","created_at":"2024-11-05T17:14:07-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","bundle","collection:the-winter-collection","group:10120","imported-bundles-2024-11-05","MixedBouquets","occasion:birthday","recepient:for-friend","recepient:for-her","size:single","YGroup_the-capricorn"],"price":10000,"price_min":10000,"price_max":10000,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45897537159416,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10120","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Aquarius","public_title":null,"options":["Default Title"],"price":10000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/WinterAstrology_MainImage_PDP.jpg?v=1730913055","\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_SupportingImage_1_PDP_a4078a8b-fcf9-48e7-92f6-7748e78941d0.jpg?v=1730913055","\/\/urbanstems.com\/cdn\/shop\/files\/WinterAstrology_SupportingImage_2_PDP.jpg?v=1730913054"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/WinterAstrology_MainImage_PDP.jpg?v=1730913055","options":["Title"],"media":[{"alt":null,"id":35324441493752,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/WinterAstrology_MainImage_PDP.jpg?v=1730913055"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/WinterAstrology_MainImage_PDP.jpg?v=1730913055","width":2808},{"alt":null,"id":35324441755896,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_SupportingImage_1_PDP_a4078a8b-fcf9-48e7-92f6-7748e78941d0.jpg?v=1730913055"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_SupportingImage_1_PDP_a4078a8b-fcf9-48e7-92f6-7748e78941d0.jpg?v=1730913055","width":3815},{"alt":null,"id":35324441428216,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/WinterAstrology_SupportingImage_2_PDP.jpg?v=1730913054"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/WinterAstrology_SupportingImage_2_PDP.jpg?v=1730913054","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eThe stars have aligned this winter, bringing together a vibrant bunch of blooms perfectly set in the iridescent Gleaming Vase. And let’s not forget the unfolding birthday card to make sure your message shines just as brightly. Let Venus guide you this season—she’s leading you straight to this stunning gift set.\u003c\/p\u003e"},{"id":8932259660024,"title":"The Stacy's Mom","handle":"the-stacys-mom","description":"\u003cp\u003eJust like the sweet dessert that inspired its name, this bouquet is brimming with rich, indulgent hues and irresistible charm. Hot pink roses and purple garden roses bring bold, fruity tones to the mix, while cream spray roses and purple scabiosa add a layer of delicate sophistication. Purple ranunculus lend soft texture, complemented by playful snapdragons and the airy touch of eucalyptus. A feast for the eyes and spirit, The Compote is a celebration of the sweetness that spring provides.\u003c\/p\u003e","published_at":"2025-01-27T11:53:49-05:00","created_at":"2025-01-27T11:53:48-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-mothers-day-collection","collection:the-spring-collection","occasion:anniversary","occasion:birthday","occasion:friendship","occasion:miss-you","occasion:romance","seo:hidden","size:single","springupload","YGroup_the-compote"],"price":10000,"price_min":10000,"price_max":10000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131256361208,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-B-10215","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Stacy's Mom","public_title":null,"options":["Default Title"],"price":10000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Compote_MainImage_PDP.jpg?v=1738833553","\/\/urbanstems.com\/cdn\/shop\/files\/Compote_SupportingImage_PDP.jpg?v=1738833554"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Compote_MainImage_PDP.jpg?v=1738833553","options":["Title"],"media":[{"alt":null,"id":36029546332408,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Compote_MainImage_PDP.jpg?v=1738833553"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Compote_MainImage_PDP.jpg?v=1738833553","width":2808},{"alt":null,"id":36029546365176,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Compote_SupportingImage_PDP.jpg?v=1738833554"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Compote_SupportingImage_PDP.jpg?v=1738833554","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eJust like the sweet dessert that inspired its name, this bouquet is brimming with rich, indulgent hues and irresistible charm. Hot pink roses and purple garden roses bring bold, fruity tones to the mix, while cream spray roses and purple scabiosa add a layer of delicate sophistication. Purple ranunculus lend soft texture, complemented by playful snapdragons and the airy touch of eucalyptus. A feast for the eyes and spirit, The Compote is a celebration of the sweetness that spring provides.\u003c\/p\u003e"},{"id":8932425433336,"title":"The Spring Soirée","handle":"the-spring-soiree","description":"\u003cp\u003eA night to remember begins with a bouquet that exudes sophistication and charm. A perfect blend of bold and delicate, this mixed arrangement features the timeless elegance of white ranunculus, burgundy scabiosa, and crisp white anemones. Soft pink and peach garden roses bring the unexpected flair. Finished with lush greenery, this arrangement is a floral statement, designed to elevate any gathering and bring the spirit of spring into every moment.\u003c\/p\u003e","published_at":"2025-01-27T14:35:40-05:00","created_at":"2025-01-27T14:17:31-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","occasion:easter","occasion:entertaining","occasion:friendship","occasion:new-baby","occasion:romance","seo:hidden","size:single","springupload","YGroup_the-spring-soiree"],"price":10000,"price_min":10000,"price_max":10000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131695059192,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10140","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Spring Soirée","public_title":null,"options":["Default Title"],"price":10000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/SpringSoiree_v2_MainImage_PDP.jpg?v=1738945234","\/\/urbanstems.com\/cdn\/shop\/files\/SpringSoiree_v2_SupportingImage_PDP.jpg?v=1738945234"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringSoiree_v2_MainImage_PDP.jpg?v=1738945234","options":["Title"],"media":[{"alt":null,"id":36040563556600,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringSoiree_v2_MainImage_PDP.jpg?v=1738945234"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringSoiree_v2_MainImage_PDP.jpg?v=1738945234","width":2808},{"alt":null,"id":36040563589368,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringSoiree_v2_SupportingImage_PDP.jpg?v=1738945234"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringSoiree_v2_SupportingImage_PDP.jpg?v=1738945234","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eA night to remember begins with a bouquet that exudes sophistication and charm. A perfect blend of bold and delicate, this mixed arrangement features the timeless elegance of white ranunculus, burgundy scabiosa, and crisp white anemones. Soft pink and peach garden roses bring the unexpected flair. Finished with lush greenery, this arrangement is a floral statement, designed to elevate any gathering and bring the spirit of spring into every moment.\u003c\/p\u003e"},{"id":8851046007032,"title":"The Spoil Her","handle":"the-spoil-her","description":"\u003cp\u003eHer is subjective; wife, bestie, sister, daughter, or lover. Whichever \"her\" you want to spoil this Valentine's Day, do it with a tri-color bouquet of roses paired with an iridescent vase and a deep moisturizing lotion bar by Kate McLeod. Flowers and luxury lotion—the love language every \"her\" understands.\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-11-25T15:14:30-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","bundle","collection:the-valentines-day-collection","MixedBouquets","NewArrival","occasion:anniversary","occasion:birthday","occasion:friendship","occasion:get-well","occasion:just-because","occasion:miss-you","occasion:romance","occasion:self-send","occasion:sympathy","size:single","vdayupload","YGroup_the-spoil-her"],"price":10500,"price_min":10500,"price_max":10500,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45958797656312,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10130","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Spoil Her","public_title":null,"options":["Default Title"],"price":10500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/SpoilHer_MainImage.jpg?v=1732638104","\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104","\/\/urbanstems.com\/cdn\/shop\/files\/McLeodLotion_SupportingImage_2_PDP.jpg?v=1732638104"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/SpoilHer_MainImage.jpg?v=1732638104","options":["Title"],"media":[{"alt":null,"id":35504351215864,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpoilHer_MainImage.jpg?v=1732638104"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpoilHer_MainImage.jpg?v=1732638104","width":2808},{"alt":null,"id":35504351248632,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104","width":2862},{"alt":null,"id":35504351183096,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/McLeodLotion_SupportingImage_2_PDP.jpg?v=1732638104"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/McLeodLotion_SupportingImage_2_PDP.jpg?v=1732638104","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eHer is subjective; wife, bestie, sister, daughter, or lover. Whichever \"her\" you want to spoil this Valentine's Day, do it with a tri-color bouquet of roses paired with an iridescent vase and a deep moisturizing lotion bar by Kate McLeod. Flowers and luxury lotion—the love language every \"her\" understands.\u003c\/p\u003e"},{"id":8692601848056,"title":"Double the First Date","handle":"double-the-first-date","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eA little wink here, a subtle glance there, a gentle hand graze. There’s a lot that happens on the first date, and one of those things may involve you sending a boldly curated bouquet to the object of your flirtations. Beautiful orange-hued roses with blushing pink lisianthus and striking delphinium seem more than fitting for this occasion. With this arrangement, we definitely think you’ll score a second date.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-09-10T19:52:38-04:00","created_at":"2024-08-15T12:45:43-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-best-sellers","collection:the-classics-collection","collection:the-fall-collection","collection:the-valentines-day-collection","group:00080","MixedBouquets","occasion:birthday","occasion:congratulations","occasion:miss-you","occasion:mothers-day","occasion:pride","recepient:for-friend","recepient:for-her","recepient:for-him","size:double","YGroup_the-first-date","YGroup_the-good-vibes"],"price":10900,"price_min":10900,"price_max":10900,"available":true,"price_varies":false,"compare_at_price":13600,"compare_at_price_min":13600,"compare_at_price_max":13600,"compare_at_price_varies":false,"variants":[{"id":45607256228088,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00080","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the First Date - Double","public_title":"Double","options":["Double","Default Title"],"price":10900,"weight":0,"compare_at_price":13600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":9810}],"price":9810,"compare_at_price":10900,"per_delivery_price":9810,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":9810}],"price":9810,"compare_at_price":10900,"per_delivery_price":9810,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":29430}],"price":29430,"compare_at_price":10900,"per_delivery_price":29430,"selling_plan_id":4985225464,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":29430}],"price":29430,"compare_at_price":10900,"per_delivery_price":29430,"selling_plan_id":4985258232,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":58860}],"price":58860,"compare_at_price":10900,"per_delivery_price":58860,"selling_plan_id":4986011896,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":58860}],"price":58860,"compare_at_price":10900,"per_delivery_price":58860,"selling_plan_id":4986044664,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014","\/\/urbanstems.com\/cdn\/shop\/files\/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014","options":["Size"],"media":[{"alt":null,"id":35220655898872,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014","width":2808},{"alt":null,"id":34991005991160,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985225464,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":29430}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985258232,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":29430}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4986011896,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":58860}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4986044664,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":58860}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eA little wink here, a subtle glance there, a gentle hand graze. There’s a lot that happens on the first date, and one of those things may involve you sending a boldly curated bouquet to the object of your flirtations. Beautiful orange-hued roses with blushing pink lisianthus and striking delphinium seem more than fitting for this occasion. With this arrangement, we definitely think you’ll score a second date.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8821236793592,"title":"The Flutter with Gleaming Vase","handle":"the-flutter-with-gleaming-vase","description":"\u003cp\u003eThis bundle is practically begging for a cozy corner. Creamy, buttery yellows, and soft peach blooms framed by lush green accents—like a warm embrace in floral form. Nestled in an iridescent cylinder that catches the light just so, it’s like bringing a little bit of Scandinavian magic into your space. Perfect for slow mornings, candlelit dinners, and every moment in between. Consider your vibe elevated.\u003c\/p\u003e","published_at":"2025-02-11T15:09:18-05:00","created_at":"2024-11-05T17:10:06-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","bundle","centerpiece","collection:the-rosh-hashanah-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:10112","imported-bundles-2024-11-05","MixedBouquets","occasion:birthday","occasion:thank-you","recepient:for-her","recepient:for-mom","size:single","YGroup_the-flutter"],"price":11000,"price_min":11000,"price_max":11000,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45897519595768,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10112","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Flutter with Gleaming Vase","public_title":null,"options":["Default Title"],"price":11000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":11000,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":11000,"per_delivery_price":126000,"selling_plan_id":4926144760,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":11000,"per_delivery_price":63000,"selling_plan_id":4926406904,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":11000,"per_delivery_price":52500,"selling_plan_id":4927062264,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":11000,"per_delivery_price":42000,"selling_plan_id":4927717624,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":11000,"per_delivery_price":31500,"selling_plan_id":4928372984,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":11000,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":11000,"per_delivery_price":126000,"selling_plan_id":4926177528,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":11000,"per_delivery_price":63000,"selling_plan_id":4926439672,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":11000,"per_delivery_price":52500,"selling_plan_id":4927095032,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":11000,"per_delivery_price":42000,"selling_plan_id":4927750392,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":11000,"per_delivery_price":31500,"selling_plan_id":4928405752,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480","\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480","options":["Title"],"media":[{"alt":null,"id":35323762245880,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480","width":2808},{"alt":null,"id":35323762213112,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea","name":"Luxe Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4926144760,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4926177528,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165","name":"Luxe Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4928372984,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4928405752,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"0584447e653174fd96bb526e0283165bb5ee33f1","name":"Luxe Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4927717624,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4927750392,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51","name":"Luxe Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4927062264,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4927095032,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"1146a52d3f763f240f566d9145067585fe5531ce","name":"Luxe Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4926406904,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4926439672,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5","name":"Luxe Recurring","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824793336,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824826104,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cp\u003eThis bundle is practically begging for a cozy corner. Creamy, buttery yellows, and soft peach blooms framed by lush green accents—like a warm embrace in floral form. Nestled in an iridescent cylinder that catches the light just so, it’s like bringing a little bit of Scandinavian magic into your space. Perfect for slow mornings, candlelit dinners, and every moment in between. Consider your vibe elevated.\u003c\/p\u003e"},{"id":8864395329784,"title":"The Sweet Romance","handle":"the-sweet-romance","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eAfter a long day, what’s better than unwinding with the one you love and sipping hot cocoa in the midst of a beautiful bouquet? Our Sweet Romance bouquet, paired with Ritual’s Mid-Mountain Hot Chocolate, creates the perfect moment of warmth and intimacy. The rich, velvety beverage is crafted from Ritual’s finest origins, delivering a delicate balance of nutty, floral, fruity, and earthy notes in every sip. The bouquet itself is a stunning mix of roses and seasonal blooms, arranged in a stunning golden vase that makes this Valentine’s Day feel as elegant as it does romantic.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e\u003cspan\u003e May contain traces of peanuts, tree nuts, and wheat. \u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-12-03T12:34:23-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","collection:the-valentines-day-collection","MixedBouquets","recipient:for-him","YGroup_the-sweet-romance"],"price":11000,"price_min":11000,"price_max":11000,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45984565952760,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10162","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Sweet Romance","public_title":null,"options":["Default Title"],"price":11000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/ApresSki_MainImage_PDP_2737c65d-10ed-465c-8e3b-ecc5e5a36b68.jpg?v=1733247335","\/\/urbanstems.com\/cdn\/shop\/files\/Selene_SupportingImage_1_PDP.jpg?v=1733247335","\/\/urbanstems.com\/cdn\/shop\/files\/ApresSki_SupportingImage_2_PDP_8a0c7877-cf20-4874-9321-6efa87e35f73.jpg?v=1733247335"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/ApresSki_MainImage_PDP_2737c65d-10ed-465c-8e3b-ecc5e5a36b68.jpg?v=1733247335","options":["Title"],"media":[{"alt":null,"id":35557071388920,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/ApresSki_MainImage_PDP_2737c65d-10ed-465c-8e3b-ecc5e5a36b68.jpg?v=1733247335"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/ApresSki_MainImage_PDP_2737c65d-10ed-465c-8e3b-ecc5e5a36b68.jpg?v=1733247335","width":2808},{"alt":null,"id":35557071454456,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Selene_SupportingImage_1_PDP.jpg?v=1733247335"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Selene_SupportingImage_1_PDP.jpg?v=1733247335","width":2862},{"alt":null,"id":35557071421688,"position":3,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/ApresSki_SupportingImage_2_PDP_8a0c7877-cf20-4874-9321-6efa87e35f73.jpg?v=1733247335"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/ApresSki_SupportingImage_2_PDP_8a0c7877-cf20-4874-9321-6efa87e35f73.jpg?v=1733247335","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eAfter a long day, what’s better than unwinding with the one you love and sipping hot cocoa in the midst of a beautiful bouquet? Our Sweet Romance bouquet, paired with Ritual’s Mid-Mountain Hot Chocolate, creates the perfect moment of warmth and intimacy. The rich, velvety beverage is crafted from Ritual’s finest origins, delivering a delicate balance of nutty, floral, fruity, and earthy notes in every sip. The bouquet itself is a stunning mix of roses and seasonal blooms, arranged in a stunning golden vase that makes this Valentine’s Day feel as elegant as it does romantic.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e\u003cspan\u003e May contain traces of peanuts, tree nuts, and wheat. \u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e"},{"id":8738780741880,"title":"Double the Zay Bouquet","handle":"double-the-zay-bouquet","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp data-pm-slice=\"1 1 []\"\u003eScore big with a bouquet that’s as bold and unforgettable as Zay Flowers himself! Designed in partnership with the star wide receiver of the Baltimore Ravens, this arrangement is a stunning mix of vibrant white and purple florals and channels the Ravens’ iconic colors while adding a touch of star power. Each flower is carefully selected to embody Zay’s dynamic energy and unmatched style on the field.\u003c\/p\u003e\n\u003cp data-pm-slice=\"1 1 []\"\u003e\u003cspan data-sheets-root=\"1\"\u003eWe're committed to delivering bouquets that match our photos. Occasionally, we may replace certain flowers due to seasonal availability, but the overall appearance of your bouquet will remain unchanged.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-10-22T19:14:49-04:00","created_at":"2024-09-10T18:28:40-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-best-sellers","collection:the-classics-collection","collection:the-fall-collection","collection:the-rosh-hashanah-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:10033","MixedBouquets","occasion:anniversary","occasion:entertaining","occasion:housewarming","occasion:new-baby","recepient:for-dad","recepient:for-him","size:double","YGroup_the-dame","YGroup_the-starlight"],"price":12000,"price_min":12000,"price_max":12000,"available":true,"price_varies":false,"compare_at_price":15000,"compare_at_price_min":15000,"compare_at_price_max":15000,"compare_at_price_varies":false,"variants":[{"id":45715017236728,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10033","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Zay Bouquet - Double","public_title":"Double","options":["Double","Default Title"],"price":12000,"weight":0,"compare_at_price":15000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328","\/\/urbanstems.com\/cdn\/shop\/files\/Zay_Lifestyle_2.jpg?v=1738170798","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Starlight_SupportingImage_1_PDP.jpg?v=1738170798"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328","options":["Size"],"media":[{"alt":null,"id":35197088432376,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328","width":2808},{"alt":null,"id":35869725720824,"position":2,"preview_image":{"aspect_ratio":1.369,"height":748,"width":1024,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Zay_Lifestyle_2.jpg?v=1738170798"},"aspect_ratio":1.369,"height":748,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Zay_Lifestyle_2.jpg?v=1738170798","width":1024},{"alt":null,"id":35138533589240,"position":3,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Starlight_SupportingImage_1_PDP.jpg?v=1738170798"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Starlight_SupportingImage_1_PDP.jpg?v=1738170798","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp data-pm-slice=\"1 1 []\"\u003eScore big with a bouquet that’s as bold and unforgettable as Zay Flowers himself! Designed in partnership with the star wide receiver of the Baltimore Ravens, this arrangement is a stunning mix of vibrant white and purple florals and channels the Ravens’ iconic colors while adding a touch of star power. Each flower is carefully selected to embody Zay’s dynamic energy and unmatched style on the field.\u003c\/p\u003e\n\u003cp data-pm-slice=\"1 1 []\"\u003e\u003cspan data-sheets-root=\"1\"\u003eWe're committed to delivering bouquets that match our photos. Occasionally, we may replace certain flowers due to seasonal availability, but the overall appearance of your bouquet will remain unchanged.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8932430151928,"title":"The Pink Lady with Tatum Vase","handle":"the-pink-lady-with-tatum-vase","description":"\u003cp\u003eInspired by the grandeur and romance of old-world charm, this lavish blend of colors are reminiscent of sunlit courtyards and ornate villas. This arrangement of roses, spray roses, ranunculus, carnations, and delphinium feel like a stroll through a garden in full bloom. Housed in the vintage-inspired vase with its soft pink glass and wide, graceful shape, this arrangement makes a statement worthy of any springtime soirée or everyday indulgence.\u003c\/p\u003e","published_at":"2025-01-27T14:35:39-05:00","created_at":"2025-01-27T14:20:28-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","occasion:anniversary","occasion:congratulations","occasion:entertaining","occasion:housewarming","occasion:miss-you","occasion:new-baby","seo:hidden","size:single","springupload","YGroup_the-pink-lady-with-tatum-vase"],"price":12000,"price_min":12000,"price_max":12000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131700498680,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10148","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Pink Lady with Tatum Vase","public_title":null,"options":["Default Title"],"price":12000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/PinkLady_TatumVase_MainImage_PDP.jpg?v=1738836126","\/\/urbanstems.com\/cdn\/shop\/files\/Palazzo_SupportingImage_PDP.jpg?v=1738836126"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/PinkLady_TatumVase_MainImage_PDP.jpg?v=1738836126","options":["Title"],"media":[{"alt":null,"id":36029841211640,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/PinkLady_TatumVase_MainImage_PDP.jpg?v=1738836126"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/PinkLady_TatumVase_MainImage_PDP.jpg?v=1738836126","width":2808},{"alt":null,"id":36029841178872,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Palazzo_SupportingImage_PDP.jpg?v=1738836126"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Palazzo_SupportingImage_PDP.jpg?v=1738836126","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eInspired by the grandeur and romance of old-world charm, this lavish blend of colors are reminiscent of sunlit courtyards and ornate villas. This arrangement of roses, spray roses, ranunculus, carnations, and delphinium feel like a stroll through a garden in full bloom. Housed in the vintage-inspired vase with its soft pink glass and wide, graceful shape, this arrangement makes a statement worthy of any springtime soirée or everyday indulgence.\u003c\/p\u003e"},{"id":8932424319224,"title":"The Brunch","handle":"the-brunch","description":"\u003cp\u003eMake the resy and drop the deets in the group chat because it’s time for brunch! This lively and cheerful bouquet is just as vibrant as your favorite weekend gathering, just without the mimosas. White roses and pink spray roses come together harmoniously, while yellow and pink ranunculus add a pop of color. Yellow solidago brings a touch of sunshine, and baby eucalyptus completes the look with a soft, airy finish. Perfect for sharing a bright moment with friends, this bouquet is all about celebrating the season with style and joy.\u003c\/p\u003e","published_at":"2025-01-27T14:35:40-05:00","created_at":"2025-01-27T14:16:49-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","occasion:anniversary","occasion:birthday","occasion:congratulations","occasion:easter","occasion:entertaining","occasion:friendship","occasion:housewarming","occasion:miss-you","occasion:new-baby","occasion:romance","seo:hidden","size:single","springupload","YGroup_the-brunch"],"price":12000,"price_min":12000,"price_max":12000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131693191416,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10139","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Brunch","public_title":null,"options":["Default Title"],"price":12000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Brunch_MainImage_PDP.jpg?v=1738835917","\/\/urbanstems.com\/cdn\/shop\/files\/Brunch_SupportingImage_PDP_1.jpg?v=1738835917"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Brunch_MainImage_PDP.jpg?v=1738835917","options":["Title"],"media":[{"alt":null,"id":36029821681912,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Brunch_MainImage_PDP.jpg?v=1738835917"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Brunch_MainImage_PDP.jpg?v=1738835917","width":2808},{"alt":null,"id":36029821714680,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Brunch_SupportingImage_PDP_1.jpg?v=1738835917"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Brunch_SupportingImage_PDP_1.jpg?v=1738835917","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eMake the resy and drop the deets in the group chat because it’s time for brunch! This lively and cheerful bouquet is just as vibrant as your favorite weekend gathering, just without the mimosas. White roses and pink spray roses come together harmoniously, while yellow and pink ranunculus add a pop of color. Yellow solidago brings a touch of sunshine, and baby eucalyptus completes the look with a soft, airy finish. Perfect for sharing a bright moment with friends, this bouquet is all about celebrating the season with style and joy.\u003c\/p\u003e"},{"id":8657910006008,"title":"Double the Crush","handle":"double-the-crush","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eExperience the elegance of understated affection with this blend of delicate pink and creamy white roses. This bouquet provides a subtle yet meaningful way to express your love.\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-08-27T17:09:39-04:00","created_at":"2024-07-26T17:21:38-04:00","vendor":"UrbanStems","type":"Flowers","tags":["50FORYOU","collection:the-best-sellers","collection:the-breast-cancer-awareness-collection","collection:the-classics-collection","collection:the-easter-collection","collection:the-spring-collection","collection:the-summer-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:10022","MixedBouquets","occasion:anniversary","occasion:easter","occasion:get-well","occasion:housewarming","occasion:miss-you","occasion:mothers-day","occasion:new-baby","occasion:romance","occasion:sympathy","occasion:thank-you","occasion:wedding","recepient:for-friend","recepient:for-her","recepient:for-mom","size:double","YGroup_the-crush","YGroup_the-sorbet"],"price":12200,"price_min":12200,"price_max":12200,"available":true,"price_varies":false,"compare_at_price":13600,"compare_at_price_min":13600,"compare_at_price_max":13600,"compare_at_price_varies":false,"variants":[{"id":45653343600888,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10022","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Crush - Double","public_title":"Double","options":["Double","Default Title"],"price":12200,"weight":0,"compare_at_price":13600,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":12200,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":12200,"per_delivery_price":31500,"selling_plan_id":4977918200,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":12200,"per_delivery_price":42000,"selling_plan_id":4979720440,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":12200,"per_delivery_price":52500,"selling_plan_id":4980474104,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":12200,"per_delivery_price":63000,"selling_plan_id":4980998392,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":12200,"per_delivery_price":126000,"selling_plan_id":4981129464,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":12200,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":12200,"per_delivery_price":31500,"selling_plan_id":4977950968,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":12200,"per_delivery_price":42000,"selling_plan_id":4979753208,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":12200,"per_delivery_price":52500,"selling_plan_id":4980506872,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":12200,"per_delivery_price":63000,"selling_plan_id":4981031160,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":12200,"per_delivery_price":126000,"selling_plan_id":4981162232,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925","options":["Size"],"media":[{"alt":null,"id":35183847309560,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925","width":2808},{"alt":null,"id":34991010742520,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea","name":"Luxe Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4981129464,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4981162232,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165","name":"Luxe Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4977918200,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4977950968,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"0584447e653174fd96bb526e0283165bb5ee33f1","name":"Luxe Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4979720440,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4979753208,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51","name":"Luxe Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4980474104,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4980506872,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"1146a52d3f763f240f566d9145067585fe5531ce","name":"Luxe Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4980998392,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4981031160,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5","name":"Luxe Recurring","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824793336,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824826104,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eExperience the elegance of understated affection with this blend of delicate pink and creamy white roses. This bouquet provides a subtle yet meaningful way to express your love.\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8845913260280,"title":"Double the Risky DM","handle":"double-the-risky-dm","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eTo send the DM or not to send the DM? Take a chance and express yourself—your future may include sending this sensational pink, fuchsia, and cream mixed bouquet as the perfect addition to a dreamy Valentine’s Day breakfast in bed. In this case, we think the risk is worth the reward.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-11-21T08:49:40-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-spring-collection","collection:the-valentines-day-collection","MixedBouquets","NewArrival","occasion:anniversary","occasion:birthday","occasion:congratulations","occasion:friendship","occasion:housewarming","occasion:romance","recipient:for-him","size:double","vdayupload","YGroup_the-risky-dm"],"price":12200,"price_min":12200,"price_max":12200,"available":true,"price_varies":false,"compare_at_price":13600,"compare_at_price_min":13600,"compare_at_price_max":13600,"compare_at_price_varies":false,"variants":[{"id":45948487794936,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10190","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Risky DM - Double","public_title":"Double","options":["Double","Default Title"],"price":12200,"weight":0,"compare_at_price":13600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055","\/\/urbanstems.com\/cdn\/shop\/files\/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055","\/\/urbanstems.com\/cdn\/shop\/files\/DoubleRiskyDM_SupportingImage_PDP_2.jpg?v=1732632055"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055","options":["Size"],"media":[{"alt":null,"id":35503611478264,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055","width":2808},{"alt":null,"id":35503611576568,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055","width":3815},{"alt":null,"id":35503611773176,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleRiskyDM_SupportingImage_PDP_2.jpg?v=1732632055"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleRiskyDM_SupportingImage_PDP_2.jpg?v=1732632055","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eTo send the DM or not to send the DM? Take a chance and express yourself—your future may include sending this sensational pink, fuchsia, and cream mixed bouquet as the perfect addition to a dreamy Valentine’s Day breakfast in bed. In this case, we think the risk is worth the reward.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/p\u003e"},{"id":8932313989368,"title":"Double The Spring Fling","handle":"double-the-spring-fling","description":"\u003cp\u003eLight-hearted, playful, and brimming with the spirit of the season, this arrangement is a celebration of spring’s unique energy. A combination of roses, delicate mini carnations, and soft greenery comes together in a lively mix that feels like a breath of fresh spring air. Whether it’s for a special occasion or just because, these stems brings the warmth and joy of the season into any space, making it the perfectly fun.\u003c\/p\u003e","published_at":"2025-01-27T13:09:46-05:00","created_at":"2025-01-27T13:09:45-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","occasion:anniversary","occasion:birthday","occasion:easter","occasion:entertaining","occasion:new-baby","occasion:romance","seo:hidden","size:double","springupload","YGroup_double-the-spring-fling"],"price":12200,"price_min":12200,"price_max":12200,"available":false,"price_varies":false,"compare_at_price":13600,"compare_at_price_min":13600,"compare_at_price_max":13600,"compare_at_price_varies":false,"variants":[{"id":46131523518712,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10212","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Double The Spring Fling - Double","public_title":"Double","options":["Double","Default Title"],"price":12200,"weight":0,"compare_at_price":13600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_SpringFling_MainImage_PDP.jpg?v=1738834778","\/\/urbanstems.com\/cdn\/shop\/files\/Double_SpringFling_SupportingImage_PDP.jpg?v=1738834778"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SpringFling_MainImage_PDP.jpg?v=1738834778","options":["Size"],"media":[{"alt":null,"id":36029719347448,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SpringFling_MainImage_PDP.jpg?v=1738834778"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SpringFling_MainImage_PDP.jpg?v=1738834778","width":2808},{"alt":null,"id":36029719380216,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SpringFling_SupportingImage_PDP.jpg?v=1738834778"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SpringFling_SupportingImage_PDP.jpg?v=1738834778","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eLight-hearted, playful, and brimming with the spirit of the season, this arrangement is a celebration of spring’s unique energy. A combination of roses, delicate mini carnations, and soft greenery comes together in a lively mix that feels like a breath of fresh spring air. Whether it’s for a special occasion or just because, these stems brings the warmth and joy of the season into any space, making it the perfectly fun.\u003c\/p\u003e"},{"id":8932314317048,"title":"Double The Dusk","handle":"double-the-dusk","description":"\u003cp\u003eWelcome the gentle glow of spring and capture the serene beauty of twilight with this breathtaking blend of light pink roses, lavender carnations, white veronica, and aromatic eucalyptus. This arrangement evokes the dreamy calmness of spring evenings, with pastel tones and gentle textures that radiate tranquility. Perfect for celebrating springtime moments or adding a touch of seasonal romance, this bouquet is as soothing as a sunset.\u003c\/p\u003e","published_at":"2025-01-27T13:09:46-05:00","created_at":"2025-01-27T13:09:45-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-mothers-day-collection","collection:the-spring-collection","occasion:birthday","occasion:friendship","occasion:thank-you","seo:hidden","size:double","springupload","YGroup_double-the-dusk"],"price":12200,"price_min":12200,"price_max":12200,"available":false,"price_varies":false,"compare_at_price":13600,"compare_at_price_min":13600,"compare_at_price_max":13600,"compare_at_price_varies":false,"variants":[{"id":46131523846392,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10211","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Double The Dusk - Double","public_title":"Double","options":["Double","Default Title"],"price":12200,"weight":0,"compare_at_price":13600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Dusk_MainImage_PDP.jpg?v=1738835560","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Dusk_SupportingImage_PDP.jpg?v=1738835560"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Dusk_MainImage_PDP.jpg?v=1738835560","options":["Size"],"media":[{"alt":null,"id":36029797728504,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Dusk_MainImage_PDP.jpg?v=1738835560"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Dusk_MainImage_PDP.jpg?v=1738835560","width":2808},{"alt":null,"id":36029797761272,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Dusk_SupportingImage_PDP.jpg?v=1738835560"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Dusk_SupportingImage_PDP.jpg?v=1738835560","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eWelcome the gentle glow of spring and capture the serene beauty of twilight with this breathtaking blend of light pink roses, lavender carnations, white veronica, and aromatic eucalyptus. This arrangement evokes the dreamy calmness of spring evenings, with pastel tones and gentle textures that radiate tranquility. Perfect for celebrating springtime moments or adding a touch of seasonal romance, this bouquet is as soothing as a sunset.\u003c\/p\u003e"},{"id":8801522942200,"title":"The American Rose","handle":"the-american-rose","description":"\u003cp\u003eWelcome the season with The American Rose, expertly designed by the team at Vogue. Inspired by the Met Gala, this all-red bouquet features bursts of roses and ranunculus accompanied by eye-catching anemones. A vision in crimson, this arrangement was designed in collaboration with The Mark Hotel.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-11-12T15:20:27-05:00","created_at":"2024-10-23T04:12:59-04:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","bundle","centerpiece","collection:the-best-sellers","collection:the-christmas-collection","collection:the-holiday-collection","collection:the-valentines-day-collection","collection:the-vogue-collection","collection:the-winter-collection","group:02529","MixedBouquets","occasion:anniversary","occasion:birthday","occasion:congratulations","occasion:holiday","occasion:housewarming","occasion:miss-you","occasion:romance","recepient:for-her","recepient:for-him","recepient:for-mom","YGroup_the-american-rose"],"price":12300,"price_min":12300,"price_max":12300,"available":true,"price_varies":false,"compare_at_price":17500,"compare_at_price_min":17500,"compare_at_price_max":17500,"compare_at_price_varies":false,"variants":[{"id":45857953349880,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-02529","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The American Rose","public_title":null,"options":["Default Title"],"price":12300,"weight":0,"compare_at_price":17500,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/AmericanRose_MainImage_PDP.jpg?v=1730053461","\/\/urbanstems.com\/cdn\/shop\/files\/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/AmericanRose_MainImage_PDP.jpg?v=1730053461","options":["Title"],"media":[{"alt":null,"id":35233971273976,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/AmericanRose_MainImage_PDP.jpg?v=1730053461"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/AmericanRose_MainImage_PDP.jpg?v=1730053461","width":2808},{"alt":null,"id":35233971306744,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eWelcome the season with The American Rose, expertly designed by the team at Vogue. Inspired by the Met Gala, this all-red bouquet features bursts of roses and ranunculus accompanied by eye-catching anemones. A vision in crimson, this arrangement was designed in collaboration with The Mark Hotel.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/p\u003e"},{"id":8842846142712,"title":"The Candy Heart","handle":"the-candy-heart","description":"\u003cp\u003eThe classic Valentine’s Day candy hearts have been around since 1901, but you and your sweetheart are in your own league. Whether you're celebrating with a partner or your best friend, this candy heart-inspired bouquet says “XOXO” in the most unforgettable way.\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-11-19T15:42:34-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-valentines-day-collection","MixedBouquets","NewArrival","occasion:birthday","occasion:congratulations","occasion:friendship","occasion:new-baby","occasion:romance","recepient:for-friend","size:single","vdayupload","YGroup_the-candy-heart"],"price":12500,"price_min":12500,"price_max":12500,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45942253027576,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-B-10195","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Candy Heart","public_title":null,"options":["Default Title"],"price":12500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":12500,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":12500,"per_delivery_price":31500,"selling_plan_id":4977787128,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":12500,"per_delivery_price":42000,"selling_plan_id":4979261688,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":12500,"per_delivery_price":52500,"selling_plan_id":4980310264,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":12500,"per_delivery_price":63000,"selling_plan_id":4980539640,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":12500,"per_delivery_price":126000,"selling_plan_id":4981588216,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":12500,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":12500,"per_delivery_price":31500,"selling_plan_id":4977819896,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":12500,"per_delivery_price":42000,"selling_plan_id":4979294456,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":12500,"per_delivery_price":52500,"selling_plan_id":4980343032,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":12500,"per_delivery_price":63000,"selling_plan_id":4980572408,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":12500,"per_delivery_price":126000,"selling_plan_id":4981620984,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeart_MainImage_PDP.jpg?v=1732543573","\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeart_SupportingImage_1_PDP.jpg?v=1732543573"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeart_MainImage_PDP.jpg?v=1732543573","options":["Title"],"media":[{"alt":null,"id":35492159389944,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeart_MainImage_PDP.jpg?v=1732543573"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeart_MainImage_PDP.jpg?v=1732543573","width":2808},{"alt":null,"id":35492159422712,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeart_SupportingImage_1_PDP.jpg?v=1732543573"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeart_SupportingImage_1_PDP.jpg?v=1732543573","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea","name":"Luxe Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4981588216,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4981620984,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165","name":"Luxe Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4977787128,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4977819896,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"0584447e653174fd96bb526e0283165bb5ee33f1","name":"Luxe Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4979261688,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4979294456,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51","name":"Luxe Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4980310264,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4980343032,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"1146a52d3f763f240f566d9145067585fe5531ce","name":"Luxe Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4980539640,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4980572408,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5","name":"Luxe Recurring","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824793336,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824826104,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cp\u003eThe classic Valentine’s Day candy hearts have been around since 1901, but you and your sweetheart are in your own league. Whether you're celebrating with a partner or your best friend, this candy heart-inspired bouquet says “XOXO” in the most unforgettable way.\u003c\/p\u003e"},{"id":8932259463416,"title":"The Mythology","handle":"the-mythology","description":"\u003cp\u003eA bouquet steeped in enduring beauty, this floral masterpiece is worthy of legend. Bold sunflowers symbolize adoration and vitality, while peach garden roses and coral ranunculus lend a touch of out of this world charm. White delphinium and calla lilies add an air of grace, balanced by the alluring pink spray roses and lush greenery. Like the myths that inspire awe across generations, this arrangement tells a story of spring’s enduring magic, ideal for honoring the moments that feel larger than life.\u003c\/p\u003e","published_at":"2025-01-27T11:53:49-05:00","created_at":"2025-01-27T11:53:48-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","occasion:birthday","occasion:congratulations","occasion:easter","occasion:housewarming","occasion:thank-you","seo:hidden","size:single","springupload","YGroup_the-mythology"],"price":12500,"price_min":12500,"price_max":12500,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131256262904,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-B-10214","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Mythology","public_title":null,"options":["Default Title"],"price":12500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Mythology_MainImage_PDP.jpg?v=1738833414","\/\/urbanstems.com\/cdn\/shop\/files\/Mythology_SupportingImage_PDP.jpg?v=1738833414"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Mythology_MainImage_PDP.jpg?v=1738833414","options":["Title"],"media":[{"alt":null,"id":36029523886328,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Mythology_MainImage_PDP.jpg?v=1738833414"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Mythology_MainImage_PDP.jpg?v=1738833414","width":2808},{"alt":null,"id":36029523951864,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Mythology_SupportingImage_PDP.jpg?v=1738833414"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Mythology_SupportingImage_PDP.jpg?v=1738833414","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eA bouquet steeped in enduring beauty, this floral masterpiece is worthy of legend. Bold sunflowers symbolize adoration and vitality, while peach garden roses and coral ranunculus lend a touch of out of this world charm. White delphinium and calla lilies add an air of grace, balanced by the alluring pink spray roses and lush greenery. Like the myths that inspire awe across generations, this arrangement tells a story of spring’s enduring magic, ideal for honoring the moments that feel larger than life.\u003c\/p\u003e"},{"id":8657913512184,"title":"Triple the Unicorn","handle":"triple-the-unicorn","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWith hints of blue symbolizing serenity and depth, purple evoking the essence of royalty and magic, and white roses conveying innocence and purity, this arrangement is a harmonious blend of colors and emotions. It’s perfect for birthdays, pick-me-ups, or simply just because.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-07-26T18:53:18-04:00","created_at":"2024-07-26T17:22:54-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-best-sellers","collection:the-classics-collection","collection:the-pride-collection","collection:the-spring-collection","group:10107","MixedBouquets","occasion:birthday","occasion:congratulations","occasion:friendship","occasion:housewarming","occasion:mothers-day","occasion:pride","recepient:for-him","size:triple","YGroup_the-unicorn"],"price":12600,"price_min":12600,"price_max":12600,"available":true,"price_varies":false,"compare_at_price":18000,"compare_at_price_min":18000,"compare_at_price_max":18000,"compare_at_price_varies":false,"variants":[{"id":45510443335928,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10107","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Unicorn - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":12600,"weight":0,"compare_at_price":18000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11340}],"price":11340,"compare_at_price":12600,"per_delivery_price":11340,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11340}],"price":11340,"compare_at_price":12600,"per_delivery_price":11340,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":34020}],"price":34020,"compare_at_price":12600,"per_delivery_price":34020,"selling_plan_id":4984570104,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":34020}],"price":34020,"compare_at_price":12600,"per_delivery_price":34020,"selling_plan_id":4984602872,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":68040}],"price":68040,"compare_at_price":12600,"per_delivery_price":68040,"selling_plan_id":4985422072,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":68040}],"price":68040,"compare_at_price":12600,"per_delivery_price":68040,"selling_plan_id":4985454840,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317","\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317","options":["Size"],"media":[{"alt":null,"id":35196983378168,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317","width":2808},{"alt":null,"id":34991071101176,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984570104,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":34020}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984602872,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":34020}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985422072,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":68040}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985454840,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":68040}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWith hints of blue symbolizing serenity and depth, purple evoking the essence of royalty and magic, and white roses conveying innocence and purity, this arrangement is a harmonious blend of colors and emotions. It’s perfect for birthdays, pick-me-ups, or simply just because.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8845990297848,"title":"Double the Optimist","handle":"double-the-optimist","description":"\u003cp\u003eLook on the bright side with the bubbly energy of radiant yellow roses, sunflowers, and mini carnations, enhanced by yellow snapdragons and fresh eucalyptus. In this buoyant blend of vibrant blooms and greenery, this arrangement is a reminder that there’s always something to smile about. Ideal for sharing joy and lifting even the grumpiest of spirits, this bouquet is a refreshing ray of sunshine for any person and space.\u003c\/p\u003e","published_at":"2025-02-06T13:02:13-05:00","created_at":"2024-11-21T12:51:31-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-spring-collection","MixedBouquets","occasion:friendship","occasion:get-well","occasion:just-because","occasion:sympathy","seo:hidden","YGroup_the-optimist"],"price":12600,"price_min":12600,"price_max":12600,"available":true,"price_varies":false,"compare_at_price":14000,"compare_at_price_min":14000,"compare_at_price_max":14000,"compare_at_price_varies":false,"variants":[{"id":45948821111032,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10218","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Optimist - Double","public_title":"Double","options":["Double","Default Title"],"price":12600,"weight":0,"compare_at_price":14000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Optimist_MainImage_PDP.jpg?v=1738864800","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Optimist_SupportingImage_2_PDP.jpg?v=1738864800"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Optimist_MainImage_PDP.jpg?v=1738864800","options":["Size"],"media":[{"alt":null,"id":36032402817272,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Optimist_MainImage_PDP.jpg?v=1738864800"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Optimist_MainImage_PDP.jpg?v=1738864800","width":2808},{"alt":null,"id":36032402915576,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Optimist_SupportingImage_2_PDP.jpg?v=1738864800"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Optimist_SupportingImage_2_PDP.jpg?v=1738864800","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eLook on the bright side with the bubbly energy of radiant yellow roses, sunflowers, and mini carnations, enhanced by yellow snapdragons and fresh eucalyptus. In this buoyant blend of vibrant blooms and greenery, this arrangement is a reminder that there’s always something to smile about. Ideal for sharing joy and lifting even the grumpiest of spirits, this bouquet is a refreshing ray of sunshine for any person and space.\u003c\/p\u003e"},{"id":8845990461688,"title":"Double the Love Potion","handle":"double-the-love-potion","description":"\u003cp data-pm-slice=\"1 1 []\"\u003e\u003cmeta charset=\"utf-8\"\u003eYour Valentine deserves a bouquet as unapologetically passionate as your love! 'The Love Potion, ' available in honor of \u003ca class=\"ProsemirrorEditor-link\" href=\"https:\/\/membership.cosmopolitan.com\/cosmopolitan-all-access-membership-1.html?cds_tracking_code=PSEA\u0026amp;utm_source=google\u0026amp;utm_medium=cpc\u0026amp;utm_campaign=cos_membership_offer_rsa\u0026amp;utm_id=go_cmp-15487751918_adg-130327290693_ad-597740552769_kwd-300920890014_dev-c_ext-_prd-_mca-_sig-Cj0KCQiAy8K8BhCZARIsAKJ8sfSffxs_NWwx8LMv0bMiBPO0DO9E8wX5bRlYaA0MH1iM4T3ytcWAP0MaAt5xEALw_wcB\u0026amp;utm_source=google\u0026amp;utm_term=go_cmp-15487751918_adg-130327290693_ad-597740552769_kwd-300920890014_dev-c_ext-_prd-_mca-_sig-Cj0KCQiAy8K8BhCZARIsAKJ8sfSffxs_NWwx8LMv0bMiBPO0DO9E8wX5bRlYaA0MH1iM4T3ytcWAP0MaAt5xEALw_wcB\u0026amp;gad_source=1\u0026amp;gclid=Cj0KCQiAy8K8BhCZARIsAKJ8sfSffxs_NWwx8LMv0bMiBPO0DO9E8wX5bRlYaA0MH1iM4T3ytcWAP0MaAt5xEALw_wcB\"\u003eCosmopolitan's Love Issue\u003c\/a\u003e, hits stands in time for Valentine's Day. This exquisite arrangement is the perfect tribute to your love, featuring an array of red-toned premium stems. \u003c\/p\u003e\n\u003cp data-pm-slice=\"1 1 []\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-11-21T12:51:31-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-valentines-day-collection","MixedBouquets","NewArrival","occasion:anniversary","occasion:congratulations","occasion:miss-you","occasion:romance","occasion:wedding","recipient:for-him","size:double","vdayupload","YGroup_the-love-potion"],"price":12600,"price_min":12600,"price_max":12600,"available":true,"price_varies":false,"compare_at_price":18000,"compare_at_price_min":18000,"compare_at_price_max":18000,"compare_at_price_varies":false,"variants":[{"id":45948821274872,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10193","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Love Potion - Double","public_title":"Double","options":["Double","Default Title"],"price":12600,"weight":0,"compare_at_price":18000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_MainImage_PDP.jpg?v=1733134967","\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967","\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_SupportingImage_PDP_2.jpg?v=1733134967","\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_SupportingImage_PDP_3.jpg?v=1733134967"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_MainImage_PDP.jpg?v=1733134967","options":["Size"],"media":[{"alt":null,"id":35547333755128,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_MainImage_PDP.jpg?v=1733134967"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_MainImage_PDP.jpg?v=1733134967","width":2808},{"alt":null,"id":35547333787896,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967","width":3815},{"alt":null,"id":35547333820664,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_SupportingImage_PDP_2.jpg?v=1733134967"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_SupportingImage_PDP_2.jpg?v=1733134967","width":3815},{"alt":null,"id":35547333853432,"position":4,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_SupportingImage_PDP_3.jpg?v=1733134967"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_SupportingImage_PDP_3.jpg?v=1733134967","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp data-pm-slice=\"1 1 []\"\u003e\u003cmeta charset=\"utf-8\"\u003eYour Valentine deserves a bouquet as unapologetically passionate as your love! 'The Love Potion, ' available in honor of \u003ca class=\"ProsemirrorEditor-link\" href=\"https:\/\/membership.cosmopolitan.com\/cosmopolitan-all-access-membership-1.html?cds_tracking_code=PSEA\u0026amp;utm_source=google\u0026amp;utm_medium=cpc\u0026amp;utm_campaign=cos_membership_offer_rsa\u0026amp;utm_id=go_cmp-15487751918_adg-130327290693_ad-597740552769_kwd-300920890014_dev-c_ext-_prd-_mca-_sig-Cj0KCQiAy8K8BhCZARIsAKJ8sfSffxs_NWwx8LMv0bMiBPO0DO9E8wX5bRlYaA0MH1iM4T3ytcWAP0MaAt5xEALw_wcB\u0026amp;utm_source=google\u0026amp;utm_term=go_cmp-15487751918_adg-130327290693_ad-597740552769_kwd-300920890014_dev-c_ext-_prd-_mca-_sig-Cj0KCQiAy8K8BhCZARIsAKJ8sfSffxs_NWwx8LMv0bMiBPO0DO9E8wX5bRlYaA0MH1iM4T3ytcWAP0MaAt5xEALw_wcB\u0026amp;gad_source=1\u0026amp;gclid=Cj0KCQiAy8K8BhCZARIsAKJ8sfSffxs_NWwx8LMv0bMiBPO0DO9E8wX5bRlYaA0MH1iM4T3ytcWAP0MaAt5xEALw_wcB\"\u003eCosmopolitan's Love Issue\u003c\/a\u003e, hits stands in time for Valentine's Day. This exquisite arrangement is the perfect tribute to your love, featuring an array of red-toned premium stems. \u003c\/p\u003e\n\u003cp data-pm-slice=\"1 1 []\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/p\u003e"},{"id":8932314185976,"title":"Double The Signs Of Spring","handle":"double-the-signs-of-spring","description":"\u003cp\u003eEmbrace the first bloom of spring with a vibrant bouquet bursting with the energy of the season ahead. Featuring a dozen cheerful orange and pink tulips paired with elegant white irises, this arrangement celebrates the beauty and brightness of the season’s arrival. Perfect for freshening up your home or gifting to someone who loves spring’s charm, this bouquet brings warmth and joy wherever it’s placed. It’s the perfect way to say, “Hello, spring, how I’ve missed you!”\u003c\/p\u003e","published_at":"2025-01-27T13:09:46-05:00","created_at":"2025-01-27T13:09:45-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","occasion:easter","occasion:friendship","occasion:just-because","occasion:new-baby","seo:hidden","size:double","springupload","YGroup_double-the-signs-of-spring"],"price":12900,"price_min":12900,"price_max":12900,"available":true,"price_varies":false,"compare_at_price":14400,"compare_at_price_min":14400,"compare_at_price_max":14400,"compare_at_price_varies":false,"variants":[{"id":46131523715320,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10219","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double The Signs Of Spring - Double","public_title":"Double","options":["Double","Default Title"],"price":12900,"weight":0,"compare_at_price":14400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_SignsOfSpring_MainImage_PDP.jpg?v=1738835078","\/\/urbanstems.com\/cdn\/shop\/files\/Double_SignsOfSpring_SupportingImage_PDP.jpg?v=1738835078"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SignsOfSpring_MainImage_PDP.jpg?v=1738835078","options":["Size"],"media":[{"alt":null,"id":36029755359480,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SignsOfSpring_MainImage_PDP.jpg?v=1738835078"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SignsOfSpring_MainImage_PDP.jpg?v=1738835078","width":2808},{"alt":null,"id":36029755392248,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SignsOfSpring_SupportingImage_PDP.jpg?v=1738835078"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SignsOfSpring_SupportingImage_PDP.jpg?v=1738835078","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eEmbrace the first bloom of spring with a vibrant bouquet bursting with the energy of the season ahead. Featuring a dozen cheerful orange and pink tulips paired with elegant white irises, this arrangement celebrates the beauty and brightness of the season’s arrival. Perfect for freshening up your home or gifting to someone who loves spring’s charm, this bouquet brings warmth and joy wherever it’s placed. It’s the perfect way to say, “Hello, spring, how I’ve missed you!”\u003c\/p\u003e"},{"id":8657908367608,"title":"Double the Satin","handle":"double-the-satin","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eIn a dance of delicate pinks and blushes, The Satin whispers tales of romance. Spray roses twirl beside blushing hypericum berries, inviting you to lock eyes once more with your sweet Valentine. Roses reign in this romantic symphony, captivating the senses, while cocculus foliage and emerald ruscus add a playful sway to your intimate February 14th.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-09-10T19:52:55-04:00","created_at":"2024-07-26T17:20:58-04:00","vendor":"UrbanStems","type":"Flowers","tags":["50FORYOU","collection:the-best-sellers","collection:the-breast-cancer-awareness-collection","collection:the-classics-collection","collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","collection:the-summer-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:00078","occasion:anniversary","occasion:birthday","occasion:congratulations","occasion:easter","occasion:friendship","occasion:graduation","occasion:just-because","occasion:mothers-day","occasion:romance","occasion:wedding","recepient:for-friend","recepient:for-grandmother","recepient:for-her","recepient:for-mom","recepient:for-mother-figure","recepient:for-mother-in-law","recepient:for-new-mother","recepient:for-wife","size:double","YGroup_the-satin","YGroup_the-verona"],"price":13000,"price_min":13000,"price_max":13000,"available":true,"price_varies":false,"compare_at_price":14400,"compare_at_price_min":14400,"compare_at_price_max":14400,"compare_at_price_varies":false,"variants":[{"id":45510437175544,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00078","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Satin - Double","public_title":"Double","options":["Double","Default Title"],"price":13000,"weight":0,"compare_at_price":14400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11700}],"price":11700,"compare_at_price":13000,"per_delivery_price":11700,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11700}],"price":11700,"compare_at_price":13000,"per_delivery_price":11700,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":35100}],"price":35100,"compare_at_price":13000,"per_delivery_price":35100,"selling_plan_id":4984897784,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":35100}],"price":35100,"compare_at_price":13000,"per_delivery_price":35100,"selling_plan_id":4984930552,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":70200}],"price":70200,"compare_at_price":13000,"per_delivery_price":70200,"selling_plan_id":4985684216,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":70200}],"price":70200,"compare_at_price":13000,"per_delivery_price":70200,"selling_plan_id":4985716984,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059","options":["Size"],"media":[{"alt":null,"id":35183882141944,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059","width":2808},{"alt":null,"id":34990959755512,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984897784,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":35100}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984930552,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":35100}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985684216,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":70200}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985716984,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":70200}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eIn a dance of delicate pinks and blushes, The Satin whispers tales of romance. Spray roses twirl beside blushing hypericum berries, inviting you to lock eyes once more with your sweet Valentine. Roses reign in this romantic symphony, captivating the senses, while cocculus foliage and emerald ruscus add a playful sway to your intimate February 14th.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e"},{"id":8932419862776,"title":"The Hope","handle":"the-hope","description":"\u003cp\u003eElegant and universally meaningful, this bouquet created in partnership with Vogue is the perfect bouquet for any occasion that calls for beauty and grace. This monochromatic white arrangement features a lush mix of stems all delicately accented with fragrant greenery. Thoughtfully designed in a more low-profile style, its ceramic white vase enhances the bouquet's sophisticated presentation, making it a standout piece for gifting or displaying. Whether you're celebrating, comforting, or simply showing you care, this arrangement sends a message of optimism in every bloom.\u003c\/p\u003e","published_at":"2025-01-27T14:35:39-05:00","created_at":"2025-01-27T14:13:41-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","occasion:birthday","occasion:congratulations","occasion:entertaining","occasion:housewarming","occasion:new-baby","seo:hidden","size:single","springupload","YGroup_the-hope"],"price":13000,"price_min":13000,"price_max":13000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131687883000,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10144","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Hope","public_title":null,"options":["Default Title"],"price":13000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Hope_MainImage_PDP.jpg?v=1738835840","\/\/urbanstems.com\/cdn\/shop\/files\/Hope_SupportingImage_PDP.jpg?v=1738835841"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Hope_MainImage_PDP.jpg?v=1738835840","options":["Title"],"media":[{"alt":null,"id":36029816176888,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Hope_MainImage_PDP.jpg?v=1738835840"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Hope_MainImage_PDP.jpg?v=1738835840","width":2808},{"alt":null,"id":36029816209656,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Hope_SupportingImage_PDP.jpg?v=1738835841"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Hope_SupportingImage_PDP.jpg?v=1738835841","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eElegant and universally meaningful, this bouquet created in partnership with Vogue is the perfect bouquet for any occasion that calls for beauty and grace. This monochromatic white arrangement features a lush mix of stems all delicately accented with fragrant greenery. Thoughtfully designed in a more low-profile style, its ceramic white vase enhances the bouquet's sophisticated presentation, making it a standout piece for gifting or displaying. Whether you're celebrating, comforting, or simply showing you care, this arrangement sends a message of optimism in every bloom.\u003c\/p\u003e"},{"id":8932430872824,"title":"The Stacy's Mom with Gold Tegan Vase","handle":"the-stacys-mom-with-gold-tegan-vase","description":"\u003cp\u003eA tribute to its namesake, this bouquet and vase are as artful and indulgent as the classic dessert. Overflowing with hot pink roses, purple garden roses, and soft cream spray roses, this is a medley of rich tones and textures that are tied together with a fresh touch of eucalyptus. Housed in the radiant Tegan vase in all its golden glory, this arrangement feels like a treat for the senses. Perfect for spring gatherings or simply to brighten a room, this is a sweet reminder to savor every moment of the season.\u003c\/p\u003e","published_at":"2025-01-27T14:35:40-05:00","created_at":"2025-01-27T14:20:55-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","occasion:anniversary","occasion:birthday","occasion:friendship","occasion:miss-you","occasion:romance","seo:hidden","size:single","springupload","YGroup_the-compote-with-gold-tegan-vase"],"price":13000,"price_min":13000,"price_max":13000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131701317880,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10149","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Stacy's Mom with Gold Tegan Vase","public_title":null,"options":["Default Title"],"price":13000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Compote_GoldTegan_MainImage_PDP.jpg?v=1738836178","\/\/urbanstems.com\/cdn\/shop\/files\/Compote_SupportingImage_PDP_1e8606a3-4718-4215-9578-fc5bd9cec212.jpg?v=1738836178"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Compote_GoldTegan_MainImage_PDP.jpg?v=1738836178","options":["Title"],"media":[{"alt":null,"id":36029843374328,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Compote_GoldTegan_MainImage_PDP.jpg?v=1738836178"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Compote_GoldTegan_MainImage_PDP.jpg?v=1738836178","width":2808},{"alt":null,"id":36029843407096,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Compote_SupportingImage_PDP_1e8606a3-4718-4215-9578-fc5bd9cec212.jpg?v=1738836178"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Compote_SupportingImage_PDP_1e8606a3-4718-4215-9578-fc5bd9cec212.jpg?v=1738836178","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eA tribute to its namesake, this bouquet and vase are as artful and indulgent as the classic dessert. Overflowing with hot pink roses, purple garden roses, and soft cream spray roses, this is a medley of rich tones and textures that are tied together with a fresh touch of eucalyptus. Housed in the radiant Tegan vase in all its golden glory, this arrangement feels like a treat for the senses. Perfect for spring gatherings or simply to brighten a room, this is a sweet reminder to savor every moment of the season.\u003c\/p\u003e"},{"id":8657907908856,"title":"Double the Firecracker","handle":"double-the-firecracker","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eThis striking bouquet features a dynamic blend of texture and color, perfect for those looking for something truly unique this season. The cool blue tones of thistle beautifully complement the vibrant orange roses and cheerful golden craspedia. Send this arrangement and let the magic happen!\u003cbr\u003e\u003cbr\u003eWe’re dedicated to delivering bouquets that reflect our photos. While we may occasionally substitute flowers based on seasonal availability, your bouquet’s overall look will remain consistent.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-09-10T19:52:55-04:00","created_at":"2024-07-26T17:20:48-04:00","vendor":"UrbanStems","type":"Flowers","tags":["50FORYOU","collection:the-best-sellers","collection:the-classics-collection","collection:the-fall-collection","collection:the-halloween-collection","collection:the-mothers-day-collection","collection:the-summer-collection","collection:the-thanksgiving-collection","group:00025","MixedBouquets","occasion:birthday","occasion:congratulations","occasion:diwali","occasion:friendship","occasion:graduation","occasion:just-because","occasion:miss-you","occasion:mothers-day","occasion:thanksgiving","recepient:for-grandmother","recepient:for-her","recepient:for-mom","recepient:for-mother-figure","recepient:for-mother-in-law","recepient:for-new-mother","recepient:for-wife","size:double","YGroup_the-firecracker"],"price":13300,"price_min":13300,"price_max":13300,"available":true,"price_varies":false,"compare_at_price":14800,"compare_at_price_min":14800,"compare_at_price_max":14800,"compare_at_price_varies":false,"variants":[{"id":45510436782328,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00025","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Firecracker - Double","public_title":"Double","options":["Double","Default Title"],"price":13300,"weight":0,"compare_at_price":14800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4983455992,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4983488760,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4984045816,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4984078584,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883","\/\/urbanstems.com\/cdn\/shop\/files\/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883","options":["Size"],"media":[{"alt":null,"id":35397551096056,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883","width":2808},{"alt":null,"id":35397551128824,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4983455992,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":35910}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4983488760,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":35910}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984045816,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":71820}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984078584,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":71820}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eThis striking bouquet features a dynamic blend of texture and color, perfect for those looking for something truly unique this season. The cool blue tones of thistle beautifully complement the vibrant orange roses and cheerful golden craspedia. Send this arrangement and let the magic happen!\u003cbr\u003e\u003cbr\u003eWe’re dedicated to delivering bouquets that reflect our photos. While we may occasionally substitute flowers based on seasonal availability, your bouquet’s overall look will remain consistent.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8657910202616,"title":"Double the Peace","handle":"double-the-peace","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWhen words fall short, there are always flowers. This tranquil all-white bouquet embodies serenity and grace in the form of pure white blooms. Its elegant simplicity makes it a perfect gift for moments that call for quiet reflection, heartfelt sympathies, or a gesture of pure, unspoken kindness. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWe’re committed to delivering bouquets that match our photos. Occasionally, we might replace certain flowers due to seasonal availability, but your bouquet’s overall appearance will remain unchanged.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-07-26T18:53:40-04:00","created_at":"2024-07-26T17:21:43-04:00","vendor":"UrbanStems","type":"Flowers","tags":["50FORYOU","collection:the-best-sellers","collection:the-classics-collection","collection:the-easter-collection","collection:the-rosh-hashanah-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:10032","MixedBouquets","occasion:easter","occasion:get-well","occasion:mothers-day","occasion:new-baby","occasion:sympathy","occasion:thank-you","occasion:wedding","recepient:for-dad","recepient:for-her","recepient:for-him","recepient:for-mom","size:double","YGroup_the-peace"],"price":13300,"price_min":13300,"price_max":13300,"available":true,"price_varies":false,"compare_at_price":14800,"compare_at_price_min":14800,"compare_at_price_max":14800,"compare_at_price_varies":false,"variants":[{"id":45510439469304,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10032","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Peace - Double","public_title":"Double","options":["Double","Default Title"],"price":13300,"weight":0,"compare_at_price":14800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4984963320,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4984996088,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4985749752,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4985782520,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434","options":["Size"],"media":[{"alt":null,"id":35184299868408,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434","width":2808},{"alt":null,"id":34990953660664,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984963320,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":35910}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984996088,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":35910}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985749752,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":71820}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985782520,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":71820}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWhen words fall short, there are always flowers. This tranquil all-white bouquet embodies serenity and grace in the form of pure white blooms. Its elegant simplicity makes it a perfect gift for moments that call for quiet reflection, heartfelt sympathies, or a gesture of pure, unspoken kindness. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWe’re committed to delivering bouquets that match our photos. Occasionally, we might replace certain flowers due to seasonal availability, but your bouquet’s overall appearance will remain unchanged.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8657910857976,"title":"Double The Melody","handle":"double-the-melody","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eA symphony of color, each flower manages to compose its own note in this floral masterpiece. The delicate hues slow dance in a ballad of deep romance, echoing a Taylor Swift classic. In this enchanting arrangement, where flowers become poetry, every petal tells a story of love's transformation just like a melody that weaves tales of emotional alchemy.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2025-02-06T10:33:34-05:00","created_at":"2024-07-26T17:21:58-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-mothers-day-collection","collection:the-spring-collection","collection:the-summer-collection","group:10101","occasion:mothers-day","recepient:for-dad","recepient:for-friend","recepient:for-him","seo:hidden","size:double","YGroup_the-merci"],"price":13300,"price_min":13300,"price_max":13300,"available":false,"price_varies":false,"compare_at_price":14800,"compare_at_price_min":14800,"compare_at_price_max":14800,"compare_at_price_varies":false,"variants":[{"id":45510440255736,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10101","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Double The Melody - Double","public_title":"Double","options":["Double","Default Title"],"price":13300,"weight":0,"compare_at_price":14800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Melody_MainImage_PDP.jpg?v=1738855100","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Melody_SupportingImage_PDP.jpg?v=1738855101","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Melody_SupportingImage_2_PDP.jpg?v=1738855101"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Melody_MainImage_PDP.jpg?v=1738855100","options":["Size"],"media":[{"alt":null,"id":36031383666936,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Melody_MainImage_PDP.jpg?v=1738855100"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Melody_MainImage_PDP.jpg?v=1738855100","width":2808},{"alt":null,"id":36031383732472,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Melody_SupportingImage_PDP.jpg?v=1738855101"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Melody_SupportingImage_PDP.jpg?v=1738855101","width":3815},{"alt":null,"id":36031383699704,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Melody_SupportingImage_2_PDP.jpg?v=1738855101"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Melody_SupportingImage_2_PDP.jpg?v=1738855101","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eA symphony of color, each flower manages to compose its own note in this floral masterpiece. The delicate hues slow dance in a ballad of deep romance, echoing a Taylor Swift classic. In this enchanting arrangement, where flowers become poetry, every petal tells a story of love's transformation just like a melody that weaves tales of emotional alchemy.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8845990265080,"title":"Double the Lace","handle":"double-the-lace","description":"\u003cp\u003eWhile Valentine’s Day is usually reserved for candy hearts and bears, this sultry bouquet is for chocolate-covered strawberries and dare we say, lace. This monochrome mixed bouquet with pops of greenery is nothing short of romantic and makes a daring statement.\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-11-21T12:51:31-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-rosh-hashanah-collection","collection:the-spring-collection","collection:the-valentines-day-collection","collection:the-winter-collection","MixedBouquets","NewArrival","occasion:get-well","occasion:housewarming","occasion:sympathy","occasion:thank-you","size:double","vdayupload","YGroup_the-lace"],"price":13300,"price_min":13300,"price_max":13300,"available":true,"price_varies":false,"compare_at_price":19000,"compare_at_price_min":19000,"compare_at_price_max":19000,"compare_at_price_varies":false,"variants":[{"id":45948821078264,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10192","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Lace - Double","public_title":"Double","options":["Double","Default Title"],"price":13300,"weight":0,"compare_at_price":19000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_MainImage_PDP.jpg?v=1732631942","\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942","\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_SupportingImage_2_PDP.jpg?v=1732631942"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_MainImage_PDP.jpg?v=1732631942","options":["Size"],"media":[{"alt":null,"id":35503590965496,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_MainImage_PDP.jpg?v=1732631942"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_MainImage_PDP.jpg?v=1732631942","width":2808},{"alt":null,"id":35503590932728,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942","width":2862},{"alt":null,"id":35503590899960,"position":3,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_SupportingImage_2_PDP.jpg?v=1732631942"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_SupportingImage_2_PDP.jpg?v=1732631942","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eWhile Valentine’s Day is usually reserved for candy hearts and bears, this sultry bouquet is for chocolate-covered strawberries and dare we say, lace. This monochrome mixed bouquet with pops of greenery is nothing short of romantic and makes a daring statement.\u003c\/p\u003e"},{"id":8801519632632,"title":"The Athena","handle":"the-athena","description":"\u003cp\u003eAll eyes are sure to be trained on The Athena, a ladylike arrangement from top to bottom. The expertly curated medley features a lush bed of textural foliage. It’s the perfect supporting layer for an array of warm, romantic blooms that will make your recipient blush with delight! The light pink flowers alone will add a hint of soft, romantic beauty to any space. It’s the ultimate choice if you hope for something sweet and understated.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-11-12T00:00:12-05:00","created_at":"2024-10-23T04:11:14-04:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","bundle","centerpiece","collection:the-best-sellers","collection:the-fall-collection","collection:the-hanukkah-collection","collection:the-mothers-day-collection","collection:the-rosh-hashanah-collection","collection:the-summer-collection","collection:the-valentines-day-collection","collection:the-vogue-collection","collection:the-winter-collection","group:02318","HHBagels","MixedBouquets","occasion:anniversary","occasion:birthday","occasion:congratulations","occasion:easter","occasion:mothers-day","occasion:romance","occasion:sympathy","occasion:thanksgiving","occasion:wedding","recepient:for-grandmother","recepient:for-her","recepient:for-mom","recepient:for-mother-in-law","recepient:for-new-mother","size:single","YGroup_the-ana"],"price":13500,"price_min":13500,"price_max":13500,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45857949810936,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-02318","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Athena","public_title":null,"options":["Default Title"],"price":13500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":13500,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":13500,"per_delivery_price":126000,"selling_plan_id":4926013688,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":13500,"per_delivery_price":63000,"selling_plan_id":4926275832,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":13500,"per_delivery_price":52500,"selling_plan_id":4926931192,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":13500,"per_delivery_price":42000,"selling_plan_id":4927586552,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":13500,"per_delivery_price":31500,"selling_plan_id":4928241912,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":13500,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":13500,"per_delivery_price":126000,"selling_plan_id":4926046456,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":13500,"per_delivery_price":63000,"selling_plan_id":4926308600,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":13500,"per_delivery_price":52500,"selling_plan_id":4926963960,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":13500,"per_delivery_price":42000,"selling_plan_id":4927619320,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":13500,"per_delivery_price":31500,"selling_plan_id":4928274680,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Athena_MainImage_PDP.jpg?v=1729720268","\/\/urbanstems.com\/cdn\/shop\/files\/Athena_SupportingImage_1_PDP.jpg?v=1729720268"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Athena_MainImage_PDP.jpg?v=1729720268","options":["Title"],"media":[{"alt":null,"id":35200334299384,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Athena_MainImage_PDP.jpg?v=1729720268"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Athena_MainImage_PDP.jpg?v=1729720268","width":2808},{"alt":null,"id":35200334332152,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Athena_SupportingImage_1_PDP.jpg?v=1729720268"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Athena_SupportingImage_1_PDP.jpg?v=1729720268","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea","name":"Luxe Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4926013688,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4926046456,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165","name":"Luxe Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4928241912,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4928274680,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"0584447e653174fd96bb526e0283165bb5ee33f1","name":"Luxe Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4927586552,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4927619320,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51","name":"Luxe Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4926931192,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4926963960,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"1146a52d3f763f240f566d9145067585fe5531ce","name":"Luxe Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4926275832,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4926308600,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5","name":"Luxe Recurring","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824793336,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824826104,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cp\u003eAll eyes are sure to be trained on The Athena, a ladylike arrangement from top to bottom. The expertly curated medley features a lush bed of textural foliage. It’s the perfect supporting layer for an array of warm, romantic blooms that will make your recipient blush with delight! The light pink flowers alone will add a hint of soft, romantic beauty to any space. It’s the ultimate choice if you hope for something sweet and understated.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/p\u003e"},{"id":8932260970744,"title":"The Picnic","handle":"the-picnic","description":"\u003cp\u003eCapture the joy of a spring picnic with a bouquet that feels like a basket of fresh blooms on a sunny afternoon. White peonies and a mix of yellow and white roses create a lush foundation, while white and yellow ranunculus add soft whimsy. Blue delphinium and yellow solidago bring a pop of color while the eucalyptus evokes the natural beauty of an open meadow. Whether you’re celebrating spring or brightening someone’s day, this arrangement is a fresh reminder of life’s simple pleasures.\u003c\/p\u003e","published_at":"2025-01-27T12:03:03-05:00","created_at":"2025-01-27T12:03:02-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-spring-collection","occasion:friendship","occasion:get-well","occasion:sympathy","occasion:thank-you","seo:hidden","size:single","springupload","YGroup_the-picnic"],"price":13500,"price_min":13500,"price_max":13500,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131271696632,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-B-10217","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Picnic","public_title":null,"options":["Default Title"],"price":13500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Picnic_MainImage_PDP.jpg?v=1738833599","\/\/urbanstems.com\/cdn\/shop\/files\/Picnic_SupportingImage_PDP.jpg?v=1738833599"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Picnic_MainImage_PDP.jpg?v=1738833599","options":["Title"],"media":[{"alt":null,"id":36029554229496,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Picnic_MainImage_PDP.jpg?v=1738833599"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Picnic_MainImage_PDP.jpg?v=1738833599","width":2808},{"alt":null,"id":36029554262264,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Picnic_SupportingImage_PDP.jpg?v=1738833599"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Picnic_SupportingImage_PDP.jpg?v=1738833599","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eCapture the joy of a spring picnic with a bouquet that feels like a basket of fresh blooms on a sunny afternoon. White peonies and a mix of yellow and white roses create a lush foundation, while white and yellow ranunculus add soft whimsy. Blue delphinium and yellow solidago bring a pop of color while the eucalyptus evokes the natural beauty of an open meadow. Whether you’re celebrating spring or brightening someone’s day, this arrangement is a fresh reminder of life’s simple pleasures.\u003c\/p\u003e"},{"id":8932314087672,"title":"Double The Sanctuary","handle":"double-the-sanctuary","description":"\u003cp\u003eFor the mother who shows unwavering strength and grace, we have the perfect arrangement that mirrors her relentless love and devotion. With soft sand-colored roses, creamy spray roses, and fresh green mini hydrangeas, this arrangement speaks to the beauty of enduring love. White carnations and light greenery bring a sense of calm, honoring the quiet resilience that mothers show every single day! Perfect for celebrating the mom who always pushes forward with determination and tenderness, this arrangement is a tribute to the enduring strength and love that shapes us.\u003c\/p\u003e","published_at":"2025-01-27T13:09:46-05:00","created_at":"2025-01-27T13:09:45-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","occasion:easter","occasion:get-well","occasion:sympathy","occasion:thank-you","seo:hidden","size:double","springupload","YGroup_double-the-sanctuary"],"price":13500,"price_min":13500,"price_max":13500,"available":true,"price_varies":false,"compare_at_price":15000,"compare_at_price_min":15000,"compare_at_price_max":15000,"compare_at_price_varies":false,"variants":[{"id":46131523617016,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10220","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double The Sanctuary - Double","public_title":"Double","options":["Double","Default Title"],"price":13500,"weight":0,"compare_at_price":15000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sanctuary_MainImage_PDP.jpg?v=1738834963","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sanctuary_SupportingImage_PDP.jpg?v=1738834963"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sanctuary_MainImage_PDP.jpg?v=1738834963","options":["Size"],"media":[{"alt":null,"id":36029748379896,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sanctuary_MainImage_PDP.jpg?v=1738834963"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sanctuary_MainImage_PDP.jpg?v=1738834963","width":2808},{"alt":null,"id":36029748412664,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sanctuary_SupportingImage_PDP.jpg?v=1738834963"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sanctuary_SupportingImage_PDP.jpg?v=1738834963","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eFor the mother who shows unwavering strength and grace, we have the perfect arrangement that mirrors her relentless love and devotion. With soft sand-colored roses, creamy spray roses, and fresh green mini hydrangeas, this arrangement speaks to the beauty of enduring love. White carnations and light greenery bring a sense of calm, honoring the quiet resilience that mothers show every single day! Perfect for celebrating the mom who always pushes forward with determination and tenderness, this arrangement is a tribute to the enduring strength and love that shapes us.\u003c\/p\u003e"},{"id":8932313891064,"title":"Double The Birdsong","handle":"double-the-birdsong","description":"\u003cp\u003eInspired by the harmonious melody of a spring mornings, this bouquet that brings the sweet serenade of nature indoors. Light pink roses and spray roses blend effortlessly with cheerful yellow carnations, while lavender aster and blush-toned hypericum add subtle, clean touches. The green lily grass gives a nod to the season's vitality, creating an arrangement that feels as inspiring as the chirping of birds at dawn. Celebrate the renewed freshness and beauty of spring’s unique colors.\u003c\/p\u003e","published_at":"2025-01-27T13:09:46-05:00","created_at":"2025-01-27T13:09:45-05:00","vendor":"UrbanStems","type":"Flowers","tags":["occasion:friendship","occasion:get-well","occasion:housewarming","occasion:sympathy","seo:hidden","size:double","springupload","YGroup_double-the-birdsong"],"price":14000,"price_min":14000,"price_max":14000,"available":false,"price_varies":false,"compare_at_price":15600,"compare_at_price_min":15600,"compare_at_price_max":15600,"compare_at_price_varies":false,"variants":[{"id":46131523420408,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10208","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Double The Birdsong - Double","public_title":"Double","options":["Double","Default Title"],"price":14000,"weight":0,"compare_at_price":15600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Birdsong_MainImage_PDP.jpg?v=1738833623","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Birdsong_SupportingImage_PDP.jpg?v=1738833623"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Birdsong_MainImage_PDP.jpg?v=1738833623","options":["Size"],"media":[{"alt":null,"id":36029557965048,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Birdsong_MainImage_PDP.jpg?v=1738833623"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Birdsong_MainImage_PDP.jpg?v=1738833623","width":2808},{"alt":null,"id":36029557997816,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Birdsong_SupportingImage_PDP.jpg?v=1738833623"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Birdsong_SupportingImage_PDP.jpg?v=1738833623","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eInspired by the harmonious melody of a spring mornings, this bouquet that brings the sweet serenade of nature indoors. Light pink roses and spray roses blend effortlessly with cheerful yellow carnations, while lavender aster and blush-toned hypericum add subtle, clean touches. The green lily grass gives a nod to the season's vitality, creating an arrangement that feels as inspiring as the chirping of birds at dawn. Celebrate the renewed freshness and beauty of spring’s unique colors.\u003c\/p\u003e"},{"id":8794186252536,"title":"Double the Flutter","handle":"double-the-flutter","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003eYou know that flutter you get when all of your girlfriends are together at happy hour? That euphoria is replicated in this mixed bouquet of pastel stems and lush greenery. While nothing can replace girls’ night, this arrangement is a close second.\u003c\/p\u003e","published_at":"2024-11-12T00:00:08-05:00","created_at":"2024-10-17T15:53:13-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-hanukkah-collection","collection:the-rosh-hashanah-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:10170","MixedBouquets","occasion:birthday","occasion:friendship","occasion:get-well","occasion:new-baby","occasion:romance","occasion:thank-you","recepient:for-friend","recepient:for-her","recepient:for-me","size:double","YGroup_the-flutter","YGroup_the-hygge"],"price":14100,"price_min":14100,"price_max":14100,"available":true,"price_varies":false,"compare_at_price":17600,"compare_at_price_min":17600,"compare_at_price_max":17600,"compare_at_price_varies":false,"variants":[{"id":45843034734840,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10170","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Flutter - Double","public_title":"Double","options":["Double","Default Title"],"price":14100,"weight":0,"compare_at_price":17600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_MainImage_PDP.jpg?v=1729901616","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_SupportingImage_2_PDP.jpg?v=1729901616"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_MainImage_PDP.jpg?v=1729901616","options":["Size"],"media":[{"alt":null,"id":35223126049016,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_MainImage_PDP.jpg?v=1729901616"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_MainImage_PDP.jpg?v=1729901616","width":2808},{"alt":null,"id":35223126081784,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616","width":2862},{"alt":null,"id":35223126114552,"position":3,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_SupportingImage_2_PDP.jpg?v=1729901616"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_SupportingImage_2_PDP.jpg?v=1729901616","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003eYou know that flutter you get when all of your girlfriends are together at happy hour? That euphoria is replicated in this mixed bouquet of pastel stems and lush greenery. While nothing can replace girls’ night, this arrangement is a close second.\u003c\/p\u003e"},{"id":8657912758520,"title":"Triple the First Date","handle":"triple-the-first-date","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eA little wink here, a subtle glance there, a gentle hand graze. There’s a lot that happens on the first date, and one of those things may involve you sending a boldly curated bouquet to the object of your flirtations. Beautiful orange-hued roses with blushing pink lisianthus and striking delphinium seem more than fitting for this occasion. With this arrangement, we definitely think you’ll score a second date.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-09-10T19:52:50-04:00","created_at":"2024-07-26T17:22:37-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-fall-collection","collection:the-valentines-day-collection","group:00080","MixedBouquets","occasion:birthday","occasion:congratulations","occasion:miss-you","occasion:mothers-day","recepient:for-friend","recepient:for-her","recepient:for-him","size:triple","YGroup_the-first-date","YGroup_the-good-vibes"],"price":14300,"price_min":14300,"price_max":14300,"available":true,"price_varies":false,"compare_at_price":20400,"compare_at_price_min":20400,"compare_at_price_max":20400,"compare_at_price_varies":false,"variants":[{"id":45510442549496,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00080","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the First Date - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":14300,"weight":0,"compare_at_price":20400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":12870}],"price":12870,"compare_at_price":14300,"per_delivery_price":12870,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":12870}],"price":12870,"compare_at_price":14300,"per_delivery_price":12870,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":38610}],"price":38610,"compare_at_price":14300,"per_delivery_price":38610,"selling_plan_id":4985028856,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":38610}],"price":38610,"compare_at_price":14300,"per_delivery_price":38610,"selling_plan_id":4985061624,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":77220}],"price":77220,"compare_at_price":14300,"per_delivery_price":77220,"selling_plan_id":4985815288,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":77220}],"price":77220,"compare_at_price":14300,"per_delivery_price":77220,"selling_plan_id":4985848056,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389","\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389","options":["Size"],"media":[{"alt":null,"id":35198669750520,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389","width":2808},{"alt":null,"id":34990994718968,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985028856,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":38610}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985061624,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":38610}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985815288,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":77220}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985848056,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":77220}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eA little wink here, a subtle glance there, a gentle hand graze. There’s a lot that happens on the first date, and one of those things may involve you sending a boldly curated bouquet to the object of your flirtations. Beautiful orange-hued roses with blushing pink lisianthus and striking delphinium seem more than fitting for this occasion. With this arrangement, we definitely think you’ll score a second date.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8932314022136,"title":"Double The Rose Garden","handle":"double-the-rose-garden","description":"\u003cp\u003eWhen you want a rose garden without having to tend to a rose garden, we have just the bouquet for you. Step into the tranquil world of gardening with a bouquet that captures the beauty of blooming roses. Soft sand-colored roses, delicate light pink garden roses, and vibrant pink roses create a harmonious symphony of hues, while lush greenery adds depth and balance. This bouquet evokes the calmness of a secluded rose garden in full bloom, perfect for charming allure of spring.\u003c\/p\u003e","published_at":"2025-01-27T13:09:46-05:00","created_at":"2025-01-27T13:09:45-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-mothers-day-collection","collection:the-spring-collection","occasion:anniversary","occasion:congratulations","occasion:friendship","occasion:miss-you","occasion:new-baby","occasion:thank-you","seo:hidden","size:double","springupload","YGroup_double-the-rose-garden"],"price":14400,"price_min":14400,"price_max":14400,"available":false,"price_varies":false,"compare_at_price":16000,"compare_at_price_min":16000,"compare_at_price_max":16000,"compare_at_price_varies":false,"variants":[{"id":46131523551480,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10210","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Double The Rose Garden - Double","public_title":"Double","options":["Double","Default Title"],"price":14400,"weight":0,"compare_at_price":16000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_RoseGarden_MainImage_PDP.jpg?v=1738834905","\/\/urbanstems.com\/cdn\/shop\/files\/Double_RoseGarden_SupportingImage_PDP.jpg?v=1738834905"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_RoseGarden_MainImage_PDP.jpg?v=1738834905","options":["Size"],"media":[{"alt":null,"id":36029744283896,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_RoseGarden_MainImage_PDP.jpg?v=1738834905"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_RoseGarden_MainImage_PDP.jpg?v=1738834905","width":2808},{"alt":null,"id":36029744316664,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_RoseGarden_SupportingImage_PDP.jpg?v=1738834905"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_RoseGarden_SupportingImage_PDP.jpg?v=1738834905","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eWhen you want a rose garden without having to tend to a rose garden, we have just the bouquet for you. Step into the tranquil world of gardening with a bouquet that captures the beauty of blooming roses. Soft sand-colored roses, delicate light pink garden roses, and vibrant pink roses create a harmonious symphony of hues, while lush greenery adds depth and balance. This bouquet evokes the calmness of a secluded rose garden in full bloom, perfect for charming allure of spring.\u003c\/p\u003e"},{"id":8694078144760,"title":"The Aphrodite","handle":"the-aphrodite","description":"\u003cp\u003eAphrodite, the Goddess of Love, embodies grace, romance, and desire. While our bouquet—aptly named after the ancient Greek goddess—may not be mythological, it’s a true tale of pastels. This Valentine’s Day, if you want your story to read with passion, these goddess-inspired blooms are sure to do the trick.\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-08-16T03:08:07-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-valentines-day-collection","MixedBouquets","NewArrival","occasion:anniversary","occasion:birthday","occasion:new-baby","occasion:thank-you","size:single","vdayupload","YGroup_the-aphrodite"],"price":14500,"price_min":14500,"price_max":14500,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45610328326392,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-B-10196","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Aphrodite","public_title":null,"options":["Default Title"],"price":14500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Aphrodite_MainImage_PDP.jpg?v=1733323832","\/\/urbanstems.com\/cdn\/shop\/files\/Aphrodite_SupportingImage_PDP_2.jpg?v=1733323832"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Aphrodite_MainImage_PDP.jpg?v=1733323832","options":["Title"],"media":[{"alt":null,"id":35563337777400,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Aphrodite_MainImage_PDP.jpg?v=1733323832"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Aphrodite_MainImage_PDP.jpg?v=1733323832","width":2808},{"alt":null,"id":35563337842936,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Aphrodite_SupportingImage_PDP_2.jpg?v=1733323832"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Aphrodite_SupportingImage_PDP_2.jpg?v=1733323832","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eAphrodite, the Goddess of Love, embodies grace, romance, and desire. While our bouquet—aptly named after the ancient Greek goddess—may not be mythological, it’s a true tale of pastels. This Valentine’s Day, if you want your story to read with passion, these goddess-inspired blooms are sure to do the trick.\u003c\/p\u003e"},{"id":8932259594488,"title":"The Peony Sunrise","handle":"the-peony-sunrise","description":"\u003cp\u003eAwaken your senses with a radiant bouquet inspired by the soft glow of a spring morning. Featuring luscious pink peonies, peach and light pink ranunculus, white roses, and pink and peach garden roses, this arrangement mirrors the gentle hues of dawn. Accented with fresh greenery, it’s a true celebration of a fresh season. Perfect for a self send or a friendly gesture, this floral gift feels like a sunrise you can hold.\u003c\/p\u003e","published_at":"2025-01-27T11:53:49-05:00","created_at":"2025-01-27T11:53:48-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-spring-collection","occasion:anniversary","occasion:birthday","occasion:friendship","occasion:new-baby","occasion:romance","seo:hidden","size:single","springupload","YGroup_the-peony-sunrise"],"price":14500,"price_min":14500,"price_max":14500,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131256295672,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-B-10216","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Peony Sunrise","public_title":null,"options":["Default Title"],"price":14500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/PeonySunrise_MainImage_PDP.jpg?v=1738833455","\/\/urbanstems.com\/cdn\/shop\/files\/PeonySunrise_SupportingImage_PDP.jpg?v=1738833455"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/PeonySunrise_MainImage_PDP.jpg?v=1738833455","options":["Title"],"media":[{"alt":null,"id":36029531554040,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/PeonySunrise_MainImage_PDP.jpg?v=1738833455"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/PeonySunrise_MainImage_PDP.jpg?v=1738833455","width":2808},{"alt":null,"id":36029531586808,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/PeonySunrise_SupportingImage_PDP.jpg?v=1738833455"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/PeonySunrise_SupportingImage_PDP.jpg?v=1738833455","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eAwaken your senses with a radiant bouquet inspired by the soft glow of a spring morning. Featuring luscious pink peonies, peach and light pink ranunculus, white roses, and pink and peach garden roses, this arrangement mirrors the gentle hues of dawn. Accented with fresh greenery, it’s a true celebration of a fresh season. Perfect for a self send or a friendly gesture, this floral gift feels like a sunrise you can hold.\u003c\/p\u003e"},{"id":8947859226872,"title":"The Flora","handle":"the-flora","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWhen you want to make a grand entrance, The Flora has everything you need to impress anyone. From its stylish black and white striped vase to its luxe blend of pink and yellow stems — it’s a gift that leaves nothing wanting. The violet hues of its iconic anemones, garden roses, and ranunculus are framed artfully with diverse textures and color accents, including pops of yellow spray roses.\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e","published_at":"2025-02-07T04:45:08-05:00","created_at":"2025-02-07T04:39:30-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","collection:the-spring-collection","occasion:anniversary","occasion:congratulations","occasion:entertaining","occasion:housewarming","occasion:miss-you","occasion:romance","occasion:thank-you","seo:hidden"],"price":14500,"price_min":14500,"price_max":14500,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46164397424888,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-02104","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Flora","public_title":null,"options":["Default Title"],"price":14500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Flora_MainImage_PDP.jpg?v=1738921461","\/\/urbanstems.com\/cdn\/shop\/files\/Flora_SupportingImage_PDP.jpg?v=1738921461"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Flora_MainImage_PDP.jpg?v=1738921461","options":["Title"],"media":[{"alt":null,"id":36038445957368,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Flora_MainImage_PDP.jpg?v=1738921461"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Flora_MainImage_PDP.jpg?v=1738921461","width":2808},{"alt":null,"id":36038445990136,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Flora_SupportingImage_PDP.jpg?v=1738921461"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Flora_SupportingImage_PDP.jpg?v=1738921461","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWhen you want to make a grand entrance, The Flora has everything you need to impress anyone. From its stylish black and white striped vase to its luxe blend of pink and yellow stems — it’s a gift that leaves nothing wanting. The violet hues of its iconic anemones, garden roses, and ranunculus are framed artfully with diverse textures and color accents, including pops of yellow spray roses.\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e"},{"id":8932313956600,"title":"Double The Nectarine","handle":"double-the-nectarine","description":"\u003cp\u003eSoft, sweet, and utterly enchanting, this bouquet radiates the warmth and charm of spring. Peach garden roses, complemented by a mix of cream, white, and peach spray roses, come together to create an arrangement that feels as refreshing as a sun-kissed orchard full of nectarine trees. The addition of delicate pink ranunculus butterflies adds a playful touch, evoking the fluttering beauty of spring’s first blooms. Perfect for a joyful celebration or a thoughtful gesture, these stems brings a burst of color and sweetness to any occasion.\u003c\/p\u003e","published_at":"2025-01-27T13:09:46-05:00","created_at":"2025-01-27T13:09:45-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-mothers-day-collection","collection:the-spring-collection","occasion:birthday","occasion:housewarming","occasion:thank-you","seo:hidden","size:double","springupload","YGroup_double-the-nectarine"],"price":14700,"price_min":14700,"price_max":14700,"available":false,"price_varies":false,"compare_at_price":16400,"compare_at_price_min":16400,"compare_at_price_max":16400,"compare_at_price_varies":false,"variants":[{"id":46131523485944,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10213","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Double The Nectarine - Double","public_title":"Double","options":["Double","Default Title"],"price":14700,"weight":0,"compare_at_price":16400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Nectarine_MainImage_PDP.jpg?v=1738835423","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Nectarine_SupportingImage_PDP.jpg?v=1738835423"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Nectarine_MainImage_PDP.jpg?v=1738835423","options":["Size"],"media":[{"alt":null,"id":36029787701496,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Nectarine_MainImage_PDP.jpg?v=1738835423"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Nectarine_MainImage_PDP.jpg?v=1738835423","width":2808},{"alt":null,"id":36029787734264,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Nectarine_SupportingImage_PDP.jpg?v=1738835423"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Nectarine_SupportingImage_PDP.jpg?v=1738835423","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eSoft, sweet, and utterly enchanting, this bouquet radiates the warmth and charm of spring. Peach garden roses, complemented by a mix of cream, white, and peach spray roses, come together to create an arrangement that feels as refreshing as a sun-kissed orchard full of nectarine trees. The addition of delicate pink ranunculus butterflies adds a playful touch, evoking the fluttering beauty of spring’s first blooms. Perfect for a joyful celebration or a thoughtful gesture, these stems brings a burst of color and sweetness to any occasion.\u003c\/p\u003e"},{"id":8851040043256,"title":"The Candy Heart with Tatum Vase","handle":"the-candy-with-tatum-vase","description":"\u003cp\u003eCandy hearts are sweet, but this pastel mixed bouquet in a soft pink, mouth-blown glass vase is even sweeter. Indulge your sweet tooth and deliver your message in style with this charming arrangement that softly whispers, \"Be Mine.\" With its delicate blooms and elegant vase, it’s the perfect way to make someone feel special this Valentine’s Day.\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-11-25T15:11:03-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","bundle","collection:the-valentines-day-collection","MixedBouquets","NewArrival","occasion:birthday","occasion:congratulations","occasion:entertaining","occasion:friendship","occasion:housewarming","occasion:new-baby","occasion:thank-you","vdayupload","YGroup_the-candy-heart"],"price":15000,"price_min":15000,"price_max":15000,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45958791299320,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10128","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Candy Heart with Tatum Vase","public_title":null,"options":["Default Title"],"price":15000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":15000,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":15000,"per_delivery_price":31500,"selling_plan_id":4977852664,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":15000,"per_delivery_price":42000,"selling_plan_id":4979327224,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":15000,"per_delivery_price":52500,"selling_plan_id":4980375800,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":15000,"per_delivery_price":63000,"selling_plan_id":4980605176,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":15000,"per_delivery_price":126000,"selling_plan_id":4981653752,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":15000,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":15000,"per_delivery_price":31500,"selling_plan_id":4977885432,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":15000,"per_delivery_price":42000,"selling_plan_id":4979359992,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":15000,"per_delivery_price":52500,"selling_plan_id":4980408568,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":15000,"per_delivery_price":63000,"selling_plan_id":4980637944,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":15000,"per_delivery_price":126000,"selling_plan_id":4981686520,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315","\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315","options":["Title"],"media":[{"alt":null,"id":35503654207736,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315","width":2808},{"alt":null,"id":35503654240504,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea","name":"Luxe Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4981653752,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4981686520,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165","name":"Luxe Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4977852664,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4977885432,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"0584447e653174fd96bb526e0283165bb5ee33f1","name":"Luxe Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4979327224,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4979359992,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51","name":"Luxe Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4980375800,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4980408568,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"1146a52d3f763f240f566d9145067585fe5531ce","name":"Luxe Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4980605176,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4980637944,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5","name":"Luxe Recurring","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824793336,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824826104,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cp\u003eCandy hearts are sweet, but this pastel mixed bouquet in a soft pink, mouth-blown glass vase is even sweeter. Indulge your sweet tooth and deliver your message in style with this charming arrangement that softly whispers, \"Be Mine.\" With its delicate blooms and elegant vase, it’s the perfect way to make someone feel special this Valentine’s Day.\u003c\/p\u003e"},{"id":8821235515640,"title":"The Winter Blossom","handle":"the-winter-blossom","description":"\u003cp\u003eEvery space deserves a touch of berry blush that radiates elegance and charm. And guess what? We’ve crafted the perfect one just for you. Displayed in a sleek vase that manages to go with any decor, this arrangement brings together rich purples, soft lavenders, and green accents in a way that’s pure floral perfection. It’s the kind of beauty that makes you stop, stare, and soak in the magic.\u003c\/p\u003e","published_at":"2024-12-09T10:48:52-05:00","created_at":"2024-11-05T17:09:10-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","bundle","centerpiece","collection:the-valentines-day-collection","collection:the-vogue-collection","collection:the-winter-collection","group:10111","imported-bundles-2024-11-05","MixedBouquets","occasion:housewarming","recepient:for-friend","recepient:for-her","recepient:for-mom","size:single","YGroup_the-winter-blossom"],"price":15000,"price_min":15000,"price_max":15000,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45897514942712,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10111","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Winter Blossom","public_title":null,"options":["Default Title"],"price":15000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":15000,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":15000,"per_delivery_price":126000,"selling_plan_id":4939776248,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":15000,"per_delivery_price":63000,"selling_plan_id":4939907320,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":15000,"per_delivery_price":52500,"selling_plan_id":4939972856,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":15000,"per_delivery_price":42000,"selling_plan_id":4940103928,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":15000,"per_delivery_price":31500,"selling_plan_id":4940300536,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":15000,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":15000,"per_delivery_price":126000,"selling_plan_id":4939809016,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":15000,"per_delivery_price":63000,"selling_plan_id":4939940088,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":15000,"per_delivery_price":52500,"selling_plan_id":4940005624,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":15000,"per_delivery_price":42000,"selling_plan_id":4940136696,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":15000,"per_delivery_price":31500,"selling_plan_id":4940333304,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/WinterBlossom_MainImage_PDP.jpg?v=1737709968","\/\/urbanstems.com\/cdn\/shop\/files\/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/WinterBlossom_MainImage_PDP.jpg?v=1737709968","options":["Title"],"media":[{"alt":null,"id":35917699645688,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/WinterBlossom_MainImage_PDP.jpg?v=1737709968"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/WinterBlossom_MainImage_PDP.jpg?v=1737709968","width":2808},{"alt":null,"id":35917700366584,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea","name":"Luxe Prepaid - 12","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 12 biweekly deliveries","Prepay for 12 monthly deliveries"]}],"selling_plans":[{"id":4939776248,"name":"Prepay for 12 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4939809016,"name":"Prepay for 12 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 12 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":126000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165","name":"Luxe Prepaid - 3","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 3 biweekly deliveries","Prepay for 3 monthly deliveries"]}],"selling_plans":[{"id":4940300536,"name":"Prepay for 3 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4940333304,"name":"Prepay for 3 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 3 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":31500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"0584447e653174fd96bb526e0283165bb5ee33f1","name":"Luxe Prepaid - 4","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 4 biweekly deliveries","Prepay for 4 monthly deliveries"]}],"selling_plans":[{"id":4940103928,"name":"Prepay for 4 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4940136696,"name":"Prepay for 4 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 4 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":42000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51","name":"Luxe Prepaid - 5","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 5 biweekly deliveries","Prepay for 5 monthly deliveries"]}],"selling_plans":[{"id":4939972856,"name":"Prepay for 5 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4940005624,"name":"Prepay for 5 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 5 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":52500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"1146a52d3f763f240f566d9145067585fe5531ce","name":"Luxe Prepaid - 6","options":[{"name":"Number of Deliveries","position":1,"values":["Prepay for 6 biweekly deliveries","Prepay for 6 monthly deliveries"]}],"selling_plans":[{"id":4939907320,"name":"Prepay for 6 biweekly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 biweekly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4939940088,"name":"Prepay for 6 monthly deliveries","description":"","options":[{"name":"Number of Deliveries","position":1,"value":"Prepay for 6 monthly deliveries"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":63000}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5","name":"Luxe Recurring","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4824793336,"name":"Deliver every 2 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4824826104,"name":"Deliver every 4 weeks","description":null,"options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":10500}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cp\u003eEvery space deserves a touch of berry blush that radiates elegance and charm. And guess what? We’ve crafted the perfect one just for you. Displayed in a sleek vase that manages to go with any decor, this arrangement brings together rich purples, soft lavenders, and green accents in a way that’s pure floral perfection. It’s the kind of beauty that makes you stop, stare, and soak in the magic.\u003c\/p\u003e"},{"id":8932410097912,"title":"The Brilliance","handle":"the-brilliance","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eExperience luxury redefined with a bouquet crafted in collaboration with Vogue. This breathtaking arrangement pairs timeless sophistication with modern allure, featuring an elegant blend of cream, blush, delicate yellows, and lush greenery for the perfect finishing touch. Housed in an exclusive cerulean blue ceramic vase, custom-designed to embody style, this arrangement is more than a bouquet, it’s a statement piece that is perfect for moments that demand brilliance.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2025-01-27T14:10:38-05:00","created_at":"2025-01-27T14:07:04-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","collection:the-spring-collection","seo:hidden","springupload","YGroup_the-brilliance"],"price":15000,"price_min":15000,"price_max":15000,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":46131672645880,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10143","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"The Brilliance","public_title":null,"options":["Default Title"],"price":15000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Brilliance_MainImage_PDP.jpg?v=1738835727","\/\/urbanstems.com\/cdn\/shop\/files\/Brilliance_SupportingImage_2_PDP.jpg?v=1738835728"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Brilliance_MainImage_PDP.jpg?v=1738835727","options":["Title"],"media":[{"alt":null,"id":36029806608632,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Brilliance_MainImage_PDP.jpg?v=1738835727"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Brilliance_MainImage_PDP.jpg?v=1738835727","width":2808},{"alt":null,"id":36029806641400,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Brilliance_SupportingImage_2_PDP.jpg?v=1738835728"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Brilliance_SupportingImage_2_PDP.jpg?v=1738835728","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eExperience luxury redefined with a bouquet crafted in collaboration with Vogue. This breathtaking arrangement pairs timeless sophistication with modern allure, featuring an elegant blend of cream, blush, delicate yellows, and lush greenery for the perfect finishing touch. Housed in an exclusive cerulean blue ceramic vase, custom-designed to embody style, this arrangement is more than a bouquet, it’s a statement piece that is perfect for moments that demand brilliance.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8657909809400,"title":"Double The Pink Lady","handle":"double-the-pink-lady","description":"\u003cp\u003eTimeless elegance is the hallmark of this classic bouquet of roses and ranunculus. It boasts pastel shades of pink, accents of yellow and cream, and highlighted by spiral eucalyptus with green sprigs. The Pink Lady is a perfect centerpiece for a spring brunch al fresco or to liven up a kitchen or dining room. This arrangement makes a gracious thank-you gift, but it’s just as delightful as a gift for yourself because you deserve it.\u003c\/p\u003e","published_at":"2025-02-03T14:43:46-05:00","created_at":"2024-07-26T17:21:34-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-spring-collection","collection:the-summer-collection","group:10012","occasion:easter","occasion:get-well","occasion:just-because","occasion:mothers-day","occasion:self-send","occasion:sympathy","occasion:wedding","recepient:for-her","recepient:for-mom","size:double","YGroup_the-palazzo"],"price":16200,"price_min":16200,"price_max":16200,"available":false,"price_varies":false,"compare_at_price":18000,"compare_at_price_min":18000,"compare_at_price_max":18000,"compare_at_price_varies":false,"variants":[{"id":45510439010552,"title":"","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-D-10012","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Double The Pink Lady - ","public_title":"","options":["Default Title"],"price":16200,"weight":0,"compare_at_price":18000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Palazzo_MainImage_PDP.jpg?v=1738864371","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Palazzo_SupportingImage_PDP.jpg?v=1738864371"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Palazzo_MainImage_PDP.jpg?v=1738864371","options":["Title"],"media":[{"alt":null,"id":36032337707256,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Palazzo_MainImage_PDP.jpg?v=1738864371"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Palazzo_MainImage_PDP.jpg?v=1738864371","width":2808},{"alt":null,"id":36032337740024,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Palazzo_SupportingImage_PDP.jpg?v=1738864371"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Palazzo_SupportingImage_PDP.jpg?v=1738864371","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eTimeless elegance is the hallmark of this classic bouquet of roses and ranunculus. It boasts pastel shades of pink, accents of yellow and cream, and highlighted by spiral eucalyptus with green sprigs. The Pink Lady is a perfect centerpiece for a spring brunch al fresco or to liven up a kitchen or dining room. This arrangement makes a gracious thank-you gift, but it’s just as delightful as a gift for yourself because you deserve it.\u003c\/p\u003e"},{"id":8932314251512,"title":"Double The Glamour","handle":"double-the-glamour","description":"\u003cp\u003eWith effortless grace and undeniable appeal, this bouquet lives up to its name with every delicate stem. Featuring lush peach garden roses, light pink spray roses, and pristine white ranunculus, this bouquet exudes all the refined beauty that spring offers. Blush delphinium adds a touch of whimsy, while pink hypericum and green coccolus create depth and texture. Perfect for celebrating life’s most glamorous moments, both mundane and extraordinary, this show-stopper that makes every occasion unforgettable.\u003c\/p\u003e","published_at":"2025-01-27T13:09:46-05:00","created_at":"2025-01-27T13:09:45-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","occasion:anniversary","occasion:birthday","occasion:congratulations","occasion:easter","occasion:entertaining","occasion:friendship","occasion:housewarming","occasion:miss-you","occasion:romance","occasion:thank-you","seo:hidden","size:double","springupload","YGroup_double-the-glamour"],"price":16200,"price_min":16200,"price_max":16200,"available":false,"price_varies":false,"compare_at_price":18000,"compare_at_price_min":18000,"compare_at_price_max":18000,"compare_at_price_varies":false,"variants":[{"id":46131523780856,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10209","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Double The Glamour - Double","public_title":"Double","options":["Double","Default Title"],"price":16200,"weight":0,"compare_at_price":18000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Glamour_MainImage_PDP.jpg?v=1738835467","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Glamour_SupportingImage_PDP.jpg?v=1738835467"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Glamour_MainImage_PDP.jpg?v=1738835467","options":["Size"],"media":[{"alt":null,"id":36029790814456,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Glamour_MainImage_PDP.jpg?v=1738835467"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Glamour_MainImage_PDP.jpg?v=1738835467","width":2808},{"alt":null,"id":36029790847224,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Glamour_SupportingImage_PDP.jpg?v=1738835467"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Glamour_SupportingImage_PDP.jpg?v=1738835467","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eWith effortless grace and undeniable appeal, this bouquet lives up to its name with every delicate stem. Featuring lush peach garden roses, light pink spray roses, and pristine white ranunculus, this bouquet exudes all the refined beauty that spring offers. Blush delphinium adds a touch of whimsy, while pink hypericum and green coccolus create depth and texture. Perfect for celebrating life’s most glamorous moments, both mundane and extraordinary, this show-stopper that makes every occasion unforgettable.\u003c\/p\u003e"},{"id":8657909055736,"title":"Double the Margot","handle":"double-the-margot","description":"\u003cp\u003eLight and airy, The Margot captures a sense of whimsy. This carefully designed arrangement features soft tones and rich textures, evoking the elegance of clouds and chiffon. Delicate yet uplifting, it’s sure to brighten anyone’s day.\u003c\/p\u003e\n\n\u003cp\u003eWe’re dedicated to delivering bouquets that match our photos. While we may occasionally substitute flowers due to seasonal availability, the overall appearance of your bouquet will remain consistent.\u003c\/p\u003e","published_at":"2024-09-10T19:52:54-04:00","created_at":"2024-07-26T17:21:15-04:00","vendor":"UrbanStems","type":"Flowers","tags":["50FORYOU","collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-rosh-hashanah-collection","collection:the-spring-collection","collection:the-summer-collection","collection:the-valentines-day-collection","group:02315","MixedBouquets","occasion:birthday","occasion:easter","occasion:friendship","occasion:graduation","occasion:just-because","occasion:mothers-day","occasion:wedding","recepient:for-friend","recepient:for-grandmother","recepient:for-her","recepient:for-mom","recepient:for-mother-in-law","recepient:for-wife","size:single","YGroup_the-margot"],"price":16500,"price_min":16500,"price_max":16500,"available":true,"price_varies":false,"compare_at_price":18400,"compare_at_price_min":18400,"compare_at_price_max":18400,"compare_at_price_varies":false,"variants":[{"id":45510438256888,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-02315","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Margot - Double","public_title":"Double","options":["Double","Default Title"],"price":16500,"weight":0,"compare_at_price":18400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":14850}],"price":14850,"compare_at_price":16500,"per_delivery_price":14850,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":14850}],"price":14850,"compare_at_price":16500,"per_delivery_price":14850,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":44550}],"price":44550,"compare_at_price":16500,"per_delivery_price":44550,"selling_plan_id":4984439032,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":44550}],"price":44550,"compare_at_price":16500,"per_delivery_price":44550,"selling_plan_id":4984471800,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":89100}],"price":89100,"compare_at_price":16500,"per_delivery_price":89100,"selling_plan_id":4985291000,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":89100}],"price":89100,"compare_at_price":16500,"per_delivery_price":89100,"selling_plan_id":4985323768,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519","options":["Size"],"media":[{"alt":null,"id":35184003449080,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519","width":2808},{"alt":null,"id":34990983577848,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984439032,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":44550}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984471800,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":44550}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985291000,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":89100}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985323768,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":89100}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cp\u003eLight and airy, The Margot captures a sense of whimsy. This carefully designed arrangement features soft tones and rich textures, evoking the elegance of clouds and chiffon. Delicate yet uplifting, it’s sure to brighten anyone’s day.\u003c\/p\u003e\n\n\u003cp\u003eWe’re dedicated to delivering bouquets that match our photos. While we may occasionally substitute flowers due to seasonal availability, the overall appearance of your bouquet will remain consistent.\u003c\/p\u003e"},{"id":8692604829944,"title":"Double the Snow Peony","handle":"double-the-snow-peony","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003eTransform your space with the Snow Peony bouquet, a luxurious blend of pure-white peonies reminiscent of freshly fallen snow. Each bloom reveals a soft blush at its center, evoking the quiet elegance of winter’s first snowfall.\u003c\/p\u003e\n\u003cp\u003eAvailable in three sizes—10-stem Single, 20-stem Double, or 30-stem Triple—these peonies arrive in bud form, gradually blossoming into full, fluffy blooms. \u003cspan\u003e If the foliage looks a bit parched upon arrival, simply place the stems in water to refresh them.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e\u003cspan\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-11-12T13:27:24-05:00","created_at":"2024-08-15T12:47:33-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-christmas-collection","collection:the-easter-collection","collection:the-hanukkah-collection","collection:the-holiday-collection","collection:the-rosh-hashanah-collection","collection:the-spring-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:00177","occasion:anniversary","occasion:easter","occasion:friendship","occasion:get-well","occasion:housewarming","occasion:just-because","occasion:mothers-day","occasion:sympathy","occasion:thank-you","recepient:for-her","recepient:for-mom","SingleStemBouquets","size:double","YGroup_the-snow-peony"],"price":16500,"price_min":16500,"price_max":16500,"available":true,"price_varies":false,"compare_at_price":18400,"compare_at_price_min":18400,"compare_at_price_max":18400,"compare_at_price_varies":false,"variants":[{"id":45607260455160,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00177","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Snow Peony - Double","public_title":"Double","options":["Double","Default Title"],"price":16500,"weight":0,"compare_at_price":18400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666","\/\/urbanstems.com\/cdn\/shop\/files\/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666","options":["Size"],"media":[{"alt":null,"id":35199951405304,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666","width":2808},{"alt":null,"id":35138440003832,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003eTransform your space with the Snow Peony bouquet, a luxurious blend of pure-white peonies reminiscent of freshly fallen snow. Each bloom reveals a soft blush at its center, evoking the quiet elegance of winter’s first snowfall.\u003c\/p\u003e\n\u003cp\u003eAvailable in three sizes—10-stem Single, 20-stem Double, or 30-stem Triple—these peonies arrive in bud form, gradually blossoming into full, fluffy blooms. \u003cspan\u003e If the foliage looks a bit parched upon arrival, simply place the stems in water to refresh them.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e\u003cspan\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e"},{"id":8692604928248,"title":"Double the Peony","handle":"double-the-peony","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eLush and full of life, it's not every day that you'll come across these pillowy stems. This striking blush-toned bouquet is a welcome addition to any room. Peonies symbolize prosperity, making this a fitting gift for anything from congratulations to housewarmings. This peony arrangement may arrive in bud form but will unfurl into the pillowy stem we all love. \u003ca href=\"https:\/\/urbanstems.com\/blogs\/news\/peony-color-meaning?srsltid=AfmBOop77v2B1SU1nWqqliLqJb4a6-1OaSy-EqAw1WbIOLCsf8yZ4Cic\"\u003eRead more\u003c\/a\u003e about the meaning of the pale pink peony. Choose from three bouquet sizes of lush peonies, a 10-stem Single, a 20-stem Double, or a 30-stem Triple.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cbr\u003eIf your foliage looks slightly dehydrated upon arrival, place the stems in some water to revive them. (Pro tip: remove any foliage near or below the waterline for a longer-lasting bouquet!)\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-11-04T00:00:01-05:00","created_at":"2024-08-15T12:47:37-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","collection:the-summer-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:00117","occasion:birthday","occasion:congratulations","occasion:easter","occasion:get-well","occasion:graduation","occasion:holiday","occasion:housewarming","occasion:mothers-day","occasion:self-send","occasion:thank-you","occasion:wedding","recepient:for-friend","recepient:for-grandmother","recepient:for-her","recepient:for-mom","recepient:for-mother-figure","recepient:for-mother-in-law","recepient:for-new-mother","recepient:for-wife","SingleStemBouquets","size:double","YGroup_the-peony"],"price":16500,"price_min":16500,"price_max":16500,"available":true,"price_varies":false,"compare_at_price":18400,"compare_at_price_min":18400,"compare_at_price_max":18400,"compare_at_price_varies":false,"variants":[{"id":45607260684536,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00117","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Peony - Double","public_title":"Double","options":["Double","Default Title"],"price":16500,"weight":0,"compare_at_price":18400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187","\/\/urbanstems.com\/cdn\/shop\/files\/dw5425a946_Spring24_Peony_Double_BeforeAfter_Carousel.gif?v=1737972187"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187","options":["Size"],"media":[{"alt":null,"id":35936940228856,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187","width":2808},{"alt":null,"id":35936940261624,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187","width":3815},{"alt":null,"id":34523936751864,"position":3,"preview_image":{"aspect_ratio":1.4,"height":3000,"width":4200,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/dw5425a946_Spring24_Peony_Double_BeforeAfter_Carousel.gif?v=1737972187"},"aspect_ratio":1.4,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/dw5425a946_Spring24_Peony_Double_BeforeAfter_Carousel.gif?v=1737972187","width":4200}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eLush and full of life, it's not every day that you'll come across these pillowy stems. This striking blush-toned bouquet is a welcome addition to any room. Peonies symbolize prosperity, making this a fitting gift for anything from congratulations to housewarmings. This peony arrangement may arrive in bud form but will unfurl into the pillowy stem we all love. \u003ca href=\"https:\/\/urbanstems.com\/blogs\/news\/peony-color-meaning?srsltid=AfmBOop77v2B1SU1nWqqliLqJb4a6-1OaSy-EqAw1WbIOLCsf8yZ4Cic\"\u003eRead more\u003c\/a\u003e about the meaning of the pale pink peony. Choose from three bouquet sizes of lush peonies, a 10-stem Single, a 20-stem Double, or a 30-stem Triple.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cbr\u003eIf your foliage looks slightly dehydrated upon arrival, place the stems in some water to revive them. (Pro tip: remove any foliage near or below the waterline for a longer-lasting bouquet!)\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8851052134648,"title":"The Confection","handle":"the-confection","description":"\u003cp\u003eNot to be cliché, but your teeth may hurt with how sweet this Valentine's Day treat is. Not only will you enjoy a dreamy-pastel bouquet in a vintage-inspired soft pink vase, but you'll also get to indulge in Le Grand Truffles 4-piece petite chocolate truffle box on February 14th.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e \u003cmeta charset=\"utf-8\"\u003e\u003cspan data-sheets-root=\"1\"\u003eContains milk and soy. Crafted in a facility that processes wheat, peanuts, tree nuts, and sesame.\u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-11-25T15:17:54-05:00","vendor":"UrbanStems","type":"Flowers","tags":["badge:Vase Included","bundle","collection:the-valentines-day-collection","MixedBouquets","NewArrival","occasion:anniversary","occasion:congratulations","occasion:housewarming","occasion:miss-you","occasion:romance","size:single","vdayupload","YGroup_the-confection"],"price":17000,"price_min":17000,"price_max":17000,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":45958804439288,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"FLRL-K-10133","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Confection","public_title":null,"options":["Default Title"],"price":17000,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Confection_MainImage_PDP.jpg?v=1732637218","\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218","\/\/urbanstems.com\/cdn\/shop\/files\/LeGrandTruffles_SupportingImage_PDP_a8db83f0-44fb-4f90-99c9-9269085721de.jpg?v=1732637218"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Confection_MainImage_PDP.jpg?v=1732637218","options":["Title"],"media":[{"alt":null,"id":35504269787384,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Confection_MainImage_PDP.jpg?v=1732637218"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Confection_MainImage_PDP.jpg?v=1732637218","width":2808},{"alt":null,"id":35504269852920,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218","width":2862},{"alt":null,"id":35504269820152,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/LeGrandTruffles_SupportingImage_PDP_a8db83f0-44fb-4f90-99c9-9269085721de.jpg?v=1732637218"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/LeGrandTruffles_SupportingImage_PDP_a8db83f0-44fb-4f90-99c9-9269085721de.jpg?v=1732637218","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eNot to be cliché, but your teeth may hurt with how sweet this Valentine's Day treat is. Not only will you enjoy a dreamy-pastel bouquet in a vintage-inspired soft pink vase, but you'll also get to indulge in Le Grand Truffles 4-piece petite chocolate truffle box on February 14th.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e \u003cmeta charset=\"utf-8\"\u003e\u003cspan data-sheets-root=\"1\"\u003eContains milk and soy. Crafted in a facility that processes wheat, peanuts, tree nuts, and sesame.\u003c\/span\u003e\u003c\/p\u003e"},{"id":8864352895224,"title":"Double the Royal","handle":"double-the-royal","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003eThis bold bouquet combines rich purple tones with vibrant pops of sunny peach, featuring some of our most striking flowers. It’s a show-stopping arrangement that’s sure to impress anyone who receives it—perfect for someone who appreciates a touch of drama and elegance in their day.\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-12-03T11:16:08-05:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-valentines-day-collection","collection:the-winter-collection","group:10130","MixedBouquets","occasion:birthday","occasion:congratulations","occasion:friendship","occasion:new-baby","recepient:for-friend","recepient:for-him","recepient:for-mom","size:double","YGroup_the-royal"],"price":17100,"price_min":17100,"price_max":17100,"available":true,"price_varies":false,"compare_at_price":19000,"compare_at_price_min":19000,"compare_at_price_max":19000,"compare_at_price_varies":false,"variants":[{"id":45984400212216,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10130","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Royal - Double","public_title":"Double","options":["Double","Default Title"],"price":17100,"weight":0,"compare_at_price":19000,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841","\/\/urbanstems.com\/cdn\/shop\/files\/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841","options":["Size"],"media":[{"alt":null,"id":35943589216504,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841","width":2808},{"alt":null,"id":35943589314808,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003eThis bold bouquet combines rich purple tones with vibrant pops of sunny peach, featuring some of our most striking flowers. It’s a show-stopping arrangement that’s sure to impress anyone who receives it—perfect for someone who appreciates a touch of drama and elegance in their day.\u003c\/p\u003e"},{"id":8657913282808,"title":"Triple the Crush","handle":"triple-the-crush","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eExperience the elegance of understated affection with this blend of delicate pink and creamy white roses. This bouquet provides a subtle yet meaningful way to express your love.\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-08-27T17:10:16-04:00","created_at":"2024-07-26T17:22:50-04:00","vendor":"UrbanStems","type":"Flowers","tags":["50FORYOU","collection:the-best-sellers","collection:the-breast-cancer-awareness-collection","collection:the-classics-collection","collection:the-easter-collection","collection:the-spring-collection","collection:the-summer-collection","collection:the-winter-collection","group:10022","MixedBouquets","occasion:anniversary","occasion:easter","occasion:get-well","occasion:housewarming","occasion:miss-you","occasion:mothers-day","occasion:new-baby","occasion:romance","occasion:sympathy","occasion:thank-you","recepient:for-her","recepient:for-mom","size:triple","YGroup_the-crush","YGroup_the-sorbet"],"price":17300,"price_min":17300,"price_max":17300,"available":true,"price_varies":false,"compare_at_price":20400,"compare_at_price_min":20400,"compare_at_price_max":20400,"compare_at_price_varies":false,"variants":[{"id":45653346713848,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10022","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Crush - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":17300,"weight":0,"compare_at_price":20400,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806","\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806","options":["Size"],"media":[{"alt":null,"id":35183810085112,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806","width":2808},{"alt":null,"id":34991070281976,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eExperience the elegance of understated affection with this blend of delicate pink and creamy white roses. This bouquet provides a subtle yet meaningful way to express your love.\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8845913293048,"title":"Triple the Risky DM","handle":"triple-the-risky-dm","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eTo send the DM or not to send the DM? Take a chance and express yourself—your future may include sending this sensational pink, fuchsia, and cream mixed bouquet as the perfect addition to a dreamy Valentine’s Day breakfast in bed. In this case, we think the risk is worth the reward.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-12-09T12:38:03-05:00","created_at":"2024-11-21T08:49:40-05:00","vendor":"UrbanStems","type":"Flowers","tags":["MixedBouquets","NewArrival","occasion:anniversary","occasion:birthday","occasion:congratulations","occasion:entertaining","occasion:housewarming","occasion:miss-you","occasion:new-baby","recipient:for-him","size:triple","vdayupload","YGroup_the-risky-dm"],"price":17300,"price_min":17300,"price_max":17300,"available":true,"price_varies":false,"compare_at_price":20400,"compare_at_price_min":20400,"compare_at_price_max":20400,"compare_at_price_varies":false,"variants":[{"id":45948487827704,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10190","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Risky DM - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":17300,"weight":0,"compare_at_price":20400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195","\/\/urbanstems.com\/cdn\/shop\/files\/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195","options":["Size"],"media":[{"alt":null,"id":35504359964920,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195","width":2808},{"alt":null,"id":35504360063224,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eTo send the DM or not to send the DM? Take a chance and express yourself—your future may include sending this sensational pink, fuchsia, and cream mixed bouquet as the perfect addition to a dreamy Valentine’s Day breakfast in bed. In this case, we think the risk is worth the reward.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/p\u003e"},{"id":8657909514488,"title":"Double the Grower's Choice Peony","handle":"double-the-growers-choice-peony","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eFrom bud to bloom, there’s something magnificent about peonies. The Grower’s Choice Peony features hand-chosen peony stems in various colors chosen for their freshness. Choose from three bouquet sizes of lush peonies, a 10-stem Single, a 20-stem Double, or a 30-stem Triple.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cbr\u003eIf your foliage looks slightly dehydrated upon arrival, place the stems in some water to revive them. (Pro tip: remove any foliage near or below the waterline for a longer-lasting bouquet!)\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2025-01-06T04:39:44-05:00","created_at":"2024-07-26T17:21:26-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","collection:the-summer-collection","collection:the-valentines-day-collection","collection:the-winter-collection","group:02459","occasion:birthday","occasion:easter","occasion:friendship","occasion:graduation","occasion:just-because","occasion:mothers-day","occasion:wedding","recepient:for-her","recepient:for-me","recepient:for-mom","recepient:for-mother-figure","recepient:for-new-mother","SingleStemBouquets","size:double","YGroup_the-grower-s-choice-peony"],"price":17600,"price_min":17600,"price_max":17600,"available":true,"price_varies":false,"compare_at_price":19600,"compare_at_price_min":19600,"compare_at_price_max":19600,"compare_at_price_varies":false,"variants":[{"id":45510438715640,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-02459","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Grower's Choice Peony - Double","public_title":"Double","options":["Double","Default Title"],"price":17600,"weight":0,"compare_at_price":19600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538","\/\/urbanstems.com\/cdn\/shop\/files\/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326","\/\/urbanstems.com\/cdn\/shop\/files\/dwb90e28a9_Spring24_GrowersChoice_Bud_top.jpg?v=1723789518","\/\/urbanstems.com\/cdn\/shop\/files\/dw68be4a29_Spring24_GrowersChoice_Bud_Carousel_copy_2.jpg?v=1723789612"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538","options":["Size"],"media":[{"alt":null,"id":35200081592568,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538","width":2808},{"alt":null,"id":35138308735224,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326","width":2862},{"alt":null,"id":34523903459576,"position":3,"preview_image":{"aspect_ratio":1.4,"height":3000,"width":4200,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/dwb90e28a9_Spring24_GrowersChoice_Bud_top.jpg?v=1723789518"},"aspect_ratio":1.4,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/dwb90e28a9_Spring24_GrowersChoice_Bud_top.jpg?v=1723789518","width":4200},{"alt":null,"id":34523918958840,"position":4,"preview_image":{"aspect_ratio":1.4,"height":3000,"width":4200,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/dw68be4a29_Spring24_GrowersChoice_Bud_Carousel_copy_2.jpg?v=1723789612"},"aspect_ratio":1.4,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/dw68be4a29_Spring24_GrowersChoice_Bud_Carousel_copy_2.jpg?v=1723789612","width":4200}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eFrom bud to bloom, there’s something magnificent about peonies. The Grower’s Choice Peony features hand-chosen peony stems in various colors chosen for their freshness. Choose from three bouquet sizes of lush peonies, a 10-stem Single, a 20-stem Double, or a 30-stem Triple.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cbr\u003eIf your foliage looks slightly dehydrated upon arrival, place the stems in some water to revive them. (Pro tip: remove any foliage near or below the waterline for a longer-lasting bouquet!)\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8657912922360,"title":"Triple the Satin","handle":"triple-the-satin","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eIn a dance of delicate pinks and blushes, The Satin whispers tales of romance. Spray roses twirl beside blushing hypericum berries, inviting you to lock eyes once more with your sweet Valentine. Roses reign in this romantic symphony, captivating the senses, while cocculus foliage and emerald ruscus add a playful sway to your intimate February 14th.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-09-10T19:52:49-04:00","created_at":"2024-07-26T17:22:41-04:00","vendor":"UrbanStems","type":"Flowers","tags":["50FORYOU","collection:the-best-sellers","collection:the-breast-cancer-awareness-collection","collection:the-classics-collection","collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","collection:the-summer-collection","collection:the-winter-collection","group:00078","occasion:anniversary","occasion:birthday","occasion:congratulations","occasion:easter","occasion:friendship","occasion:graduation","occasion:just-because","occasion:mothers-day","occasion:romance","occasion:wedding","recepient:for-grandmother","recepient:for-her","recepient:for-mom","recepient:for-mother-figure","recepient:for-mother-in-law","recepient:for-new-mother","recepient:for-wife","size:triple","YGroup_the-satin","YGroup_the-verona"],"price":18300,"price_min":18300,"price_max":18300,"available":true,"price_varies":false,"compare_at_price":21600,"compare_at_price_min":21600,"compare_at_price_max":21600,"compare_at_price_varies":false,"variants":[{"id":45510442713336,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00078","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Satin - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":18300,"weight":0,"compare_at_price":21600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":16470}],"price":16470,"compare_at_price":18300,"per_delivery_price":16470,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":16470}],"price":16470,"compare_at_price":18300,"per_delivery_price":16470,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":49410}],"price":49410,"compare_at_price":18300,"per_delivery_price":49410,"selling_plan_id":4985094392,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":49410}],"price":49410,"compare_at_price":18300,"per_delivery_price":49410,"selling_plan_id":4985127160,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":98820}],"price":98820,"compare_at_price":18300,"per_delivery_price":98820,"selling_plan_id":4985880824,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":98820}],"price":98820,"compare_at_price":18300,"per_delivery_price":98820,"selling_plan_id":4985913592,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310","\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310","options":["Size"],"media":[{"alt":null,"id":35183946727672,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310","width":2808},{"alt":null,"id":34991069135096,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985094392,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":49410}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985127160,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":49410}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985880824,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":98820}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985913592,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":98820}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eIn a dance of delicate pinks and blushes, The Satin whispers tales of romance. Spray roses twirl beside blushing hypericum berries, inviting you to lock eyes once more with your sweet Valentine. Roses reign in this romantic symphony, captivating the senses, while cocculus foliage and emerald ruscus add a playful sway to your intimate February 14th.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eWhile we strive to deliver all our bouquets as seen online, weather does occasionally impact the growing season for some of our specialty stems. To ensure the freshness and fullness of your bouquet we may make some substitutions, however, our designers take care to ensure the overall look and feel of your delivery will remain the same. \u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e"},{"id":8657912594680,"title":"Triple the Firecracker","handle":"triple-the-firecracker","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eThis striking bouquet features a dynamic blend of texture and color, perfect for those looking for something truly unique this season. The cool blue tones of thistle beautifully complement the vibrant orange roses and cheerful golden craspedia. Send this arrangement and let the magic happen!\u003cbr\u003e\u003cbr\u003eWe’re dedicated to delivering bouquets that reflect our photos. While we may occasionally substitute flowers based on seasonal availability, your bouquet’s overall look will remain consistent.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-09-10T19:52:51-04:00","created_at":"2024-07-26T17:22:33-04:00","vendor":"UrbanStems","type":"Flowers","tags":["50FORYOU","collection:the-best-sellers","collection:the-classics-collection","collection:the-fall-collection","collection:the-mothers-day-collection","collection:the-summer-collection","collection:the-thanksgiving-collection","group:00025","MixedBouquets","occasion:birthday","occasion:congratulations","occasion:diwali","occasion:friendship","occasion:graduation","occasion:just-because","occasion:miss-you","occasion:mothers-day","occasion:thanksgiving","recepient:for-grandmother","recepient:for-her","recepient:for-mom","recepient:for-mother-figure","recepient:for-mother-in-law","recepient:for-new-mother","recepient:for-wife","size:triple","YGroup_the-firecracker"],"price":18800,"price_min":18800,"price_max":18800,"available":true,"price_varies":false,"compare_at_price":22200,"compare_at_price_min":22200,"compare_at_price_max":22200,"compare_at_price_varies":false,"variants":[{"id":45510442221816,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00025","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Firecracker - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":18800,"weight":0,"compare_at_price":22200,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4983521528,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4983554296,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4984111352,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4984144120,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246","\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620","\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_SupportingImage_2_PDP.jpg?v=1727923620"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246","options":["Size"],"media":[{"alt":null,"id":35183649292536,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246","width":2808},{"alt":null,"id":34991035580664,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620","width":3815},{"alt":null,"id":34991035547896,"position":3,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_SupportingImage_2_PDP.jpg?v=1727923620"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_SupportingImage_2_PDP.jpg?v=1727923620","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4983521528,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":50760}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4983554296,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":50760}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984111352,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":101520}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984144120,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":101520}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eThis striking bouquet features a dynamic blend of texture and color, perfect for those looking for something truly unique this season. The cool blue tones of thistle beautifully complement the vibrant orange roses and cheerful golden craspedia. Send this arrangement and let the magic happen!\u003cbr\u003e\u003cbr\u003eWe’re dedicated to delivering bouquets that reflect our photos. While we may occasionally substitute flowers based on seasonal availability, your bouquet’s overall look will remain consistent.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8657913315576,"title":"Triple the Peace","handle":"triple-the-peace","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWhen words fall short, there are always flowers. This tranquil all-white bouquet embodies serenity and grace in the form of pure white blooms. Its elegant simplicity makes it a perfect gift for moments that call for quiet reflection, heartfelt sympathies, or a gesture of pure, unspoken kindness. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWe’re committed to delivering bouquets that match our photos. Occasionally, we might replace certain flowers due to seasonal availability, but your bouquet’s overall appearance will remain unchanged.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-07-26T18:53:20-04:00","created_at":"2024-07-26T17:22:51-04:00","vendor":"UrbanStems","type":"Flowers","tags":["50FORYOU","collection:the-best-sellers","collection:the-classics-collection","collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-rosh-hashanah-collection","collection:the-winter-collection","group:10032","MixedBouquets","occasion:easter","occasion:get-well","occasion:mothers-day","occasion:new-baby","occasion:sympathy","occasion:thank-you","occasion:wedding","recepient:for-dad","recepient:for-her","recepient:for-him","recepient:for-mom","size:triple","YGroup_the-peace"],"price":18800,"price_min":18800,"price_max":18800,"available":true,"price_varies":false,"compare_at_price":22200,"compare_at_price_min":22200,"compare_at_price_max":22200,"compare_at_price_varies":false,"variants":[{"id":45510443106552,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10032","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Peace - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":18800,"weight":0,"compare_at_price":22200,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4985159928,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4985192696,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4985946360,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4985979128,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640","\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640","options":["Size"],"media":[{"alt":null,"id":35184383951096,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640","width":2808},{"alt":null,"id":34990963556600,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[{"id":"603a7a3efe734a3c7119d5bada4b37fde52c3897","name":"Subscribe and Save 10%","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4984307960,"name":"Deliver every 2 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4984340728,"name":"Deliver every 4 weeks","description":"Get charged only when each delivery is made—no upfront commitment, just flexible, fresh flowers when you want.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"percentage","value":10}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"3f88a2c6de42b59b461c350e7d52f03b054c9781","name":"Prepay For 3 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985159928,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":50760}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985192696,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":50760}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"},{"id":"516991ae58314ece02c18d168c5f445d2cbe1c99","name":"Prepay For 6 Deliveries","options":[{"name":"Frequency","position":1,"values":["Deliver every 2 weeks","Deliver every 4 weeks"]}],"selling_plans":[{"id":4985946360,"name":"Deliver every 2 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 2 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":101520}],"checkout_charge":{"value_type":"percentage","value":100}},{"id":4985979128,"name":"Deliver every 4 weeks","description":"Pay upfront for multiple deliveries and enjoy worry-free gifting with flowers arriving right on schedule.","options":[{"name":"Frequency","position":1,"value":"Deliver every 4 weeks"}],"recurring_deliveries":true,"price_adjustments":[{"order_count":null,"position":1,"value_type":"price","value":101520}],"checkout_charge":{"value_type":"percentage","value":100}}],"app_id":"5284869"}],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWhen words fall short, there are always flowers. This tranquil all-white bouquet embodies serenity and grace in the form of pure white blooms. Its elegant simplicity makes it a perfect gift for moments that call for quiet reflection, heartfelt sympathies, or a gesture of pure, unspoken kindness. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eWe’re committed to delivering bouquets that match our photos. Occasionally, we might replace certain flowers due to seasonal availability, but your bouquet’s overall appearance will remain unchanged.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8657912824056,"title":"Triple the Peony","handle":"triple-the-peony","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eLush and full of life, it's not every day that you'll come across these pillowy stems. This striking blush-toned bouquet is a welcome addition to any room. Peonies symbolize prosperity, making this a fitting gift for anything from congratulations to housewarmings. This peony arrangement may arrive in bud form but will unfurl into the pillowy stem we all love. \u003ca href=\"https:\/\/urbanstems.com\/blogs\/news\/peony-color-meaning?srsltid=AfmBOop77v2B1SU1nWqqliLqJb4a6-1OaSy-EqAw1WbIOLCsf8yZ4Cic\"\u003eRead more\u003c\/a\u003e about the meaning of the pale pink peony. Choose from three bouquet sizes of lush peonies, a 10-stem Single, a 20-stem Double, or a 30-stem Triple.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cbr\u003eIf your foliage looks slightly dehydrated upon arrival, place the stems in some water to revive them. (Pro tip: remove any foliage near or below the waterline for a longer-lasting bouquet!)\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2024-11-04T00:00:02-05:00","created_at":"2024-07-26T17:22:38-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","collection:the-summer-collection","collection:the-winter-collection","group:00117","occasion:anniversary","occasion:birthday","occasion:congratulations","occasion:easter","occasion:get-well","occasion:graduation","occasion:holiday","occasion:housewarming","occasion:miss-you","occasion:mothers-day","occasion:romance","occasion:wedding","recepient:for-grandmother","recepient:for-her","recepient:for-mom","recepient:for-mother-figure","recepient:for-mother-in-law","recepient:for-new-mother","recepient:for-wife","SingleStemBouquets","size:triple","YGroup_the-peony"],"price":23400,"price_min":23400,"price_max":23400,"available":true,"price_varies":false,"compare_at_price":27600,"compare_at_price_min":27600,"compare_at_price_max":27600,"compare_at_price_varies":false,"variants":[{"id":45510442615032,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00117","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Peony - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":23400,"weight":0,"compare_at_price":27600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231","\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231","\/\/urbanstems.com\/cdn\/shop\/files\/dw4d455910_Spring24_Peony_Triple_BeforeAfter_Carousel.gif?v=1737972231"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231","options":["Size"],"media":[{"alt":null,"id":35936942588152,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231","width":2808},{"alt":null,"id":35936942620920,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231","width":3815},{"alt":null,"id":34523974992120,"position":3,"preview_image":{"aspect_ratio":1.4,"height":3000,"width":4200,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/dw4d455910_Spring24_Peony_Triple_BeforeAfter_Carousel.gif?v=1737972231"},"aspect_ratio":1.4,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/dw4d455910_Spring24_Peony_Triple_BeforeAfter_Carousel.gif?v=1737972231","width":4200}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eLush and full of life, it's not every day that you'll come across these pillowy stems. This striking blush-toned bouquet is a welcome addition to any room. Peonies symbolize prosperity, making this a fitting gift for anything from congratulations to housewarmings. This peony arrangement may arrive in bud form but will unfurl into the pillowy stem we all love. \u003ca href=\"https:\/\/urbanstems.com\/blogs\/news\/peony-color-meaning?srsltid=AfmBOop77v2B1SU1nWqqliLqJb4a6-1OaSy-EqAw1WbIOLCsf8yZ4Cic\"\u003eRead more\u003c\/a\u003e about the meaning of the pale pink peony. Choose from three bouquet sizes of lush peonies, a 10-stem Single, a 20-stem Double, or a 30-stem Triple.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cbr\u003eIf your foliage looks slightly dehydrated upon arrival, place the stems in some water to revive them. (Pro tip: remove any foliage near or below the waterline for a longer-lasting bouquet!)\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"},{"id":8657912856824,"title":"Triple the Snow Peony","handle":"triple-the-snow-peony","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003eTransform your space with the Snow Peony bouquet, a luxurious blend of pure-white peonies reminiscent of freshly fallen snow. Each bloom reveals a soft blush at its center, evoking the quiet elegance of winter’s first snowfall.\u003c\/p\u003e\n\u003cp\u003eAvailable in three sizes—10-stem Single, 20-stem Double, or 30-stem Triple—these peonies arrive in bud form, gradually blossoming into full, fluffy blooms. \u003cspan\u003e If the foliage looks a bit parched upon arrival, simply place the stems in water to refresh them.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e\u003cspan\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e","published_at":"2024-11-12T13:28:14-05:00","created_at":"2024-07-26T17:22:39-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-christmas-collection","collection:the-easter-collection","collection:the-holiday-collection","collection:the-rosh-hashanah-collection","collection:the-spring-collection","collection:the-winter-collection","group:00177","occasion:anniversary","occasion:easter","occasion:just-because","occasion:miss-you","occasion:mothers-day","occasion:thank-you","occasion:wedding","recepient:for-her","SingleStemBouquets","size:triple","YGroup_the-snow-peony"],"price":23400,"price_min":23400,"price_max":23400,"available":true,"price_varies":false,"compare_at_price":27600,"compare_at_price_min":27600,"compare_at_price_max":27600,"compare_at_price_varies":false,"variants":[{"id":45510442647800,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00177","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Snow Peony - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":23400,"weight":0,"compare_at_price":27600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666","\/\/urbanstems.com\/cdn\/shop\/files\/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666","options":["Size"],"media":[{"alt":null,"id":35199951470840,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666","width":2808},{"alt":null,"id":34991045771512,"position":2,"preview_image":{"aspect_ratio":1.272,"height":3000,"width":3815,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962"},"aspect_ratio":1.272,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962","width":3815}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003eTransform your space with the Snow Peony bouquet, a luxurious blend of pure-white peonies reminiscent of freshly fallen snow. Each bloom reveals a soft blush at its center, evoking the quiet elegance of winter’s first snowfall.\u003c\/p\u003e\n\u003cp\u003eAvailable in three sizes—10-stem Single, 20-stem Double, or 30-stem Triple—these peonies arrive in bud form, gradually blossoming into full, fluffy blooms. \u003cspan\u003e If the foliage looks a bit parched upon arrival, simply place the stems in water to refresh them.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e\u003cspan\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e"},{"id":8657913151736,"title":"Triple the Grower's Choice Peony","handle":"triple-the-growers-choice-peony","description":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eFrom bud to bloom, there’s something magnificent about peonies. The Grower’s Choice Peony features hand-chosen peony stems in various colors chosen for their freshness. Choose from three bouquet sizes of lush peonies, a 10-stem Single, a 20-stem Double, or a 30-stem Triple.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cbr\u003eIf your foliage looks slightly dehydrated upon arrival, place the stems in some water to revive them. (Pro tip: remove any foliage near or below the waterline for a longer-lasting bouquet!)\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e","published_at":"2025-01-06T04:40:12-05:00","created_at":"2024-07-26T17:22:47-04:00","vendor":"UrbanStems","type":"Flowers","tags":["collection:the-easter-collection","collection:the-mothers-day-collection","collection:the-spring-collection","collection:the-summer-collection","collection:the-winter-collection","group:02459","occasion:birthday","occasion:easter","occasion:friendship","occasion:just-because","occasion:mothers-day","occasion:wedding","recepient:for-her","recepient:for-mom","recepient:for-mother-figure","recepient:for-new-mother","SingleStemBouquets","size:triple","YGroup_the-grower-s-choice-peony"],"price":24900,"price_min":24900,"price_max":24900,"available":true,"price_varies":false,"compare_at_price":29400,"compare_at_price_min":29400,"compare_at_price_max":29400,"compare_at_price_varies":false,"variants":[{"id":45510442942712,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-02459","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Grower's Choice Peony - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":24900,"weight":0,"compare_at_price":29400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538","\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348"],"featured_image":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538","options":["Size"],"media":[{"alt":null,"id":35200081625336,"position":1,"preview_image":{"aspect_ratio":0.936,"height":3000,"width":2808,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538"},"aspect_ratio":0.936,"height":3000,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538","width":2808},{"alt":null,"id":34991061467384,"position":2,"preview_image":{"aspect_ratio":1.272,"height":2250,"width":2862,"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348"},"aspect_ratio":1.272,"height":2250,"media_type":"image","src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348","width":2862}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003eFrom bud to bloom, there’s something magnificent about peonies. The Grower’s Choice Peony features hand-chosen peony stems in various colors chosen for their freshness. Choose from three bouquet sizes of lush peonies, a 10-stem Single, a 20-stem Double, or a 30-stem Triple.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e Your peonies may arrive in bud form but will open in 1-2 days, meaning you can enjoy your blooms longer! Flower color may vary slightly from the pictured bouquet and gradually change as your flowers bloom.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-root=\"1\"\u003e\u003cbr\u003eIf your foliage looks slightly dehydrated upon arrival, place the stems in some water to revive them. (Pro tip: remove any foliage near or below the waterline for a longer-lasting bouquet!)\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e"}];//# sourceMappingURL=data:application/json;base64,/* base64'd inline sourcemap */ </script><meta name="google-site-verification" content="Xxx9jZ71ysnIbe59Cgs410nQYam4-EZIU082I4l352U" /> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="facebook-domain-verification" content="5s5j504ag38hq7lr620s7sfpwszj7p"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/69340168440/digital_wallets/dialog"> <meta name="shopify-requires-components" content="true" product-ids="8801519632632,8801522942200,8801558429944,8801561379064,8801566720248,8821235515640,8821236793592,8821243019512,8821250785528,8821284929784,8821285912824,8821287026936,8851024969976,8851040043256,8851046007032,8851052134648,8864395329784,8932410097912,8932419862776,8932424319224,8932425433336,8932426154232,8932427301112,8932428120312,8932430151928,8932430872824,8932431790328,8932432773368,8932433690872,8932439294200,8947859226872"> <meta name="shopify-checkout-api-token" content="80f6c6a3a5dc9ef69d6acc788262b7b9"> <meta id="in-context-paypal-metadata" data-shop-id="69340168440" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <link rel="alternate" type="application/atom+xml" title="Feed" href="/collections/flowers.atom" /> <link rel="alternate" type="application/json+oembed" href="https://urbanstems.com/collections/flowers.oembed"> <script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script> <link rel="preconnect" href="https://shop.app" crossorigin="anonymous"> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=69340168440" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":69340168440,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/69340168440","merchantName":"UrbanStems","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"UrbanStems","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script> <script id="shopify-features" type="application/json">{"accessToken":"80f6c6a3a5dc9ef69d6acc788262b7b9","betas":["rich-media-storefront-analytics"],"domain":"urbanstems.com","predictiveSearch":true,"shopId":69340168440,"smart_payment_buttons_url":"https:\/\/urbanstems.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/urbanstems.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "274513-24.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"12.30-Enable Yotpo Rewards","id":147430834424,"schema_name":"UrbanStems theme","schema_version":"2025-02-14-1","theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "urbanstems.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script id="shop-js-analytics" type="application/json">{"pageType":"collection"}</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"init-fed-cm":["modules/v2/client.init-fed-cm_OeEJaCCl.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_ebaeknJi.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_DFuavrNS.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_FYuhzIyB.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"shop-toast-manager":["modules/v2/client.shop-toast-manager_BpgmfGjt.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_BeYjtKbh.en.esm.js","modules/v2/client.shop-login-button_lKeTheS8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_PZ5lYCet.en.esm.js","modules/v2/client.shop-login-button_lKeTheS8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_lKeTheS8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_BJjZdiwD.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"pay-button":["modules/v2/client.pay-button_Bg1kIsBL.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_ChDGiggf.en.esm.js","modules/v2/client.shop-login-button_lKeTheS8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"lead-capture":["modules/v2/client.lead-capture_aUqk28I9.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"payment-terms":["modules/v2/client.payment-terms_CgEU06X8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/cdn-scripts.signifyd.com\/shopify\/script-tag.js?shop=274513-24.myshopify.com","https:\/\/ecom-app.rakutenadvertising.io\/rakuten_advertising.js?shop=274513-24.myshopify.com","https:\/\/tag.rmp.rakuten.com\/117797.ct.js?shop=274513-24.myshopify.com","https:\/\/tools.luckyorange.com\/core\/lo.js?site-id=9242b9b2\u0026shop=274513-24.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":69340168440,"offset":-18000,"reqid":"d339815a-0bca-44a4-b752-94d3ceb5e992-1739800665","pageurl":"urbanstems.com\/collections\/flowers?nb_creative_id=1\u0026nb_offer_id=1609492\u0026nb_publisher_sid=2116208\u0026ranEAID=TnL5HPStwNw\u0026ranGroup=Content\u0026ranMID=43912\u0026ranSiteID=TnL5HPStwNw-ceBDmX4VA79v6HUGgN0Ylg\u0026utm_campaign=1\u0026utm_content=10\u0026utm_medium=affiliates\u0026utm_source=Skimlinks.com\u0026utm_term=2116208","u":"8571ee55e2c7","p":"collection","rtyp":"collection","rid":434928091384};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="form-persister">!function(){'use strict';const t='contact',e='new_comment',n=[[t,t],['blogs',e],['comments',e],[t,'customer']],o='password',r='form_key',c=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',o],s=()=>{try{return window.sessionStorage}catch{return}},i='__shopify_v',u=t=>t.elements[r],a=function(){const t=[...n].map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(',');var e;return e=t,()=>e?[...document.querySelectorAll(e)].map((t=>t.form)):[]}();function m(t){const e=u(t);a().includes(t)&&(!e||!e.value)&&function(t){try{if(!s())return;!function(t){const e=s();if(!e)return;const n=u(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){u(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:r})),t.elements[r].value=e}(t,e),function(t,e){const n=s();if(!n)return;const r=[...t.querySelectorAll(`input[type='${o}']`)].map((({name:t})=>t)),u=[...c,...r],a={};for(const[o,c]of new FormData(t).entries())u.includes(o)||(a[o]=c);n.setItem(e,JSON.stringify({[i]:1,action:t.action,data:a}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(t)}const f=t=>{if('true'===t.dataset.persistBound)return;const e=function(t,e){const n=function(t){return'function'==typeof t.submit?t.submit:HTMLFormElement.prototype.submit}(t).bind(t);return function(){let t;return()=>{t||(t=!0,(()=>{try{e(),n()}catch(t){(t=>{console.error('form submit failed',t)})(t)}})(),setTimeout((()=>t=!1),250))}}()}(t,(()=>{m(t)}));!function(t,e){if('function'==typeof t.submit&&'function'==typeof e)try{t.submit=e}catch{}}(t,e),t.addEventListener('submit',(t=>{t.preventDefault(),e()})),t.dataset.persistBound='true'};!function(){function t(t){const e=(t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form})(t);e&&m(e)}document.addEventListener('submit',t),document.addEventListener('DOMContentLoaded',(()=>{const e=a();for(const t of e)f(t);var n;n=document.body,new window.MutationObserver((t=>{for(const e of t)if('childList'===e.type&&e.addedNodes.length)for(const t of e.addedNodes)1===t.nodeType&&'FORM'===t.tagName&&a().includes(t)&&f(t)})).observe(n,{childList:!0,subtree:!0,attributes:!1}),document.removeEventListener('submit',t)}))}()}();</script> <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//urbanstems.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//urbanstems.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-80e528be853eac23af2454534897ca9536b1d3d04aa043b042f34879a3c111c8.js?v=20220906"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//urbanstems.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <link rel="stylesheet" media="screen" href="https://urbanstems.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous"> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 180px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <style id="theme-css">@font-face{ font-family: "Crimson Text"; src: url(//urbanstems.com/cdn/shop/t/172/assets/CrimsonText-Regular.woff2?v=80282211568800477541735568476) format('woff2'); font-display: swap; font-style: normal; font-weight: 400;}@font-face{ font-family: "Mulish"; src: url(//urbanstems.com/cdn/shop/t/172/assets/Mulish-VariableFont_wght.woff2?v=4791965382890731871735568476) format('woff2'); font-display: swap;}@font-face{ font-family: "UrbanStems Seasonal"; src: url(https://cdn.shopify.com/s/files/1/0693/4016/8440/files/hv-alizee-grande.woff2?v=1735584151) format('woff2'); }*{ box-sizing: inherit; margin: 0; padding: 0;}body{ background-color: var(--light); color: var(--dark); font-family: var(--font-body); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: flex; flex-direction: column; font-size: var(--body-font-size, 87.5%); font-size: var(--body-font-size, clamp(75%, 3vw, 87.5%)); font-variation-settings: "wght" 400; min-height: 100vh;}button{ background: none; border: none; color: var(--button-color, inherit); cursor: var(--button-cursor, pointer); font-family: var(--button-font-family, var(--font-body));}html{ background-color: var(--light); box-sizing: border-box;}a:focus,a:focus-visible .focus-visible-el,button:focus,button:focus-visible,input:focus,select:focus,summary:focus,textarea:focus,.focus-visible-el:focus,.focus-visible-el:focus-visible{ outline: none;}a:focus-visible,a:focus-visible span.btn,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,textarea:focus-visible,.focus-visible-el:focus-visible{ box-shadow: 0 0 0 4px var(--focus-outer-color, var(--light)); outline: 2px solid; outline-color: var(--blue); outline-style: solid; outline-width: 2px;}b,strong{ font-weight: normal; /* safari needs this or it gets double weighted */ font-variation-settings: "wght" 700;}h1,h2,h3,h4,h5,h6{ font-family: var(--font-heading); font-weight: 400;}dialog{ border-radius: 4px;}details > *{ box-sizing: border-box;}img{ display: block; height: auto; max-width: 100%;}input{ font-family: inherit;}main{ flex-grow: 1; z-index: var(--main-z-index, 1);}summary{ cursor: pointer; list-style: none; user-select: none;}summary::-webkit-details-marker{ display: none;}textarea{ font-family: inherit; resize: vertical;}::backdrop{ background-color: var(--backdrop-background-color);}::placeholder{ color: var(--placeholder-color, var(--charcoal, inherit)); font-family: var(--placeholder-font-family, inherit); font-size: var(--placeholder-font-size, 14px);}:root{ --announcement-height: 0px; --backdrop-background-color: rgba(0, 0, 0, 0.75); --font-body: "Mulish", sans-serif; --font-heading: "Crimson Text", serif; --font-seasonal: "UrbanStems Seasonal", serif; --gap-v-x-small: var(--wrap-h); --gap-v-small: 30px; --gap-v-medium: 56px; --gap-v-large: 72px; --gap-v-x-large: 104px; --header-height: calc(56px + var(--announcement-height)); --wrap-h: var(--wrap-m); --black: #121212; --blue: #1E2934; --charcoal: #6D6D6D; --cream: #F2F1EB; --gold: #988F66; --gray-dark: #515151; --gray-light: #E8E8E8; --gray-slate: #BDC2BF; --gray-200: #CCC; --gray-100: #E5E5E5; --gray-50: #F2F2F2; --red: #B12535; --body: var(--gray-dark); --color-body: var(--blue); --color-dim: var(--dim); --color-dim-dark: var(--charcoal); --dark: var(--blue); /* --dim: var(--gray-dark); */ --dim: var(--charcoal); --gray: var(--gray-200); --gray-border: #D9D9D9; --light: #F8F8F8; --product-image-background-color: #F2F2F2; --easing: ease-in-out; --wrap: var(--wrap-m); --wrap-s: 16px; --wrap-m: 16px; --wrap-l: 16px; --wrap-none: 0px; --icon-select-chevron: //urbanstems.com/cdn/shop/t/172/assets/icon-select-chevron.svg?v=65026999386234329211735568476;--icon-arrow-right: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiA+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy42NDY0NiAxMS4zNTM2TDEyLjY0NjUgNi4zNTM1OUwxMyA2LjAwMDA0TDEyLjY0NjUgNS42NDY0OEw3LjY0NjQ2IDAuNjQ2NDg0TDYuOTM5MzUgMS4zNTM1OUwxMS4wODU4IDUuNTAwMDRIMC4yOTI5MDhWNi41MDAwNEgxMS4wODU4TDYuOTM5MzUgMTAuNjQ2NUw3LjY0NjQ2IDExLjM1MzZaIiBmaWxsPSIjMUUyOTM0Ii8+Cjwvc3ZnPg=="); --icon-arrow-right-thin: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS44NzM4MyA3LjIyNzQ2TDEyLjc0NzggNC4zNTM1MUwxMy4xMDEzIDMuOTk5OTZMMTIuNzQ3OCAzLjY0NjQxTDkuODczODMgMC43NzI0NjFMOS4xNjY3MiAxLjQ3OTU3TDExLjE4NzEgMy40OTk5NkwwLjg5ODQzOCAzLjQ5OTk2TDAuODk4NDM4IDQuNDk5OTZMMTEuMTg3MSA0LjQ5OTk2TDkuMTY2NzIgNi41MjAzNUw5Ljg3MzgzIDcuMjI3NDZaIiBmaWxsPSIjMUUyOTM0Ii8+Cjwvc3ZnPg=="); --icon-checkbox: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI4ODVfODkwKSI+CjxwYXRoIGQ9Ik0wIDRDMCAxLjc5MDg2IDEuNzkwODYgMCA0IDBIMjZWMjJDMjYgMjQuMjA5MSAyNC4yMDkxIDI2IDIyIDI2SDBWNFoiIGZpbGw9IiMxRTI5MzQiLz4KPHBhdGggZD0iTTguOTM3NSAxNC4yMTg4TDExLjY1NzYgMTcuMDYyNUwxNy44NzUgMTAuNTYyNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjg4NV84OTAiPgo8cGF0aCBkPSJNMCA0QzAgMS43OTA4NiAxLjc5MDg2IDAgNCAwSDI2VjIyQzI2IDI0LjIwOTEgMjQuMjA5MSAyNiAyMiAyNkgwVjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPg=="); --icon-checkmark: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IndoaXRlIiBwb2ludHM9IjkuNzA3IDE0LjI5MyAxOSA1IDIwLjQxNCA2LjQxNCA5LjcwNyAxNy4xMjEgNCAxMS40MTQgNS40MTQgMTAiLz48L3N2Zz4="); --icon-chevron-left: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjM1MzYgNy42NDY4MUw3LjgwMDk1IDEuMTk5NDZMOC41MDgwNiAxLjkwNjU2TDIuNDE0MjYgOC4wMDAzNkw4LjUwODA2IDE0LjA5NDJMNy44MDA5NSAxNC44MDEzTDEuMzUzNiA4LjM1MzkyTDEuMDAwMDQgOC4wMDAzNkwxLjM1MzYgNy42NDY4MVoiIGZpbGw9IiMxRTI5MzQiLz4KPHBhdGggZD0iTTcuODAwOTUgMS4xOTk0Nkw4LjI0Mjg5IDAuNzU3NTE2TDcuODAwOTUgMC4zMTU1NzRMNy4zNTkwMSAwLjc1NzUxNkw3LjgwMDk1IDEuMTk5NDZaTTEuMzUzNiA3LjY0NjgxTDEuNzk1NTQgOC4wODg3NUwxLjM1MzYgNy42NDY4MVpNOC41MDgwNiAxLjkwNjU2TDguOTUgMi4zNDg1MUw5LjM5MTk0IDEuOTA2NTZMOC45NSAxLjQ2NDYyTDguNTA4MDYgMS45MDY1NlpNMi40MTQyNiA4LjAwMDM2TDEuOTcyMzIgNy41NTg0MkwxLjUzMDM3IDguMDAwMzZMMS45NzIzMiA4LjQ0MjNMMi40MTQyNiA4LjAwMDM2Wk04LjUwODA2IDE0LjA5NDJMOC45NSAxNC41MzYxTDkuMzkxOTQgMTQuMDk0Mkw4Ljk1IDEzLjY1MjJMOC41MDgwNiAxNC4wOTQyWk03LjgwMDk1IDE0LjgwMTNMNy4zNTkwMSAxNS4yNDMyTDcuODAwOTUgMTUuNjg1Mkw4LjI0Mjg5IDE1LjI0MzJMNy44MDA5NSAxNC44MDEzWk0xLjM1MzYgOC4zNTM5MkwxLjc5NTU0IDcuOTExOTdMMS4zNTM2IDguMzUzOTJaTTEuMDAwMDQgOC4wMDAzNkwwLjU1ODEwMyA3LjU1ODQyTDAuMTE2MTYxIDguMDAwMzZMMC41NTgxMDMgOC40NDIzTDEuMDAwMDQgOC4wMDAzNlpNNy4zNTkwMSAwLjc1NzUxNkwwLjkxMTY1NiA3LjIwNDg3TDEuNzk1NTQgOC4wODg3NUw4LjI0Mjg5IDEuNjQxNEw3LjM1OTAxIDAuNzU3NTE2Wk04Ljk1IDEuNDY0NjJMOC4yNDI4OSAwLjc1NzUxNkw3LjM1OTAxIDEuNjQxNEw4LjA2NjEyIDIuMzQ4NTFMOC45NSAxLjQ2NDYyWk0yLjg1NjIgOC40NDIzTDguOTUgMi4zNDg1MUw4LjA2NjEyIDEuNDY0NjJMMS45NzIzMiA3LjU1ODQyTDIuODU2MiA4LjQ0MjNaTTguOTUgMTMuNjUyMkwyLjg1NjIgNy41NTg0MkwxLjk3MjMyIDguNDQyM0w4LjA2NjExIDE0LjUzNjFMOC45NSAxMy42NTIyWk04LjI0Mjg5IDE1LjI0MzJMOC45NSAxNC41MzYxTDguMDY2MTEgMTMuNjUyMkw3LjM1OTAxIDE0LjM1OTNMOC4yNDI4OSAxNS4yNDMyWk0wLjkxMTY1NiA4Ljc5NTg2TDcuMzU5MDEgMTUuMjQzMkw4LjI0Mjg5IDE0LjM1OTNMMS43OTU1NCA3LjkxMTk3TDAuOTExNjU2IDguNzk1ODZaTTAuNTU4MTAzIDguNDQyM0wwLjkxMTY1NiA4Ljc5NTg2TDEuNzk1NTQgNy45MTE5N0wxLjQ0MTk5IDcuNTU4NDJMMC41NTgxMDMgOC40NDIzWk0wLjkxMTY1NiA3LjIwNDg3TDAuNTU4MTAzIDcuNTU4NDJMMS40NDE5OSA4LjQ0MjNMMS43OTU1NCA4LjA4ODc1TDAuOTExNjU2IDcuMjA0ODdaIiBmaWxsPSIjMUUyOTM0Ii8+Cjwvc3ZnPg=="); --icon-chevron-right: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjE1MjAyIDguMTU0NDZMMS43MDQ2NyAxNC42MDE4TDAuOTk3NTU5IDEzLjg5NDdMNy4wOTEzNiA3LjgwMDkxTDAuOTk3NTU5IDEuNzA3MTFMMS43MDQ2NyAxTDguMTUyMDIgNy40NDczNUw4LjUwNTU3IDcuODAwOTFMOC4xNTIwMiA4LjE1NDQ2WiIgZmlsbD0iIzFFMjkzNCIvPgo8cGF0aCBkPSJNMS43MDQ2NyAxNC42MDE4TDEuMjYyNzIgMTUuMDQzOEwxLjcwNDY3IDE1LjQ4NTdMMi4xNDY2MSAxNS4wNDM4TDEuNzA0NjcgMTQuNjAxOFpNOC4xNTIwMiA4LjE1NDQ2TDcuNzEwMDggNy43MTI1Mkw4LjE1MjAyIDguMTU0NDZaTTAuOTk3NTU5IDEzLjg5NDdMMC41NTU2MTcgMTMuNDUyOEwwLjExMzY3NiAxMy44OTQ3TDAuNTU1NjE3IDE0LjMzNjZMMC45OTc1NTkgMTMuODk0N1pNNy4wOTEzNiA3LjgwMDkxTDcuNTMzMyA4LjI0Mjg1TDcuOTc1MjQgNy44MDA5MUw3LjUzMzMgNy4zNTg5Nkw3LjA5MTM2IDcuODAwOTFaTTAuOTk3NTU5IDEuNzA3MTFMMC41NTU2MTcgMS4yNjUxN0wwLjExMzY3NSAxLjcwNzExTDAuNTU1NjE3IDIuMTQ5MDVMMC45OTc1NTkgMS43MDcxMVpNMS43MDQ2NyAxTDIuMTQ2NjEgMC41NTgwNThMMS43MDQ2NyAwLjExNjExNkwxLjI2MjcyIDAuNTU4MDU5TDEuNzA0NjcgMVpNOC4xNTIwMiA3LjQ0NzM1TDcuNzEwMDggNy44ODkyOUw4LjE1MjAyIDcuNDQ3MzVaTTguNTA1NTcgNy44MDA5MUw4Ljk0NzUxIDguMjQyODVMOS4zODk0NSA3LjgwMDkxTDguOTQ3NTEgNy4zNTg5Nkw4LjUwNTU3IDcuODAwOTFaTTIuMTQ2NjEgMTUuMDQzOEw4LjU5Mzk2IDguNTk2NEw3LjcxMDA4IDcuNzEyNTJMMS4yNjI3MiAxNC4xNTk5TDIuMTQ2NjEgMTUuMDQzOFpNMC41NTU2MTcgMTQuMzM2NkwxLjI2MjcyIDE1LjA0MzhMMi4xNDY2MSAxNC4xNTk5TDEuNDM5NSAxMy40NTI4TDAuNTU1NjE3IDE0LjMzNjZaTTYuNjQ5NDIgNy4zNTg5NkwwLjU1NTYxNyAxMy40NTI4TDEuNDM5NSAxNC4zMzY2TDcuNTMzMyA4LjI0Mjg1TDYuNjQ5NDIgNy4zNTg5NlpNMC41NTU2MTcgMi4xNDkwNUw2LjY0OTQyIDguMjQyODVMNy41MzMzIDcuMzU4OTZMMS40Mzk1IDEuMjY1MTdMMC41NTU2MTcgMi4xNDkwNVpNMS4yNjI3MiAwLjU1ODA1OUwwLjU1NTYxNyAxLjI2NTE3TDEuNDM5NSAyLjE0OTA1TDIuMTQ2NjEgMS40NDE5NEwxLjI2MjcyIDAuNTU4MDU5Wk04LjU5Mzk2IDcuMDA1NDFMMi4xNDY2MSAwLjU1ODA1OEwxLjI2MjcyIDEuNDQxOTRMNy43MTAwOCA3Ljg4OTI5TDguNTkzOTYgNy4wMDU0MVpNOC45NDc1MSA3LjM1ODk2TDguNTkzOTYgNy4wMDU0MUw3LjcxMDA4IDcuODg5MjlMOC4wNjM2MyA4LjI0Mjg1TDguOTQ3NTEgNy4zNTg5NlpNOC41OTM5NiA4LjU5NjRMOC45NDc1MSA4LjI0Mjg1TDguMDYzNjMgNy4zNTg5Nkw3LjcxMDA4IDcuNzEyNTJMOC41OTM5NiA4LjU5NjRaIiBmaWxsPSIjMUUyOTM0Ii8+Cjwvc3ZnPg=="); --icon-chevron-down: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgd2lkdGg9IjEwIiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCAxMCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGQ9Ik0xIDFMNSA1TDkgMSIgc3Ryb2tlPSIjMUUyOTM0Ii8+Cjwvc3ZnPg=="); --icon-close-small: url("data:image/svg+xml;base64,TGlxdWlkIGVycm9yIChzbmlwcGV0cy9jc3MtdmFyaWFibGVzIGxpbmUgNjEpOiBDb3VsZCBub3QgZmluZCBhc3NldCBzbmlwcGV0cy9pY29uLWNsb3NlLXNtYWxsLmxpcXVpZA=="); --icon-drag: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCA3MiA3MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI3MSIgaGVpZ2h0PSI3MSIgcng9IjM1LjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjAuNSIgeT0iMC41IiB3aWR0aD0iNzEiIGhlaWdodD0iNzEiIHJ4PSIzNS41IiBzdHJva2U9IiMxRTI5MzQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNC4zNTI1IDM1LjY0NjRMMjkuNjk1MiAzMC4zMDM3TDMwLjQwMjMgMzEuMDEwOEwyNS40MTMyIDM2TDMwLjQwMjMgNDAuOTg5MkwyOS42OTUyIDQxLjY5NjNMMjQuMzUyNSAzNi4zNTM2TDIzLjk5ODkgMzZMMjQuMzUyNSAzNS42NDY0WiIgZmlsbD0iIzFFMjkzNCIvPgo8cGF0aCBkPSJNMjkuNjk1MiAzMC4zMDM3TDMwLjEzNzIgMjkuODYxOEwyOS42OTUyIDI5LjQxOThMMjkuMjUzMyAyOS44NjE4TDI5LjY5NTIgMzAuMzAzN1pNMjQuMzUyNSAzNS42NDY0TDI0Ljc5NDQgMzYuMDg4NEwyNC4zNTI1IDM1LjY0NjRaTTMwLjQwMjMgMzEuMDEwOEwzMC44NDQzIDMxLjQ1MjhMMzEuMjg2MiAzMS4wMTA4TDMwLjg0NDMgMzAuNTY4OUwzMC40MDIzIDMxLjAxMDhaTTI1LjQxMzIgMzZMMjQuOTcxMiAzNS41NTgxTDI0LjUyOTMgMzZMMjQuOTcxMiAzNi40NDE5TDI1LjQxMzIgMzZaTTMwLjQwMjMgNDAuOTg5MkwzMC44NDQzIDQxLjQzMTFMMzEuMjg2MiA0MC45ODkyTDMwLjg0NDMgNDAuNTQ3MkwzMC40MDIzIDQwLjk4OTJaTTI5LjY5NTIgNDEuNjk2M0wyOS4yNTMzIDQyLjEzODJMMjkuNjk1MiA0Mi41ODAyTDMwLjEzNzIgNDIuMTM4MkwyOS42OTUyIDQxLjY5NjNaTTI0LjM1MjUgMzYuMzUzNkwyNC43OTQ0IDM1LjkxMTZMMjQuMzUyNSAzNi4zNTM2Wk0yMy45OTg5IDM2TDIzLjU1NyAzNS41NTgxTDIzLjExNTEgMzZMMjMuNTU3IDM2LjQ0MTlMMjMuOTk4OSAzNlpNMjkuMjUzMyAyOS44NjE4TDIzLjkxMDYgMzUuMjA0NUwyNC43OTQ0IDM2LjA4ODRMMzAuMTM3MiAzMC43NDU3TDI5LjI1MzMgMjkuODYxOFpNMzAuODQ0MyAzMC41Njg5TDMwLjEzNzIgMjkuODYxOEwyOS4yNTMzIDMwLjc0NTdMMjkuOTYwNCAzMS40NTI4TDMwLjg0NDMgMzAuNTY4OVpNMjUuODU1MSAzNi40NDE5TDMwLjg0NDMgMzEuNDUyOEwyOS45NjA0IDMwLjU2ODlMMjQuOTcxMiAzNS41NTgxTDI1Ljg1NTEgMzYuNDQxOVpNMzAuODQ0MyA0MC41NDcyTDI1Ljg1NTEgMzUuNTU4MUwyNC45NzEyIDM2LjQ0MTlMMjkuOTYwNCA0MS40MzExTDMwLjg0NDMgNDAuNTQ3MlpNMzAuMTM3MiA0Mi4xMzgyTDMwLjg0NDMgNDEuNDMxMUwyOS45NjA0IDQwLjU0NzJMMjkuMjUzMyA0MS4yNTQzTDMwLjEzNzIgNDIuMTM4MlpNMjMuOTEwNiAzNi43OTU1TDI5LjI1MzMgNDIuMTM4MkwzMC4xMzcyIDQxLjI1NDNMMjQuNzk0NCAzNS45MTE2TDIzLjkxMDYgMzYuNzk1NVpNMjMuNTU3IDM2LjQ0MTlMMjMuOTEwNiAzNi43OTU1TDI0Ljc5NDQgMzUuOTExNkwyNC40NDA5IDM1LjU1ODFMMjMuNTU3IDM2LjQ0MTlaTTIzLjkxMDYgMzUuMjA0NUwyMy41NTcgMzUuNTU4MUwyNC40NDA5IDM2LjQ0MTlMMjQuNzk0NCAzNi4wODg0TDIzLjkxMDYgMzUuMjA0NVoiIGZpbGw9IiMxRTI5MzQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ny42NDc1IDM2LjM1MzZMNDIuMzA0OCA0MS42OTYzTDQxLjU5NzcgNDAuOTg5Mkw0Ni41ODY4IDM2TDQxLjU5NzcgMzEuMDEwOEw0Mi4zMDQ4IDMwLjMwMzdMNDcuNjQ3NSAzNS42NDY0TDQ4LjAwMTEgMzZMNDcuNjQ3NSAzNi4zNTM2WiIgZmlsbD0iIzFFMjkzNCIvPgo8cGF0aCBkPSJNNDIuMzA0OCA0MS42OTYzTDQxLjg2MjggNDIuMTM4Mkw0Mi4zMDQ4IDQyLjU4MDJMNDIuNzQ2NyA0Mi4xMzgyTDQyLjMwNDggNDEuNjk2M1pNNDcuNjQ3NSAzNi4zNTM2TDQ3LjIwNTYgMzUuOTExNkw0Ny42NDc1IDM2LjM1MzZaTTQxLjU5NzcgNDAuOTg5Mkw0MS4xNTU3IDQwLjU0NzJMNDAuNzEzOCA0MC45ODkyTDQxLjE1NTcgNDEuNDMxMUw0MS41OTc3IDQwLjk4OTJaTTQ2LjU4NjggMzZMNDcuMDI4OCAzNi40NDE5TDQ3LjQ3MDcgMzZMNDcuMDI4OCAzNS41NTgxTDQ2LjU4NjggMzZaTTQxLjU5NzcgMzEuMDEwOEw0MS4xNTU3IDMwLjU2ODlMNDAuNzEzOCAzMS4wMTA4TDQxLjE1NTcgMzEuNDUyOEw0MS41OTc3IDMxLjAxMDhaTTQyLjMwNDggMzAuMzAzN0w0Mi43NDY3IDI5Ljg2MThMNDIuMzA0OCAyOS40MTk4TDQxLjg2MjggMjkuODYxOEw0Mi4zMDQ4IDMwLjMwMzdaTTQ3LjY0NzUgMzUuNjQ2NEw0Ny4yMDU2IDM2LjA4ODRMNDcuNjQ3NSAzNS42NDY0Wk00OC4wMDExIDM2TDQ4LjQ0MyAzNi40NDE5TDQ4Ljg4NDkgMzZMNDguNDQzIDM1LjU1ODFMNDguMDAxMSAzNlpNNDIuNzQ2NyA0Mi4xMzgyTDQ4LjA4OTQgMzYuNzk1NUw0Ny4yMDU2IDM1LjkxMTZMNDEuODYyOCA0MS4yNTQzTDQyLjc0NjcgNDIuMTM4MlpNNDEuMTU1NyA0MS40MzExTDQxLjg2MjggNDIuMTM4Mkw0Mi43NDY3IDQxLjI1NDNMNDIuMDM5NiA0MC41NDcyTDQxLjE1NTcgNDEuNDMxMVpNNDYuMTQ0OSAzNS41NTgxTDQxLjE1NTcgNDAuNTQ3Mkw0Mi4wMzk2IDQxLjQzMTFMNDcuMDI4OCAzNi40NDE5TDQ2LjE0NDkgMzUuNTU4MVpNNDEuMTU1NyAzMS40NTI4TDQ2LjE0NDkgMzYuNDQxOUw0Ny4wMjg4IDM1LjU1ODFMNDIuMDM5NiAzMC41Njg5TDQxLjE1NTcgMzEuNDUyOFpNNDEuODYyOCAyOS44NjE4TDQxLjE1NTcgMzAuNTY4OUw0Mi4wMzk2IDMxLjQ1MjhMNDIuNzQ2NyAzMC43NDU3TDQxLjg2MjggMjkuODYxOFpNNDguMDg5NCAzNS4yMDQ1TDQyLjc0NjcgMjkuODYxOEw0MS44NjI4IDMwLjc0NTdMNDcuMjA1NiAzNi4wODg0TDQ4LjA4OTQgMzUuMjA0NVpNNDguNDQzIDM1LjU1ODFMNDguMDg5NCAzNS4yMDQ1TDQ3LjIwNTYgMzYuMDg4NEw0Ny41NTkxIDM2LjQ0MTlMNDguNDQzIDM1LjU1ODFaTTQ4LjA4OTQgMzYuNzk1NUw0OC40NDMgMzYuNDQxOUw0Ny41NTkxIDM1LjU1ODFMNDcuMjA1NiAzNS45MTE2TDQ4LjA4OTQgMzYuNzk1NVoiIGZpbGw9IiMxRTI5MzQiLz4KPC9zdmc+"); --icon-eye: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyMCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY0NTZfMjQzMCkiPgo8cGF0aCBkPSJNMTAgMEMxMy4zMzMgMCAxNi42NjcgMi4xNjcgMjAgNi41QzE2LjY2NyAxMC44MzMgMTMuMzMzIDEzIDEwIDEzQzYuNjY3IDEzIDMuMzMzIDEwLjgzMyAwIDYuNUMzLjMzMyAyLjE2NyA2LjY2NyAwIDEwIDBaTTEwIDFDNy4xOCAxIDQuMjY3IDIuODAxIDEuMjc0IDYuNUM0LjI2NyAxMC4xOTkgNy4xOCAxMiAxMCAxMkMxMi43MzQgMTIgMTUuNTU3IDEwLjMwNyAxOC40NTUgNi44MzFMMTguNzI2IDYuNUwxOC40NTUgNi4xNjlDMTUuNTU3IDIuNjkzIDEyLjczNCAxIDEwIDFaTTEwIDNDMTAuNDU5NiAzIDEwLjkxNDggMy4wOTA1MyAxMS4zMzk0IDMuMjY2NDJDMTEuNzY0IDMuNDQyMzEgMTIuMTQ5OSAzLjcwMDEyIDEyLjQ3NDkgNC4wMjUxM0MxMi43OTk5IDQuMzUwMTMgMTMuMDU3NyA0LjczNTk3IDEzLjIzMzYgNS4xNjA2MUMxMy40MDk1IDUuNTg1MjUgMTMuNSA2LjA0MDM3IDEzLjUgNi41QzEzLjUgNi45NTk2MyAxMy40MDk1IDcuNDE0NzUgMTMuMjMzNiA3LjgzOTM5QzEzLjA1NzcgOC4yNjQwMyAxMi43OTk5IDguNjQ5ODcgMTIuNDc0OSA4Ljk3NDg3QzEyLjE0OTkgOS4yOTk4OCAxMS43NjQgOS41NTc2OSAxMS4zMzk0IDkuNzMzNThDMTAuOTE0OCA5LjkwOTQ3IDEwLjQ1OTYgMTAgMTAgMTBDOS4wNzE3NCAxMCA4LjE4MTUgOS42MzEyNSA3LjUyNTEzIDguOTc0ODdDNi44Njg3NSA4LjMxODUgNi41IDcuNDI4MjYgNi41IDYuNUM2LjUgNS41NzE3NCA2Ljg2ODc1IDQuNjgxNSA3LjUyNTEzIDQuMDI1MTNDOC4xODE1IDMuMzY4NzUgOS4wNzE3NCAzIDEwIDNaTTEwIDRDOS4zMzY5NiA0IDguNzAxMDcgNC4yNjMzOSA4LjIzMjIzIDQuNzMyMjNDNy43NjMzOSA1LjIwMTA3IDcuNSA1LjgzNjk2IDcuNSA2LjVDNy41IDcuMTYzMDQgNy43NjMzOSA3Ljc5ODkzIDguMjMyMjMgOC4yNjc3N0M4LjcwMTA3IDguNzM2NjEgOS4zMzY5NiA5IDEwIDlDMTAuNjYzIDkgMTEuMjk4OSA4LjczNjYxIDExLjc2NzggOC4yNjc3N0MxMi4yMzY2IDcuNzk4OTMgMTIuNSA3LjE2MzA0IDEyLjUgNi41QzEyLjUgNS44MzY5NiAxMi4yMzY2IDUuMjAxMDcgMTEuNzY3OCA0LjczMjIzQzExLjI5ODkgNC4yNjMzOSAxMC42NjMgNCAxMCA0WiIgZmlsbD0iIzFFMjkzNCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzY0NTZfMjQzMCI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIxMyIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4="); --icon-eye-crossed: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuOTUgMi4xNThMNS42NzUgMi44OEM0LjIyOCAzLjc5MyAyLjc2IDUuMTYyIDEuMjc0IDdDNC4yNjcgMTAuNjk5IDcuMTggMTIuNSAxMCAxMi41QzExLjMzNSAxMi41IDEyLjY5MiAxMi4wOTYgMTQuMDY4IDExLjI3N0wxNC43OTUgMTIuMDA1QzEzLjE5NyAxMy4wMDIgMTEuNTk4IDEzLjUgMTAgMTMuNUM2LjY2NyAxMy41IDMuMzMzIDExLjMzMyAwIDdDMS42NSA0Ljg1NSAzLjMgMy4yNDEgNC45NSAyLjE1OFpNMTAgMC41QzEzLjMzMyAwLjUgMTYuNjY3IDIuNjY3IDIwIDdDMTguODEgOC41NDYgMTcuNjIxIDkuODE3IDE2LjQzMiAxMC44MTFMMTUuNzIyIDEwLjEwMUMxNi42MjUgOS4zNTUgMTcuNTM2IDguNDMzIDE4LjQ1NSA3LjMzMUwxOC43MjYgN0wxOC40NTUgNi42NjlDMTUuNTU3IDMuMTkzIDEyLjczNCAxLjUgMTAgMS41QzkuMTk2IDEuNSA4LjM4NCAxLjY0NyA3LjU2NCAxLjk0Mkw2Ljc5MiAxLjE2OUM3Ljg2IDAuNzIzIDguOTMgMC41IDEwIDAuNVpNNy40MjMgNC42MzFMOC4xMzEgNS4zNEM3LjcwNTI1IDUuODE2MjggNy40Nzc5OCA2LjQzNzQ4IDcuNDk1ODUgNy4wNzYwN0M3LjUxMzcyIDcuNzE0NjYgNy43NzUzOCA4LjMyMjE3IDguMjI3MSA4Ljc3MzlDOC42Nzg4MyA5LjIyNTYyIDkuMjg2MzQgOS40ODcyOCA5LjkyNDkzIDkuNTA1MTVDMTAuNTYzNSA5LjUyMzAyIDExLjE4NDcgOS4yOTU3NSAxMS42NjEgOC44N0wxMi4zNjkgOS41NzdDMTEuNzE3OCAxMC4xNzU1IDEwLjg2NDIgMTAuNTA1MiA5Ljk3OTg2IDEwLjVDOS4wOTU0NyAxMC40OTQ3IDguMjQ1ODYgMTAuMTU0OCA3LjYwMTg0IDkuNTQ4NzFDNi45NTc4MiA4Ljk0MjU2IDYuNTY3MTUgOC4xMTUwOCA2LjUwODM3IDcuMjMyNjRDNi40NDk1OSA2LjM1MDE5IDYuNzI3MDYgNS40NzgyIDcuMjg1IDQuNzkyTDcuNDIzIDQuNjMxWk0zLjQzIDAuNjM2TDE2Ljg2NSAxNC4wNzFMMTYuMTU4IDE0Ljc3OEwyLjcyMiAxLjM0M0wzLjQyOSAwLjYzNkgzLjQzWk0xMCAzLjVDMTAuNTI2OCAzLjQ5OTk1IDExLjA0NjggMy42MTg4MiAxMS41MjEzIDMuODQ3NzVDMTEuOTk1NyA0LjA3NjY4IDEyLjQxMjQgNC40MDk3NSAxMi43NDAyIDQuODIyMTVDMTMuMDY4IDUuMjM0NTQgMTMuMjk4NSA1LjcxNTYxIDEzLjQxNDUgNi4yMjk0OUMxMy41MzA0IDYuNzQzMzYgMTMuNTI4OSA3LjI3Njc5IDEzLjQxIDcuNzlMMTIuNDk1IDYuODc0VjYuODM2QzEyLjQ1NDggNi4yMjQxNiAxMi4xOTEyIDUuNjQ4NDIgMTEuNzU0MiA1LjIxODI3QzExLjMxNzIgNC43ODgxMyAxMC43Mzc0IDQuNTMzNTcgMTAuMTI1IDQuNTAzTDkuMjExIDMuNTg5QzkuNDY5NzkgMy41Mjk1OSA5LjczNDQ4IDMuNDk5NzMgMTAgMy41WiIgZmlsbD0iIzFFMjkzNCIvPgo8L3N2Zz4="); --icon-yotpo-vip: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTNDMCA1LjgyMDMgNS44MjAzIDAgMTMgMEMyMC4xNzk3IDAgMjYgNS44MjAzIDI2IDEzQzI2IDIwLjE3OTcgMjAuMTc5NyAyNiAxMyAyNkM1LjgyMDMgMjYgMCAyMC4xNzk3IDAgMTNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPHBhdGggZD0iTTguNTMxMjUgMTMuNDA2MkwxMS4yNTE0IDE2LjI1TDE3LjQ2ODggOS43NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg=="); --icon-filter: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEuOTg3MzYgMC4wNDU4OTg0QzIuMjYzNSAwLjA0NTg5ODQgMi40ODczNiAwLjI2OTc1NiAyLjQ4NzM2IDAuNTQ1ODk4VjQuNTcxNzRDMy4zNDI5NyA0Ljc5MzQ0IDMuOTc0ODIgNS41NzA4IDMuOTc0ODIgNi40OTU3NEMzLjk3NDgyIDcuNDIwNjggMy4zNDI5NyA4LjE5ODA0IDIuNDg3MzYgOC40MTk3NFYxMS40NTM3QzIuNDg3MzYgMTEuNzI5OCAyLjI2MzUgMTEuOTUzNyAxLjk4NzM2IDExLjk1MzdDMS43MTEyMiAxMS45NTM3IDEuNDg3MzYgMTEuNzI5OCAxLjQ4NzM2IDExLjQ1MzdWOC40MTk3MUMwLjYzMTc5OSA4LjE5Nzk4IDAgNy40MjA2NCAwIDYuNDk1NzRDMCA1LjU3MDg0IDAuNjMxNzk5IDQuNzkzNSAxLjQ4NzM2IDQuNTcxNzdWMC41NDU4OThDMS40ODczNiAwLjI2OTc1NiAxLjcxMTIyIDAuMDQ1ODk4NCAxLjk4NzM2IDAuMDQ1ODk4NFpNMS45OTU4NSA3LjQ4MzEyTDEuOTg3MzYgNy40ODMwNUwxLjk3ODkxIDcuNDgzMTJDMS40Mzc0OSA3LjQ3ODU1IDEgNy4wMzgyMyAxIDYuNDk1NzRDMSA1Ljk1MDQxIDEuNDQyMDggNS41MDgzMyAxLjk4NzQxIDUuNTA4MzNDMi41MzI3NCA1LjUwODMzIDIuOTc0ODIgNS45NTA0MSAyLjk3NDgyIDYuNDk1NzRDMi45NzQ4MiA3LjAzODI2IDIuNTM3MjkgNy40Nzg1OSAxLjk5NTg1IDcuNDgzMTJaTTYuNDQ5NDkgMi41MzM2MUM1LjkwNDE1IDIuNTMzNjEgNS40NjIwNyAyLjk3NTY5IDUuNDYyMDcgMy41MjEwMkM1LjQ2MjA3IDQuMDYzNiA1Ljg5OTY5IDQuNTAzOTYgNi40NDEyMiA0LjUwODRDNi40NDQwNyA0LjUwODM1IDYuNDQ2OTMgNC41MDgzMyA2LjQ0OTc5IDQuNTA4MzNDNi40NTI1OCA0LjUwODMzIDYuNDU1MzcgNC41MDgzNSA2LjQ1ODE2IDQuNTA4NEM2Ljk5OTUgNC41MDM3NCA3LjQzNjkgNC4wNjM0NiA3LjQzNjkgMy41MjEwMkM3LjQzNjkgMi45NzU2OSA2Ljk5NDgyIDIuNTMzNjEgNi40NDk0OSAyLjUzMzYxWk02Ljk0OTc5IDUuNDQ0OTNDNy44MDUyMiA1LjIyMzExIDguNDM2OSA0LjQ0NTgzIDguNDM2OSAzLjUyMTAyQzguNDM2OSAyLjU5NjIxIDcuODA1MjIgMS44MTg5NCA2Ljk0OTc5IDEuNTk3MTJWMC41NDU4OThDNi45NDk3OSAwLjI2OTc1NiA2LjcyNTkzIDAuMDQ1ODk4NCA2LjQ0OTc5IDAuMDQ1ODk4NEM2LjE3MzY1IDAuMDQ1ODk4NCA1Ljk0OTc5IDAuMjY5NzU2IDUuOTQ5NzkgMC41NDU4OThWMS41OTY5NkM1LjA5NDA1IDEuODE4NTcgNC40NjIwNyAyLjU5NTk5IDQuNDYyMDcgMy41MjEwMkM0LjQ2MjA3IDQuNDQ2MDUgNS4wOTQwNSA1LjIyMzQ4IDUuOTQ5NzkgNS40NDUwOVYxMS40NTM4QzUuOTQ5NzkgMTEuNzI5OSA2LjE3MzY1IDExLjk1MzggNi40NDk3OSAxMS45NTM4QzYuNzI1OTMgMTEuOTUzOCA2Ljk0OTc5IDExLjcyOTkgNi45NDk3OSAxMS40NTM4VjUuNDQ0OTNaTTEwLjkyNzIgNy40OTExMkwxMC45MTE5IDcuNDkxMzVMMTAuODk2NSA3LjQ5MTEyQzEwLjM1ODMgNy40OTkzMyA5LjkyNDUxIDcuOTM4MjEgOS45MjQ1MSA4LjQ3ODQxQzkuOTI0NTEgOS4wMjM3NCAxMC4zNjY2IDkuNDY1ODIgMTAuOTExOSA5LjQ2NTgyQzExLjQ1NzIgOS40NjU4MiAxMS44OTkzIDkuMDIzNzQgMTEuODk5MyA4LjQ3ODQxQzExLjg5OTMgNy45MzgxOSAxMS40NjU1IDcuNDk5MjkgMTAuOTI3MiA3LjQ5MTEyWk0xMS40MTE5IDYuNTU0NDFWMC41NDU4OThDMTEuNDExOSAwLjI2OTc1NiAxMS4xODggMC4wNDU4OTg0IDEwLjkxMTkgMC4wNDU4OTg0QzEwLjYzNTcgMC4wNDU4OTg0IDEwLjQxMTkgMC4yNjk3NTYgMTAuNDExOSAwLjU0NTg5OFY2LjU1NDQ0QzkuNTU2MyA2Ljc3NjE3IDguOTI0NTEgNy41NTM1MSA4LjkyNDUxIDguNDc4NDFDOC45MjQ1MSA5LjQwMzMxIDkuNTU2MyAxMC4xODA2IDEwLjQxMTkgMTAuNDAyNFYxMS40NTM4QzEwLjQxMTkgMTEuNzMgMTAuNjM1NyAxMS45NTM4IDEwLjkxMTkgMTEuOTUzOEMxMS4xODggMTEuOTUzOCAxMS40MTE5IDExLjczIDExLjQxMTkgMTEuNDUzOFYxMC40MDI0QzEyLjI2NzUgMTAuMTgwNyAxMi44OTkzIDkuNDAzMzUgMTIuODk5MyA4LjQ3ODQxQzEyLjg5OTMgNy41NTM0NyAxMi4yNjc1IDYuNzc2MTEgMTEuNDExOSA2LjU1NDQxWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=); --icon-minus-small: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTIgMiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAxLjVMMCAxLjVMNC4zNzExNGUtMDggMC41TDEyIDAuNTAwMDAxVjEuNVoiIGZpbGw9IiMxRTI5MzQiLz4KPC9zdmc+"); --icon-pause: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGQ9Ik0wLjQ0NzI2NiAwLjA1NjE1MjNIMS45Nzk0NVY1Ljk0MzczSDAuNDQ3MjY2VjAuMDU2MTUyM1oiIGZpbGw9IiMxRTI5MzQiLz4KICA8cGF0aCBkPSJNNC4wMjE0OCAwLjA1NjE1MjNINS41NTI3OVY1Ljk0MzczSDQuMDIxNDhWMC4wNTYxNTIzWiIgZmlsbD0iIzFFMjkzNCIvPgo8L3N2Zz4="); --icon-play: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMiAwLjMyNzI0VjcuNjcyNzZDMi4wMDA5OCA3LjczMTM4IDIuMDE1ODUgNy43ODg2NyAyLjA0MzEgNy44Mzg4NkMyLjA3MDM2IDcuODg5MDUgMi4xMDkwNCA3LjkzMDM3IDIuMTU1MjUgNy45NTg2NUMyLjIwMTQ1IDcuOTg2OTMgMi4yNTM1NSA4LjAwMTE3IDIuMzA2MjkgNy45OTk5M0MyLjM1OTAyIDcuOTk4NjkgMi40MTA1MyA3Ljk4MjAyIDIuNDU1NjIgNy45NTE1OUw3Ljg1ODYgNC4yNzg4M0M3LjkwMTc2IDQuMjQ5OCA3LjkzNzQ0IDQuMjA4ODggNy45NjIyMiA0LjE2MDA0QzcuOTg2OTkgNC4xMTExOSA4IDQuMDU2MDcgOCA0QzggMy45NDM5MyA3Ljk4Njk5IDMuODg4ODEgNy45NjIyMiAzLjgzOTk2QzcuOTM3NDQgMy43OTExMiA3LjkwMTc2IDMuNzUwMiA3Ljg1ODYgMy43MjExN0wyLjQ1NTYyIDAuMDQ4NDA3M0MyLjQxMDUzIDAuMDE3OTg0OCAyLjM1OTAyIDAuMDAxMzEzNTUgMi4zMDYyOSA3LjQ0OTQ0ZS0wNUMyLjI1MzU1IC0wLjAwMTE2NDU3IDIuMjAxNDUgMC4wMTMwNzI0IDIuMTU1MjUgMC4wNDEzNDk5QzIuMTA5MDQgMC4wNjk2MjczIDIuMDcwMzYgMC4xMTA5NDUgMi4wNDMxIDAuMTYxMTM4QzIuMDE1ODUgMC4yMTEzMzEgMi4wMDA5OCAwLjI2ODYyNCAyIDAuMzI3MjRaIiBmaWxsPSIjMUUyOTM0Ii8+Cjwvc3ZnPg=="); --icon-plus-small: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNSA1LjVWMEg1LjVWNS41SDBWNi41SDUuNVYxMkg2LjVWNi41SDEyVjUuNUg2LjVaIiBmaWxsPSIjMUUyOTM0Ii8+PC9zdmc+"); --icon-search: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjM1NDQgNi45MTgxNEMxMi4zNTQ0IDEwLjA2NDYgOS44MTA0MyAxMi42MTEyIDYuNjc3MjIgMTIuNjExMkMzLjU0NDAxIDEyLjYxMTIgMSAxMC4wNjQ2IDEgNi45MTgxNEMxIDMuNzcxNzMgMy41NDQwMSAxLjIyNTEgNi42NzcyMiAxLjIyNTFDOS44MTA0MyAxLjIyNTEgMTIuMzU0NCAzLjc3MTczIDEyLjM1NDQgNi45MTgxNFpNMTAuODk2NiAxMi4xMDU4QzEyLjM5NjYgMTAuODc4NSAxMy4zNTQ0IDkuMDEwNDQgMTMuMzU0NCA2LjkxODE0QzEzLjM1NDQgMy4yMjE2NyAxMC4zNjQ5IDAuMjI1MDk4IDYuNjc3MjIgMC4yMjUwOThDMi45ODk0OSAwLjIyNTA5OCAwIDMuMjIxNjcgMCA2LjkxODE0QzAgMTAuNjE0NiAyLjk4OTQ5IDEzLjYxMTIgNi42NzcyMiAxMy42MTEyQzcuOTE3MyAxMy42MTEyIDkuMDc4NDIgMTMuMjcyMyAxMC4wNzM1IDEyLjY4MkwxMC4xOTE5IDEyLjgyMDVMMTMuNTMwNSAxNi43MjQ4TDEzLjg1NTUgMTcuMTA0OEwxNC42MTU1IDE2LjQ1NDlMMTQuMjkwNiAxNi4wNzQ5TDEwLjk1MTkgMTIuMTcwNkwxMC44OTY2IDEyLjEwNThaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+");}@media (min-width: 1024px){ :root{ --gap-h-large: 24px; --gap-v-x-small: var(--gap-h-large);; --gap-v-small: 54px; --gap-v-medium: 100px; --gap-v-large: 124px; --gap-v-x-large: 160px; --header-height: calc(64px + var(--announcement-height)); --wrap-h-large: clamp(var(--wrap-h), calc(63/1728*100vw), 262px); --wrap-h-large: clamp(var(--wrap-h), calc(63/1728*100vw), 262px); --wrap-h-xl: clamp(var(--wrap-h), calc(133/1728*100vw), 524px); --wrap-l: 10vw; --wrap-m: clamp(34px, calc(30/1728 * 100vw), 100px); --wrap-s: 16px; }}@media (min-width: 1400px){ :root{ --wrap-m: clamp(24px, calc(80/1728 * 100vw), 100px); }}@media (min-width: 1728px){ :root{ --gap-v-small: clamp(64px, 3.7vw, 84px); --gap-v-medium: clamp(100px, 5.79vw, 140px); --gap-v-large: clamp(60px, 8.68vw, 200px); --header-height: calc(clamp(64px, 3.7vw, 72px) + var(--announcement-height)); --wrap-h-large: clamp(var(--wrap-h), calc(63/1728*100vw), 340px); --wrap-h-xl: clamp(var(--wrap-h), calc(133/1728*100vw), 681px); }}/* Background: background Background gradient: background_gradient Text: text Solid button background: button Solid button label: button_label Outline button: secondary_button_label Shadow: shadow */ .color-scheme--background-1{ --color-scheme-default: ; --scheme-name: background-1; /**/ --color-dim-dark: rgba(30, 41, 52, 0.4); --color-scheme-background-color: #f8f8f8; --color-scheme-background-gradient: linear-gradient(-153deg, rgba(255, 255, 255, 0) 40.33%, rgba(255, 255, 255, 1) 72.12%); --color-scheme-background-gradient-linear: linear-gradient( rgba(255, 255, 255, 0) 40.33%, rgba(255, 255, 255, 1)100%); --color-scheme-button-background-color: #1e2934; --color-scheme-button-border-color: #1e2934; --color-scheme-button-color: #f8f8f8; --color-scheme-button-background-color-hover: rgba(0,0,0,0); --color-scheme-button-border-color-hover: #1e2934; --color-scheme-button-color-hover: #1e2934; --color-scheme-button-background-color-2: #f8f8f8; --color-scheme-button-border-color-2: 1px solid #f8f8f8; --color-scheme-button-color-2: #1e2934; --color-scheme-button-background-color-hover-2: #1e2934; --color-scheme-button-border-color-hover-2: #1e2934; --color-scheme-button-color-hover-2: #f8f8f8; --color-scheme-color: #1e2934; --swiper-scrollbar-bg-color: #DFDFDF; --swiper-scrollbar-drag-bg-color: #1e2934; }/* Background: background Background gradient: background_gradient Text: text Solid button background: button Solid button label: button_label Outline button: secondary_button_label Shadow: shadow */ .color-scheme--background-2{ --color-scheme-default: ; --scheme-name: background-2; /**/ --color-dim-dark: rgba(248, 248, 248, 0.4); --color-scheme-background-color: #1e2934; --color-scheme-background-gradient: linear-gradient(-153deg, rgba(0, 0, 0, 0) 40.33%, rgba(18, 27, 35, 1) 72.12%); --color-scheme-background-gradient-linear: linear-gradient( rgba(0, 0, 0, 0) 40.33%, rgba(18, 27, 35, 1)100%); --color-scheme-button-background-color: #f8f8f8; --color-scheme-button-border-color: #f8f8f8; --color-scheme-button-color: #1e2934; --color-scheme-button-background-color-hover: rgba(0,0,0,0); --color-scheme-button-border-color-hover: #f8f8f8; --color-scheme-button-color-hover: #f8f8f8; --color-scheme-button-background-color-2: rgba(0,0,0,0); --color-scheme-button-border-color-2: 1px solid #f8f8f8; --color-scheme-button-color-2: #f8f8f8; --color-scheme-button-background-color-hover-2: #f8f8f8; --color-scheme-button-border-color-hover-2: #f8f8f8; --color-scheme-button-color-hover-2: #1e2934; --color-scheme-color: #f8f8f8; --swiper-scrollbar-bg-color: rgba(248, 248, 248, 0.6); --swiper-scrollbar-drag-bg-color: #f8f8f8; }/* Background: background Background gradient: background_gradient Text: text Solid button background: button Solid button label: button_label Outline button: secondary_button_label Shadow: shadow */ .color-scheme--background-3{ --color-scheme-default: ; --scheme-name: background-3; /**/ --color-dim-dark: rgba(30, 41, 52, 0.4); --color-scheme-background-color: #ffffff; --color-scheme-background-gradient: linear-gradient(-153deg, rgba(0, 0, 0, 0) 40.33%, rgba(18, 27, 35, 1) 72.12%); --color-scheme-background-gradient-linear: linear-gradient( rgba(0, 0, 0, 0) 40.33%, rgba(18, 27, 35, 1)100%); --color-scheme-button-background-color: #1e2934; --color-scheme-button-border-color: #1e2934; --color-scheme-button-color: #f8f8f8; --color-scheme-button-background-color-hover: rgba(0,0,0,0); --color-scheme-button-border-color-hover: #1e2934; --color-scheme-button-color-hover: #1e2934; --color-scheme-button-background-color-2: #f8f8f8; --color-scheme-button-border-color-2: 1px solid #f8f8f8; --color-scheme-button-color-2: #1e2934; --color-scheme-button-background-color-hover-2: #1e2934; --color-scheme-button-border-color-hover-2: #1e2934; --color-scheme-button-color-hover-2: #f8f8f8; --color-scheme-color: #1e2934; --swiper-scrollbar-bg-color: rgba(30, 41, 52, 0.6); --swiper-scrollbar-drag-bg-color: #1e2934; }/* Background: background Background gradient: background_gradient Text: text Solid button background: button Solid button label: button_label Outline button: secondary_button_label Shadow: shadow */ .color-scheme--background-4{ --color-scheme-default: ; --scheme-name: background-4; /**/ --color-dim-dark: rgba(30, 41, 52, 0.4); --color-scheme-background-color: #f2f1eb; --color-scheme-background-gradient: linear-gradient(-153deg, rgba(0, 0, 0, 0) 40.33%, rgba(18, 27, 35, 1) 72.12%); --color-scheme-background-gradient-linear: linear-gradient( rgba(0, 0, 0, 0) 40.33%, rgba(18, 27, 35, 1)100%); --color-scheme-button-background-color: #1e2934; --color-scheme-button-border-color: #1e2934; --color-scheme-button-color: #f8f8f8; --color-scheme-button-background-color-hover: rgba(0,0,0,0); --color-scheme-button-border-color-hover: #1e2934; --color-scheme-button-color-hover: #1e2934; --color-scheme-button-background-color-2: #f8f8f8; --color-scheme-button-border-color-2: 1px solid #f8f8f8; --color-scheme-button-color-2: #1e2934; --color-scheme-button-background-color-hover-2: #1e2934; --color-scheme-button-border-color-hover-2: #1e2934; --color-scheme-button-color-hover-2: #f8f8f8; --color-scheme-color: #1e2934; --swiper-scrollbar-bg-color: rgba(30, 41, 52, 0.6); --swiper-scrollbar-drag-bg-color: #1e2934; }/* Background: background Background gradient: background_gradient Text: text Solid button background: button Solid button label: button_label Outline button: secondary_button_label Shadow: shadow */ .color-scheme--background-5{ --color-scheme-default: ; --scheme-name: background-5; /**/ --color-dim-dark: rgba(30, 41, 52, 0.4); --color-scheme-background-color: #f2f1ec; --color-scheme-background-gradient: linear-gradient(-153deg, rgba(0, 0, 0, 0) 40.33%, rgba(18, 27, 35, 1) 72.12%); --color-scheme-background-gradient-linear: linear-gradient( rgba(0, 0, 0, 0) 40.33%, rgba(18, 27, 35, 1)100%); --color-scheme-button-background-color: #1e2934; --color-scheme-button-border-color: #1e2934; --color-scheme-button-color: #f8f8f8; --color-scheme-button-background-color-hover: rgba(0,0,0,0); --color-scheme-button-border-color-hover: #1e2934; --color-scheme-button-color-hover: #1e2934; --color-scheme-button-background-color-2: #f8f8f8; --color-scheme-button-border-color-2: 1px solid #f8f8f8; --color-scheme-button-color-2: #1e2934; --color-scheme-button-background-color-hover-2: #1e2934; --color-scheme-button-border-color-hover-2: #1e2934; --color-scheme-button-color-hover-2: #f8f8f8; --color-scheme-color: #1e2934; --swiper-scrollbar-bg-color: rgba(30, 41, 52, 0.6); --swiper-scrollbar-drag-bg-color: #1e2934; }/* Background: background Background gradient: background_gradient Text: text Solid button background: button Solid button label: button_label Outline button: secondary_button_label Shadow: shadow */ .color-scheme--background-6{ --color-scheme-default: ; --scheme-name: background-6; /**/ --color-dim-dark: rgba(248, 248, 248, 0.4); --color-scheme-background-color: #1e2934; --color-scheme-background-gradient: linear-gradient(-153deg, rgba(0, 0, 0, 0) 40.33%, rgba(18, 27, 35, 1) 72.12%); --color-scheme-background-gradient-linear: linear-gradient( rgba(0, 0, 0, 0) 40.33%, rgba(18, 27, 35, 1)100%); --color-scheme-button-background-color: rgba(0,0,0,0); --color-scheme-button-border-color: #f8f8f8; --color-scheme-button-color: #f8f8f8; --color-scheme-button-background-color-hover: #f8f8f8; --color-scheme-button-border-color-hover: #f8f8f8; --color-scheme-button-color-hover: #1e2934; --color-scheme-button-background-color-2: #f8f8f8; --color-scheme-button-border-color-2: 1px solid #f8f8f8; --color-scheme-button-color-2: #1e2934; --color-scheme-button-background-color-hover-2: rgba(0,0,0,0); --color-scheme-button-border-color-hover-2: #f8f8f8; --color-scheme-button-color-hover-2: #f8f8f8; --color-scheme-color: #f8f8f8; --swiper-scrollbar-bg-color: rgba(248, 248, 248, 0.6); --swiper-scrollbar-drag-bg-color: #f8f8f8; }/* Background: background Background gradient: background_gradient Text: text Solid button background: button Solid button label: button_label Outline button: secondary_button_label Shadow: shadow */ .color-scheme--background-7{ --color-scheme-default: ; --scheme-name: background-7; /**/ --color-dim-dark: rgba(248, 248, 248, 0.4); --color-scheme-background-color: #891010; --color-scheme-background-gradient: linear-gradient(-153deg, rgba(0, 0, 0, 0) 40.33%, rgba(18, 27, 35, 1) 72.12%); --color-scheme-background-gradient-linear: linear-gradient( rgba(0, 0, 0, 0) 40.33%, rgba(18, 27, 35, 1)100%); --color-scheme-button-background-color: #f8f8f8; --color-scheme-button-border-color: #f8f8f8; --color-scheme-button-color: #1e2934; --color-scheme-button-background-color-hover: rgba(0,0,0,0); --color-scheme-button-border-color-hover: #f8f8f8; --color-scheme-button-color-hover: #ffffff; --color-scheme-button-background-color-2: rgba(0,0,0,0); --color-scheme-button-border-color-2: 1px solid #f8f8f8; --color-scheme-button-color-2: #f8f8f8; --color-scheme-button-background-color-hover-2: #f8f8f8; --color-scheme-button-border-color-hover-2: #f8f8f8; --color-scheme-button-color-hover-2: #1e2934; --color-scheme-color: #f8f8f8; --swiper-scrollbar-bg-color: rgba(248, 248, 248, 0.6); --swiper-scrollbar-drag-bg-color: #f8f8f8; }/* Background: background Background gradient: background_gradient Text: text Solid button background: button Solid button label: button_label Outline button: secondary_button_label Shadow: shadow */ .color-scheme--scheme-daf43f6e-2a71-417a-9d1c-c1e9fbd9feff{ --color-scheme-default: ; --scheme-name: scheme-daf43f6e-2a71-417a-9d1c-c1e9fbd9feff; /**/ --color-dim-dark: rgba(255, 255, 255, 0.4); --color-scheme-background-color: #1e2934; --color-scheme-background-gradient: linear-gradient(-153deg, rgba(255, 255, 255, 0) 40.33%, rgba(255, 255, 255, 1) 72.12%); --color-scheme-background-gradient-linear: linear-gradient( rgba(255, 255, 255, 0) 40.33%, rgba(255, 255, 255, 1)100%); --color-scheme-button-background-color: #1e2934; --color-scheme-button-border-color: #ffffff; --color-scheme-button-color: #f8f8f8; --color-scheme-button-background-color-hover: rgba(0,0,0,0); --color-scheme-button-border-color-hover: #ffffff; --color-scheme-button-color-hover: #ffffff; --color-scheme-button-background-color-2: #f8f8f8; --color-scheme-button-border-color-2: 1px solid #f8f8f8; --color-scheme-button-color-2: #1e2934; --color-scheme-button-background-color-hover-2: #1e2934; --color-scheme-button-border-color-hover-2: #1e2934; --color-scheme-button-color-hover-2: #f8f8f8; --color-scheme-color: #ffffff; --swiper-scrollbar-bg-color: rgba(255, 255, 255, 0.6); --swiper-scrollbar-drag-bg-color: #ffffff; }/* Background: background Background gradient: background_gradient Text: text Solid button background: button Solid button label: button_label Outline button: secondary_button_label Shadow: shadow */ .color-scheme--scheme-da07b37f-398b-4ca0-b92d-2b3db77d3216{ --color-scheme-default: ; --scheme-name: scheme-da07b37f-398b-4ca0-b92d-2b3db77d3216; /**/ --color-dim-dark: rgba(255, 255, 255, 0.4); --color-scheme-background-color: #891010; --color-scheme-background-gradient: linear-gradient(136deg, rgba(137, 16, 16, 1) 11%, rgba(137, 16, 16, 1) 84%); --color-scheme-background-gradient-linear: linear-gradient( rgba(137, 16, 16, 1) 11%, rgba(137, 16, 16, 1) 84%); --color-scheme-button-background-color: rgba(0,0,0,0); --color-scheme-button-border-color: #ffffff; --color-scheme-button-color: #f8f8f8; --color-scheme-button-background-color-hover: #ffffff; --color-scheme-button-border-color-hover: #1e2934; --color-scheme-button-color-hover: #1e2934; --color-scheme-button-background-color-2: #f8f8f8; --color-scheme-button-border-color-2: 1px solid #f8f8f8; --color-scheme-button-color-2: #1e2934; --color-scheme-button-background-color-hover-2: #1e2934; --color-scheme-button-border-color-hover-2: #1e2934; --color-scheme-button-color-hover-2: #f8f8f8; --color-scheme-color: #ffffff; --swiper-scrollbar-bg-color: rgba(255, 255, 255, 0.6); --swiper-scrollbar-drag-bg-color: #ffffff; }/* Background: background Background gradient: background_gradient Text: text Solid button background: button Solid button label: button_label Outline button: secondary_button_label Shadow: shadow */ .color-scheme--scheme-6dd92076-2b69-45ea-b2d0-070aaf574082{ --color-scheme-default: ; --scheme-name: scheme-6dd92076-2b69-45ea-b2d0-070aaf574082; /**/ --color-dim-dark: rgba(255, 255, 255, 0.4); --color-scheme-background-color: #f8f8f8; --color-scheme-background-gradient: linear-gradient(-153deg, rgba(255, 255, 255, 0) 50%, rgba(138, 11, 13, 0.85) 80%); --color-scheme-background-gradient-linear: linear-gradient( rgba(255, 255, 255, 0) 50%, rgba(138, 11, 13, 0.85) 80%); --color-scheme-button-background-color: #ffffff; --color-scheme-button-border-color: #ffffff; --color-scheme-button-color: #1e2934; --color-scheme-button-background-color-hover: rgba(0,0,0,0); --color-scheme-button-border-color-hover: #ffffff; --color-scheme-button-color-hover: #ffffff; --color-scheme-button-background-color-2: #f8f8f8; --color-scheme-button-border-color-2: 1px solid #f8f8f8; --color-scheme-button-color-2: #1e2934; --color-scheme-button-background-color-hover-2: #1e2934; --color-scheme-button-border-color-hover-2: #1e2934; --color-scheme-button-color-hover-2: #f8f8f8; --color-scheme-color: #ffffff; --swiper-scrollbar-bg-color: rgba(255, 255, 255, 0.6); --swiper-scrollbar-drag-bg-color: #ffffff; }.color-scheme--linear-gradient{ --color-scheme-background-gradient: var(--color-scheme-background-gradient-linear);}.color-scheme{ --background-after-image: var(--color-scheme-background-gradient); --button-color: var(--color-scheme-button-color); background-color: var(--color-scheme-background-color); color: var(--color-scheme-color);}.alert{ font-family: var(--font-body); font-variation-settings: "wght" 500; font-size: 14px; text-transform: capitalize;}.alert *{ font-variation-settings: "wght" 500;}.alert--error{ color: var(--red);}.alert--succes{ color: var(--green);}.errors li{ padding-left: 1em;}.errors li:only-child{ list-style: none; padding-left: 0;}.form__el{ background: var(--form-el-background, var(--light)); border: var(--form-el-border, 1px solid #E8E8E8); border-radius: 4px; font-family: var(--font-body); font-size: 16px; height: var(--form-el-height, 56px); padding: var(--form-el-padding, 16px 24px);}.form-input{ width: 100%; height: 48px; padding: 8px 16px; border-radius: var(--border-radius, 4px); border-width: var(--border-width, 1px); border-style: var(--border-style, solid); border-color: var(--border-color, #D7D7D7); background-color: var(--background-color, #FFF);}.touch .form-input:focus{ font-size: var(--input-font-size-focused, 16px); /* dont allow iPhone to zoom screen */}.form-input::placeholder{ color: #515151; font-size: 12px; font-style: normal; font-weight: 400; line-height: 16px;}.form-select{ width: 100%; height: 48px; padding: var(--form-select-padding, 8px 40px 8px 16px); background: var(--form-select-background, var(--icon-chevron-down) no-repeat calc(100% - 16px) center); background-size: var(--form-select-background-size, 12px auto); border-radius: var(--border-radius, 4px); border-width: var(--border-width, 1px); border-style: var(--border-style, solid); border-color: var(--border-color, #D7D7D7); background-color: var(--background-color, #FFF); -moz-appearance: none; -webkit-appearance: none; appearance: none;}.form__submit-icon{ align-items: center; border-radius: 0 4px 4px 0; display: flex; height: calc(100% - 4px); justify-content: center; position: absolute; right: 2px; top: 2px; transition: 250ms ease-in-out; width: 60.71px;}.form__submit-icon:hover{ --icon-left: var(--prefers-reduced-motion-0px, 3px); background-color: rgba(255, 255, 255, 0.65);}.form__submit-icon svg{ display: block; transition: 250ms ease-in-out; transform: translateX(var(--icon-left, 0px)); height: auto; width: 12.71px;}.select-wrap{ position: relative;}.select-wrap select::-ms-expand{ display: none;}.select-wrap svg{ position: absolute; right: 15px; top: 50%; transform: translateY(-50%); z-index: 2; width: 14px; pointer-events: none;}.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{ color: var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{ color: var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{ color: var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{ color: #fff; background: var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{ background: var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{ background-color: var(--adp-background-color-in-range); color: var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{ background-color: var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{ background: none; border: none}.air-datepicker-cell{ border-radius: var(--adp-cell-border-radius); box-sizing: border-box; cursor: pointer; display: flex; position: relative; align-items: center; justify-content: center; z-index: 1}.air-datepicker-cell.-focus-{ background: var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{ color: var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{ color: var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{ color: var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{ cursor: default; color: var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{ color: var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{ color: var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{ color: var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{ background: var(--adp-cell-background-color-in-range); border-radius: 0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{ background: var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{ border: 1px solid var(--adp-cell-border-color-in-range); background-color: var(--adp-cell-background-color-in-range); border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{ border: 1px solid var(--adp-cell-border-color-in-range); background-color: var(--adp-cell-background-color-in-range); border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{ border-radius: var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{ color: #fff; border: none; background: var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-disabled-{ background: #ccc;}.air-datepicker-cell.-selected-.-current-{ color: #fff; background: var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{ background: var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{ transition: all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{ display: none}.air-datepicker-body--day-names{ display: grid; grid-template-columns: repeat(7, var(--adp-day-cell-width)); margin: 8px 0 3px}.air-datepicker-body--day-name{ color: var(--adp-day-name-color); display: flex; align-items: center; justify-content: center; flex: 1; text-align: center; text-transform: uppercase; font-size: .8em}.air-datepicker-body--day-name.-clickable-{ cursor: pointer}.air-datepicker-body--day-name.-clickable-:hover{ color: var(--adp-day-name-color-hover)}.air-datepicker-body--cells{ display: grid}.air-datepicker-body--cells.-days-{ grid-template-columns: repeat(7, var(--adp-day-cell-width)); grid-auto-rows: var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{ grid-template-columns: repeat(3, 1fr); grid-auto-rows: var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{ grid-template-columns: repeat(4, 1fr); grid-auto-rows: var(--adp-year-cell-height)}.air-datepicker-nav{ display: flex; justify-content: space-between; border-bottom: 1px solid var(--adp-border-color-inner); min-height: var(--adp-nav-height); padding: var(--adp-padding); box-sizing: content-box}.-only-timepicker- .air-datepicker-nav{ display: none}.air-datepicker-nav--title,.air-datepicker-nav--action{ display: flex; cursor: pointer; align-items: center; justify-content: center}.air-datepicker-nav--action{ width: var(--adp-nav-action-size); border-radius: var(--adp-border-radius); user-select: none}.air-datepicker-nav--action:hover{ background: var(--adp-background-color-hover)}.air-datepicker-nav--action:active{ background: var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{ visibility: hidden}.air-datepicker-nav--action svg{ width: 32px; height: 32px}.air-datepicker-nav--action path{ fill: none; stroke: var(--adp-nav-arrow-color); stroke-width: 2px}.air-datepicker-nav--title{ border-radius: var(--adp-border-radius); padding: 0 8px}.air-datepicker-nav--title i{ font-style: normal; color: var(--adp-nav-color-secondary); margin-left: .3em}.air-datepicker-nav--title:hover{ background: var(--adp-background-color-hover)}.air-datepicker-nav--title:active{ background: var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{ cursor: default; background: none}.air-datepicker-buttons{ display: grid; grid-auto-columns: 1fr; grid-auto-flow: column}.air-datepicker-button{ display: inline-flex; color: var(--adp-btn-color); border-radius: var(--adp-btn-border-radius); cursor: pointer; height: var(--adp-btn-height); border: none; background: rgba(255, 255, 255, 0)}.air-datepicker-button:hover{ color: var(--adp-btn-color-hover); background: var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{ color: var(--adp-btn-color-hover); background: var(--adp-btn-background-color-hover); outline: none}.air-datepicker-button:active{ background: var(--adp-btn-background-color-active)}.air-datepicker-button span{ outline: none; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%}.air-datepicker-time{ display: grid; grid-template-columns: max-content 1fr; grid-column-gap: 12px; align-items: center; position: relative; padding: 0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{ border-top: none}.air-datepicker-time--current{ display: flex; align-items: center; flex: 1; font-size: 14px; text-align: center}.air-datepicker-time--current-colon{ margin: 0 2px 3px; line-height: 1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{ line-height: 1; font-size: 19px; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; position: relative; z-index: 1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{ content: ""; background: var(--adp-background-color-hover); border-radius: var(--adp-border-radius); position: absolute; left: -2px; top: -3px; right: -2px; bottom: -2px; z-index: -1; opacity: 0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{ opacity: 1}.air-datepicker-time--current-ampm{ text-transform: uppercase; align-self: flex-end; color: var(--adp-time-day-period-color); margin-left: 6px; font-size: 11px; margin-bottom: 1px}.air-datepicker-time--row{ display: flex; align-items: center; font-size: 11px; height: 17px; background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{ margin-bottom: 4px}.air-datepicker-time--row input[type=range]{ background: none; cursor: pointer; flex: 1; height: 100%; width: 100%; padding: 0; margin: 0; -webkit-appearance: none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{ -webkit-appearance: none}.air-datepicker-time--row input[type=range]::-ms-tooltip{ display: none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{ border-color: var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{ border-color: var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{ border-color: var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{ outline: none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{ background: var(--adp-cell-background-color-selected); border-color: var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{ background: var(--adp-cell-background-color-selected); border-color: var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{ background: var(--adp-cell-background-color-selected); border-color: var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{ box-sizing: border-box; height: 12px; width: 12px; border-radius: 3px; border: 1px solid var(--adp-time-track-color); background: #fff; cursor: pointer; transition: background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{ box-sizing: border-box; height: 12px; width: 12px; border-radius: 3px; border: 1px solid var(--adp-time-track-color); background: #fff; cursor: pointer; transition: background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{ box-sizing: border-box; height: 12px; width: 12px; border-radius: 3px; border: 1px solid var(--adp-time-track-color); background: #fff; cursor: pointer; transition: background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{ margin-top: calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{ border: none; height: var(--adp-time-track-height); cursor: pointer; color: rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0)}.air-datepicker-time--row input[type=range]::-moz-range-track{ border: none; height: var(--adp-time-track-height); cursor: pointer; color: rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0)}.air-datepicker-time--row input[type=range]::-ms-track{ border: none; height: var(--adp-time-track-height); cursor: pointer; color: rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{ background: rgba(0, 0, 0, 0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{ background: rgba(0, 0, 0, 0)}.air-datepicker{ --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --adp-font-size: 14px; --adp-width: 246px; --adp-z-index: 100; --adp-padding: 4px; --adp-grid-areas: "nav" "body" "timepicker" "buttons"; --adp-transition-duration: .3s; --adp-transition-ease: ease-out; --adp-transition-offset: 8px; --adp-background-color: #fff; --adp-background-color-hover: #f0f0f0; --adp-background-color-active: #eaeaea; --adp-background-color-in-range: rgba(92, 196, 239, .1); --adp-background-color-in-range-focused: rgba(92, 196, 239, .2); --adp-background-color-selected-other-month-focused: #8ad5f4; --adp-background-color-selected-other-month: #a2ddf6; --adp-color: #4a4a4a; --adp-color-secondary: #9c9c9c; --adp-accent-color: #1E2934; --adp-color-current-date: var(--adp-accent-color); --adp-color-other-month: #dedede; --adp-color-disabled: #aeaeae; --adp-color-disabled-in-range: #939393; --adp-color-other-month-hover: #c5c5c5; --adp-border-color: #dbdbdb; --adp-border-color-inner: #efefef; --adp-border-radius: 4px; --adp-border-color-inline: #d7d7d7; --adp-nav-height: 32px; --adp-nav-arrow-color: var(--adp-color-secondary); --adp-nav-action-size: 32px; --adp-nav-color-secondary: var(--adp-color-secondary); --adp-day-name-color: #ff9a19; --adp-day-name-color-hover: #8ad5f4; --adp-day-cell-width: 1fr; --adp-day-cell-height: 32px; --adp-month-cell-height: 42px; --adp-year-cell-height: 56px; --adp-pointer-size: 10px; --adp-poiner-border-radius: 2px; --adp-pointer-offset: 14px; --adp-cell-border-radius: 4px; --adp-cell-background-color-hover: var(--adp-background-color-hover); --adp-cell-background-color-selected: #5cc4ef; --adp-cell-background-color-selected-hover: #45bced; --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1); --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2); --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected); --adp-btn-height: 32px; --adp-btn-color: var(--adp-accent-color); --adp-btn-color-hover: var(--adp-color); --adp-btn-border-radius: var(--adp-border-radius); --adp-btn-background-color-hover: var(--adp-background-color-hover); --adp-btn-background-color-active: var(--adp-background-color-active); --adp-time-track-height: 1px; --adp-time-track-color: #dedede; --adp-time-track-color-hover: #b1b1b1; --adp-time-thumb-size: 12px; --adp-time-padding-inner: 10px; --adp-time-day-period-color: var(--adp-color-secondary); --adp-mobile-font-size: 16px; --adp-mobile-nav-height: 40px; --adp-mobile-width: 320px; --adp-mobile-day-cell-height: 38px; --adp-mobile-month-cell-height: 48px; --adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{ --adp-overlay-background-color: rgba(0, 0, 0, .3); --adp-overlay-transition-duration: .3s; --adp-overlay-transition-ease: ease-out; --adp-overlay-z-index: 99}.air-datepicker{ background: var(--adp-background-color); border: 1px solid var(--adp-border-color); box-shadow: 0 4px 12px rgba(0, 0, 0, .15); border-radius: var(--adp-border-radius); box-sizing: content-box; display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, max-content); grid-template-areas: var(--adp-grid-areas); font-family: var(--adp-font-family), sans-serif; font-size: var(--adp-font-size); color: var(--adp-color); width: var(--adp-width); position: absolute; transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease); z-index: var(--adp-z-index)}.air-datepicker:not(.-custom-position-){ opacity: 0}.air-datepicker.-from-top-{ transform: translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{ transform: translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{ transform: translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{ transform: translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){ transform: translate(0, 0); opacity: 1}.air-datepicker.-active-.-custom-position-{ transition: none}.air-datepicker.-inline-{ border-color: var(--adp-border-color-inline); box-shadow: none; position: static; left: auto; right: auto; opacity: 1; transform: none}.air-datepicker.-inline- .air-datepicker--pointer{ display: none}.air-datepicker.-is-mobile-{ --adp-font-size: var(--adp-mobile-font-size); --adp-day-cell-height: var(--adp-mobile-day-cell-height); --adp-month-cell-height: var(--adp-mobile-month-cell-height); --adp-year-cell-height: var(--adp-mobile-year-cell-height); --adp-nav-height: var(--adp-mobile-nav-height); --adp-nav-action-size: var(--adp-mobile-nav-height); position: fixed; width: var(--adp-mobile-width); border: none}.air-datepicker.-is-mobile- *{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{ display: none}.air-datepicker.-is-mobile-:not(.-custom-position-){ transform: translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){ transform: translate(-50%, -50%)}.air-datepicker.-custom-position-{ transition: none}.air-datepicker-global-container{ position: absolute; left: 0; top: 0}.air-datepicker--pointer{ --pointer-half-size: calc(var(--adp-pointer-size) / 2); position: absolute; width: var(--adp-pointer-size); height: var(--adp-pointer-size); z-index: -1}.air-datepicker--pointer:after{ content: ""; position: absolute; background: #fff; border-top: 1px solid var(--adp-border-color-inline); border-right: 1px solid var(--adp-border-color-inline); border-top-right-radius: var(--adp-poiner-border-radius); width: var(--adp-pointer-size); height: var(--adp-pointer-size); box-sizing: border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{ top: calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{ transform: rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{ right: calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{ transform: rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{ bottom: calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{ transform: rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{ left: calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{ transform: rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{ left: var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{ right: var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{ left: calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{ top: var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{ bottom: var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{ top: calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{ grid-area: nav}.air-datepicker--content{ box-sizing: content-box; padding: var(--adp-padding); grid-area: body}.-only-timepicker- .air-datepicker--content{ display: none}.air-datepicker--time{ grid-area: timepicker}.air-datepicker--buttons{ grid-area: buttons}.air-datepicker--buttons,.air-datepicker--time{ padding: var(--adp-padding); border-top: 1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{ position: fixed; background: var(--adp-overlay-background-color); left: 0; top: 0; width: 0; height: 0; opacity: 0; transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s; transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration); z-index: var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{ opacity: 1; width: 100%; height: 100%; transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s}.swiper{ position: relative;}.swiper--pagination{ padding-bottom: var(--swiper-pagination-padding-bottom, 40px);}.swiper--scrollbar{ overflow: hidden;}.swiper--with-cards{ overflow: visible;}.swiper-arrow__el{ --aspect-ratio-height: var(--card-aspect-ratio-height); --aspect-ratio-position: absolute; --aspect-ratio-width: var(--card-aspect-ratio-width); cursor: pointer; pointer-events: none; position: absolute; top: 0; width: var(--card-width); z-index: 2;}.swiper-arrow__el--next{ left: calc((var(--cards-cols) * var(--card-width)) + ((var(--cards-cols) * var(--cards-gap))));}.swiper-arrow__el--prev{ left: 0;}.swiper-arrow__icon{ background-color: #fff; background-image: var(--icon-arrow-right-thin); background-repeat: no-repeat; background-position: center; border-radius: 50%; border: 1px solid var(--dark); height: 52px; left: 0; opacity: var(--swiper-btn-el-opacity, 0); pointer-events: var(--swiper-btn-pointer-events, auto); position: absolute; top: 50%; transition: 200ms ease-in-out; width: 52px;}@media (min-width: 1024px) and (hover: hover){ [data-in-view-swiper]:hover .swiper-arrow:not(.swiper-button-disabled), .swiper:hover .swiper-arrow:not(.swiper-button-disabled){ --swiper-btn-el-opacity: var(--swiper-btn-el-opacity-override, 1); } .swiper-arrow__icon:not([disabled]):hover{ background-color: #f8f8f8; }}.swiper-arrow__icon--next{ transform: translate(calc(-50% - (var(--cards-gap) / 2)), -50%);}.swiper-arrow__icon--prev{ transform: translate(calc(-50% - (var(--cards-gap) / 2)), -50%) rotate(180deg);}.swiper-arrow__icon-media--next{ left: auto; right: var(--wrap-h, var(--wrap)); transform: translate(50%, -50%); z-index: 2;}.swiper-arrow__icon-media--prev{ left: var(--wrap-h, var(--wrap)); transform: translate(-50%, -50%) rotate(180deg); z-index: 2;}.swiper-arrow::selection{ background-color: transparent;}.swiper-button-disabled{ --swiper-btn-pointer-events: none;}.swiper-horizontal{ touch-action: pan-y;}.swiper-fade .swiper-slide:not(.swiper-slide-active){ opacity: var(--swiper-slide-opacity, 0); pointer-events: var(--swiper-slide-pointer-events, none);}.swiper-pagination{ align-items: center; /* bottom: -32px; */ bottom: 0; display: flex; gap: 8px; height: 16px; justify-content: center; left: 0; padding: 0 8px; position: absolute; width: 100%;}.swiper-pagination-bullet{ background-color: var(--swiper-dot-background-color, transparent); border: 1px solid var(--swiper-dot-border-color, var(--gray-slate)); border-radius: 50%; height: 8px; position: relative; width: 8px;}.swiper-pagination-bullet:only-child{ display: none;}.swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active){ background-color: var(--swiper-dot-background-color-hover, var(--gray-slate));}.swiper-pagination-bullet:before{ content: ""; height: 48px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 16px;}.swiper-pagination-bullet-active{ --swiper-dot-background-color: var(--dark); --swiper-dot-border-color: var(--dark);}:root{ --swiper-scrollbar-bg-color: #E8E8E8; --swiper-scrollbar-border-radius: 8px; --swiper-scrollbar-bottom: 0; --swiper-scrollbar-drag-bg-color: var(--dark); --swiper-scrollbar-size: 5px;}@media (min-width: 1024px){ :root{ --swiper-scrollbar-size: 8px; }}.swiper-scrollbar{ border-radius: var(--swiper-scrollbar-border-radius, 10px); position: relative; touch-action: none; background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));}.swiper-scrollbar__container .swiper-scrollbar.swiper-scrollbar-horizontal{ position: relative;}.swiper-scrollbar-disabled > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{ display: none !important;}.swiper-horizontal > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{ position: absolute; left: var(--swiper-scrollbar-sides-offset, 1%); bottom: var(--swiper-scrollbar-bottom, 4px); top: var(--swiper-scrollbar-top, auto); z-index: 50; height: var(--swiper-scrollbar-size, 4px); width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));}.swiper-vertical > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{ position: absolute; left: var(--swiper-scrollbar-left, auto); right: var(--swiper-scrollbar-right, 4px); top: var(--swiper-scrollbar-sides-offset, 1%); z-index: 50; width: var(--swiper-scrollbar-size, 4px); height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));}.swiper-scrollbar-drag{ height: 100%; width: 100%; position: relative; background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5)); border-radius: var(--swiper-scrollbar-border-radius, 10px); cursor: grab; left: 0; top: 0;}.swiper-scrollbar-cursor-drag{ cursor: move;}.swiper-scrollbar-lock{ display: none;}.swiper-slide{ flex-shrink: 0; position: relative; transition-property: transform; user-select: none; width: var(--swiper-slide-width, 100%);}.swiper-wrapper{ align-items: stretch; display: flex; flex-direction: row; position: relative; transition-property: transform; transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);}.swiper-initialized{ --swiper-initialized-0: 0; --swiper-initialized-flex-start: flex-start;}.align-self{ align-self: var(--align-self, var(--align-self-mobile, flex-start));}.aspect-ratio{ --ratio-height: var(--aspect-ratio-height, var(--aspect-ratio-height-mobile)); --ratio-width: var(--aspect-ratio-width, var(--aspect-ratio-width-mobile)); --aspect-ratio: calc(var(--ratio-height, 1) / var(--ratio-width, 1) * 100%); position: var(--aspect-ratio-position, relative);}.aspect-ratio:before{ content: ""; display: block; padding-top: var(--aspect-ratio);}.background-color{ background-color: var(--background-color, var(--background-color-mobile, transparent));}.background-hover:hover{ background-color: var(--background-hover);}.background-image{ background-image: var(--background-image, var(--background-image-mobile, none)); background-position: left center; background-repeat: no-repeat;}.block{ display: block;}.border{ border-color: var(--border-color, var(--border-color-mobile, transparent)); border-style: var(--border-style, var(--border-style-mobile, solid)); border-width: var(--border-width, var(--border-width-mobile, 1px));}.border-v2{ border-top-color: var(--border-top-color, var(--border-top-color-mobile, inherit)); border-bottom-color: var(--border-bottom-color, var(--border-bottom-color-mobile, inherit)); border-style: var(--border-style, var(--border-style-mobile, solid)); border-width: var(--border-width, var(--border-width-mobile, 1px));}.border-radius{ border-radius: var(--border-radius, var(--border-radius-mobile, var(--border-radius-top-left, var(--border-radius-top-left-mobile, var(--border-radius-amount, 8px))) var(--border-radius-top-right, var(--border-radius-top-right-mobile, var(--border-radius-amount, 8px))) var(--border-radius-bottom-right, var(--border-radius-bottom-right-mobile, var(--border-radius-amount, 8px))) var(--border-radius-bottom-left, var(--border-radius-bottom-left-mobile, var(--border-radius-amount, 8px))) ));}.color{ color: var(--color, var(--color-mobile, inherit));}.color-inherit{ color: inherit;}.cursor{ cursor: var(--cursor, var(--cursor-mobile, pointer));}.display{ display: var(--display, var(--display-mobile, block));}.flex{ align-items: var(--flex-align-items, var(--flex-align-items-mobile, flex-start)); display: var(--flex-display, var(--flex-display-mobile, flex)); flex-direction: var(--flex-direction, var(--flex-direction-mobile, row)); flex-wrap: var(--flex-wrap, var(--flex-wrap-mobile, nowrap)); justify-content: var(--flex-justify-content, var(--flex-justify-content-mobile, flex-start));}.flex-basis{ flex-basis: var(--flex-basis, var(--flex-basis-mobile, 100%));}.flex-grow{ flex-grow: var(--flex-grow, var(--flex-grow-mobile, 1));}.flex-shrink{ flex-shrink: var(--flex-shrink, var(--flex-shrink-mobile, 0));}.font-size{ font-size: var(--font-size, var(--font-size-mobile, 1em));}.font-weight{ font-variation-settings: "wght" var(--font-weight, var(--font-weight-mobile, 400));}.full-width{ width: 100%;}.gap{ gap: var(--gap, var(--gap-mobile, 0px));}.column-gap{ column-gap: var(--column-gap, var(--column-gap-mobile, 0px));}.row-gap{ row-gap: var(--row-gap, var(--row-gap-mobile, 0px));}.grid{ align-items: var(--grid-align-items, var(--grid-align-items-mobile, grid)); display: var(--grid-display, var(--grid-display-mobile, grid)); grid-column-gap: var(--grid-column-gap, var(--grid-column-gap-mobile, 0)); grid-row-gap: var(--grid-row-gap, var(--grid-row-gap-mobile, 0)); grid-template-columns: var(--grid-template-columns, repeat(var(--grid-columns, var(--grid-columns-mobile, 1)), minmax(0, 1fr)));}.grid-column{ grid-column: var(--grid-column, var(--grid-column-mobile, span var(--grid-columns, var(--grid-columns-mobile, 1))));}.grid-row{ grid-row: var(--grid-row, var(--grid-row-mobile, span 1));}.height{ height: var(--height, var(--height-mobile, auto));}:empty + .hide-after-empty-el{ display: none;}.letter-spacing{ letter-spacing: var(--letter-spacing, var(--letter-spacing-mobile, 0));}.line-height{ line-height: var(--line-height, var(--line-height-mobile, normal));}.margin{ margin: var(--margin, var(--margin-mobile, 0));}.max-width{ max-width: var(--max-width, var(--max-width-mobile, 100%));}.max-height{ max-height: var(--max-height, var(--max-height-mobile, none));}.min-height{ min-height: var(--min-height, var(--min-height-mobile, auto));}.min-width{ min-width: var(--min-width, var(--min-width-mobile, auto));}.mix-blend-mode--multiply{ mix-blend-mode: multiply;}.list-unstyled{ list-style: none;}.no-u{ text-decoration: none;}.object-fit{ height: var(--object-fit-height, 100%); left: var(--object-fit-left, 0); mix-blend-mode: var(--object-fit-mix-blend-mode, normal); object-fit: var(--object-fit, cover); object-position: var(--object-position, center); position: var(--object-fit-position, absolute); top: var(--object-fit-top, 0); width: var(--object-fit-width, 100%);}.opacity{ opacity: var(--opacity, var(--opacity-mobile, 0));}.opacity-0{ opacity: 0;}.order{ order: var(--order, var(--order-mobile, unset));}.overflow{ overflow: var(--overflow, var(--overflow-mobile, hidden));}.overflow-hidden{ overflow: hidden;}.overflow-x-clip{ overflow-x: clip; overflow-y: visible;}.padding{ padding: var(--padding, var(--padding-mobile, 0));}.pointer-events{ pointer-events: var(--pointer-events, var(--pointer-events-mobile, none));}.pointer-events-all{ pointer-events: all;}.position{ bottom: var(--position-bottom, var(--position-bottom-mobile, auto)); left: var(--position-left, var(--position-left-mobile, auto)); position: var(--position, var(--position-mobile, absolute)); right: var(--position-right, var(--position-right-mobile, auto)); top: var(--position-top, var(--position-top-mobile, auto));}.position--absolute{ position: absolute;}.position--relative{ position: relative;}.text-align{ text-align: var(--text-align, var(--text-align-mobile, center));}.text-decoration{ text-decoration: var(--text-decoration, var(--text-decoration-mobile, none));}.text-transform{ text-transform: var(--text-transform, var(--text-transform-mobile, uppercase));}.transform{ transform: var(--transform, var(--transform-mobile, none));}.transition{ transition: var(--transition, var(--transition-mobile, 250ms ease-in-out));}.tt--upper{ text-transform: uppercase;}.user-select{ user-select: var(--user-select, none);}.width{ width: var(--width, var(--width-mobile, auto));}.z-index{ z-index: var(--z-index, var(--z-index-mobile, auto));}/* UTILITY CLASSES TABLET */@media (min-width: 768px){ .display{ display: var(--display, var(--display-tablet, var(--display-mobile, block))); } .flex{ align-items: var(--flex-align-items, var(--flex-align-items-tablet, var(--flex-align-items-mobile, flex-start))); display: var(--flex-display, var(--flex-display-tablet, var(--flex-display-mobile, flex))); flex-direction: var(--flex-direction, var(--flex-direction-tablet, var(--flex-direction-mobile, flex-start))); flex-wrap: var(--flex-wrap, var(--flex-wrap-tablet, var(--flex-wrap-mobile, nowrap))); justify-content: var(--flex-justify-content, var(--flex-justify-content-tablet, var(--flex-justify-content-mobile, flex-start))); } .flex-grow{ flex-grow: var(--flex-grow, var(--flex-grow-tablet, var(--flex-grow-mobile, 1))); } .flex-shrink{ flex-shrink: var(--flex-shrink, var(--flex-shrink-tablet, var(--flex-shrink-mobile, 0))); } .font-size{ font-size: var(--font-size, var(--font-size-tablet, var(--font-size-mobile, 1em))); } .gap{ gap: var(--gap, var(--gap-tablet, var(--gap-mobile, 0px))); } .column-gap{ column-gap: var(--column-gap, var(--column-gap-tablet, var(--column-gap-mobile, 0px))); } .row-gap{ row-gap: var(--row-gap, var(--row-gap-tablet, var(--row-gap-mobile, 0px))); } .grid{ align-items: var(--grid-align-items, var(--grid-align-items-tablet, var(--grid-align-items-mobile, grid))); display: var(--grid-display, var(--grid-display-tablet, var(--grid-display-mobile, grid))); grid-column-gap: var(--grid-column-gap, var(--grid-column-gap-tablet, var(--grid-column-gap-mobile, 0))); grid-row-gap: var(--grid-row-gap, var(--grid-row-gap-tablet, var(--grid-row-gap-mobile, 0))); grid-template-columns: var(--grid-template-columns, repeat(var(--grid-columns, var(--grid-columns-tablet, var(--grid-columns-mobile, 1))), minmax(0, 1fr))); } .grid-column{ grid-column: var(--grid-column, var(--grid-column-tablet, var(--grid-column-mobile, span var(--grid-columns, var(--grid-columns-tablet, 1))))); } .grid-row{ grid-row: var(--grid-row, var(--grid-row-tablet, var(--grid-row-mobile, span 1))); } .height{ height: var(--height, var(--height-tablet, var(--height-mobile, auto))); } .letter-spacing{ letter-spacing: var(--letter-spacing, var(--letter-spacing-tablet, var(--letter-spacing-mobile, 0))); } .line-height{ line-height: var(--line-height, var(--line-height-tablet, var(--line-height-mobile, normal))); } .margin{ margin: var(--margin, var(--margin-tablet, var(--margin-mobile, 0))); } .max-height{ max-height: var(--max-height, var(--max-height-tablet, var(--max-height-mobile, none))); } .min-height{ min-height: var(--min-height, var(--min-height-tablet, var(--min-height-mobile, auto))); } .text-align{ text-align: var(--text-align, var(--text-align-tablet, var(--text-align-mobile, left))); } .width{ width: var(--width, var(--width-tablet, var(--width-mobile, auto))); } .padding{ padding: var(--padding, var(--padding-tablet, var(--padding-mobile, 0))); }}/* UTILITY CLASSES DESKTOP */@media (min-width: 1024px){ .align-self{ align-self: var(--align-self, var(--align-self-desktop, var(--align-self-mobile, flex-start))); } .aspect-ratio{ --ratio-height: var(--aspect-ratio-height, var(--aspect-ratio-height-desktop)); --ratio-width: var(--aspect-ratio-width, var(--aspect-ratio-width-desktop)); } .background-color{ background-color: var(--background-color, var(--background-color-desktop, var(--background-color-mobile, transparent))); } .background-image{ background-image: var(--background-image, var(--background-image-desktop, var(--background-image-mobile, none))); } .border{ border-color: var(--border-color, var(--border-color-desktop, var(--border-color-mobile, transaprent))); border-style: var(--border-style, var(--border-style-desktop, var(--border-style-mobile, solid))); border-width: var(--border-width, var(--border-width-desktop, var(--border-width-mobile, 1px))); } .border-v2{ border-top-color: var(--border-top-color, var(--border-top-color-desktop, inherit)); border-bottom-color: var(--border-bottom-color, var(--border-bottom-color-desktop, inherit)); border-style: var(--border-style, var(--border-style-desktop, solid)); border-width: var(--border-width, var(--border-width-desktop, 1px)); } .border-radius{ border-radius: var(--border-radius, var(--border-radius-desktop, var(--border-radius-top-left, var(--border-radius-top-left-desktop, var(--border-radius-amount, 8px))) var(--border-radius-top-right, var(--border-radius-top-right-desktop, var(--border-radius-amount, 8px))) var(--border-radius-bottom-right, var(--border-radius-bottom-right-desktop, var(--border-radius-amount, 8px))) var(--border-radius-bottom-left, var(--border-radius-bottom-left-desktop, var(--border-radius-amount, 8px))) )); } .box-shadow{ box-shadow: var(--box-shadow, var(--box-shadow-desktop, var(--box-shadow-mobile, none))); } .color{ color: var(--color, var(--color-desktop, var(--color-mobile, inherit))); } .column-gap{ column-gap: var(--column-gap, var(--column-gap-desktop, var(--column-gap-tablet, var(--column-gap-mobile, 0px)))); } .cursor{ cursor: var(--cursor, var(--cursor-desktop, var(--cursor-mobile, pointer))); } .display{ display: var(--display, var(--display-desktop, block)); } .flex{ align-items: var(--flex-align-items, var(--flex-align-items-desktop, flex-start)); display: var(--flex-display, var(--flex-display-desktop, flex)); flex-direction: var(--flex-direction, var(--flex-direction-desktop, row)); flex-wrap: var(--flex-wrap, var(--flex-wrap-desktop, nowrap)); justify-content: var(--flex-justify-content, var(--flex-justify-content-desktop, flex-start)); } .flex-basis{ flex-basis: var(--flex-basis, var(--flex-basis-desktop, 100%)); } .flex-grow{ flex-grow: var(--flex-grow, var(--flex-grow-desktop, 1)); } .flex-shrink{ flex-shrink: var(--flex-shrink, var(--flex-shrink-desktop, var(--flex-shrink-tablet, var(--flex-shrink-mobile, 0)))); } .font-size{ font-size: var(--font-size, var(--font-size-desktop, var(--font-size-tablet, var(--font-size-mobile, 1em)))); } .font-weight{ font-variation-settings: "wght" var(--font-weight, var(--font-weight-desktop, var(--font-weight-mobile, 400))); } .gap{ gap: var(--gap, var(--gap-desktop, var(--gap-tablet, var(--gap-mobile, 0px)))); } .grid{ align-items: var(--grid-align-items, var(--grid-align-items-desktop, grid)); display: var(--grid-display, var(--grid-display-desktop, grid)); grid-column-gap: var(--grid-column-gap, var(--grid-column-gap-desktop, 0)); grid-row-gap: var(--grid-row-gap, var(--grid-row-gap-desktop, 0)); grid-template-columns: var(--grid-template-columns, repeat(var(--grid-columns, var(--grid-columns-desktop, var(--grid-columns-tablet, var(--grid-columns-mobile, 1)))), minmax(0, 1fr))); } .grid-column{ grid-column: var(--grid-column, var(--grid-column-desktop, span var(--grid-columns, var(--grid-columns-desktop, 1)))); } .grid-row{ grid-row: var(--grid-row, var(--grid-row-desktop, span 1)); } .height{ height: var(--height, var(--height-desktop, var(--height-tablet, var(--height-mobile, auto)))); } .letter-spacing{ letter-spacing: var(--letter-spacing, var(--letter-spacing-desktop, var(--letter-spacing-tablet, var(--letter-spacing-mobile, 0)))); } .line-height{ line-height: var(--line-height, var(--line-height-desktop, var(--line-height-tablet, var(--line-height-mobile, normal)))); } .margin{ margin: var(--margin-desktop, var(--margin, 0)); } .max-height{ max-height: var(--max-height, var(--max-height-desktop, none)); } .max-width{ max-width: var(--max-width, var(--max-width-desktop, 100%)); } .min-height{ min-height: var(--min-height, var(--min-height-desktop, auto)); } .min-width{ min-width: var(--min-width, var(--min-width-desktop, auto)); } .opacity{ opacity: var(--opacity, var(--opacity-desktop, var(--opacity-mobile, 0))); } .order{ order: var(--order, var(--order-desktop, var(--order-mobile, unset))); } .overflow{ overflow: var(--overflow, var(--overflow-desktop, var(--overflow-mobile, hidden))); } .padding{ padding: var(--padding, var(--padding-desktop, 0)); } .pointer-events{ pointer-events: var(--pointer-events, var(--pointer-events-desktop, var(--pointer-events-mobile, none))); } .position{ bottom: var(--position-bottom, var(--position-bottom-desktop, auto)); left: var(--position-left, var(--position-left-desktop, auto)); position: var(--position, var(--position-desktop, absolute)); right: var(--position-right, var(--position-right-desktop, auto)); top: var(--position-top, var(--position-top-desktop, auto)); } .row-gap{ row-gap: var(--row-gap, var(--row-gap-desktop, var(--row-gap-tablet, var(--row-gap-mobile, 0px)))); } .text-align{ text-align: var(--text-align, var(--text-align-desktop, var(--text-align-mobile, center))); } .text-decoration{ text-decoration: var(--text-decoration, var(--text-decoration-desktop, var(--text-decoration-mobile, none))); } .text-transform{ text-transform: var(--text-transform, var(--text-transform-desktop, var(--text-transform-mobile, uppercase))); } .transform{ transform: var(--transform, var(--transform-desktop, var(--transform-mobile, none))); } .transition{ transition: var(--transition, var(--transition-desktop, var(--transition-mobile, 250ms ease-in-out))); } .width{ width: var(--width, var(--width-desktop, var(--width-tablet, var(--width-mobile, auto)))); } .z-index{ z-index: var(--z-index, var(--z-index-desktop, var(--z-index-tablet, var(--z-index-mobile, auto)))); }}/* UTILITY CLASSES DESKTOP MED */@media (min-width: 1200px){ .font-size{ font-size: var(--font-size, var(--font-size-desktop-medium, var(--font-size-desktop, var(--font-size-tablet, var(--font-size-mobile, 1em))))); } .grid{ align-items: var(--grid-align-items, var(--grid-align-items-desktop-medium, var(--grid-align-items-desktop, grid))); display: var(--grid-display, var(--grid-display-desktop-medium, var(--grid-display-desktop, grid))); grid-column-gap: var(--grid-column-gap, var(--grid-column-gap-desktop-medium, var(--grid-column-gap-desktop, 0))); grid-row-gap: var(--grid-row-gap, var(--grid-row-gap-desktop-medium, var(--grid-row-gap-desktop, 0))); grid-template-columns: var(--grid-template-columns, repeat(var(--grid-columns, var(--grid-columns-desktop-medium, var(--grid-columns-desktop, var(--grid-columns-tablet, var(--grid-columns-mobile, 1))))), minmax(0, 1fr))); } .grid-column{ grid-column: var(--grid-column, var(--grid-column-desktop-medium, var(--grid-column-desktop, span var(--grid-columns, var(--grid-columns-desktop, 1))))); }}/* UTILITY CLASSES DESKTOP Large */@media (min-width: 1400px){ .font-size{ font-size: var(--font-size, var(--font-size-desktop-large, var(--font-size-desktop-medium, var(--font-size-desktop, var(--font-size-tablet, var(--font-size-mobile, 1em)))))); } .grid{ grid-column-gap: var(--grid-column-gap, var(--grid-column-gap-desktop-large, var(--grid-column-gap-desktop-medium, var(--grid-column-gap-desktop, 0)))); } .grid-column{ grid-column: var(--grid-column, var(--grid-column-desktop-medium, var(--grid-column-desktop, span var(--grid-columns, var(--grid-columns-desktop, 1))))); } .max-width{ max-width: var(--max-width, var(--max-width-desktop-large, var(--max-width-desktop, 100%))); } .min-width{ min-width: var(--min-width, var(--min-width-desktop-large, var(--min-width-desktop, auto))); } .position{ bottom: var(--position-bottom, var(--position-bottom-desktop-large, var(--position-bottom-desktop, auto))); left: var(--position-left, var(--position-left-desktop-large, var(--position-left-desktop, auto))); position: var(--position, var(--position-desktop-large, var(--position-desktop, absolute))); right: var(--position-right, var(--position-right-desktop-large, var(--position-right-desktop, auto))); top: var(--position-top, var(--position-top-desktop-large, var(--position-top-desktop, auto))); }}.btn{ align-items: center; background-color: var(--button-background-color-override, var(--button-background-color, transparent)); border-color: var(--button-border-color-override, var(--button-border-color, var(--button-color-override, var(--button-color, var(--dark))))); border-style: var(--button-border-style, solid); border-width: var(--button-border-width, 1px); box-sizing: border-box; color: var(--button-color-override, var(--button-color, var(--dark))); border-radius: var(--button-border-radius, 4px); display: var(--button-display, var(--button-display-mobile, inline-flex)); font-family: var(--font-body); font-size: var(--button-font-size, var(--button-font-size-mobile, 12px)); font-variation-settings: "wght" var(--button-font-weight, 800);on-font-weight, 800); justify-content: center; letter-spacing: var(--button-letter-spacing, 0.14em); line-height: var(--button-line-height, 1); min-height: var(--button-min-height, var(--button-min-height-mobile, 54px)); min-width: var(--button-min-width, var(--button-min-width-mobile, 120px)); padding: var(--button-padding, 3px var(--button-padding-h, 30px) 1px); text-align: var(--button-text-align, center); text-decoration: none; text-transform: var(--button-text-transform, uppercase); transition: 250ms ease-in-out; user-select: none;}.btn.active{ --button-border-color: var(--dark);}.btn--alt{ --button-background-color-hover: transparent; --button-border-color-hover: var(--dark); --button-color-hover: var(--dark); background-color: var(--button-background-color-alt, var(--dark)); border: 1px solid var(--button-border-color-alt, var(--dark)); color: var(--button-color-alt, var(--light));}.btn:hover{ background-color: var(--button-background-color-hover, var(--dark)); border-color: var(--button-border-color-hover, var(--dark)); color: var(--button-color-hover, #fff);}.btn:disabled{ background-color: var(--gray); border-color: var(--gray); color: var(#fff); pointer-events: none;}.buttons{ gap: 16px; gap: clamp(16px, 0.926vw, 20.8px);}@media (min-width: 1024px){ .buttons{ gap: 24px; gap: clamp(24px, 1.3888vw, 31.2px); } .btn{ display: var(--button-display, var(--button-display-desktop, var(--button-display-mobile, inline-flex))); font-size: var(--button-font-size, var(--button-font-size-desktop, var(--button-font-size-mobile, 12px))); min-height: var(--button-min-height, var(--button-min-height-desktop, var(--button-min-height-mobile, 54px))); min-width: var(--button-min-width, var(--button-min-width-desktop, var(--button-min-width-mobile, 120px))); }}.color-scheme .btn--button{ --button-background-color: var(--color-scheme-button-background-color); --button-border-color: var(--color-scheme-button-border-color); --button-color: var(--color-scheme-button-color);}.color-scheme .btn--link{ --button-color: var(--button-color-override, var(--color-scheme-color));}.color-scheme .btn + .btn--button{ --button-background-color: var(--color-scheme-button-background-color-2); --button-border-color: var(--color-scheme-button-border-color-2); --button-color: var(--color-scheme-button-color-2);}.color-scheme .btn--button:hover{ background-color: var(--color-scheme-button-background-color-hover); border-color: var(--color-scheme-button-border-color-hover); color: var(--color-scheme-button-color-hover);}.color-scheme .btn + .btn--button:hover{ background-color: var(--color-scheme-button-background-color-hover-2); border-color: var(--color-scheme-button-border-color-hover-2); color: var(--color-scheme-button-color-hover-2);}/* button modifiers */.btn--link{ --button-border-radius: 0; --button-border-width: var(--button-link-border-width, 0 0 1px); --button-font-size-desktop: var(--button-link-font-size-desktop, var(--button-link-font-size-desktop-default, 14px)); --button-font-size-mobile: var(--button-link-font-size-mobile, 12px); --button-icon-top-mobile: 1px; --button-min-height: auto; --button-min-width-desktop: auto; --button-min-width-mobile: auto; --button-min-width: auto; --button-padding: 4px 0;}.btn--link--large{ --button-font-size-desktop: var(--button-link-font-size-desktop, 16px);}.btn--link--small{ --button-font-size-desktop: var(--button-link-font-size-desktop, 12px);}.btn--tab{ --button-border-radius: 0; --button-border-width: var(--button-link-border-width, 0 0 2px); --button-font-size: 16px; --button-font-weight: 400; --button-icon-top-mobile: 1px; --button-letter-spacing: 0; --button-min-height: auto; --button-min-width-desktop: auto; --button-min-width-mobile: auto; --button-min-width: auto; --button-padding: var(--btn-tab-padding, 7px var(--btn-tab-padding-h, 4px) 11px); --button-text-transform: capitalize;}.btn--link:focus,.btn--link:hover{ background-color: var(--button-link-background-color-hover, transparent); border-color: var(--button-border-color-link-hover, var(--charcoal)); color: var(--button-border-color-link-hover, var(--charcoal));}.btn--tab:focus,.btn--tab:hover{ background-color: var(--button-link-background-color-hover, transparent); border-color: var(--button-border-color-link-hover, var(--charcoal)); color: var(--button-border-color-link-hover, var(--charcoal));}.btn--pill{ --button-border-radius: 100px; --button-font-size: 12px; --button-font-size: clamp(12px, 0.7vw, 15.6px); --button-min-height: 30px; --button-min-height: clamp(30px, 1.736vw, 39px); --button-min-width: auto; --button-padding: 0 1.1667em; --button-text-transform: none;}.btn--pill-hollow{ --button-background-color: transparent; --button-border-color: transparent; --button-color: var(--dark); --button-background-color-hover: var(--blue); --button-border-color-hover: var(--blue); --button-color-hover: var(--light);}.btn--small{ --button-min-height-desktop: 40px; --button-min-height-mobile: 40px; --button-padding-h: 22px;}.color-scheme .btn--tab-active{ --button-border-color: var(--dark); --button-color: var(--dark);}.color-scheme .btn--tab-inactive{ --button-color: var(--color-dim); --button-border-color: transparent;}.color-scheme .btn--tab-active,.color-scheme .btn--tab-active{ border-color: var(--color-scheme-color); color: var(--color-scheme-color);}.btn--outline{ --button-color-override: var(--dark);}img,video{ opacity: var(--media-opacity, var(--media-opacity-mobile, 1));}.accordion[open] > summary{ --pseudo-plus-icon-opacity: 0;}.accordion--hide-icon{ --pseudo-minus-icon-opacity: 0; --pseudo-plus-icon-opacity: 0;}.accordion:first-child{ --accordion-margin-top: var(--accordion-first-child-margin-top, 0);}.accordion:not(.accordion--large) + .accordion:not(.accordion--large):not(.menu__group){ margin-top: 16px;}.accordion:not([open]) .accordion__toggle:hover{ background-color: #f9f9f9;}.accordion summary::-webkit-details-marker{ display: none;}.active{ --active-dark: var(--dark); --active-light: var(--light); --active-opacity-1: 1;}.air-datepicker-overlay{ --adp-overlay-background-color: var(--backdrop-background-color);}.arrow-link svg{ transform: var(--arrow-link-icon-transform, translate3d(0, 0, 0)); transition: transform 250ms ease-in-out;}.arrow-link:hover{ --arrow-link-icon-transform: var(--prefers-reduced-motion-none, translate3d(3px, 0, 0));}.bold{ font-variation-settings: "wght" var(--button-font-weight, 700);}.background-after:after{ background-image: var(--background-after-image, none); background-position: var(--background-after-background-position, 0 0); background-repeat: no-repeat; background-size: var(--background-after-background-size, var(--background-after-background-size-mobile, cover)); bottom: var(--background-after-bottom, 28px); content: ""; display: var(--background-after-display, var(--background-after-display-mobile, block)); height: var(--background-after-height, var(--background-after-height-mobile, 40px)); left: var(--background-after-left, auto); opacity: var(--background-after-opacity, var(--background-after-opacity-mobile, 1)); position: var(--background-after-position, absolute); right: var(--background-after-right, 24px); top: var(--background-after-top, auto); transform: var(--background-after-transform, none); width: var(--background-after-width, var(--background-after-width-mobile, 40px)); z-index: var(--background-after-z-index, auto);}.before-cover:before{ content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%;}.color-body{ color: var(--color-body);}.color-dim{ color: var(--color-dim);}.embed--loading{ opacity: 0; pointer-events: none;}.font-heading{ font-family: var(--font-heading); font-weight: normal;}.headline{ --max: 40; --min: 28; display: block; font-family: var(--font-heading); font-size: var(--headline-font-size, var(--headline-font-size-max, 40px)); font-size: var(--headline-font-size, clamp( var(--headline-font-size-min, calc(var(--min) * 1px)), var(--headline-font-size-val, calc(var(--max) / 1728 * 100vw)), calc(var(--headline-font-size-max, var(--max)) * var(--font-size-max-increaser, 1.3px)) ) ); font-weight: var(--headline-font-weight, 400); letter-spacing: var(--headline-letter-spacing, 0); line-height: var(--headline-line-height, var(--headline-line-height-mobile, 1.25)); min-height: var(--headline-min-height, var(--headline-min-height-mobile, calc(1em * var(--headline-line-height-mobile, 1.25)))); text-transform: var(--text-transform, none);}strong.headline{ font-weight: normal; --headline-font-weight: 400;}.headline--xs{ --max: 24; --min: 16;}.headline--s{ --max: 24; --min: 20;}.headline--l{ --max: 48; --min: 28;}.headline--xl{ --max: 56; --min: 28;}.hover:hover{ --hover-dark: var(--hover-dark-override, var(--dark)); --hover-light: var(--hover-light-override, var(--light));}.hover-zoom:hover{ --hover-zoom-scale: var(--prefers-reduced-motion-none, var(--hover-zoom-scale-amount, 1.02));}.hover-o:hover{ opacity: var(--hover-opacity, 0.65);}.hover-u:not(:hover){ text-decoration: none;}.hover-zoom__el{ transform: var(--hover-zoom-transform-start, scale(var(--hover-zoom-scale, 1))); transform-origin: center; transition: var(--hover-zoom-transition, 250ms var(--easing));}.icon{ width: var(--icon-width, 16px);}.lh-1{ line-height: 1;}.text-link{ text-decoration: none; position: relative;}.text-link--underline:after{ content: ''; display: block; position: absolute; bottom: -0.15em; left: 0; width: 100%; height: 1px; background-color: #000;}.text-link:hover{ text-decoration: underline;}.text-link--underline:hover{ text-decoration: none; color: var(--red);}.text-link--underline:hover:after{ background-color: var(--red);}.links--color-inherit a{ color: inherit;}.links--no-u a:not(:hover){ text-decoration: none;}.loading{ --loading-opacity: var(--loading-opacity-active, 1);}.no-js .no-js-overflow-auto{ overflow: auto hidden;}.padding-bottom--xs{ padding-bottom: calc(var(--gap-v-x-small) - var(--padding-bottom-offset, var(--padding-bottom-offset-mobile, 0px)));}.padding-bottom--s{ padding-bottom: calc(var(--gap-v-small) - var(--padding-bottom-offset, var(--padding-bottom-offset-mobile, 0px)));}.padding-bottom--m{ padding-bottom: calc(var(--gap-v-medium) - var(--padding-bottom-offset, var(--padding-bottom-offset-mobile, 0px)));}.padding-bottom--l{ padding-bottom: calc(var(--gap-v-large) - var(--padding-bottom-offset, var(--padding-bottom-offset-mobile, 0px)));}.padding-top--xs{ padding-top: calc(var(--gap-v-x-small) - var(--padding-bottom-offset, var(--padding-bottom-offset-mobile, 0px)));}.padding-top--s{ padding-top: calc(var(--gap-v-small) - var(--padding-bottom-offset, var(--padding-bottom-offset-mobile, 0px)));}.padding-top--m{ padding-top: calc(var(--gap-v-medium) - var(--padding-bottom-offset, var(--padding-bottom-offset-mobile, 0px)));}.padding-top--l{ padding-top: calc(var(--gap-v-large) - var(--padding-bottom-offset, var(--padding-bottom-offset-mobile, 0px)));}.pseudo-plus-icon:after{ background-image: var(--pseudo-plus-icon-active, var(--pseudo-plus-icon, var(--icon-plus-small))); background-position: center; background-repeat: no-repeat; content: ""; display: var(--pseudo-plus-icon-display-mobile, block); height: var(--pseudo-plus-icon-size, 12px); right: var(--pseudo-plus-icon-right, var(--wrap)); position: absolute; top: 50%; transform: var(--pseudo-plus-icon-transform, translate3d(0, -50%, 0)); width: var(--pseudo-plus-icon-size, 12px);}.accordion[open] > [data-menu-accordion-toggle],.accordion[open] > summary,.active.pseudo-plus-icon,.mobile-nav-open{ --pseudo-plus-icon-active: var(--pseudo-plus-icon-active-override, var(--icon-minus-small));}.quantity__button{ color: var(--dark);}.rte p + *,.rte ol + *,.rte ul + *{ margin-top: 1em;}.rte .metafield-rich_text_field > *:not(:first-child),.rte > * > div[data-mce-fragment]:not(:first-child),.rte > *:not(:first-child){ margin-top: var(--rte-margin-top, 1em);}.rte ol,.rte ul{ padding-left: 1.3em;}.skip-to-content-link:focus{ clip: inherit; clip-path: inherit; font-size: 10px; height: 40px; min-height: auto; left: 0; padding: 3px 10px 0; top: 0; width: auto; z-index: calc(var(--header-z-index, 10) + 1);}.subline{ --subline-color-default: inherit; color: var(--subline-color, var(--subline-color-mobile, var(--subline-color-default))); font-size: var(--subline-font-size, 16px); font-size: var(--subline-font-size, clamp(var(--subline-font-size-min, 14px), var(--subline-font-size-val, 0.926vw), var(--subline-font-size-max, 20.8px))); font-variation-settings: 'wght' var(--font-weight, 400);-weight, 400); line-height: var(--subline-line-height, 1.5); text-transform: var(--text-transform, none);}.subline--large{ --subline-font-size-max: 27.3px; --subline-font-size-min: 17px; --subline-font-size-val: 1.3888vw;}.subline--large:not(:first-child){ margin-top: 0.95em;}.tagline{ font-size: 12px; font-size: clamp(12px, 0.7vw, 15.6px); font-variation-settings: "wght" var(--tagline-font-weight, 500); line-height: 1.1667; text-transform: uppercase;}.wrap{ padding-left: var(--wrap-h); padding-right: var(--wrap-h);}@media (max-width: 1023px){ .padding-bottom-m--default{ padding-bottom: var(--padding-bottom-default, var(--padding-bottom-default-mobile, 0)); } .padding-bottom-m--xs{ padding-bottom: calc(var(--gap-v-x-small) - var(--padding-bottom-offset, 0px)); } .padding-bottom-m--s{ padding-bottom: calc(var(--gap-v-small) - var(--padding-bottom-offset, 0px)); } .padding-bottom-m--m{ padding-bottom: calc(var(--gap-v-medium) - var(--padding-bottom-offset, 0px)); } .padding-bottom-m--l{ padding-bottom: calc(var(--gap-v-large) - var(--padding-bottom-offset, 0px)); } .padding-bottom-m--xl{ padding-bottom: calc(var(--gap-v-x-large) - var(--padding-bottom-offset, 0px)); } .padding-top-m--default{ padding-top: var(--padding-top-default, var(--padding-top-default-mobile, 0)); } .padding-top-m--xs{ padding-top: calc(var(--gap-v-x-small) - var(--padding-top-offset, 0px)); } .padding-top-m--s{ padding-top: var(--gap-v-small); padding-top: calc(var(--gap-v-small) - var(--padding-top-offset, 0px)); } .padding-top-m--m{ padding-top: calc(var(--gap-v-medium) - var(--padding-top-offset, 0px)); } .padding-top-m--l{ padding-top: var(--gap-v-large); padding-top: calc(var(--gap-v-large) - var(--padding-top-offset, 0px)); } .padding-top-m--xl{ padding-top: calc(var(--gap-v-x-large) - var(--padding-top-offset, 0px)); } .wrap-m--none{ padding-left: 0; padding-right: 0; } .wrap-margin-m--none{ margin-left: 0; margin-right: 0; } .wrap-m--gap-h{ padding-left: var(--gap-h-large); padding-right: var(--gap-h-large); } .wrap-m--s{ padding-left: var(--wrap); padding-right: var(--wrap); } .wrap-m--s--flush{ margin-left: calc(-1 * var(--wrap)); margin-right: calc(-1 * var(--wrap)); padding-left: var(--wrap); padding-right: var(--wrap); } .wrap-margin-m--s{ margin-left: var(--wrap); margin-right: var(--wrap); }}@media (min-width: 1024px){ .padding-bottom-d--default{ padding-bottom: var(--padding-bottom-default, var(--padding-bottom-default-desktop, var(--padding-bottom-default-mobile, 0))); } .padding-bottom-d--xs{ padding-bottom: calc(var(--gap-v-x-small) - var(--padding-bottom-offset, 0px)); } .padding-bottom-d--s{ padding-bottom: calc(var(--gap-v-small) - var(--padding-bottom-offset, 0px)); } .padding-bottom-d--m{ padding-bottom: calc(var(--gap-v-medium) - var(--padding-bottom-offset, 0px)); } .padding-bottom-d--l{ padding-bottom: calc(var(--gap-v-large) - var(--padding-bottom-offset, 0px)); } .padding-bottom-d--xl{ padding-bottom: calc(var(--gap-v-x-large) - var(--padding-bottom-offset, 0px)); } .padding-top-d--default{ padding-top: var(--padding-top-default, var(--padding-top-default-desktop, var(--padding-top-default-mobile, 0))); } .padding-top-d--xs{ padding-top: calc(var(--gap-v-x-small) - var(--padding-top-offset, 0px)); } .padding-top-d--s{ padding-top: var(--gap-v-small); padding-top: calc(var(--gap-v-small) - var(--padding-top-offset, 0px)); } .padding-top-d--m{ padding-top: calc(var(--gap-v-medium) - var(--padding-top-offset, 0px)); } .padding-top-d--l{ padding-top: var(--gap-v-large); padding-top: calc(var(--gap-v-large) - var(--padding-top-offset, 0px)); } .padding-top-d--xl{ padding-top: calc(var(--gap-v-x-large) - var(--padding-top-offset, 0px)); } .wrap-d--gap-h{ padding-left: var(--gap-h-large); padding-right: var(--gap-h-large); } .wrap-d--none{ padding-left: 0; padding-right: 0; } .wrap-d--s{ padding-left: var(--wrap-s); padding-right: var(--wrap-s); } .wrap-d--m{ padding-left: var(--wrap-m); padding-right: var(--wrap-m); } .wrap-d--l{ padding-left: var(--wrap-l); padding-right: var(--wrap-l); } .wrap-d--s--flush{ margin-left: calc(-1 * var(--wrap-s)); margin-right: calc(-1 * var(--wrap-s)); padding-left: var(--wrap-s); padding-right: var(--wrap-s); } .wrap-d--m--flush{ margin-left: calc(-1 * var(--wrap-m)); margin-right: calc(-1 * var(--wrap-m)); padding-left: var(--wrap-m); padding-right: var(--wrap-m); } .wrap-d--l--flush{ margin-left: calc(-1 * var(--wrap-l)); margin-right: calc(-1 * var(--wrap-l)); padding-left: var(--wrap-l); padding-right: var(--wrap-l); } .wrap-margin-d--none{ margin-left: 0; margin-right: 0; } .wrap-margin-d--s{ margin-left: var(--wrap-s); margin-right: var(--wrap-s); } .wrap-margin-d--m{ margin-left: var(--wrap-m); margin-right: var(--wrap-m); } .wrap-margin-d--l{ margin-left: var(--wrap-l); margin-right: var(--wrap-l); }}@media (min-width: 1024px){ img, video{ opacity: var(--media-opacity, var(--media-opacity-desktop, var(--media-opacity-mobile, 1))); } .background-after:after{ background-size: var(--background-after-background-size, var(--background-after-background-size-desktop, var(--background-after-background-size-mobile, cover))); display: var(--background-after-display, var(--background-after-display-desktop, var(--background-after-display-mobile, block))); height: var(--background-after-height, var(--background-after-height-desktop, var(--background-after-height-mobile, 40px))); opacity: var(--background-after-opacity, var(--background-after-opacity-desktop, var(--background-after-opacity-mobile, 1))); width: var(--background-after-width, var(--background-after-width-desktop, var(--background-after-width-mobile, 40px))); } .headline{ line-height: var(--headline-line-height, var(--headline-line-height-desktop, var(--headline-line-height-mobile, 1.25))); min-height: var(--headline-min-height, var(--headline-min-height-desktop, var(--headline-min-height-mobile, 1em))); } .padding-bottom--xs{ padding-bottom: calc(var(--gap-v-x-small) - var(--padding-bottom-offset, var(--padding-bottom-offset-desktop, var(--padding-bottom-offset-mobile, 0px)))); } .padding-bottom--s{ padding-bottom: calc(var(--gap-v-small) - var(--padding-bottom-offset, var(--padding-bottom-offset-desktop, var(--padding-bottom-offset-mobile, 0px)))); } .padding-bottom--m{ padding-bottom: calc(var(--gap-v-medium) - var(--padding-bottom-offset, var(--padding-bottom-offset-desktop, var(--padding-bottom-offset-mobile, 0px)))); } .padding-bottom--l{ padding-bottom: calc(var(--gap-v-large) - var(--padding-bottom-offset, var(--padding-bottom-offset-desktop, var(--padding-bottom-offset-mobile, 0px)))); } .padding-top--xs{ padding-top: calc(var(--gap-v-x-small) - var(--padding-top-offset, var(--padding-top-offset-desktop, var(--padding-top-offset-mobile, 0px)))); } .padding-top--s{ padding-top: calc(var(--gap-v-small) - var(--padding-top-offset, var(--padding-top-offset-desktop, var(--padding-top-offset-mobile, 0px)))); } .padding-top--m{ padding-top: calc(var(--gap-v-medium) - var(--padding-top-offset, var(--padding-top-offset-desktop, var(--padding-top-offset-mobile, 0px)))); } .padding-top--l{ padding-top: calc(var(--gap-v-large) - var(--padding-top-offset, var(--padding-top-offset-desktop, var(--padding-top-offset-mobile, 0px)))); } .pseudo-plus-icon:after, .pseudo-plus-icon:before{ display: var(--pseudo-plus-icon-display-desktop, block); right: var(--pseudo-plus-icon-right, var(--pseudo-plus-icon-right-desktop, var(--pseudo-plus-icon-right-mobile, var(--wrap-h)))); } .subline{ color: var(--subline-color, var(--subline-color-desktop, var(--subline-color-mobile, inherit))); } .wrap-desktop{ padding-left: var(--wrap-h); padding-right: var(--wrap-h); } .wrap-desktop--xl{ padding-left: var(--wrap-h-xl); padding-right: var(--wrap-h-xl); } .wrap--large{ padding-left: var(--wrap-h-large); padding-right: var(--wrap-h-large); }}@media (min-width: 1400px){ .wrap--desktop-small{ --wrap-h: 40px; --wrap-h: clamp(40px, calc(40 / 1728* 100vw), 52px); }}@media (max-width: 1023px){ .padding-bottom--l--mobile{ padding-bottom: var(--gap-v-large); } .padding-top--none--mobile{ padding-top: 0; } .wrap-mobile{ padding-left: var(--wrap-h); padding-right: var(--wrap-h); }}.video__button{ background-color: #fff; background-image: var(--video-button-icon, var(--icon-pause)); background-position: var(--video-button-position, center); background-repeat: no-repeat; background-size: var(--video-button-background-size, 25% auto); border: 1px solid #fff; border-radius: 50%; bottom: var(--video-button-bottom, 31px); cursor: pointer; height: var(--video-button-size, 48px); left: var(--video-button-left, 29px); right: var(--video-button-right, auto); position: absolute; top: var(--video-button-top, auto); transition: 250ms ease-in-out; width: var(--video-button-size, 48px); z-index: var(--video-button-z-index, auto);}@media (min-width: 1024px){ .video__button--right-desktop{ --video-button-left: auto; --video-button-right: 29px; }}@media (max-width: 1023px){ .video__button--right-mobile{ --video-button-left: auto; --video-button-right: 29px; }}.video__button:hover{ border-color: var(--dark);}.video--paused{ --video-button-icon: var(--icon-play);}.quantity__links-separator{ background-color: #D9D9D9; width: 1px; height: 16px; flex-shrink: 0; margin: 0 7px;}.quantity__wrapper{ margin-top: 16px;}.quantity{ align-items: stretch; border: 1px solid #e5e5e5; border-radius: 4px; display: flex; flex-shrink: 0; height: 42px; justify-content: space-between; margin-right: var(--quantity-popover-margin-right, 24px); width: 92px;}.quantity .icon{ pointer-events: none;}.quantity__button{ align-items: center; display: flex; flex-shrink: 0; justify-content: center; width: var(--quantity-button-width, 26px);}.quantity__button svg{ width: 10px;}.quantity__button:first-child{ padding-left: var(--quantity-button-padding-h, 16px);}.quantity__button:last-child{ padding-right: var(--quantity-button-padding-h, 16px);}.quantity__input{ background-color: transparent; border: none; color: var(--dark, black); flex-grow: 1; font-size: 16px; font-style: normal; line-height: 1; letter-spacing: -0.32px; max-width: var(--quantity-input-width, 40px); text-align: center; text-transform: uppercase;}.no-js .quantity__input{ min-width: 100%; text-align: center;;}.js .quantity__input::-webkit-outer-spin-button,.js .quantity__input::-webkit-inner-spin-button{ -webkit-appearance: none; margin: 0;}.js .quantity__input[type=number]{ -moz-appearance: textfield;}/* hide signup widget when menus open */body > div:first-child{ opacity: var(--widget-opacity, 1); visibility: var(--widget-visibility, visible);}/* Slide out menus (filters, cart-drawer, etc) */.menu{ --menu-padding-h: 24px; --menu-padding-v: 47px; --safe-area-inset-bottom: constant(safe-area-inset-bottom, 0px); --safe-area-inset-top: constant(safe-area-inset-top, 0px); align-items: stretch; background-color: var(--light); bottom: calc(var(--offset-desktop, 0px) + var(--safe-area-inset-bottom)); display: flex; flex-direction: column; opacity: var(--menu-active-1, 0); overflow: hidden auto; overscroll-behavior: contain; pointer-events: var(--menu-active-auto, none); position: fixed; top: calc(var(--offset-desktop, 0px) + var(--safe-area-inset-top)); transition: 250ms ease-in-out; width: var(--menu-width, 100%); z-index: 33;}.menu > *{ width: 100%;}.menu--left{ left: var(--offset-desktop, 0); transform: translate3d(var(--menu-active-0, var(--prefers-reduced-motion-0, -100%)), 0, 0);}.menu--right{ right: var(--offset-desktop, 0); transform: translate3d(var(--menu-active-0, var(--prefers-reduced-motion-0, 100%)), 0, 0);}.menu__close{ background-color: var(--light); border-radius: 50%; flex-shrink: 0; margin-left: auto; position: absolute; right: 23px; top: 24px; transition: 250ms ease-in-out; z-index: 1;}.menu__close path{ transition: 250ms ease-in-out;}.menu__close:hover path{ fill: var(--light);}.menu__close:hover{ background-color: var(--dark);}.menu__close svg{ display: block; height: auto;}.menu__header{ align-items: center; background-color: var(--menu-header-background-color, var(--light)); box-sizing: border-box; display: flex; justify-content: space-between; margin-top: var(--menu-padding-v); padding: 0 var(--menu-padding-h);}.menu__title{ font-family: var(--font-heading); font-size: 32px; font-weight: normal;}@supports(padding: max(0px)){ .menu { --safe-area-inset-bottom: env(safe-area-inset-bottom, 0px); --safe-area-inset-top: env(safe-area-inset-top, 0px); }}@media (min-width: 530px){ .menu{ --menu-width: 480px; }}@media (min-width: 1024px){ .menu{ --menu-padding-h: 40px; --offset-desktop: 24px; border-radius: 8px; }}:root{ --icon-star-empty: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9IiM5ODhGNjYiIGhlaWdodD0iMTYiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC4wMDAwMiAxMi4xNzMzTDMuMjk4MDIgMTQuODA1M0w0LjM0ODAyIDkuNTE5OTJMMC4zOTEzNTcgNS44NjEyNUw1Ljc0MjY5IDUuMjI2NTlMOC4wMDAwMiAwLjMzMzI1MkwxMC4yNTc0IDUuMjI2NTlMMTUuNjA4NyA1Ljg2MTI1TDExLjY1MiA5LjUxOTkyTDEyLjcwMiAxNC44MDUzTDguMDAwMDIgMTIuMTczM1pNOC4wMDAwMiAxMC42NDUzTDEwLjgzMTQgMTIuMjI5OUwxMC4xOTg3IDkuMDQ3OTJMMTIuNTgwNyA2Ljg0NDU5TDkuMzU4NjkgNi40NjI1OUw4LjAwMDAyIDMuNTE2NTlMNi42NDEzNiA2LjQ2MzI1TDMuNDE5MzYgNi44NDQ1OUw1LjgwMTM2IDkuMDQ3OTJMNS4xNjg2OSAxMi4yMjk5TDguMDAwMDIgMTAuNjQ1M1oiPjwvcGF0aD48L3N2Zz4="); --icon-star-full: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9IiM5ODhGNjYiIGhlaWdodD0iMTYiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC4wMDAwMiAxMi4xNzMzTDMuMjk4MDIgMTQuODA1M0w0LjM0ODAyIDkuNTE5OTJMMC4zOTEzNTcgNS44NjEyNUw1Ljc0MjY5IDUuMjI2NTlMOC4wMDAwMiAwLjMzMzI1MkwxMC4yNTc0IDUuMjI2NTlMMTUuNjA4NyA1Ljg2MTI1TDExLjY1MiA5LjUxOTkyTDEyLjcwMiAxNC44MDUzTDguMDAwMDIgMTIuMTczM1oiPjwvcGF0aD48L3N2Zz4='); --icon-star-half: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9IiM5ODhGNjYiIGhlaWdodD0iMTYiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC4wMDAwMiAxMC42NDUzTDEwLjgzMTQgMTIuMjI5OUwxMC4xOTg3IDkuMDQ3OTJMMTIuNTgwNyA2Ljg0NDU5TDkuMzU4NjkgNi40NjI1OUw4LjAwMDAyIDMuNTE2NTlWMTAuNjQ1M1pNOC4wMDAwMiAxMi4xNzMzTDMuMjk4MDIgMTQuODA1M0w0LjM0ODAyIDkuNTE5OTJMMC4zOTEzNTcgNS44NjEyNUw1Ljc0MjY5IDUuMjI2NTlMOC4wMDAwMiAwLjMzMzI1MkwxMC4yNTc0IDUuMjI2NTlMMTUuNjA4NyA1Ljg2MTI1TDExLjY1MiA5LjUxOTkyTDEyLjcwMiAxNC44MDUzTDguMDAwMDIgMTIuMTczM1oiPjwvcGF0aD48L3N2Zz4=");}.rating-stars__icon{ background-position: center; background-repeat: no-repeat; background-size: 100% auto; flex-shrink: 0; height: var(--rating-star-size, 14px); min-height: var(--rating-star-size, 14px); min-width: var(--rating-star-width, var(--rating-star-size, 14px)); width: var(--rating-star-width, var(--rating-star-size, 14px));}.cart-drawer--active .cart-drawer{ --menu-active-1: 1; --menu-active-0: 0; --menu-active-auto: auto; --menu-active-hidden: hidden;}.cart-drawer{ --cart-item-image-width-desktop: 200px; --cart-item-price-font-size: 18px; --cart-item-title-font-size: 18px; --menu-padding-v: 24px; --safe-area-inset-bottom: constant(safe-area-inset-bottom, 0px); --safe-area-inset-top: constant(safe-area-inset-top, 0px); --wrap-h: var(--cart-wrap-h, 16px); box-sizing: border-box; overflow: hidden; z-index: 100;}.no-js [open] .cart-drawer,.cart-drawer--active{ --cart-drawer-active-1: 1; --cart-drawer-active-block: block; --cart-drawer-active-none: none; --cart-drawer-active-overlay-transition: opacity 250ms ease-in-out; --cart-drawer-active-visible: visible; --widget-opacity: 0; --widget-visibility: hidden;}.moved-to-wishlist__item:not(:first-child),.drawer__empty ~ [data-in-view-swiper]{ display: none;}.cart-drawer__close{ position: static;}.cart-drawer__inner{ display: flex; flex-direction: column; height: 100%; opacity: var(--cart-drawer-active-1, 0); overscroll-behavior: contain; overflow: auto; transition: var(--cart-drawer-active-none, opacity 0ms 250ms, visibility 0ms 250ms); visibility: var(--cart-drawer-active-visible, hidden);}@supports(padding: max(0px)){ .cart-drawer{ /* iOs 11.2+ safe-area */ --safe-area-inset-bottom: env(safe-area-inset-bottom, 0px); --safe-area-inset-top: env(safe-area-inset-top, 0px); }}@media (min-width: 375px){ .cart-drawer .product-card{ --swiper-slide-width: 47%; }}@media (min-width: 500px){ .cart-drawer{ --cart-drawer-max-width-mobile: 420px; --cart-drawer-recs-peek: 82px; } .cart-drawer .product-card{ --swiper-slide-width: 43%; }}@media (min-width: 1024px){ .cart-drawer{ --cart-drawer-recs-cols: 3; --cart-item-col-gap: 20px; --cart-item-cell-padding-v: 24px; }}.cart-item{ display: flex; width: 100%;}.cart-item:not(:first-child) .cart-item__cell{ border-top: 1px solid #DEE4E6;}.cart-item__cell{ border: none; display: flex; flex-direction: column; padding: var(--cart-item-cell-padding-v, 16px) 0 var(--cart-item-cell-padding-v, 16px) var(--cart-item-col-gap, 16px);}.cart-item__cell--details{ flex-grow: 1;}.cart-item__details-content{ align-items: flex-start; display: flex; flex-direction: column; height: 100%;}.cart-item__details-content quantity-popover{ margin-top: auto;}.cart-item__details-content{ padding-top: 6px;}.cart-item__name{ padding-right: 44px;}.cart-item__price{ margin-left: auto; text-align: right;}.cart-item__product-option{ color: var(--color-body); font-size: 14px; font-variation-settings: "wght" 500; line-height: 1.1667; margin-top: var(--cart-item-option-margin-top, 4px);}.cart-item__product-option + .cart-item__product-option{ margin-top: var(--cart-item-option-sibling-margin-top, 6px);}.cart-item__remove{ align-items: center; display: flex; height: 42px; justify-content: center; position: absolute; right: -5px; top: -3px; width: 24px;}.cart-item__remove-link{ color: inherit; transition: 250ms ease-in-out;}.cart-item__remove-link:hover{ opacity: 0.5;}.cart__loyalty-rewards + .cart__free-shipping{ --cart-free-shipping-margin-top-desktop: var(--rewards-free-shipping-gap, 8px); --cart-free-shipping-margin-top-mobile: var(--rewards-free-shipping-gap, 8px);}.drawer__content{ padding: 0 var(--menu-padding-h);}.drawer__content .products{ --card-cols: 2; --card-peek: 72px;}.drawer__empty{ padding-bottom: 40px;}.drawer__subtitle{ --font-size-desktop: 17px; --font-size-mobile: 15px;}@media (min-width: 1024px){ .drawer__content .products{ --card-cols: 3; --card-peek: 60px; }}.drawer__footer .margin:last-child{ margin-bottom: 0 !important;}.header-group{ position: var(--header-position, sticky); top: var(--header-sticky-top, 0); transition: 250ms ease-in-out; z-index: var(--header-z-index, 10);}.no-sticky-navs{ --header-position: static; --no-sticky-navs-none: none; --no-sticky-navs-static: static;}.header{ --flex-align-items-desktop: center; --flex-align-items-mobile: center; --header-logo-width: 167px; --header-links-gap-desktop: clamp(18px, 1.15741vw, 26px); --mobile-menu-search-margin-bottom: 24px; --mobile-menu-padding-top: 70px; --padding-desktop: var(--header-padding-desktop, 12px var(--wrap-h) 12px); --padding-mobile: 0 56px 0 16px; background: var(--light); border-bottom: 1px solid var(--dark);}.header__logo{ max-width: calc(100vw - 190px); width: var(--header-logo-width);}.header__nav{ align-items: center; display: flex; height: calc(var(--header-height) - var(--announcement-height)); justify-content: space-between; position: relative;} .header--scrolled[data-scroll-direction="down"]{ --header-sticky-top: calc(-1 * var(--header-height)); --sticky-top-under-header: 0px; } .header--scrolled[data-scroll-direction="up"]{ --header-transform: none; }.header-group .announcement,.header__el-stack-top{ position: relative; transform: translateZ(0); z-index: var(--header-el-stack-top-z-index, auto);}.menu-active{ --nav-item-hover-0: 0; --nav-item-hover-1: 1; --nav-menu-display: flex;}.menu__group--cards{ padding-top: var(--menu-cards-padding-top, 24px);}.menu__group-card{ --gap-desktop: clamp(16px, calc(16 / 1728 * 100vw), 22px); --gap-mobile: 8px; --hover-zoom-scale-amount: 1.075; align-items: var(--nav-menu-group-card-align-items, center); flex: 1 1 0px; max-width: var(--nav-menu-group-card-max-width, 80px); text-align: var(--nav-menu-group-card-text-align, center); width: var(--nav-menu-group-card-width, 0);}.menu__group-card-description{ font-size: 12px; line-height: 1.5; margin-top: 4px; max-width: var(--menu-feature-description-max-width, 22ch);}.menu__group-card-image{ flex-shrink: 0; overflow: hidden; width: var(--nav-menu-group-card-image-width, 100%);}.menu__group-card + .menu__group-card{ margin: var(--nav-menu-group-card-margin, 0 0 0 16px);}.nav{ --safe-area-inset-bottom: constant(safe-area-inset-bottom, 0px); --safe-area-inset-left: constant(safe-area-inset-left, 0px); --safe-area-inset-right: constant(safe-area-inset-right, 0px); --safe-area-inset-top: constant(safe-area-inset-top, 0px); --flex-direction-desktop: row; --flex-direction-mobile: column; --flex-align-items-desktop: center; --flex-align-items-mobile: stretch; --flex-justify-content-desktop: flex-start; --flex-justify-content-mobile: flex-start; --gap-desktop: 24px; --gap-desktop: var(--header-links-gap-desktop); --gap-mobile: 0; --height-desktop: auto; --height-mobile: 100vh; --height-mobile: 100svh; --opacity-desktop: 1; --opacity-mobile: var(--mobile-menu-active-1, 0); --overflow-desktop: visible; --overflow-mobile: hidden scroll; --padding-desktop: 0; --padding-mobile: 0 var(--wrap-h); --pointer-events-desktop: none; --pointer-events-mobile: auto; --position-bottom-mobile: var(--safe-area-inset-bottom); --position-desktop: static; --position-left: var(--safe-area-inset-left); --position-mobile: fixed; --position-top-mobile: var(--safe-area-inset-top); --transition-desktop: none; --transition-mobile: opacity 250ms ease-in-out; --width-desktop: auto; --width-mobile: calc(100% + var(--scrollbar-width)); --wrap-h: 24px; background: var(--light); box-sizing: border-box; right: calc(-1 * var(--scrollbar-width)); z-index: 30;}.nav__wrapper{ display: flex; gap: clamp(16px, 1.04vw, 24px); width: var(--nav-details-width, calc(50% - (var(--header-logo-width) / 2)));}@supports(padding: max(0px)){ .nav{ /* iOs 11.2+ safe-area */ --safe-area-inset-bottom: env(safe-area-inset-bottom, 0px); --safe-area-inset-left: env(safe-area-inset-left, 0px); --safe-area-inset-top: env(safe-area-inset-top, 0px); }}.no-js [open] #navSummary{ opacity: 0; pointer-events: var(--desktop-no-js-none, auto); z-index: 100;}.nav__icons{ --gap-desktop: 24px; --gap-desktop: var(--header-links-gap-desktop); --gap-mobile: clamp(13.3px, 3.4vw, 18px); align-items: center; display: flex; justify-content: flex-end; width: var(--nav-icons-width, calc(50% - (var(--header-logo-width) / 2)));}.expanded-header-search:not(.search-menu--active) .nav__icons .search-menu__icon{ align-items: center; display: flex; height: 45px; justify-content: flex-end; left: 0px; margin-top: -1px; padding-right: 12px; width: 41px;}.nav__icons .search-menu__icon svg{ display: block; height: auto; width: 12px;}html:not([data-cart-count="0"]) .nav__icon--cart{ margin-right: 6px;}.nav__item{ --position-desktop: static; --position-mobile: relative; align-items: center; display: flex; gap: 8px; pointer-events: auto;}.nav__item + .nav__item{ margin: var(--nav-item-margin, var(--nav-item-margin-mobile, 16px 0 0));}.nav__link{ --font-size-desktop-large: 18px; --font-size-desktop-medium: clamp(12px, 1.17vw, 18px); --font-size-desktop: clamp(13px, 1.17vw, 18px); --font-size-tablet: 32px; --font-size-mobile: 32px; --font-weight-desktop: 400; --padding-desktop: 2px 0 0; --padding-mobile: 4px 0; --transform: var(--transform, translateZ(0)); --z-index-desktop: 21; --z-index-mobile: 3;}.nav__menu{ --top-offset-mobile: calc(var(--search-height, 48px) + var(--mobile-menu-padding-top, 70px) + var(--mobile-menu-search-margin-bottom)); --flex-align-items-desktop: flex-start; --flex-align-items-mobile: flex-start; --flex-display-desktop: var(--nav-menu-display, none); --flex-display-mobile: var(--nav-menu-display, none); --flex-direction-desktop: row; --flex-direction-mobile: column; --flex-justify-content-desktop: flex-start; --flex-justify-content-mobile: flex-start; /* --gap-desktop: 74px; */ --gap-desktop: 5%; --gap-desktop: clamp(40px, 4%, 74px); --gap-mobile: 0; --height-desktop: auto; --height-mobile: calc(100vh - var(--top-offset-mobile)); --height-mobile: calc(100svh - var(--top-offset-mobile)); --overflow-desktop: visible; --overflow-mobile: hidden auto; --padding-desktop: 26px var(--wrap-h) 76px; --padding-desktop: clamp(26px, 1.5vw, 33.8px) var(--wrap-h) clamp(78px, 4.4vw, 90px); --padding-mobile: 0 var(--wrap-h) 40px; --position-desktop: absolute; --position-mobile: fixed; --position-left-desktop: var(--safe-area-inset-left, 0); --position-left-mobile: var(--safe-area-inset-left, 0); --position-top-desktop: calc(var(--header-height) - var(--announcement-height) + 1px); --position-top-mobile: var(--top-offset-mobile); background: var(--light); width: 100%; z-index: 20;}.nav__menu-headline{ --pseudo-plus-icon-display-desktop: none; --pseudo-plus-icon-right: 0; align-items: center; border-top: var(--nav-menu-headline-border-top, 1px solid var(--dark)); display: flex; font-size: var(--nav-menu-headline-font-size, 18px); font-variation-settings: 'wght' 700; height: var(--nav-menu-headline-height, 60px); margin-bottom: var(--nav-menu-headline-margin-bottom, 0); width: var(--nav-menu-headline-width, 100%);}.nav__menu-link{ font-family: var(--font-heading); font-size: var(--nav-menu-link-font-size, 20px); transition: color 200ms ease-in-out;}.nav__menu-link--large{ --nav-menu-link-font-size: 24px;}.nav__menu-link--large .nav__menu-link:not(.mav__toggle-text){ --nav-menu-link-font-size: 20px;}.nav__menu-link + .nav__menu-link{ margin-top: var(--nav-menu-link-gap, 8px);}.nav__menu-images{ --card-aspect-ratio-height: 542; --card-aspect-ratio-width: 376; --card-width: calc((100% + var(--wrap-h) - var(--peek) - (var(--cols) * var(--gap))) / var(--cols)); --gap: 16px; --peek: var(--nav-menu-cards-peek, 0); --flex-grow-desktop: 1; --flex-grow-mobile: 0; --margin-desktop: 0; --margin-mobile: 36px 0 0;}.nav__menu-header{ align-items: flex-start; border-bottom: 1px solid var(--dark); display: flex; justify-content: space-between; margin: 0 0 var(--nav-menu-header-margin-bottom, -1px); min-height: var(--nav-menu-header-min-height, 64px);}.nav__menu-header-title{ align-items: center; display: flex; flex-grow: 1; font-size: var(--nav-menu-header-title-font-size, 32px); min-height: 40px; padding: var(--nav-menu-header-title-padding, 0 10px 0 24px);}.nav__menu-info{ --position-desktop: static; --position-mobile: relative; --position-top-desktop: 0; --position-top-mobile: 0;}.nav__mobile-close{ align-items: center; background-color: var(--mobile-menu-close-background-color, var(--light)); border-radius: 50%; height: 32px; justify-content: center; position: fixed; right: var(--wrap-h); top: var(--wrap-h); transition: 250ms ease-in-out; width: 32px; z-index: 12;}.nav__mobile-header{ align-items: center; background-color: var(--light); display: flex; height: var(--header-height); margin: 0 -16px; padding: 0 16px; position: sticky; top: 0; transform: var(--transform, translateZ(0)); z-index: 11;}.nav__search-menu{ margin: var(--mobile-menu-padding-top) 0 var(--mobile-menu-search-margin-bottom);}.nav__summary::-webkit-details-marker{ display: none;}.nav__toggle{ --z-index-desktop: 21; --z-index-mobile: 4; display: var(--nav-toggle-display, block); height: var(--nav-toggle-height, 20px); left: var(--nav-toggle-left, 50%); margin: var(--nav-toggle-margin, 0 0 -20px -10px); opacity: var(--nav-toggle-opacity, 0); overflow: visible; padding: 0; pointer-events: var(--nav-toggle-pointer-events, none); position: var(--nav-toggle-position, relative); top: var(--nav-toggle-top, -4px); width: var(--nav-toggle-width, 20px);}.nav__toggle-icon{ background-image: var(--nav-toggle-icon, var(--icon-chevron-down)); background-repeat: no-repeat; background-size: var(--nav-toggle-icon-size, 20px) auto; display: var(--nav-toggle-svg-display, block); height: var(--nav-toggle-icon-height, 20px); position: relative; top: 2px; width: var(--nav-toggle-icon-width, 20px);}@media (prefers-reduced-motion: reduce){ :root{ --header-sticky-top: 0; --header-sticky-transform: none; --prefers-reduced-motion-0: 0; --prefers-reduced-motion-0px: 0px; --prefers-reduced-motion-auto: auto; --prefers-reduced-motion-header-height: var(--header-height); --prefers-reduced-motion-none: none; } .header--scrolled{ --header-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1); }}@media (hover: hover){ .menu__group-card-info, a.nav__menu-headline, a.nav__icon svg, a.nav__link, .nav__menu-link{ transition: 250ms ease-in-out; } .menu__group-card:hover .menu__group-card-info, a.nav__menu-headline:hover, a.nav__icon:hover svg, a.nav__link:hover, .nav__menu-link:hover{ opacity: 0.5; }}@media (min-width: 1024px) and (hover: hover){ .nav__item:hover{ --nav-menu-display: flex; } .nav__toggle:focus-visible{ --nav-toggle-opacity: 1; --nav-toggle-pointer-events: auto; }}.menu__col{ width: var(--menu-col-width, 100%);}.menu__col--cards .menu__group{ justify-content: var(--menu-cards-justify-content, center); padding-bottom: var(--menu-group-padding-bottom, 38px);}.menu__group.active{ --menu-group-link-display: block;}.menu__group .nav__menu-link{ display: var(--menu-group-link-display, none);}.menu__group .nav__menu-link:last-child{ margin-bottom: var(--menu-group-padding-bottom, 38px);}.menu__group + .menu__group{ margin-top: var(--nav-menu-col-row-gap, 0);}@media (min-width: 1024px){ .header-group{ --header-el-stack-top-z-index: 21; } .header{ --menu-cards-justify-content: center; --menu-group-link-display: block; --menu-cards-padding-top: 0; --menu-group-padding-bottom: 0; --menu-col-width: auto; --nav-item-margin: 0; --nav-menu-col-row-gap: 25px; --nav-menu-group-card-align-items: flex-start; --nav-menu-group-card-image-width: 64px; --nav-menu-group-card-image-width: clamp(48px, calc(64/1728 * 100vw), 64px); --nav-menu-group-card-margin: 16px 0 0 0; --nav-menu-group-card-max-width: none; --nav-menu-group-card-text-align: left; --nav-menu-group-card-width: auto; --nav-menu-header-margin-bottom: 32px; --nav-menu-header-min-height: 76px; --nav-menu-header-title-font-size: 40px; --nav-menu-header-title-padding: 0 10px 10px 0; --nav-menu-headline-border-top: none; --nav-menu-headline-font-size: 14px; --nav-menu-headline-height: auto; --nav-menu-headline-margin-bottom: 24px; --nav-menu-headline-width: auto; --nav-menu-link-font-size: 16px; --nav-menu-link-font-size: clamp(13px, 1.17vw, 16px); --nav-details-width: calc(50% - (var(--header-logo-width) / 2)); } .js .nav__summary{ display: none; } .menu__group + .menu__group{ --nav-menu-headline-margin-bottom: 12px; } .nav__link{ opacity: var(--nav-link-opacity, 1); transition: opacity 250ms ease-in-out; } .nav__menu{ max-height: 100vh; } .nav__menu-border-top{ border-top: 1px solid var(--dark); flex-shrink: 0; left: 0; position: absolute; top: -1px; width: 100%; } .nav__menu:before{ background-color: var(--backdrop-background-color); content: ""; height: 100vh; left: 0; pointer-events: none; position: absolute; top: 0; width: calc(100vw - var(--scrollbar-width)); z-index: -1; } .nav__menu:after{ background-color: var(--light); content: ""; height: calc(100% + var(--header-height)); left: 0; position: absolute; top: calc(-1 * var(--header-height)); width: calc(100vw - var(--scrollbar-width)); z-index: -1; } .nav__menu-header-title{ line-height: 1; } .nav__menu-images > *{ flex: 1 1 0px; } .nav__menu-images:nth-child(2){ min-width: 100%; justify-content: center; } .nav__menu-images:nth-child(2) > *{ max-width: 340px; } .nav__menu-info:last-child{ min-width: 100%; } /* visible dropdown icon @ desktop: */ .nav__toggle{ display: block; flex-shrink: 0; height: 8px; margin: 0; opacity: 1; position: static; width: 10px; } .nav__toggle-icon{ background-position: center; background-size: contain; height: 100%; top: 1px; width: 100%; } .no-js{ --desktop-no-js-none: none; --header-padding-desktop: 16px 56px 16px 16px; }}@media (min-width: 1400px){ .header{ --header-logo-width: 214px; } .header__search-form{ margin-right: 14px; } .menu__col{ min-width: 120px; } .nav__menu{ justify-content: center; padding-left: 120px; padding-right: 120px; }}@media (max-width: 1023px){ .no-js [open] .nav, .mobile-menu--active{ --mobile-menu-active-1: 1; --nav-transform: none; --widget-opacity: 0; --widget-visibility: hidden; } .js .nav__link--with-menu{ display: none; } .js .nav__toggle{ --nav-toggle-display: flex; --nav-toggle-height: 100%; --nav-toggle-margin: 0; --nav-toggle-opacity: 1; --nav-toggle-pointer-events: auto; --nav-toggle-position: static; --nav-toggle-top: 0; --nav-toggle-width: 100%; --nav-toggle-icon: var(--icon-chevron-right); --nav-toggle-icon-height: 13.6px; --nav-toggle-icon-width: 7.51px; --nav-toggle-icon-size: 7.51px; align-items: center; padding-right: 10.49px; position: static; } .menu__col--links:last-of-type{ border-bottom: 1px solid var(--dark); } .nav__menu-images{ --nav-menu-cards-cols: 1; --nav-menu-cards-peek: 82px; margin-left: calc(-1 * var(--wrap-h)); max-width: none; overflow: auto; padding: 0 var(--nav-menu-images-padding-right, var(--wrap-h)) 15px var(--wrap-h); width: calc(100% + (var(--wrap-h) * 2)); } .swiper-initialized{ --nav-menu-images-padding-right: calc(var(--wrap-h) - 16px); } .menu__col:last-child .menu__group:last-child:not(:only-child){ border-bottom: 1px solid var(--dark); }}.mobile-menu--active,.mobile-menu--active body,.nav.nav--submenu-open{ overflow: hidden !important;}.search-menu--active .nav.nav--submenu-open{ overflow-y: auto !important;}.air-datepicker{ --adp-font-family: var(--font-body); --adp-day-name-color: var(--blue); --adp-cell-background-color-selected: var(--blue); --adp-cell-background-color-selected-hover: var(--blue);}.search-menu{ background-color: var(--search-menu-background-color-mobile, var(--light)); height: var(--search-menu-bar-height, calc(var(--header-height) - var(--announcement-height))); left: 0; opacity: var(--search-menu-active-1, 0); position: absolute; top: var(--search-menu-top, var(--announcement-height, 0)); visibility: var(--search-menu-active-visible, hidden); width: var(--search-menu-width, 100%); z-index: var(--search-menu-z-index, 1); z-index: 30;}.search-menu--active{ --search-input-border-color: transparent transparent var(--gray-light) transparent; --search-input-border-radius: 0; --search-input-height-mobile: 80px; --search-menu-active-auto: auto; --search-menu-active-1: 1; --search-menu-active-visible: visible;}.search-menu--mobile-menu{ margin: 70px 0 27px; opacity: 1; position: relative; top: 0; visibility: visible;}.search-menu__backdrop{ background-color: var(--backdrop-background-color); height: 100vh; left: 0; opacity: var(--search-menu-active-1, 0); pointer-events: var(--search-menu-active-auto, none); position: fixed; top: var(--search-menu-backdrop-top, var(--header-height)); transition: 250ms ease-in-out; z-index: -1;}.search-menu__close{ border-radius: 100%; height: 32px; position: absolute; right: var(--wrap-h); top: 50%; transform: translateY(-50%); width: 32px;}.search-menu__form{ border-radius: 0;}.search-menu__icon{ cursor: pointer; left: 16px; position: absolute; top: calc(50% + 1px); transform: translateY(-50%); width: var(--search-icon-width, 12.064px);}.search-menu__icon svg{ display: block; height: auto; width: 100%;}.search-menu__input{ --border-color-desktop: var(--gray); --border-color-mobile: var(--gray); --border-style: solid; --border-width-desktop: 1px; --border-width-mobile: 1px; --height-desktop: var(--search-input-height-desktop, 48px); --height-mobile: var(--search-input-height-mobile, 48px); background-color: var(--search-menu-input-background-color, #fff); border-color: var(--search-input-border-color, var(--gray-light)); border-style: solid; border-width: 1px; border-radius: var(--search-input-border-radius, 4px); color: var(--search-menu-input-color, inherit); font-size: 16px; font-variation-settings: 'wght' 500; padding: 0 16px 0 var(--search-menu-input-padding-left, calc(16px + var(--icon-width, 15.31px) + var(--icon-gap, 8px))); width: 100%;}.search-menu__input:not(.search-menu__input--mobile-menu){ --placeholder-color: var(--search-menu-input-placeholder-color, var(--dark)); --placeholder-font-size: var(--search-menu-input-placeholder-font-size, 12px);}.search-menu__predictive-search{ --swiper-scrollbar-sides-offset: -13px; --swiper-scrollbar-margin-top-desktop: 32px; --swiper-scrollbar-margin-top-mobile: 32px; animation: 500ms fadeIn 250ms forwards 1 ease-in-out; background-color: #F8F8F8; display: var(--suggestions-expanded-block, none); opacity: 0; overflow: clip;}.predictive-search{ color: var(--dark); display: flex; flex-direction: column-reverse; margin: 0 auto; max-width: 1400px; width: 100%;}.predictive-search:not(:empty){ padding: 24px var(--wrap-h);}.predictive-search__content{ padding-top: 32px;}.predictive-search__group:not(:first-child){ margin-top: 32px;}.predictive-search__header{ align-items: flex-start; display: flex; justify-content: space-between;}.predictive-search__links{ display: flex; flex-wrap: wrap; gap: 8px;}.predictive-search__links--link{ flex-direction: column; gap: 10px;}.predictive-search__link{ color: inherit; font-size: 16px; text-decoration: none;}.predictive-search__link--link:hover{ opacity: 0.5; text-decoration: underline;}.predictive-search__title{ display: block; font-size: 14px; margin-bottom: 16px;}.predictive-search__title--loading{ opacity: 0; pointer-events: none;}.predictive-search__link--button{ border-radius: var(--Corner-Radius, 8px); border: 1px solid var(--Colors-Gray, #D1D1D1); display: inline-flex; padding: 8px 16px; transition: 250ms ease-in-out;}@media (hover: hover){ .predictive-search__link--button:hover{ background-color: var(--dark); color: var(--light); }}@media (min-width: 480px) and (max-width: 599px){ .predictive-search .cards{ --cards-cols: var(--cards-cols-small, 2); --cards-gap: var(--cards-gap-small, 8px); --cards-peek: var(--cards-peek-small, 65px); }}@media (min-width: 600px) and (max-width: 1023px){ .predictive-search .cards{ --cards-cols: var(--cards-cols-tablet, 3); --cards-gap: var(--cards-gap-tablet, 8px); --cards-peek: var(--cards-peek-tablet, 82px); }}@media (min-width: 1024px){ :root{ --search-menu-top: 0; } .predictive-search{ --predictive-search-content-width: 222px; --predictive-search-gap: 50px; --predictive-search-gap: clamp(30px, calc(77/1728 * 100%), 77px); flex-direction: row; gap: 50px; gap: var(--predictive-search-gap); } .predictive-search:not(:empty){ padding: 24px var(--wrap-h) 60px; } .predictive-search .cards{ --cards-cols: var(--cards-cols-desktop-medium, 5); --cards-peek: var(--cards-peek-desktop-medium, calc(var(--wrap-h) - var(--cards-gap))); overflow: hidden; } .predictive-search .cards:not(.swiper-initialized) .swiper-slide{ width: calc(25% - 12px); } .predictive-search .cards:not(.swiper-initialized) .swiper-slide:last-child{ margin-right: 0 !important; } .predictive-search__cards{ flex-shrink: 0; width: calc(100% - var(--predictive-search-gap) - var(--predictive-search-content-width)); } .predictive-search__content{ padding-top: 0; } .predictive-search__content:not(:only-child){ flex-shrink: 0; width: var(--predictive-search-content-width); } .predictive-search .product-card__title{ font-size: 20px; } .predictive-search .product-card__price{ font-size: 14px; } .search-menu{ background-color: var(--search-menu-background-color-desktop, #fff); border-bottom: 1px solid var(--search-menu-input-border-color-desktop, var(--search-input-border-color, var(--gray-light))); } .expanded-header-search:not(.search-menu--active) .nav__icons .search-menu{ border-bottom: none; } .search-menu--active{ --suggestions-expanded-block: block; --suggestions-expanded-auto: auto; --suggestions-expanded-1: 1; } .search-menu__form{ --search-input-height-desktop: 100%; height: 100%; margin: 0 auto; max-width: 1400px; } .search-menu__icon{ left: var(--search-menu-icon-left-desktop, var(--wrap-h)); } .search-menu__input{ border: none; } .expanded-header-search:not(.search-menu--active) .nav__icons .search-menu__input{ border: 1px solid #E8E8E8; } .search-menu__predictive-search{ border-top: 1px solid var(--gray-light); } .expanded-header-search:not(.search-menu--active) .search-menu__close{ display: none; } .expanded-header-search .search-menu{ height: 48px; opacity: 1; position: static; visibility: visible; width: auto; } .expanded-header-search:not(.search-menu--active) .search-menu__close{ opacity: 0; pointer-events: none; } html:not(.expanded-header-search) .search-menu__icon svg, .expanded-header-search.search-menu--active .search-menu__icon svg{ display: block; height: auto; width: 15.77px; } html:not(.expanded-header-search) .search-menu__input, .expanded-header-search.search-menu--active .search-menu__input{ font-size: 18px; padding-left: var(--search-menu-input-padding-left-desktop-expanded, calc(27.77px + var(--wrap-h))); } .search-menu--active .search-menu__input:focus-visible{ box-shadow: none; outline: none; } html:not(.expanded-header-search) .search-menu__input::placeholder, .expanded-header-search.search-menu--active .search-menu__input::placeholder{ font-size: 18px; } html:not(.expanded-header-search) .search-results__form .search-menu__input{ padding-left: var(--search-menu-input-padding-left, calc(16px + var(--icon-width, 15.31px) + var(--icon-gap, 8px))); } .search-menu--active .search-menu{ height: var(--search-menu-active-height-desktop, 100%); position: absolute; width: 100%; } .suggestions--active{ --suggestions-expanded-block: block; --suggestions-expanded-auto: auto; --suggestions-expanded-1: 1; }}/* animate mobile menu search into active state */@media (max-width: 1023px){ search-menu.hide-mobile{ display: block; visibility: hidden; } .search-menu--mobile-menu{ position: relative; top: 0; } .search-menu--mobile-menu, .search-menu--mobile-menu .search-menu__form{ transition: 400ms ease-in-out; } .search-menu--mobile-menu .search-menu__close{ animation: 0ms fadeIn 400ms forwards 1; display: none; opacity: 0; top: 24px; } .search-menu--mobile-menu .search-menu__icon, .search-menu--mobile-menu .search-menu__input::placeholder, .search-menu--mobile-menu .search-menu__input{ transition: 400ms ease-in-out; } .search-menu--mobile-menu .search-menu__input{ padding-right: 65px; } .search-menu--mobile-menu .search-menu__input:focus{ outline: none; } .mobile-menu--active.suggestions--active .nav__footer, .mobile-menu--active.suggestions--active .nav__item{ visibility: hidden; } .mobile-menu--active.suggestions--active{ --mobile-menu-close-background-color: #fff; } .mobile-menu--active.suggestions--active .search-menu--mobile-menu{ --search-input-border-color: transparent transparent var(--gray-light) transparent; --search-input-border-radius: 0; --search-input-height-mobile: 80px; --suggestions-expanded-block: block; --suggestions-expanded-auto: auto; --suggestions-expanded-1: 1; height: 80px; margin-bottom: -30px; transform: translate3d(calc(-1* var(--wrap-h)), -70px, 0); width: calc(100% + (var(--wrap-h) * 2)); width: 100vw; } .mobile-menu--active.suggestions--active .search-menu--mobile-menu .search-menu__close{ display: block; } .nav__mobile-close{ transition: opacity 0ms 400ms; z-index: 30; } .mobile-menu--active.suggestions--active .nav__mobile-close{ opacity: 0; pointer-events: none; } .mobile-menu--active.suggestions--active .search-menu--mobile-menu .search-menu__icon{ left: var(--wrap-h); width: 15.77px; } .mobile-menu--active.suggestions--active .search-menu--mobile-menu .search-menu__input{ font-size: 18px; padding-left: 48.77px; } .mobile-menu--active.suggestions--active .search-menu--mobile-menu .search-menu__input::placeholder{ font-size: 18px; }}@media (min-width: 1024px) and (min-height: 700px){ .predictive-search{ min-height: 560px; }}.footer__details-menu-links{ columns: 2;}.footer__details-menu-link{ display: inline-block; margin-bottom: 8px; width: 100%;}.footer svg{ transform: translate3d(0, 0, 0);}@media (min-width: 768px){ .footer__details-menu-links{ columns: 4; }}@media (min-width: 1024px){ .footer__details-menu-links{ columns: 5; }}.footer__icon svg{ display: block; height: auto; transform: var(--icon-transform, translateX(var(--icon-left, 0px))); transition: 250ms ease-in-out;}.footer__icon:hover{ --icon-left: var(--prefers-reduced-motion-0px, 3px);}[open] .footer__icon{ --icon-transform: var(--prefers-reduced-motion-none, rotate(90deg));}.footer__newsletter-input{ --placeholder-color: var(--dark);}@media (min-width: 1024px){ .footer a{ transition: 200ms ease-in-out; } .footer a:hover{ opacity: 0.5; }}@media (max-width: 1023px){ .no-js .footer__nav-group .pseudo-plus-icon:after, .no-js .footer__nav-group .pseudo-plus-icon:before{ display: none; }}@media (min-width: 1400px){ .footer__nav a{ white-space: nowrap; } .footer__nav-col + .footer__nav-col{ margin-left: 27px; }}.cards{ --cards-cols: 2; --cards-gap: 8px; --cards-peek: 82px; --card-width: calc((100% + var(--wrap-h) - var(--cards-peek) - (var(--cards-cols) * var(--cards-gap))) / var(--cards-cols));}.cards--landscape{ --card-aspect-ratio-height: 300; --card-aspect-ratio-width: 408; --cards-cols-small: 2; --cards-cols-tablet: 3; --cards-cols-desktop: 4; --cards-cols-desktop-medium: 4; --cards-cols-desktop-large: 4;}.cards--portrait{ --card-aspect-ratio-height: 408; --card-aspect-ratio-width: 300; --cards-cols-small: 3; --cards-cols-tablet: 4; --cards-cols-desktop: 5; --cards-cols-desktop-medium: 5; --cards-cols-desktop-large: 5;}.cards--products{ --card-aspect-ratio-height: 448; --card-aspect-ratio-width: 380; --cards-cols: 1; --cards-cols-small: 2; --cards-cols-tablet: 3; --cards-cols-desktop: 4; --cards-cols-desktop-medium: 4; --cards-cols-desktop-large: 4; --cards-peek: 152px;}.cards--square{ --card-aspect-ratio-height: 292; --card-aspect-ratio-width: 268;}@media (min-width: 500px){ .media-cards, .products{ --card-cols: 2; }}@media (min-width: 600px){ .cards{ --cards-cols: var(--cards-cols-small, 2); --cards-gap: var(--cards-gap-small, 8px); --cards-peek: var(--cards-peek-small, 100px); }}@media (min-width: 768px){ .cards{ --cards-cols: var(--cards-cols-tablet, 3); --cards-gap: var(--cards-gap-tablet, 8px); --cards-peek: var(--cards-peek-tablet, 82px); } .media-cards{ --card-cols: 3; } .products{ --card-cols: 3; --card-peek: 114px; }}@media (min-width: 1024px){ .cards{ --cards-cols: var(--cards-cols-desktop, 4); --cards-gap: var(--cards-gap-dsektop, 16px); --cards-peek: var(--cards-peek-desktop, 68px); } .media-cards{ --card-cols: 4; --card-gap: 16px; --card-peek: 137px; } .products{ --card-gap: 16px; }}@media (min-width: 1400px){ .cards{ --cards-cols: var(--cards-cols-desktop-medium, 5); --cards-peek: var(--cards-peek-desktop-medium, calc(var(--wrap-h) - var(--cards-gap))); }}@media (min-width: 1728px){ .cards{ --cards-cols: var(--cards-cols-desktop-large, 5); }}.media-card{ --video-button-z-index: 1; align-items: center; container-type: var(--media-card-container-type, inline-size); display: flex; flex-direction: column; position: relative; text-align: center; width: var(--media-card-width, auto);}@container (max-width: 300px){ .media-card__media{ --video-button-bottom: 16px; --video-button-left: 16px; --video-button-size: 32px; }}.media-card--landscape{ --media-card-aspect-ratio: calc(424/624 * 100%);}.media-card--portrait{ --media-card-aspect-ratio: calc(408/300 * 100%);}.media-card__btn{ margin-top: var(--media-card-btn-margin-top, var(--media-card-btn-margin-top-mobile, 20px));}.media-card__media{ border-radius: var(--media-card-media-border-radius, 8px); overflow: var(--media-card-media-overflow, hidden); position: relative; width: var(--media-card-media-width, 100%);}.media-card__media:before{ content: ""; display: block; padding-top: var(--media-card-aspect-ratio, calc(292/268 * 100%));}.media-card__numbered{ align-items: center; background-color: #fff; border-radius: 50%; border: 1px solid; display: flex; font-size: 18px; font-variation-settings: "wght" 700; height: 40px; justify-content: center; margin: -20px auto 5px; position: relative; text-align: center; width: 40px; z-index: 1;}.media-card__numbered:after{ content: attr(data-index); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%);}.media-card__description{ font-size: var(--media-card-description-font-size, var(--media-card-description-font-size-mobile, 14px)); line-height: var(--media-card-description-line-height, var(--media-card-description-line-height-mobile, 142.857%)); margin-top: var(--media-card-description-margin-top, var(--media-card-description-margin-top-mobile, calc(8/14 * 1em)));}.media-card__headline{ --font-weight: var(--media-card-headline-font-weight, 400); display: block; font-family: var(--media-card-headline-font-family, var(--font-heading)); font-size: var(--media-card-headline-font-size, var(--media-card-headline-font-size-mobile, 15px)); font-weight: normal; line-height: var(--media-card-headline-line-height, var(--media-card-headline-line-height-mobile, normal)); margin-top: var(--media-card-headline-margin-top, var(--media-card-headline-margin-top-mobile, 15px));}.media-card__subtitle{ color: var(--media-card-subtitle-color, var(--media-card-subtitle-color-mobile, var(--color-dim, inherit))); font-size: var(--media-card-subtitle-font-size, var(--media-card-subtitle-font-size-mobile, 12px)); line-height: var(--media-card-headline-line-height, var(--media-card-headline-line-height-mobile, normal)); margin-top: var(--media-card-headline-margin-top, var(--media-card-headline-margin-top-mobile, 4px));}@media (min-width: 1024px){ :root{ --media-card-btn-font-size-desktop: clamp(14px, calc(14/1728 * 100vw), calc(14px * 1.3)); --media-card-btn-margin-top-desktop: calc(20/14 * 1em); --media-card-description-font-size-desktop: clamp(14px, calc(14/1728 * 100vw), calc(14px * 1.3)); --media-card-description-margin-top-desktop: calc(8/14 * 1em); --media-card-headline-font-size-desktop: clamp(24px, calc(24/1728 * 100vw), calc(24px * 1.3)); --media-card-headline-line-height-desktop: normal; --media-card-headline-margin-top-desktop: clamp(24px, calc(24/1728 * 100vw), calc(24px * 1.3)); } .media-card__btn{ margin-top: var(--media-card-btn-margin-top, var(--media-card-btn-margin-top-desktop, var(--media-card-btn-margin-top-mobile, 20px))); } .media-card__description{ font-size: var(--media-card-description-font-size, var(--media-card-description-font-size-desktop, var(--media-card-description-font-size-mobile, 14px))); line-height: var(--media-card-description-line-height, var(--media-card-description-line-height-desktop, var(--media-card-description-line-height-mobile, 142.857%))); margin-top: var(--media-card-description-margin-top, var(--media-card-description-margin-top-desktop, var(--media-card-description-margin-top-mobile, calc(8/14 * 1em)))); } .media-card__headline{ font-size: var(--media-card-headline-font-size, var(--media-card-headline-font-size-desktop, var(--media-card-headline-font-size-mobile, 15px))); line-height: var(--media-card-headline-line-height, var(--media-card-headline-line-height-desktop, var(--media-card-headline-line-height-mobile, normal))); margin-top: var(--media-card-headline-margin-top, var(--media-card-headline-margin-top-desktop, var(--media-card-headline-margin-top-mobile, 15px))); } .media-card__subtitle{ font-size: var(--media-card-subtitle-font-size, var(--media-card-subtitle-font-size-desktop, var(--media-card-subtitle-font-size-mobile, 12px))); line-height: var(--media-card-subtitle-line-height, var(--media-card-subtitle-line-height-desktop, var(--media-card-subtitle-line-height-mobile, normal))); margin-top: var(--media-card-subtitle-margin-top, var(--media-card-subtitle-margin-top-desktop, var(--media-card-subtitle-margin-top-mobile, 4px))); }}.article-card__tags-list{ list-style: none; display: flex; gap: 10px;}.article-card__tags-item{ color: var(--blue); font-size: 10px; line-height: 1; letter-spacing: 1.4px; text-transform: uppercase;}.article-card__excerpt{ font-size: 12px; line-height: 20px;}.article-card__cta{ color: var(--blue); font-size: 12px; letter-spacing: 1.68px; text-transform: uppercase; display: inline-block; position: relative;}.article-card__cta::after{ content: ''; position: absolute; width: 100%; height: 1px; bottom: 0; left: 0; background-color: var(--blue);}.article-card:hover .article-card__cta{ color: var(--charcoal);}.article-card:hover .article-card__cta::after{ background-color: var(--charcoal);}.article-card.is-trending{ border-top: 1px solid var(--gray-light); padding: 24px 0;}@media screen and (min-width: 1024px){ .article-related__wrap .article-card-trending__wrap{ --flex-direction: column; }}@media screen and (min-width: 1280px){ .article-related__wrap .article-card-trending__wrap{ --flex-direction: row; --gap: 36px; }}/* make sure blog filter sticky nav stacks over swiper elements */.shopify-section--product-collection{ position: relative; z-index: 0;}.badge{ background-color: var(--badge-background-color, var(--light)); border: 1px solid var(--badge-color, var(--badge-default-color, var(--dark))); border-radius: 16px; color: var(--badge-color, var(--badge-default-color, var(--dark))); font-size: 11px; font-variation-settings: "wght" 700; left: 10px; line-height: 114.286%; min-width: 50px; padding: 3px 10px; position: absolute; top: 10px; text-align: center;}@media (min-width: 768px){ .badge{ font-size: 14px; left: 24px; padding: 4px 12px; top: 24px; }}.badge--sale{ --badge-color: var(--badge-sale-color);}.collection-promo--product-card{ margin-top: 12px; text-align: center;}.product-card{ align-items: center; display: flex; flex-direction: column;}.product-card .product-swatches__subtext{ display: none;}.product__badge-image{ bottom: var(--product-badge-image-bottom, 16px); height: auto; max-width: var(--product-badge-image-max-width, 25%); position: absolute; right: var(--product-badge-image-right, 16px);}@media (min-width: 1024px){ .product-card{ --product-badge-image-bottom: 40px; --product-badge-image-right: 24px; }}.product-card--loading{ --product-card-image-opacity: 0; --product-loading-z-index: 1; pointer-events: none;}.product-card__loading-image{ left: 50%; mix-blend-mode: multiply; object-fit: contain; position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: var(--product-loading-z-index, -1);}.js .product-card__media-holder{ cursor: pointer;}.product-card__media-holder:empty{ background-color: #f2f2f2;}.product-card__pill{ align-items: center; background-color: rgba(255, 255, 255, 0.40); border-radius: 100px; border: 1px solid #EAE8E8; display: inline-flex; font-size: 12px; font-variation-settings: "wght" 600; justify-content: center; margin: 0 auto 8px; min-height: 27px; padding: 6px 14px; text-align: center;}@media (hover: hover){ .product-card--has-hover-image .product-card__media-holder:hover{ --product-card-hover-quickadd-display: flex; --product-card-hover-image-block: block; --product-card-hover-image-none: none; --product-card-hover-image-0: 0; --product-card-hover-image-1: 1; }}.product-swatches{ align-items: center; display: flex; flex-wrap: var(--product-swatches-flex-wrap, wrap); gap: var(--product-swatches-gap, 16px); justify-content: var(--product-swatches-justify-content, center); margin: var(--product-swatches-margin, var(--product-swatches-margin-mobile, 16px 0 0)); padding: 1px; position: relative; width: var(--product-swatches-width, auto); z-index: 1;}.product-swatches__item{ align-items: center; color: inherit; cursor: pointer; display: flex; flex-direction: column; flex-shrink: 0; text-decoration: none; pointer-events: var(--product-swatches-pointer-events, auto); text-align: center;}.product-swatches__image{ border-radius: inherit; display: block; height: 100%; mix-blend-mode: multiply; object-fit: cover; width: 100%;}.product-swatches__image-holder{ --outline-color: var(--product-swatches-image-border-color, #F5F5F5); background-color: var(--product-swatches-image-background-color, #F5F5F5); border-radius: var(--product-swatches-border-radius, 50%); box-shadow: var(--product-swatches-image-box-shadow, 0 0 0 1px var(--product-swatches-image-border-color, transparent)); border: var(--product-swatches-border, 2px solid var(--light)); height: var(--product-swatches-image-height, var(--product-swatches-image-height-mobile, 36px)); pointer-events: none; position: relative; width: var(--product-swatches-image-width, var(--product-swatches-image-width-mobile, 36px));}.product-swatches__item:hover{ --product-swatches-image-border-color: var(--gray);}.product-swatches__item--active{ --product-swatches-active-color: var(--dark); --product-swatches-active-font-weight: 800; --product-swatches-image-border-color: var(--dark); --product-swatches-pointer-events: none;}.product-swatches__item-text{ color: var(--product-swatches-active-color, var(--product-swatches-color, var(--dim))); display: var(--product-swatches-item-text-display, block); font-size: var(--product-swatches-item-text-font-size, 10px); font-variation-settings: "wght" var(--product-swatches-active-font-weight, 500); gap: 20px; justify-content: space-between; margin-top: var(--product-swatches-item-text-margin-top, 10px); pointer-events: none; transition: 250ms ease-in-out; width: var(--product-swatches-item-text-width, auto);}@media (min-width: 1024px){ .product-swatches{ margin: var(--product-swatches-margin, var(--product-swatches-margin-desktop, 16px 0 0)); } .product-swatches__image-holder{ height: var(--product-swatches-image-height, var(--product-swatches-image-height-desktop, 36px)); width: var(--product-swatches-image-width, var(--product-swatches-image-width-desktop, 36px)); }}.filters__group-item-input:focus + label{ box-shadow: inset 0 0 0 1px var(--blue);}.filter-bar__data-input-focus{ height: 100%; left: 0; pointer-events: none; position: absolute; top: 0; width: 100%;}delivery-date .filters-bar__input:focus{ box-shadow: none; outline: none; position: relative;}delivery-date .filters-bar__input:focus + .filter-bar__data-input-focus{ box-shadow: inset 0 0 0 1px var(--blue);}delivery-date .filters-bar__input{ margin-left: calc(var(--wrap-h) + 0px); padding-left: calc(var(--delivery-date-label-width, 119.9px) - 0px + 4px);}delivery-date .filters-bar__input::placeholder{ color: var(--blue);}delivery-date .filters-bar__label{ height: 100%; left: 0; position: absolute;}delivery-location{ --autocomplete-predictions-close-right: var(--wrap-h); --autocomplete-predictions-close-width: 31px;}@media (max-width: 1023px){ delivery-location{ z-index: var(--delivery-location-z-index, 16); } .filters-menu--visible{ --delivery-location-z-index: 14; }}delivery-location .filters-bar__input{ padding-left: calc(103.46px + var(--wrap-h) + 4px);}delivery-location.has-predictions .filters-bar__input:focus{ outline: none;}delivery-location:not(.has-predictions) .filters-bar__input:focus{ box-shadow: inset 0 0 0 1px var(--blue); outline: none;}delivery-location.has-predictions .filters-bar__input{ padding-right: calc(var(--autocomplete-predictions-close-right) + var(--autocomplete-predictions-close-width) + 10px);}delivery-location .filters-bar__input:focus{ outline: none;}delivery-location .filters-bar__label{ height: 100%; left: 0; position: absolute;}delivery-location .filters-bar__input:focus{ border-bottom-color: transparent;}@media (min-width: 1024px){ delivery-location{ --autocomplete-predictions-close-right: 16px; }}.autocomplete__predictions{ background-color: var(--light); bottom: 0; left: -1px; position: absolute; right: -1px; transform: translateY(100%); z-index: 10;}@media (max-width: 1024px){ .autocomplete__predictions{ width: calc(100% + 1px); }}input:focus + .autocomplete__predictions:not(:empty):before{ opacity: 1;}.autocomplete__predictions:before{ border: 2px solid var(--blue); border-radius: 0 0 8px 8px; border-radius: inherit; content: ""; bottom: -1px; left: -1px; opacity: 0; pointer-events: none; position: absolute; right: -1px; top: calc(-1 * (var(--filter-bar-height, var(--location-height, 0px)) + 1px));}.autocomplete__predictions:not(:empty){ border-style: solid; border-width: 0 1px 1px; padding: 0 0 var(--wrap-h); z-index: 10;}.autocomplete__predictions-close{ display: none; position: absolute; right: var(--autocomplete-predictions-close-right, var(--wrap-h)); top: 50%; transform: translateY(-50%);}.autocomplete__predictions-close svg{ color: var(--dark); width: 100%;}.autocomplete__predictions:not(:empty) + .autocomplete__predictions-close{ display: block;}.autocomplete__predictions-item{ color: var(--dark); cursor: pointer; font-family: inherit; font-variation-settings: "wght" 400; padding: 10px var(--wrap-h); text-align: left; width: 100%;}.autocomplete__predictions-item:hover{ background-color: #fff;}.pdp__delivery-info-items .autocomplete__predictions-item:hover{ background-color: var(--light);}.pdp__delivery-info-items .autocomplete__predictions:not(:empty){ border-color: #D1D1D1; background: #fff; bottom: 1px;}.pdp__delivery-info-items .autocomplete__predictions-close{ right: 10px;}@media (min-width: 1024px){ .autocomplete__predictions:not(:empty){ border-radius: 0 0 8px 8px; padding: 0 0 calc(var(--wrap-h) - 12px); }}.pagination{ --el-bg: transparent; --el-bg-active: var(--dark); --el-color: var(--dark); --el-color-active: var(--dark); --el-height: 36px; --el-height: clamp(36px, 2vw, 46.8px); --el-width: 36px; --el-width: clamp(20px, 0.8vw, 23.8px);}.pagination a{ align-items: center; background-color: inherit; border-radius: inherit; color: inherit; display: flex; height: 100%; justify-content: center; text-decoration: none; width: 100%;}.pagination .deco,.pagination .page{ align-items: center; background-color: var(--el-bg); border-radius: 4px; display: flex; flex-shrink: 0; height: var(--el-height); justify-content: center; position: relative; text-align: center; width: var(--el-width);}.pagination .deco{ line-height: 1; display: flex; text-indent: -100px; overflow: hidden; position: relative;}.pagination .deco:after{ content: "•••"; font-size: 10px; left: 0; letter-spacing: 0.15em; position: absolute; speak: none; text-indent: 0.15em; top: 50%; transform: translateY(-50%); width: 100%;}.pagination .page a:focus,.pagination .page a:hover,.pagination .current{ color: var(--el-color-active); font-variation-settings: 'wght' 700;}.pagination .next a,.pagination .prev a{ font-size: 0; width: 20px; height: var(--el-height); background-repeat: no-repeat; background-size: contain; background-position: center center; display: block;}.pagination .next a{ background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.87383 7.36613L12.7478 4.49219L13.1013 4.13863L12.7478 3.78508L9.87383 0.911133L9.16672 1.61824L11.1871 3.63863L0.898438 3.63863L0.898438 4.63863L11.1871 4.63863L9.16672 6.65903L9.87383 7.36613Z" fill="%231E2934"/></svg>'); margin-left: 10px;}.pagination .prev a{ background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.12617 0.911211L1.25222 3.78516L0.89867 4.13871L1.25222 4.49226L4.12617 7.36621L4.83328 6.6591L2.81288 4.63871L13.1016 4.63871L13.1016 3.63871L2.81288 3.63871L4.83328 1.61832L4.12617 0.911211Z" fill="%231E2934"/></svg>'); margin-right: 10px;}.visual-display{ --visual-display__size: min(1.75rem, 100%); position: relative; width: var(--visual-display__size); max-width: 100%; border: 0.1rem solid rgba(var(--color-foreground), 0.2); aspect-ratio: 1/1;}.visual-display.empty{ border-style: dashed;}.visual-display--presentation-swatch{ --visual-display__size: min(1.75rem, 100%); outline-color: #8D8D8D; outline-style: solid; outline-width: 1px; border-radius: 100%; height: 14px; position: relative; width: 14px;}.visual-display--presentation-swatch:after{ --visual-display__size: min(1.75rem, 100%); border-radius: 100%;}.filters__group-item-label.visual-display-parent--swatch{ padding: 8px 0 0;}.visual-display-parent .visual-display--presentation-swatch{ outline-offset: 1px;}/* Active state */:checked + .facets__visual-display-wrapper .visual-display--presentation-swatch{ outline-width: 1px; outline-color: var(--dark);}/* Hover state */.visual-display-parent:hover .visual-display--presentation-swatch{ outline-width: 2px; outline-color: var(--dark);}/* Focus state */.visual-display-parent:has(:focus-visible) .visual-display--presentation-swatch{ outline-width: 2px; outline-color: var(--dark); box-shadow: 0 0 0 0.6rem rgb(var(--color-background)), 0 0 0 0.8rem rgba(var(--color-foreground), 0.5), 0 0 1.2rem 0.4rem rgba(var(--color-foreground), 0.3);}/* Focus state for older browsers */@supports not selector(:has(a, b)){ .visual-display-parent:focus-within .visual-display--presentation-swatch{ outline-offset: 4px; outline: 2px solid rgb(var(--color-foreground), 0.4); box-shadow: 0 0 0 0.6rem rgb(var(--color-background)), 0 0 0 0.8rem rgba(var(--color-foreground), 0.5), 0 0 1.2rem 0.4rem rgba(var(--color-foreground), 0.3); }}.visual-display-parent.disabled{ opacity: 0.4; pointer-events: none;}/* Used to display the disabled dash */.visual-display-parent.disabled .visual-display::after{ display: block; content: ''; /* 1.414 is not a magic number, it's the square root of 2, or the length of the diagonal */ width: calc(var(--visual-display__size) * 1.414); border-bottom: 0.1rem solid rgb(var(--color-background-contrast)); transform: rotate(-45deg); transform-origin: left;}.visual-display .visual-display__child{ border-radius: 100%; display: block; height: 100%; width: 100%; forced-color-adjust: none;}.visual-display--presentation-swatch .visual-display__image{ object-fit: cover;}.visual-display-parent--swatch{ align-items: center; display: flex; flex-direction: column; padding: 5px;}.visual-display-parent--swatch .facet-checkbox__text{ margin-top: 4px;}.visual-display-parent--default :checked + .facet-checkbox__text{ background-color: var(--dark); color: var(--light);}.facet-checkbox--disabled{ cursor: var(--radio-cursor, not-allowed); opacity: 0.5;}.facet-checkbox--disabled:before{ border-top: 1px solid; bottom: 0; content: ""; left: 0; opacity: 0.35; position: absolute; transform: rotate(-29deg); transform-origin: left bottom; width: calc(120%);}.visual-display-parent--default .facet-checkbox__text{ align-items: center; background-color: var(--btn-background-color, transparent); border: 1px solid var(--btn-border-color, var(--gray-100)); border-radius: 4px; color: var(--btn-color, var(--dark)); cursor: var(--radio-cursor, pointer); display: flex; height: 32px; justify-content: center; padding: 2px 6px; text-align: center; transition: 250ms ease-in-out;}.visual-display-parent--default input:focus + .facet-checkbox__text{ --btn-border-color: var(--dark);}.visual-display-parent--default input:checked + .facet-checkbox__text{ --btn-background-color: var(--dark); --btn-border-color: var(--dark); --btn-color: var(--light);}.visual-display-parent--default:hover{ background-color: var(--gray-50);}/* ----- FILTER BAR ----- */.filters-bar{ --filter-bar-height: 65px; border-bottom: 1px solid; display: flex; flex-wrap: wrap;}@media (min-width: 1024px){ .filters-bar{ --filter-bar-height: 77px; background-color: var(--light); position: sticky; top: var(--prefers-reduced-motion-header-height, var(--filters-bar-sticky-top, var(--header-height))); transition: 250ms ease-in-out; z-index: 2; } .header--scrolled[data-scroll-direction="down"]{ --filters-bar-sticky-top: 0; }}.filters-bar__el{ align-items: center; border-top: 1px solid; display: flex; font-size: 14px; font-variation-settings: "wght" 700; min-height: var(--filter-bar-height); padding: 10px var(--wrap-h);}.filters-bar__el--facets{ flex-grow: 1; min-height: auto; padding: 0;}.filters__toggle{ align-items: center; box-sizing: border-box; color: inherit; cursor: pointer; display: flex; flex-shrink: 0; gap: 12px; min-height: 65px; min-width: 222px; padding: 10px var(--wrap-h); width: 100%;}.filters__toggle svg{ flex-shrink: 0;}.filters__toggle:before{ background: var(--backdrop-background-color); content: ""; height: 100%; left: 0; opacity: var(--filters-menu-active-1, 0); pointer-events: var(--filters-menu-active-auto, none); position: fixed; top: 0; transition: 250ms ease-in-out; width: 100%; z-index: 10;}.filters-bar__input:focus,.filters__toggle:focus{ box-shadow: inset 0 0 0 1px var(--blue); outline: none;}.filters-bar__el--input{ flex-basis: 100%; gap: 0.25em; min-height: auto; order: -1; padding: 0; position: relative; overflow: hidden;}.filters-bar__el--input.has-predictions{ overflow: visible;}.filters-bar__input,.filters-bar__label{ display: block; line-height: 1;}.filters-bar__input{ border: none; background-color: transparent; font-size: 14px; min-height: 65px; padding: 10px var(--wrap-h) 10px 0; flex-grow: 1;}/* make sure iOs doesn't zoom when inputs focused */@media (max-width: 1024px){ .touch .filters-bar__input:focus{ font-size: 16px; }}.filters-bar__input--date{ color: inherit; display: flex;}.filters-bar__input--date::-webkit-calendar-picker-indicator{ background: none; height: 100%; margin: 0; position: absolute; right: 0; top: 0; width: 100%;}.filters-bar__el--layout{ border-left: 1px solid; gap: 11.5px;}.filters-bar__label{ align-items: center; display: flex; gap: 8px; min-height: 65px; padding: 10px 0 10px var(--wrap-h); user-select: none;}.filters-bar__layout-btn{ align-items: center; background-color: var(--filter-layout-btn-background-color, transparent); border-radius: 4px; display: flex; height: 33px; justify-content: center; transition: 250ms ease-in-out; width: 33px;}.filters-bar__layout-btn:hover{ --filter-layout-btn-background-color: #f0f0f0;}/* .filters-bar__layout-btn--active{ --filter-layout-btn-background-color: #E8E8E8;} *//* Grid layout */[data-grid-layout="small"]{ --plp-grid-columns-desktop: 1; --plp-grid-columns-tablet: 1; --plp-grid-columns-mobile: 1; --plp-grid-margin-top: 47px; --plp-grid-row-gap-mobile: 40px; --plp-grid-row-gap-tablet: 40px; --plp-grid-row-gap-desktop: 40px;}[data-grid-layout="medium"],[data-grid-layout="large"],[data-grid-layout="extra-large"]{ --plp-grid-columns-desktop: 2; --plp-grid-columns-tablet: 2; --plp-grid-columns-mobile: 2; --plp-grid-margin-top: 41px;}[data-grid-layout="small"] .filters-bar__layout-btn--small,[data-grid-layout="medium"] .filters-bar__layout-btn--medium,[data-grid-layout="large"] .filters-bar__layout-btn--large,[data-grid-layout="extra-large"] .filters-bar__layout-btn--extra-large{ --filter-layout-btn-background-color: #E8E8E8;}@media (min-width: 1024px){ [data-grid-layout="small"], [data-grid-layout="medium"]{ --plp-grid-columns-desktop: 2; --plp-grid-columns-tablet: 2; --plp-grid-columns-mobile: 2; --plp-grid-margin-top: 51px; } [data-grid-layout="large"]{ --plp-grid-columns-desktop: 3; --plp-grid-columns-tablet: 3; --plp-grid-columns-mobile: 3; --plp-grid-margin-top: 51px; } [data-grid-layout="extra-large"]{ --plp-grid-columns-desktop: 4; --plp-grid-columns-tablet: 4; --plp-grid-columns-mobile: 4; --plp-grid-margin-top: 51px; } .filters-bar{ display: flex; flex-wrap: nowrap; } .filters-bar__el, .filters-bar__label, .filters-bar__input, .filters__toggle{ min-height: var(--filter-bar-height); } .filters-bar__el--layout{ min-height: 78px; } .filters-bar__el--facets{ flex-grow: inherit; } .filters-bar__el--delivery-location{ flex-grow: 1; } .filters-bar__el--input{ border-left: 1px solid; order: inherit; flex-basis: inherit; }}@media (min-width: 1400px){ .filters-bar__el{ --wrap-h: 40px; --wrap-h: clamp(40px, calc(40 / 1728 * 100vw), 52px); }}@media (min-width: 1024px) and (max-width: 1399px){ .filters-bar{ --filters-date-width: 270px; --filters-facets-width: 222px; --filters-layout-width: 192px; } .filters-bar__el--facets{ width: var(--filters-facets-width); } .filters-bar__el--layout{ width: var(--filters-layout-width); } .filters-bar__input{ max-width: 100%; padding-right: 16px; } delivery-date.filters-bar__el{ width: var(--filters-date-width); } delivery-location.filters-bar__el{ width: calc(100vw - var(--scrollbar-width, 0px) - var(--filters-facets-width) - var(--filters-date-width) - var(--filters-layout-width)); }}/* ----- FILTER MENU ----- */.filters{ --menu-active-0: var(--prefers-reduced-motion-0, var(--filters-menu-active-0, -100%)); --menu-active-1: var(--filters-menu-active-1, 0); --menu-active-auto: auto; font-variation-settings: "wght" 400;}.no-js .filters__details[open],.filters-menu--active{ --filters-menu-active-0: 0; --filters-menu-active-1: 1; --filters-menu-active-auto: auto; --main-z-index: 31;}.filters-menu--visible{ --main-z-index: 31; --widget-opacity: 0; --widget-visibility: hidden;}.filters__active-buttons{ display: flex; flex-wrap: wrap; gap: 4px; padding-bottom: 14px;}.filters__active-btn{ align-items: center; background-color: #F2F2F2; border-radius: 100px; border: 1px solid #E8E8E8; color: inherit; display: flex; flex-shrink: 0; font-size: 12px; font-variation-settings: "wght" 600; gap: 8px; padding: 8.5px 10px 8.5px 16px; text-decoration: none; transition: 250ms ease-in-out;}.filters__active-btn:hover{ background-color: #fff;}.filters__active-btn > *{ pointer-events: none;}.filters__active-sort{ font-variation-settings: "wght" 400; text-transform: capitalize;}.filters__applied{ align-items: center; background-color: #E8E8E8; border-radius: 4px; display: flex; flex-shrink: 0; font-size: 12px; font-variation-settings: "wght" 500; justify-content: center; height: 32px; width: 32px;}.filters__applied[data-filters-applied="0"]{ opacity: 0;}.filters__applied:after{ content: attr(data-filters-applied);}.filters__content{ padding: 18px var(--menu-padding-h);}.filters__details{ box-sizing: border-box;}.filters__group{ border-bottom: 1px solid #E6E6E6;}.filters__group-content{ padding-bottom: 30px;}.filters__group-items{ display: grid; gap: 4px; grid-template-columns: repeat(3, 1fr);}[disabled] + .filters__label{ cursor: not-allowed; opacity: 0.5;}.filters__group-item{ position: relative;}.filters__group-item-input{ opacity: 0; position: absolute;}.filters__group-item-label{ align-items: center; background-color: #fff; border: 1px solid var(--filter-label-border-color, transparent); border-radius: 4px; color: var(--dark); cursor: pointer; display: flex; flex-shrink: 0; font-size: 12px; font-variation-settings: "wght" var(--filter-label-font-weight, 400); height: 48px; justify-content: center; padding: 4px; text-transform: capitalize; transition: 250ms ease-in-out;}.filters__group-item-label:hover,[checked] + .filters__group-item-label{ --filter-label-border-color: var(--dark); --filter-label-font-weight: 800;}[disabled] + .filters__group-item-label{ --filter-label-border-color: transparent; --filter-label-font-weight: 400; cursor: not-allowed; opacity: 0.5;}.filters__group-title{ --pseudo-plus-icon-right: 0; align-items: center; cursor: pointer; display: flex; font-size: 14px; font-variation-settings: "wght" 700; gap: 0.25em; height: 56px; position: relative;}.filters__price-reset{ color: var(--color-dim); transition: 250ms ease-in-out;}.filters__price-reset:hover{ color: var(--dark);}.filters__price-range{ align-items: center; display: flex; margin-top: 12px;}.filters__price-range input{ border: none; font-size: 12px; height: 30px; width: 100%;}.filters__price-range label{ font-size: 8px; left: 9px; position: absolute; text-transform: uppercase; top: 8px;}.filters__price-range .field{ background-color: #fff; border-radius: 4px; min-height: 48px; min-width: 120px; padding: 18px 8px 0; position: relative;}.filters__price-range .field-currency{ color: var(--color-dim); font-size: 14px; margin-right: 5px; position: relative; top: 5px;}.filters__price-range .field-currency ~ .field-currency{ margin-left: 12px;}.js .in-view-fade-up{ opacity: var(--in-view-fade-up-1, 0); transform: var(--prefers-reduced-motion-none, translateY(var(--in-view-fade-up-0, 6px))); transition: 800ms ease-in-out;}.in-view{ --in-view-fade-up-0: 0; --in-view-fade-up-1: 1;}@keyframes fadeIn{ to{ opacity: 1; transform: var(--fadeInTransformTo, translate3d(0, 0, 0)); }}.cover{ height: 100%; left: 0; position: absolute; top: 0; width: 100%;}.flex--align-center{ align-items: center;}.flex--align-end{ align-items: flex-end;}.flex--align-start{ align-items: flex-start;}.flex-column{ display: flex; flex-direction: column;}.flex-column-desktop{ display: flex; flex-direction: row;}.flex-row-desktop{ display: flex; flex-direction: column;}.flex--column{ flex-direction: column;}.flex--justify-center{ justify-content: center;}.flex--justify-between{ justify-content: space-between;}.flex--justify-end{ justify-content: flex-end;}.flex--justify-start{ justify-content: flex-start;}.flex--nowrap{ flex-wrap: nowrap;}.flex-row{ display: flex; flex-direction: row;}.flex--row{ flex-direction: row;}.flex--wrap{ flex-wrap: wrap;}.text-align--center{ text-align: center;}.text-align--left{ text-align: left;}.text-align--right{ text-align: right;}.hide,.hide-empty:empty,.hidden,.js .js-hide,.no-js .no-js-hidden{ --flex-display-desktop: none; --flex-display-mobile: none; --grid-display-desktop: none; --grid-display-mobile: none; --display: none; display: none;}.no-js-show{ display: var(--no-js-show-display, block);}@media (min-width: 1024px){ .flex-column-desktop{ flex-direction: column; } .flex-row-desktop{ flex-direction: row; } .hide-desktop{ display: var(--hide-desktop-display, none); }}@media (min-width: 768px){ .hide-tablet{ display: none; }}@media (max-width: 767px){ .hide-under-tablet{ display: none; }}@media (max-width: 1023px){ .hide-mobile{ display: none; } .no-js .no-js-mobile-show{ display: block; } .flex-column-reverse-mobile{ flex-direction: column-reverse; }}@media (max-width: 1199px){ .hide-up-to-desktop-m{ display: none; }}@media (max-width: 1599px){ .hide-up-to-desktop-l{ display: none; }}@media (min-width: 1600px){ .hide-desktop-l{ display: none; }}.sr-only,.visually-hidden{ clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}</style> <script src="https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js"></script> <script> window.DD_RUM && window.DD_RUM.init({ clientToken: 'pub0c5b66d444ad62cc28474be6f52b3fe6', applicationId: '81eee71a-ec33-4448-b4c4-a83735a150b4', site: 'datadoghq.com', service: "urbanstems.com", env: "production", version: "2025-02-14-1", sessionSampleRate: 30, sessionReplaySampleRate: 0, trackUserInteractions: true, trackResources: true, trackLongTasks: true, defaultPrivacyLevel: 'mask-user-input' }); </script> <script> window.dataLayer = window.dataLayer || []; function subscribeCookieListener(dataLayer) { // Step to process information already existing in the datalayer dataLayer.forEach(processDatalayerEvent) // Set-up a "listener" const originalPush = dataLayer.push; dataLayer.push = function() { originalPush.apply(dataLayer, arguments); Array.from(arguments).forEach(processDatalayerEvent); }; } subscribeCookieListener(window.dataLayer); function processDatalayerEvent(event){ if(event.event === "bre.cookie"){ Shopify.analytics.publish("bre.cookie",event); } } </script> <style>.xnpe_async_hide{opacity:0 !important}</style> <script> !function(e,n,t,i,r,o){function s(e){if("number"!=typeof e)return e;var n=new Date;return new Date(n.getTime()+1e3*e)}var a=4e3,c="xnpe_async_hide";function p(e){return e.reduce((function(e,n){return e[n]=function(){e._.push([n.toString(),arguments])},e}),{_:[]})}function m(e,n,t){var i=t.createElement(n);i.src=e;var r=t.getElementsByTagName(n)[0];return r.parentNode.insertBefore(i,r),i}function u(e){return"[object Date]"===Object.prototype.toString.call(e)}o.target=o.target||"https://api.exponea.com",o.file_path=o.file_path||o.target+"/js/exponea.min.js",r[n]=p(["anonymize","initialize","identify","getSegments","update","track","trackLink","trackEnhancedEcommerce","getHtml","showHtml","showBanner","showWebLayer","ping","getAbTest","loadDependency","getRecommendation","reloadWebLayers","_preInitialize","_initializeConfig"]),r[n].notifications=p(["isAvailable","isSubscribed","subscribe","unsubscribe"]),r[n].segments=p(["subscribe"]),r[n]["snippetVersion"]="v2.7.0",function(e,n,t){e[n]["_"+t]={},e[n]["_"+t].nowFn=Date.now,e[n]["_"+t].snippetStartTime=e[n]["_"+t].nowFn()}(r,n,"performance"),function(e,n,t,i,r,o){e[r]={sdk:e[i],sdkObjectName:i,skipExperiments:!!t.new_experiments,sign:t.token+"/"+(o.exec(n.cookie)||["","new"])[1],path:t.target}}(r,e,o,n,i,RegExp("__exponea_etc__"+"=([\\w-]+)")),function(e,n,t){m(e.file_path,n,t)}(o,t,e),function(e,n,t,i,r,o,p){if(e.new_experiments){!0===e.new_experiments&&(e.new_experiments={});var l,f=e.new_experiments.hide_class||c,_=e.new_experiments.timeout||a,g=encodeURIComponent(o.location.href.split("#")[0]);e.cookies&&e.cookies.expires&&("number"==typeof e.cookies.expires||u(e.cookies.expires)?l=s(e.cookies.expires):e.cookies.expires.tracking&&("number"==typeof e.cookies.expires.tracking||u(e.cookies.expires.tracking))&&(l=s(e.cookies.expires.tracking))),l&&l<new Date&&(l=void 0);var d=e.target+"/webxp/"+n+"/"+o[t].sign+"/modifications.min.js?http-referer="+g+"&timeout="+_+"ms"+(l?"&cookie-expires="+Math.floor(l.getTime()/1e3):"");"sync"===e.new_experiments.mode&&o.localStorage.getItem("__exponea__sync_modifications__")?function(e,n,t,i,r){t[r][n]="<"+n+' src="'+e+'"></'+n+">",i.writeln(t[r][n]),i.writeln("<"+n+">!"+r+".init && document.writeln("+r+"."+n+'.replace("/'+n+'/", "/'+n+'-async/").replace("><", " async><"))</'+n+">")}(d,n,o,p,t):function(e,n,t,i,r,o,s,a){o.documentElement.classList.add(e);var c=m(t,i,o);function p(){r[a].init||m(t.replace("/"+i+"/","/"+i+"-async/"),i,o)}function u(){o.documentElement.classList.remove(e)}c.onload=p,c.onerror=p,r.setTimeout(u,n),r[s]._revealPage=u}(f,_,d,n,o,p,r,t)}}(o,t,i,0,n,r,e),function(e,n,t){var i;e[n]._initializeConfig(t),(null===(i=t.experimental)||void 0===i?void 0:i.non_personalized_weblayers)&&e[n]._preInitialize(t),e[n].start=function(i){i&&Object.keys(i).forEach((function(e){return t[e]=i[e]})),e[n].initialize(t)}}(r,n,o)}(document,"exponea","script","webxpClient",window,{ target: "https://api.us1.exponea.com", token: "d6714824-743b-11ef-b50f-1e23448fcc33", data_layer: true, experimental: { non_personalized_weblayers: true }, new_experiments: { mode: "async" }, // replace with current customer ID or leave commented out for an anonymous customer // customer: window.currentUserId, track: { visits: true, }, }); function getCookie(cname) { var name = cname + "="; var ca = document.cookie.split(';'); var cookie = undefined; for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { cookie = c.substring(name.length, c.length); break; } } cookie = decodeURIComponent(cookie); cookie = cookie.split('?')[0]; return cookie; } var customer = {}; var cart_id = getCookie('cart'); if (cart_id) customer.cart_id = cart_id; exponea.start({ "customer": customer }); </script><script> function feedback() { const p = window.Shopify.customerPrivacy; console.log(`Tracking ${p.userCanBeTracked() ? 'en' : 'dis'}abled`); } window.Shopify.loadFeatures( [ { name: 'consent-tracking-api', version: '0.1', }, ], function (error) { if (error) throw error; if ('Cookiebot' in window) window.Shopify.customerPrivacy.setTrackingConsent({ 'analytics': false, 'marketing': false, 'preferences': false, 'sale_of_data': false, }, () => console.log('Awaiting consent') ); } ); window.addEventListener('CookiebotOnConsentReady', function () { const C = Cookiebot.consent, existConsentShopify = setInterval(function () { if (window.Shopify.customerPrivacy) { clearInterval(existConsentShopify); window.Shopify.customerPrivacy.setTrackingConsent({ 'analytics': C['statistics'], 'marketing': C['marketing'], 'preferences': C['preferences'], 'sale_of_data': C['marketing'], }, () => console.log('Consent captured')) } }, 100); }); </script><!-- BEGIN app block: shopify://apps/intelligems-a-b-testing/blocks/intelligems-script/fa83b64c-0c77-4c0c-b4b2-b94b42f5ef19 --><script> window._template = { directory: "", name: "collection", suffix: "", }; </script> <script type="module" blocking="render" fetchpriority="high" src="https://cdn.intelligems.io/esm/a4a8bb22dc3f/bundle.js" data-em-disable></script> <!-- END app block --><!-- BEGIN app block: shopify://apps/stape-server-gtm/blocks/gtm/7e13c847-7971-409d-8fe0-29ec14d5f048 --><script> window.lsData = {}; </script> <script async src="https://sp.stapecdn.com/widget/script?shop=urbanstems.com&shop_id=69340168440"></script> <!-- END app block --><script src="https://cdn.shopify.com/extensions/4001ee73-01d6-4882-8a89-244fb2c09edb/kite-discount-free-gift-504/assets/freeGiftLogicv1.js" type="text/javascript" defer="defer"></script> <link href="https://cdn.shopify.com/extensions/4001ee73-01d6-4882-8a89-244fb2c09edb/kite-discount-free-gift-504/assets/freeGiftLogicv1.css" rel="stylesheet" type="text/css" media="all"> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 69340168440,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "collection"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function d(d,e,n,o,r,i){if(!Boolean(null===(t=null===(a=window.Shopify)||void 0===a?void 0:a.analytics)||void 0===t?void 0:t.replayQueue)){var a,t,s=function(){var d={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},e=d.modern,n=d.legacy,o=navigator.userAgent;return e.test(o)?"modern":(n.test(o),"legacy")}(),l=null!=i?i:{modern:"",legacy:""};window.Shopify=window.Shopify||{};var u=window.Shopify;u.analytics=u.analytics||{};var c=u.analytics;c.replayQueue=[],c.publish=function(d,e,n){return c.replayQueue.push([d,e,n]),!0};try{self.performance.mark("wpm:start")}catch(d){}var f=[n,"/wpm","/b",r,s.substring(0,1),".js"].join(""),h=l[s];!function(d){var e=d.src,n=d.async,o=void 0===n||n,r=d.onload,i=d.onerror,a=d.sri,t=document.createElement("script"),s=document.head,l=document.body;t.async=o,t.src=e,a&&(t.integrity=a,t.crossOrigin="anonymous"),r&&t.addEventListener("load",r),i&&t.addEventListener("error",i),s?s.appendChild(t):l?l.appendChild(t):console.error("Did not find a head or body element to append the script")}({src:f,async:!0,onload:function(){if(!function(){var d,e;return Boolean(null===(e=null===(d=window.Shopify)||void 0===d?void 0:d.analytics)||void 0===e?void 0:e.initialized)}()){var n=window.webPixelsManager.init(d)||void 0;if(n){e(n);var o=window.Shopify.analytics;o.replayQueue.forEach((function(d){var e=d[0],o=d[1],r=d[2];n.publishCustomEvent(e,o,r)})),o.replayQueue=[],o.publish=n.publishCustomEvent,o.visitor=n.visitor,o.initialized=!0}}},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),n="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:o||"latest",bundle_target:s,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(f," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(n,r))return!0}catch(d){}var i=new XMLHttpRequest;try{return i.open("POST",n,!0),i.setRequestHeader("Content-Type","text/plain"),i.send(r),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1},sri:function(d){return"string"==typeof d&&/^sha384-[A-Za-z0-9+/=]+$/.test(d)}(h)?h:""})}})({shopId: 69340168440,storefrontBaseUrl: "https://urbanstems.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: ["6a396365"],webPixelsConfigList: [{"id":"780337400","configuration":"{\"shopId\":\"274513-24.myshopify.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"c450aafa71fd8ebee479d56f323c88c7","type":"APP","apiClientId":4845829,"privacyPurposes":["ANALYTICS"]},{"id":"755826936","configuration":"{\"siteId\":\"9242b9b2\",\"environment\":\"production\",\"isPlusUser\":\"true\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"c49a591a9e5196b92617563e670fea21","type":"APP","apiClientId":187969,"privacyPurposes":["ANALYTICS","MARKETING"],"capabilities":["advanced_dom_events"]},{"id":"723288312","configuration":"{\"myshopifyDomain\":\"274513-24.myshopify.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"e32653096b768840c4e834ea506d7953","type":"APP","apiClientId":2775569,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"699203832","configuration":"{\"config\":\"{\\\"pixel_id\\\":\\\"G-ZW40VL9RVX\\\",\\\"target_country\\\":\\\"US\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-ZW40VL9RVX\\\",\\\"AW-952025059\\\/lNK8CJ3Jz_AZEOP_-sUD\\\"]},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-ZW40VL9RVX\\\",\\\"AW-952025059\\\/diF3CJfJz_AZEOP_-sUD\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-ZW40VL9RVX\\\",\\\"AW-952025059\\\/qgZDCJTJz_AZEOP_-sUD\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-ZW40VL9RVX\\\",\\\"AW-952025059\\\/TlYyCI7Jz_AZEOP_-sUD\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-ZW40VL9RVX\\\",\\\"AW-952025059\\\/_RovCJHJz_AZEOP_-sUD\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-ZW40VL9RVX\\\",\\\"AW-952025059\\\/u7LaCKDJz_AZEOP_-sUD\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-ZW40VL9RVX\\\",\\\"AW-952025059\\\/NTUhCJrJz_AZEOP_-sUD\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"642ed32d7fafb3e0986c8ba3bf3908a1","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"698843384","configuration":"{\"pixel_id\":\"1652909322240454\",\"pixel_type\":\"facebook_pixel\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"8d894c63179843e74a9691414b5ad83d","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"694124792","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"9a3ca7b7574d5c69200e6c7e173dfcff","type":"APP","apiClientId":145825267713,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"capabilities":["advanced_dom_events"]},{"id":"670662904","configuration":"{\"pixelCode\":\"CSQI28JC77U0SUN7BF70\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"22e92c2ad45662f435e4801458fb78cc","type":"APP","apiClientId":4383523,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"660275448","configuration":"{\"northbeamId\": \"fdf04345_1797_4c12_8c42_a589b2f19d5e\", \"collectorDomain\": \"i.urbanstems.com\", \"collectPageViews\": \"false\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"6d61872741fc8f56c57e9c2a1393365e","type":"APP","apiClientId":3188721,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"654737656","configuration":"{\"loggingEnabled\":\"false\", \"ranMid\":\"43912\", \"serverPixelEnabled\":\"true\", \"useShopifyItemLevelTax\":\"false\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"1957177938d056f10fe3165139ea0848","type":"APP","apiClientId":2531653,"privacyPurposes":["ANALYTICS"]},{"id":"625443064","configuration":"{\"target\":\"https:\/\/api.us1.exponea.com\",\"token\":\"d6714824-743b-11ef-b50f-1e23448fcc33\",\"search_tracking\":\"true\", \"checkout_tracking\":\"true\", \"view_category_tracking\":\"true\", \"view_item_tracking\":\"true\",\"page_viewed_tracking\":\"false\",\"integration_id\":\"6f0fbd68-7747-44ee-888d-5ed59e225724\",\"gateway_url\":\"https:\/\/api.us1.exponea.com\",\"domain\":\"274513-24.myshopify.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"c5280693f6d0df381010c5a1a706c810","type":"APP","apiClientId":35679600641,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"434995448","configuration":"{\"accountID\":\"69340168440\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"29550c07d182da302d2b1a5840b37262","type":"APP","apiClientId":10250649601,"privacyPurposes":["SALE_OF_DATA"]},{"id":"45285624","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":[],"name":"Stape - Order Status Page"},{"id":"45318392","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"4","type":"CUSTOM","privacyPurposes":[],"name":"Signifyd"},{"id":"52003064","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"2","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"Northbeam Checkout Pixel"},{"id":"56295672","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"2","type":"CUSTOM","privacyPurposes":[],"name":"GTM - Website Events - Bundles"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0290","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0290","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "",initData: {"shop":{"name":"UrbanStems","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"274513-24.myshopify.com","countryCode":"US","storefrontUrl":"https:\/\/urbanstems.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});webPixelsManagerAPI.publish("collection_viewed", {"collection":{"id":"434928091384","title":"Flowers","productVariants":[{"price":{"amount":50.0,"currencyCode":"USD"},"product":{"title":"The Parasol","vendor":"UrbanStems","id":"8657894408440","untranslatedTitle":"The Parasol","url":"\/products\/the-parasol","type":"Flowers"},"id":"45510418858232","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Parasol_MainImage_PDP.jpg?v=1733242207"},"sku":"FLRL-B-00137","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":50.0,"currencyCode":"USD"},"product":{"title":"The Kiss Me On My Tulips","vendor":"UrbanStems","id":"8845990494456","untranslatedTitle":"The Kiss Me On My Tulips","url":"\/products\/the-kiss-me-on-my-tulips","type":"Flowers"},"id":"45948821373176","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648"},"sku":"FLRL-B-10191","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":51.0,"currencyCode":"USD"},"product":{"title":"The Unicorn","vendor":"UrbanStems","id":"8657906401528","untranslatedTitle":"The Unicorn","url":"\/products\/the-unicorn","type":"Flowers"},"id":"45510434849016","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460"},"sku":"FLRL-B-10107","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":58.0,"currencyCode":"USD"},"product":{"title":"The First Date","vendor":"UrbanStems","id":"8657892376824","untranslatedTitle":"The First Date","url":"\/products\/the-first-date","type":"Flowers"},"id":"45510415909112","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248"},"sku":"FLRL-B-00080","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":68.0,"currencyCode":"USD"},"product":{"title":"The Crush","vendor":"UrbanStems","id":"8657903845624","untranslatedTitle":"The Crush","url":"\/products\/the-sorbet","type":"Flowers"},"id":"45653350088952","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788"},"sku":"FLRL-B-10022","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":68.0,"currencyCode":"USD"},"product":{"title":"The Risky DM","vendor":"UrbanStems","id":"8845913325816","untranslatedTitle":"The Risky DM","url":"\/products\/the-risky-dm","type":"Flowers"},"id":"45948487860472","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_MainImage_PDP.jpg?v=1732637867"},"sku":"FLRL-B-10190","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":68.0,"currencyCode":"USD"},"product":{"title":"The Spring Fling","vendor":"UrbanStems","id":"8932314120440","untranslatedTitle":"The Spring Fling","url":"\/products\/the-spring-fling","type":"Flowers"},"id":"46131523682552","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_MainImage_PDP.jpg?v=1738835004"},"sku":"FLRL-B-10212","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":68.0,"currencyCode":"USD"},"product":{"title":"The Dusk","vendor":"UrbanStems","id":"8932334436600","untranslatedTitle":"The Dusk","url":"\/products\/the-dusk","type":"Flowers"},"id":"46131565920504","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_MainImage_PDP_5c8a1026-78f5-4971-a09a-3dfc86ea97bc.jpg?v=1738835641"},"sku":"FLRL-B-10211","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":70.0,"currencyCode":"USD"},"product":{"title":"The Optimist","vendor":"UrbanStems","id":"8845990625528","untranslatedTitle":"The Optimist","url":"\/products\/the-optimist","type":"Flowers"},"id":"45948821438712","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_MainImage_PDP.jpg?v=1738864826"},"sku":"FLRL-B-10218","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":72.0,"currencyCode":"USD"},"product":{"title":"The Satin","vendor":"UrbanStems","id":"8657892245752","untranslatedTitle":"The Satin","url":"\/products\/the-satin","type":"Flowers"},"id":"45510415745272","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910"},"sku":"FLRL-B-00078","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":72.0,"currencyCode":"USD"},"product":{"title":"The Love Potion","vendor":"UrbanStems","id":"8845990330616","untranslatedTitle":"The Love Potion","url":"\/products\/the-love-potion","type":"Flowers"},"id":"45948821143800","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812"},"sku":"FLRL-B-10193","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":72.0,"currencyCode":"USD"},"product":{"title":"The Signs Of Spring","vendor":"UrbanStems","id":"8932314284280","untranslatedTitle":"The Signs Of Spring","url":"\/products\/the-signs-of-spring","type":"Flowers"},"id":"46131523813624","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SignsOfSpring_MainImage_PDP_e27f306c-ad76-4b1c-9050-706b63761a84.jpg?v=1738835517"},"sku":"FLRL-B-10219","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":74.0,"currencyCode":"USD"},"product":{"title":"The Firecracker","vendor":"UrbanStems","id":"8657890410744","untranslatedTitle":"The Firecracker","url":"\/products\/the-firecracker","type":"Flowers"},"id":"45510413385976","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910"},"sku":"FLRL-B-00025","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":74.0,"currencyCode":"USD"},"product":{"title":"The Peace","vendor":"UrbanStems","id":"8657904140536","untranslatedTitle":"The Peace","url":"\/products\/the-peace","type":"Flowers"},"id":"45510431965432","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763"},"sku":"FLRL-B-10032","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":74.0,"currencyCode":"USD"},"product":{"title":"The Melody","vendor":"UrbanStems","id":"8657906237688","untranslatedTitle":"The Melody","url":"\/products\/the-melody","type":"Flowers"},"id":"45510434685176","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Melody_MainImage_PDP.jpg?v=1738855079"},"sku":"FLRL-B-10101","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":75.0,"currencyCode":"USD"},"product":{"title":"The Zay Bouquet","vendor":"UrbanStems","id":"8738778808568","untranslatedTitle":"The Zay Bouquet","url":"\/products\/the-zay-bouquet","type":"Flowers"},"id":"45715015336184","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988"},"sku":"FLRL-B-10033","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":75.0,"currencyCode":"USD"},"product":{"title":"The Sweet Hyacinth","vendor":"UrbanStems","id":"8932259627256","untranslatedTitle":"The Sweet Hyacinth","url":"\/products\/the-sweet-hyacinth","type":"Flowers"},"id":"46131256328440","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SweetHyacinth_MainImage_PDP.jpg?v=1738833496"},"sku":"FLRL-B-10221","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":75.0,"currencyCode":"USD"},"product":{"title":"The Sanctuary","vendor":"UrbanStems","id":"8932329160952","untranslatedTitle":"The Sanctuary","url":"\/products\/the-sanctuary","type":"Flowers"},"id":"46131556319480","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Sanctuary_MainImage_PDP.jpg?v=1738835600"},"sku":"FLRL-B-10220","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":78.0,"currencyCode":"USD"},"product":{"title":"The Birdsong","vendor":"UrbanStems","id":"8932255236344","untranslatedTitle":"The Birdsong","url":"\/products\/the-birdsong","type":"Flowers"},"id":"46131211927800","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Birdsong_MainImage_PDP.jpg?v=1738833355"},"sku":"FLRL-B-10208","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":79.0,"currencyCode":"USD"},"product":{"title":"The Flutter","vendor":"UrbanStems","id":"8794213122296","untranslatedTitle":"The Flutter","url":"\/products\/the-flutter","type":"Flowers"},"id":"45843091194104","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_MainImage_PDP.jpg?v=1729895958"},"sku":"FLRL-B-10170","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":80.0,"currencyCode":"USD"},"product":{"title":"The Rose Garden","vendor":"UrbanStems","id":"8932314054904","untranslatedTitle":"The Rose Garden","url":"\/products\/the-rose-garden","type":"Flowers"},"id":"46131523584248","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/RoseGarden_MainImage_PDP.jpg?v=1738834924"},"sku":"FLRL-B-10210","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":81.0,"currencyCode":"USD"},"product":{"title":"The Lace","vendor":"UrbanStems","id":"8845990592760","untranslatedTitle":"The Lace","url":"\/products\/the-lace","type":"Flowers"},"id":"45948821405944","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673"},"sku":"FLRL-B-10192","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":82.0,"currencyCode":"USD"},"product":{"title":"The Nectarine","vendor":"UrbanStems","id":"8932314218744","untranslatedTitle":"The Nectarine","url":"\/products\/the-nectarine","type":"Flowers"},"id":"46131523748088","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Nectarine_MainImage_PDP_630abe4f-236d-447f-8d3e-5b6e4fbe6ae0.jpg?v=1738835380"},"sku":"FLRL-B-10213","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":84.0,"currencyCode":"USD"},"product":{"title":"Double the Parasol","vendor":"UrbanStems","id":"8692603617528","untranslatedTitle":"Double the Parasol","url":"\/products\/double-the-parasol","type":"Flowers"},"id":"45607258226936","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleParasol_MainImage_PDP.jpg?v=1733241686"},"sku":"FLRL-D-00137","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":84.0,"currencyCode":"USD"},"product":{"title":"Double the Kiss Me On My Tulips","vendor":"UrbanStems","id":"8845990363384","untranslatedTitle":"Double the Kiss Me On My Tulips","url":"\/products\/double-the-kiss-me-on-my-tulips","type":"Flowers"},"id":"45948821176568","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908"},"sku":"FLRL-D-10191","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":90.0,"currencyCode":"USD"},"product":{"title":"The Valentine","vendor":"UrbanStems","id":"8657892507896","untranslatedTitle":"The Valentine","url":"\/products\/the-valentine","type":"Flowers"},"id":"45510416007416","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Valentine_MainImage_PDP_0c518c96-8cdb-4db1-8ec1-808ed28c7bc4.jpg?v=1738602763"},"sku":"FLRL-B-00083","title":"","untranslatedTitle":"Default Title"},{"price":{"amount":90.0,"currencyCode":"USD"},"product":{"title":"The Pink Lady","vendor":"UrbanStems","id":"8657903419640","untranslatedTitle":"The Pink Lady","url":"\/products\/the-pink-lady","type":"Flowers"},"id":"45510430982392","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Palazzo_MainImage_PDP.jpg?v=1738864337"},"sku":"FLRL-B-10012","title":"","untranslatedTitle":"Default Title"},{"price":{"amount":90.0,"currencyCode":"USD"},"product":{"title":"The Glamour","vendor":"UrbanStems","id":"8932314153208","untranslatedTitle":"The Glamour","url":"\/products\/the-glamour","type":"Flowers"},"id":"46131523649784","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Glamour_MainImage_PDP.jpg?v=1738835040"},"sku":"FLRL-B-10209","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":90.0,"currencyCode":"USD"},"product":{"title":"The Spring Astrology","vendor":"UrbanStems","id":"8932431790328","untranslatedTitle":"The Spring Astrology","url":"\/products\/the-spring-astrology","type":"Flowers"},"id":"46131702792440","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringAstrology_MainImage_PDP.jpg?v=1738836261"},"sku":"FLRL-K-10150","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":90.0,"currencyCode":"USD"},"product":{"title":"The Blissful Day","vendor":"UrbanStems","id":"8932433690872","untranslatedTitle":"The Blissful Day","url":"\/products\/the-blissful-day","type":"Flowers"},"id":"46131705839864","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/BlissfulDay_MainImage_PDP_16615782-86aa-47e1-bc72-fec330e0e1f3.jpg?v=1739179643"},"sku":"FLRL-K-10151","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":90.0,"currencyCode":"USD"},"product":{"title":"The Spring Fling with Tanger Vase","vendor":"UrbanStems","id":"8932428120312","untranslatedTitle":"The Spring Fling with Tanger Vase","url":"\/products\/the-spring-fling-with-tanger-vase","type":"Flowers"},"id":"46131698434296","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringFling_TangerVase_MainImage.jpg?v=1738836096"},"sku":"FLRL-K-10147","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":90.0,"currencyCode":"USD"},"product":{"title":"The Dusk with White Tegan Vase","vendor":"UrbanStems","id":"8932426154232","untranslatedTitle":"The Dusk with White Tegan Vase","url":"\/products\/the-dusk-with-white-tegan-vase","type":"Flowers"},"id":"46131696075000","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Dusk_WhiteTegan_MainImage_PDP.jpg?v=1738837372"},"sku":"FLRL-K-10141","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":90.0,"currencyCode":"USD"},"product":{"title":"The Optimist with Peridot Vase","vendor":"UrbanStems","id":"8932427301112","untranslatedTitle":"The Optimist with Peridot Vase","url":"\/products\/the-optimist-with-peridot-vase","type":"Flowers"},"id":"46131697385720","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Optimist_PeridotVase_MainImage_PDP.jpg?v=1738836063"},"sku":"FLRL-K-10142","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":90.0,"currencyCode":"USD"},"product":{"title":"The Citron","vendor":"UrbanStems","id":"8932432773368","untranslatedTitle":"The Citron","url":"\/products\/the-citron","type":"Flowers"},"id":"46131703808248","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Citron_MainImage_PDP.jpg?v=1738836220"},"sku":"FLRL-K-10152","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":92.0,"currencyCode":"USD"},"product":{"title":"The Peony","vendor":"UrbanStems","id":"8657893687544","untranslatedTitle":"The Peony","url":"\/products\/the-peony","type":"Flowers"},"id":"45510417678584","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Peony_V2_MainImage_PDP.jpg?v=1737972145"},"sku":"FLRL-B-00117","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":92.0,"currencyCode":"USD"},"product":{"title":"The Snow Peony","vendor":"UrbanStems","id":"8657896243448","untranslatedTitle":"The Snow Peony","url":"\/products\/the-snow-peony","type":"Flowers"},"id":"45510421217528","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SnowPeony_MainImage_PDP.jpg?v=1729717666"},"sku":"FLRL-B-00177","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":92.0,"currencyCode":"USD"},"product":{"title":"The Margot","vendor":"UrbanStems","id":"8657901224184","untranslatedTitle":"The Margot","url":"\/products\/the-margot","type":"Flowers"},"id":"45510427574520","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620"},"sku":"FLRL-B-02315","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":94.0,"currencyCode":"USD"},"product":{"title":"The Risky DM with Gleaming Vase","vendor":"UrbanStems","id":"8851024969976","untranslatedTitle":"The Risky DM with Gleaming Vase","url":"\/products\/the-risky-dm-with-gleaming-vase","type":"Flowers"},"id":"45958774423800","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892"},"sku":"FLRL-K-10127","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":95.0,"currencyCode":"USD"},"product":{"title":"The Royal","vendor":"UrbanStems","id":"8657907548408","untranslatedTitle":"The Royal","url":"\/products\/the-royal","type":"Flowers"},"id":"45510436389112","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444"},"sku":"FLRL-B-10130","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":96.0,"currencyCode":"USD"},"product":{"title":"Double the Unicorn","vendor":"UrbanStems","id":"8657910890744","untranslatedTitle":"Double the Unicorn","url":"\/products\/double-the-unicorn","type":"Flowers"},"id":"45510440288504","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164"},"sku":"FLRL-D-10107","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":98.0,"currencyCode":"USD"},"product":{"title":"The Grower's Choice Peony","vendor":"UrbanStems","id":"8657902436600","untranslatedTitle":"The Grower's Choice Peony","url":"\/products\/the-growers-choice-peony","type":"Flowers"},"id":"45510429769976","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994"},"sku":"FLRL-B-02459","title":"Single","untranslatedTitle":"Default Title"},{"price":{"amount":100.0,"currencyCode":"USD"},"product":{"title":"The Aquarius","vendor":"UrbanStems","id":"8821243019512","untranslatedTitle":"The Aquarius","url":"\/products\/the-aquarius","type":"Flowers"},"id":"45897537159416","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/WinterAstrology_MainImage_PDP.jpg?v=1730913055"},"sku":"FLRL-K-10120","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":100.0,"currencyCode":"USD"},"product":{"title":"The Stacy's Mom","vendor":"UrbanStems","id":"8932259660024","untranslatedTitle":"The Stacy's Mom","url":"\/products\/the-stacys-mom","type":"Flowers"},"id":"46131256361208","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Compote_MainImage_PDP.jpg?v=1738833553"},"sku":"FLRL-B-10215","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":100.0,"currencyCode":"USD"},"product":{"title":"The Spring Soir\u00e9e","vendor":"UrbanStems","id":"8932425433336","untranslatedTitle":"The Spring Soir\u00e9e","url":"\/products\/the-spring-soiree","type":"Flowers"},"id":"46131695059192","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpringSoiree_v2_MainImage_PDP.jpg?v=1738945234"},"sku":"FLRL-K-10140","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":105.0,"currencyCode":"USD"},"product":{"title":"The Spoil Her","vendor":"UrbanStems","id":"8851046007032","untranslatedTitle":"The Spoil Her","url":"\/products\/the-spoil-her","type":"Flowers"},"id":"45958797656312","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/SpoilHer_MainImage.jpg?v=1732638104"},"sku":"FLRL-K-10130","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":109.0,"currencyCode":"USD"},"product":{"title":"Double the First Date","vendor":"UrbanStems","id":"8692601848056","untranslatedTitle":"Double the First Date","url":"\/products\/double-the-first-date","type":"Flowers"},"id":"45607256228088","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014"},"sku":"FLRL-D-00080","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":110.0,"currencyCode":"USD"},"product":{"title":"The Flutter with Gleaming Vase","vendor":"UrbanStems","id":"8821236793592","untranslatedTitle":"The Flutter with Gleaming Vase","url":"\/products\/the-flutter-with-gleaming-vase","type":"Flowers"},"id":"45897519595768","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480"},"sku":"FLRL-K-10112","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":110.0,"currencyCode":"USD"},"product":{"title":"The Sweet Romance","vendor":"UrbanStems","id":"8864395329784","untranslatedTitle":"The Sweet Romance","url":"\/products\/the-sweet-romance","type":"Flowers"},"id":"45984565952760","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/ApresSki_MainImage_PDP_2737c65d-10ed-465c-8e3b-ecc5e5a36b68.jpg?v=1733247335"},"sku":"FLRL-K-10162","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":120.0,"currencyCode":"USD"},"product":{"title":"Double the Zay Bouquet","vendor":"UrbanStems","id":"8738780741880","untranslatedTitle":"Double the Zay Bouquet","url":"\/products\/double-the-zay-bouquet","type":"Flowers"},"id":"45715017236728","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328"},"sku":"FLRL-D-10033","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":120.0,"currencyCode":"USD"},"product":{"title":"The Pink Lady with Tatum Vase","vendor":"UrbanStems","id":"8932430151928","untranslatedTitle":"The Pink Lady with Tatum Vase","url":"\/products\/the-pink-lady-with-tatum-vase","type":"Flowers"},"id":"46131700498680","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/PinkLady_TatumVase_MainImage_PDP.jpg?v=1738836126"},"sku":"FLRL-K-10148","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":120.0,"currencyCode":"USD"},"product":{"title":"The Brunch","vendor":"UrbanStems","id":"8932424319224","untranslatedTitle":"The Brunch","url":"\/products\/the-brunch","type":"Flowers"},"id":"46131693191416","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Brunch_MainImage_PDP.jpg?v=1738835917"},"sku":"FLRL-K-10139","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":122.0,"currencyCode":"USD"},"product":{"title":"Double the Crush","vendor":"UrbanStems","id":"8657910006008","untranslatedTitle":"Double the Crush","url":"\/products\/double-the-crush","type":"Flowers"},"id":"45653343600888","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925"},"sku":"FLRL-D-10022","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":122.0,"currencyCode":"USD"},"product":{"title":"Double the Risky DM","vendor":"UrbanStems","id":"8845913260280","untranslatedTitle":"Double the Risky DM","url":"\/products\/double-the-risky-dm","type":"Flowers"},"id":"45948487794936","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055"},"sku":"FLRL-D-10190","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":122.0,"currencyCode":"USD"},"product":{"title":"Double The Spring Fling","vendor":"UrbanStems","id":"8932313989368","untranslatedTitle":"Double The Spring Fling","url":"\/products\/double-the-spring-fling","type":"Flowers"},"id":"46131523518712","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SpringFling_MainImage_PDP.jpg?v=1738834778"},"sku":"FLRL-D-10212","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":122.0,"currencyCode":"USD"},"product":{"title":"Double The Dusk","vendor":"UrbanStems","id":"8932314317048","untranslatedTitle":"Double The Dusk","url":"\/products\/double-the-dusk","type":"Flowers"},"id":"46131523846392","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Dusk_MainImage_PDP.jpg?v=1738835560"},"sku":"FLRL-D-10211","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":123.0,"currencyCode":"USD"},"product":{"title":"The American Rose","vendor":"UrbanStems","id":"8801522942200","untranslatedTitle":"The American Rose","url":"\/products\/the-american-rose","type":"Flowers"},"id":"45857953349880","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/AmericanRose_MainImage_PDP.jpg?v=1730053461"},"sku":"FLRL-K-02529","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":125.0,"currencyCode":"USD"},"product":{"title":"The Candy Heart","vendor":"UrbanStems","id":"8842846142712","untranslatedTitle":"The Candy Heart","url":"\/products\/the-candy-heart","type":"Flowers"},"id":"45942253027576","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeart_MainImage_PDP.jpg?v=1732543573"},"sku":"FLRL-B-10195","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":125.0,"currencyCode":"USD"},"product":{"title":"The Mythology","vendor":"UrbanStems","id":"8932259463416","untranslatedTitle":"The Mythology","url":"\/products\/the-mythology","type":"Flowers"},"id":"46131256262904","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Mythology_MainImage_PDP.jpg?v=1738833414"},"sku":"FLRL-B-10214","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":126.0,"currencyCode":"USD"},"product":{"title":"Triple the Unicorn","vendor":"UrbanStems","id":"8657913512184","untranslatedTitle":"Triple the Unicorn","url":"\/products\/triple-the-unicorn","type":"Flowers"},"id":"45510443335928","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317"},"sku":"FLRL-T-10107","title":"Triple","untranslatedTitle":"Default Title"},{"price":{"amount":126.0,"currencyCode":"USD"},"product":{"title":"Double the Optimist","vendor":"UrbanStems","id":"8845990297848","untranslatedTitle":"Double the Optimist","url":"\/products\/double-the-optimist","type":"Flowers"},"id":"45948821111032","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Optimist_MainImage_PDP.jpg?v=1738864800"},"sku":"FLRL-D-10218","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":126.0,"currencyCode":"USD"},"product":{"title":"Double the Love Potion","vendor":"UrbanStems","id":"8845990461688","untranslatedTitle":"Double the Love Potion","url":"\/products\/double-the-love-potion","type":"Flowers"},"id":"45948821274872","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_MainImage_PDP.jpg?v=1733134967"},"sku":"FLRL-D-10193","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":129.0,"currencyCode":"USD"},"product":{"title":"Double The Signs Of Spring","vendor":"UrbanStems","id":"8932314185976","untranslatedTitle":"Double The Signs Of Spring","url":"\/products\/double-the-signs-of-spring","type":"Flowers"},"id":"46131523715320","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SignsOfSpring_MainImage_PDP.jpg?v=1738835078"},"sku":"FLRL-D-10219","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":130.0,"currencyCode":"USD"},"product":{"title":"Double the Satin","vendor":"UrbanStems","id":"8657908367608","untranslatedTitle":"Double the Satin","url":"\/products\/double-the-satin","type":"Flowers"},"id":"45510437175544","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059"},"sku":"FLRL-D-00078","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":130.0,"currencyCode":"USD"},"product":{"title":"The Hope","vendor":"UrbanStems","id":"8932419862776","untranslatedTitle":"The Hope","url":"\/products\/the-hope","type":"Flowers"},"id":"46131687883000","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Hope_MainImage_PDP.jpg?v=1738835840"},"sku":"FLRL-K-10144","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":130.0,"currencyCode":"USD"},"product":{"title":"The Stacy's Mom with Gold Tegan Vase","vendor":"UrbanStems","id":"8932430872824","untranslatedTitle":"The Stacy's Mom with Gold Tegan Vase","url":"\/products\/the-stacys-mom-with-gold-tegan-vase","type":"Flowers"},"id":"46131701317880","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Compote_GoldTegan_MainImage_PDP.jpg?v=1738836178"},"sku":"FLRL-K-10149","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":133.0,"currencyCode":"USD"},"product":{"title":"Double the Firecracker","vendor":"UrbanStems","id":"8657907908856","untranslatedTitle":"Double the Firecracker","url":"\/products\/double-the-firecracker","type":"Flowers"},"id":"45510436782328","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883"},"sku":"FLRL-D-00025","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":133.0,"currencyCode":"USD"},"product":{"title":"Double the Peace","vendor":"UrbanStems","id":"8657910202616","untranslatedTitle":"Double the Peace","url":"\/products\/double-the-peace","type":"Flowers"},"id":"45510439469304","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434"},"sku":"FLRL-D-10032","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":133.0,"currencyCode":"USD"},"product":{"title":"Double The Melody","vendor":"UrbanStems","id":"8657910857976","untranslatedTitle":"Double The Melody","url":"\/products\/double-the-melody","type":"Flowers"},"id":"45510440255736","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Melody_MainImage_PDP.jpg?v=1738855100"},"sku":"FLRL-D-10101","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":133.0,"currencyCode":"USD"},"product":{"title":"Double the Lace","vendor":"UrbanStems","id":"8845990265080","untranslatedTitle":"Double the Lace","url":"\/products\/double-the-lace","type":"Flowers"},"id":"45948821078264","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_MainImage_PDP.jpg?v=1732631942"},"sku":"FLRL-D-10192","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":135.0,"currencyCode":"USD"},"product":{"title":"The Athena","vendor":"UrbanStems","id":"8801519632632","untranslatedTitle":"The Athena","url":"\/products\/the-athena","type":"Flowers"},"id":"45857949810936","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Athena_MainImage_PDP.jpg?v=1729720268"},"sku":"FLRL-K-02318","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":135.0,"currencyCode":"USD"},"product":{"title":"The Picnic","vendor":"UrbanStems","id":"8932260970744","untranslatedTitle":"The Picnic","url":"\/products\/the-picnic","type":"Flowers"},"id":"46131271696632","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Picnic_MainImage_PDP.jpg?v=1738833599"},"sku":"FLRL-B-10217","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":135.0,"currencyCode":"USD"},"product":{"title":"Double The Sanctuary","vendor":"UrbanStems","id":"8932314087672","untranslatedTitle":"Double The Sanctuary","url":"\/products\/double-the-sanctuary","type":"Flowers"},"id":"46131523617016","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sanctuary_MainImage_PDP.jpg?v=1738834963"},"sku":"FLRL-D-10220","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":140.0,"currencyCode":"USD"},"product":{"title":"Double The Birdsong","vendor":"UrbanStems","id":"8932313891064","untranslatedTitle":"Double The Birdsong","url":"\/products\/double-the-birdsong","type":"Flowers"},"id":"46131523420408","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Birdsong_MainImage_PDP.jpg?v=1738833623"},"sku":"FLRL-D-10208","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":141.0,"currencyCode":"USD"},"product":{"title":"Double the Flutter","vendor":"UrbanStems","id":"8794186252536","untranslatedTitle":"Double the Flutter","url":"\/products\/double-the-flutter","type":"Flowers"},"id":"45843034734840","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_MainImage_PDP.jpg?v=1729901616"},"sku":"FLRL-D-10170","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":143.0,"currencyCode":"USD"},"product":{"title":"Triple the First Date","vendor":"UrbanStems","id":"8657912758520","untranslatedTitle":"Triple the First Date","url":"\/products\/triple-the-first-date","type":"Flowers"},"id":"45510442549496","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389"},"sku":"FLRL-T-00080","title":"Triple","untranslatedTitle":"Default Title"},{"price":{"amount":144.0,"currencyCode":"USD"},"product":{"title":"Double The Rose Garden","vendor":"UrbanStems","id":"8932314022136","untranslatedTitle":"Double The Rose Garden","url":"\/products\/double-the-rose-garden","type":"Flowers"},"id":"46131523551480","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_RoseGarden_MainImage_PDP.jpg?v=1738834905"},"sku":"FLRL-D-10210","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":145.0,"currencyCode":"USD"},"product":{"title":"The Aphrodite","vendor":"UrbanStems","id":"8694078144760","untranslatedTitle":"The Aphrodite","url":"\/products\/the-aphrodite","type":"Flowers"},"id":"45610328326392","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Aphrodite_MainImage_PDP.jpg?v=1733323832"},"sku":"FLRL-B-10196","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":145.0,"currencyCode":"USD"},"product":{"title":"The Peony Sunrise","vendor":"UrbanStems","id":"8932259594488","untranslatedTitle":"The Peony Sunrise","url":"\/products\/the-peony-sunrise","type":"Flowers"},"id":"46131256295672","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/PeonySunrise_MainImage_PDP.jpg?v=1738833455"},"sku":"FLRL-B-10216","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":145.0,"currencyCode":"USD"},"product":{"title":"The Flora","vendor":"UrbanStems","id":"8947859226872","untranslatedTitle":"The Flora","url":"\/products\/the-flora","type":"Flowers"},"id":"46164397424888","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Flora_MainImage_PDP.jpg?v=1738921461"},"sku":"FLRL-K-02104","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":147.0,"currencyCode":"USD"},"product":{"title":"Double The Nectarine","vendor":"UrbanStems","id":"8932313956600","untranslatedTitle":"Double The Nectarine","url":"\/products\/double-the-nectarine","type":"Flowers"},"id":"46131523485944","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Nectarine_MainImage_PDP.jpg?v=1738835423"},"sku":"FLRL-D-10213","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":150.0,"currencyCode":"USD"},"product":{"title":"The Candy Heart with Tatum Vase","vendor":"UrbanStems","id":"8851040043256","untranslatedTitle":"The Candy Heart with Tatum Vase","url":"\/products\/the-candy-with-tatum-vase","type":"Flowers"},"id":"45958791299320","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315"},"sku":"FLRL-K-10128","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":150.0,"currencyCode":"USD"},"product":{"title":"The Winter Blossom","vendor":"UrbanStems","id":"8821235515640","untranslatedTitle":"The Winter Blossom","url":"\/products\/the-winter-blossom","type":"Flowers"},"id":"45897514942712","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/WinterBlossom_MainImage_PDP.jpg?v=1737709968"},"sku":"FLRL-K-10111","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":150.0,"currencyCode":"USD"},"product":{"title":"The Brilliance","vendor":"UrbanStems","id":"8932410097912","untranslatedTitle":"The Brilliance","url":"\/products\/the-brilliance","type":"Flowers"},"id":"46131672645880","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Brilliance_MainImage_PDP.jpg?v=1738835727"},"sku":"FLRL-K-10143","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":162.0,"currencyCode":"USD"},"product":{"title":"Double The Pink Lady","vendor":"UrbanStems","id":"8657909809400","untranslatedTitle":"Double The Pink Lady","url":"\/products\/double-the-pink-lady","type":"Flowers"},"id":"45510439010552","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Palazzo_MainImage_PDP.jpg?v=1738864371"},"sku":"FLRL-D-10012","title":"","untranslatedTitle":"Default Title"},{"price":{"amount":162.0,"currencyCode":"USD"},"product":{"title":"Double The Glamour","vendor":"UrbanStems","id":"8932314251512","untranslatedTitle":"Double The Glamour","url":"\/products\/double-the-glamour","type":"Flowers"},"id":"46131523780856","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Glamour_MainImage_PDP.jpg?v=1738835467"},"sku":"FLRL-D-10209","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":165.0,"currencyCode":"USD"},"product":{"title":"Double the Margot","vendor":"UrbanStems","id":"8657909055736","untranslatedTitle":"Double the Margot","url":"\/products\/double-the-margot","type":"Flowers"},"id":"45510438256888","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519"},"sku":"FLRL-D-02315","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":165.0,"currencyCode":"USD"},"product":{"title":"Double the Snow Peony","vendor":"UrbanStems","id":"8692604829944","untranslatedTitle":"Double the Snow Peony","url":"\/products\/double-the-snow-peony","type":"Flowers"},"id":"45607260455160","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666"},"sku":"FLRL-D-00177","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":165.0,"currencyCode":"USD"},"product":{"title":"Double the Peony","vendor":"UrbanStems","id":"8692604928248","untranslatedTitle":"Double the Peony","url":"\/products\/double-the-peony","type":"Flowers"},"id":"45607260684536","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187"},"sku":"FLRL-D-00117","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":170.0,"currencyCode":"USD"},"product":{"title":"The Confection","vendor":"UrbanStems","id":"8851052134648","untranslatedTitle":"The Confection","url":"\/products\/the-confection","type":"Flowers"},"id":"45958804439288","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Confection_MainImage_PDP.jpg?v=1732637218"},"sku":"FLRL-K-10133","title":"Default Title","untranslatedTitle":"Default Title"},{"price":{"amount":171.0,"currencyCode":"USD"},"product":{"title":"Double the Royal","vendor":"UrbanStems","id":"8864352895224","untranslatedTitle":"Double the Royal","url":"\/products\/double-the-royal","type":"Flowers"},"id":"45984400212216","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841"},"sku":"FLRL-D-10130","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":173.0,"currencyCode":"USD"},"product":{"title":"Triple the Crush","vendor":"UrbanStems","id":"8657913282808","untranslatedTitle":"Triple the Crush","url":"\/products\/triple-the-crush","type":"Flowers"},"id":"45653346713848","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806"},"sku":"FLRL-T-10022","title":"Triple","untranslatedTitle":"Default Title"},{"price":{"amount":173.0,"currencyCode":"USD"},"product":{"title":"Triple the Risky DM","vendor":"UrbanStems","id":"8845913293048","untranslatedTitle":"Triple the Risky DM","url":"\/products\/triple-the-risky-dm","type":"Flowers"},"id":"45948487827704","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195"},"sku":"FLRL-T-10190","title":"Triple","untranslatedTitle":"Default Title"},{"price":{"amount":176.0,"currencyCode":"USD"},"product":{"title":"Double the Grower's Choice Peony","vendor":"UrbanStems","id":"8657909514488","untranslatedTitle":"Double the Grower's Choice Peony","url":"\/products\/double-the-growers-choice-peony","type":"Flowers"},"id":"45510438715640","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538"},"sku":"FLRL-D-02459","title":"Double","untranslatedTitle":"Default Title"},{"price":{"amount":183.0,"currencyCode":"USD"},"product":{"title":"Triple the Satin","vendor":"UrbanStems","id":"8657912922360","untranslatedTitle":"Triple the Satin","url":"\/products\/triple-the-satin","type":"Flowers"},"id":"45510442713336","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310"},"sku":"FLRL-T-00078","title":"Triple","untranslatedTitle":"Default Title"},{"price":{"amount":188.0,"currencyCode":"USD"},"product":{"title":"Triple the Firecracker","vendor":"UrbanStems","id":"8657912594680","untranslatedTitle":"Triple the Firecracker","url":"\/products\/triple-the-firecracker","type":"Flowers"},"id":"45510442221816","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246"},"sku":"FLRL-T-00025","title":"Triple","untranslatedTitle":"Default Title"},{"price":{"amount":188.0,"currencyCode":"USD"},"product":{"title":"Triple the Peace","vendor":"UrbanStems","id":"8657913315576","untranslatedTitle":"Triple the Peace","url":"\/products\/triple-the-peace","type":"Flowers"},"id":"45510443106552","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640"},"sku":"FLRL-T-10032","title":"Triple","untranslatedTitle":"Default Title"},{"price":{"amount":234.0,"currencyCode":"USD"},"product":{"title":"Triple the Peony","vendor":"UrbanStems","id":"8657912824056","untranslatedTitle":"Triple the Peony","url":"\/products\/triple-the-peony","type":"Flowers"},"id":"45510442615032","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231"},"sku":"FLRL-T-00117","title":"Triple","untranslatedTitle":"Default Title"},{"price":{"amount":234.0,"currencyCode":"USD"},"product":{"title":"Triple the Snow Peony","vendor":"UrbanStems","id":"8657912856824","untranslatedTitle":"Triple the Snow Peony","url":"\/products\/triple-the-snow-peony","type":"Flowers"},"id":"45510442647800","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666"},"sku":"FLRL-T-00177","title":"Triple","untranslatedTitle":"Default Title"},{"price":{"amount":249.0,"currencyCode":"USD"},"product":{"title":"Triple the Grower's Choice Peony","vendor":"UrbanStems","id":"8657913151736","untranslatedTitle":"Triple the Grower's Choice Peony","url":"\/products\/triple-the-growers-choice-peony","type":"Flowers"},"id":"45510442942712","image":{"src":"\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538"},"sku":"FLRL-T-02459","title":"Triple","untranslatedTitle":"Default Title"}]}});},"https://urbanstems.com/cdn","96d7db11b5d836789812e500283123b0e57df9f7","8fa806few5358ccf9p85054907m3e22f137",{"modern":"","legacy":""});</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"products":[{"id":8657894408440,"gid":"gid:\/\/shopify\/Product\/8657894408440","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510418858232,"price":5000,"name":"The Parasol - Single","public_title":"Single","sku":"FLRL-B-00137"}]},{"id":8845990494456,"gid":"gid:\/\/shopify\/Product\/8845990494456","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45948821373176,"price":5000,"name":"The Kiss Me On My Tulips - Single","public_title":"Single","sku":"FLRL-B-10191"}]},{"id":8657906401528,"gid":"gid:\/\/shopify\/Product\/8657906401528","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510434849016,"price":5100,"name":"The Unicorn - Single","public_title":"Single","sku":"FLRL-B-10107"}]},{"id":8657892376824,"gid":"gid:\/\/shopify\/Product\/8657892376824","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510415909112,"price":5800,"name":"The First Date - Single","public_title":"Single","sku":"FLRL-B-00080"}]},{"id":8657903845624,"gid":"gid:\/\/shopify\/Product\/8657903845624","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45653350088952,"price":6800,"name":"The Crush - Single","public_title":"Single","sku":"FLRL-B-10022"}]},{"id":8845913325816,"gid":"gid:\/\/shopify\/Product\/8845913325816","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45948487860472,"price":6800,"name":"The Risky DM - Single","public_title":"Single","sku":"FLRL-B-10190"}]},{"id":8932314120440,"gid":"gid:\/\/shopify\/Product\/8932314120440","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131523682552,"price":6800,"name":"The Spring Fling - Single","public_title":"Single","sku":"FLRL-B-10212"}]},{"id":8932334436600,"gid":"gid:\/\/shopify\/Product\/8932334436600","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131565920504,"price":6800,"name":"The Dusk - Single","public_title":"Single","sku":"FLRL-B-10211"}]},{"id":8845990625528,"gid":"gid:\/\/shopify\/Product\/8845990625528","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45948821438712,"price":7000,"name":"The Optimist - Single","public_title":"Single","sku":"FLRL-B-10218"}]},{"id":8657892245752,"gid":"gid:\/\/shopify\/Product\/8657892245752","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510415745272,"price":7200,"name":"The Satin - Single","public_title":"Single","sku":"FLRL-B-00078"}]},{"id":8845990330616,"gid":"gid:\/\/shopify\/Product\/8845990330616","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45948821143800,"price":7200,"name":"The Love Potion - Single","public_title":"Single","sku":"FLRL-B-10193"}]},{"id":8932314284280,"gid":"gid:\/\/shopify\/Product\/8932314284280","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131523813624,"price":7200,"name":"The Signs Of Spring - Single","public_title":"Single","sku":"FLRL-B-10219"}]},{"id":8657890410744,"gid":"gid:\/\/shopify\/Product\/8657890410744","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510413385976,"price":7400,"name":"The Firecracker - Single","public_title":"Single","sku":"FLRL-B-00025"}]},{"id":8657904140536,"gid":"gid:\/\/shopify\/Product\/8657904140536","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510431965432,"price":7400,"name":"The Peace - Single","public_title":"Single","sku":"FLRL-B-10032"}]},{"id":8657906237688,"gid":"gid:\/\/shopify\/Product\/8657906237688","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510434685176,"price":7400,"name":"The Melody - Single","public_title":"Single","sku":"FLRL-B-10101"}]},{"id":8738778808568,"gid":"gid:\/\/shopify\/Product\/8738778808568","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45715015336184,"price":7500,"name":"The Zay Bouquet - Single","public_title":"Single","sku":"FLRL-B-10033"}]},{"id":8932259627256,"gid":"gid:\/\/shopify\/Product\/8932259627256","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131256328440,"price":7500,"name":"The Sweet Hyacinth","public_title":null,"sku":"FLRL-B-10221"}]},{"id":8932329160952,"gid":"gid:\/\/shopify\/Product\/8932329160952","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131556319480,"price":7500,"name":"The Sanctuary - Single","public_title":"Single","sku":"FLRL-B-10220"}]},{"id":8932255236344,"gid":"gid:\/\/shopify\/Product\/8932255236344","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131211927800,"price":7800,"name":"The Birdsong - Single","public_title":"Single","sku":"FLRL-B-10208"}]},{"id":8794213122296,"gid":"gid:\/\/shopify\/Product\/8794213122296","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45843091194104,"price":7900,"name":"The Flutter - Single","public_title":"Single","sku":"FLRL-B-10170"}]},{"id":8932314054904,"gid":"gid:\/\/shopify\/Product\/8932314054904","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131523584248,"price":8000,"name":"The Rose Garden - Single","public_title":"Single","sku":"FLRL-B-10210"}]},{"id":8845990592760,"gid":"gid:\/\/shopify\/Product\/8845990592760","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45948821405944,"price":8100,"name":"The Lace - Single","public_title":"Single","sku":"FLRL-B-10192"}]},{"id":8932314218744,"gid":"gid:\/\/shopify\/Product\/8932314218744","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131523748088,"price":8200,"name":"The Nectarine - Single","public_title":"Single","sku":"FLRL-B-10213"}]},{"id":8692603617528,"gid":"gid:\/\/shopify\/Product\/8692603617528","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45607258226936,"price":8400,"name":"Double the Parasol - Double","public_title":"Double","sku":"FLRL-D-00137"}]},{"id":8845990363384,"gid":"gid:\/\/shopify\/Product\/8845990363384","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45948821176568,"price":8400,"name":"Double the Kiss Me On My Tulips - Double","public_title":"Double","sku":"FLRL-D-10191"}]},{"id":8657892507896,"gid":"gid:\/\/shopify\/Product\/8657892507896","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510416007416,"price":9000,"name":"The Valentine - ","public_title":"","sku":"FLRL-B-00083"}]},{"id":8657903419640,"gid":"gid:\/\/shopify\/Product\/8657903419640","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510430982392,"price":9000,"name":"The Pink Lady - ","public_title":"","sku":"FLRL-B-10012"}]},{"id":8932314153208,"gid":"gid:\/\/shopify\/Product\/8932314153208","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131523649784,"price":9000,"name":"The Glamour - Single","public_title":"Single","sku":"FLRL-B-10209"}]},{"id":8932431790328,"gid":"gid:\/\/shopify\/Product\/8932431790328","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131702792440,"price":9000,"name":"The Spring Astrology","public_title":null,"sku":"FLRL-K-10150"}]},{"id":8932433690872,"gid":"gid:\/\/shopify\/Product\/8932433690872","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131705839864,"price":9000,"name":"The Blissful Day","public_title":null,"sku":"FLRL-K-10151"}]},{"id":8932428120312,"gid":"gid:\/\/shopify\/Product\/8932428120312","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131698434296,"price":9000,"name":"The Spring Fling with Tanger Vase","public_title":null,"sku":"FLRL-K-10147"}]},{"id":8932426154232,"gid":"gid:\/\/shopify\/Product\/8932426154232","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131696075000,"price":9000,"name":"The Dusk with White Tegan Vase","public_title":null,"sku":"FLRL-K-10141"}]},{"id":8932427301112,"gid":"gid:\/\/shopify\/Product\/8932427301112","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131697385720,"price":9000,"name":"The Optimist with Peridot Vase","public_title":null,"sku":"FLRL-K-10142"}]},{"id":8932432773368,"gid":"gid:\/\/shopify\/Product\/8932432773368","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131703808248,"price":9000,"name":"The Citron","public_title":null,"sku":"FLRL-K-10152"}]},{"id":8657893687544,"gid":"gid:\/\/shopify\/Product\/8657893687544","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510417678584,"price":9200,"name":"The Peony - Single","public_title":"Single","sku":"FLRL-B-00117"}]},{"id":8657896243448,"gid":"gid:\/\/shopify\/Product\/8657896243448","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510421217528,"price":9200,"name":"The Snow Peony - Single","public_title":"Single","sku":"FLRL-B-00177"}]},{"id":8657901224184,"gid":"gid:\/\/shopify\/Product\/8657901224184","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510427574520,"price":9200,"name":"The Margot - Single","public_title":"Single","sku":"FLRL-B-02315"}]},{"id":8851024969976,"gid":"gid:\/\/shopify\/Product\/8851024969976","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45958774423800,"price":9400,"name":"The Risky DM with Gleaming Vase","public_title":null,"sku":"FLRL-K-10127"}]},{"id":8657907548408,"gid":"gid:\/\/shopify\/Product\/8657907548408","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510436389112,"price":9500,"name":"The Royal - Single","public_title":"Single","sku":"FLRL-B-10130"}]},{"id":8657910890744,"gid":"gid:\/\/shopify\/Product\/8657910890744","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510440288504,"price":9600,"name":"Double the Unicorn - Double","public_title":"Double","sku":"FLRL-D-10107"}]},{"id":8657902436600,"gid":"gid:\/\/shopify\/Product\/8657902436600","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510429769976,"price":9800,"name":"The Grower's Choice Peony - Single","public_title":"Single","sku":"FLRL-B-02459"}]},{"id":8821243019512,"gid":"gid:\/\/shopify\/Product\/8821243019512","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45897537159416,"price":10000,"name":"The Aquarius","public_title":null,"sku":"FLRL-K-10120"}]},{"id":8932259660024,"gid":"gid:\/\/shopify\/Product\/8932259660024","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131256361208,"price":10000,"name":"The Stacy's Mom","public_title":null,"sku":"FLRL-B-10215"}]},{"id":8932425433336,"gid":"gid:\/\/shopify\/Product\/8932425433336","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131695059192,"price":10000,"name":"The Spring Soirée","public_title":null,"sku":"FLRL-K-10140"}]},{"id":8851046007032,"gid":"gid:\/\/shopify\/Product\/8851046007032","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45958797656312,"price":10500,"name":"The Spoil Her","public_title":null,"sku":"FLRL-K-10130"}]},{"id":8692601848056,"gid":"gid:\/\/shopify\/Product\/8692601848056","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45607256228088,"price":10900,"name":"Double the First Date - Double","public_title":"Double","sku":"FLRL-D-00080"}]},{"id":8821236793592,"gid":"gid:\/\/shopify\/Product\/8821236793592","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45897519595768,"price":11000,"name":"The Flutter with Gleaming Vase","public_title":null,"sku":"FLRL-K-10112"}]},{"id":8864395329784,"gid":"gid:\/\/shopify\/Product\/8864395329784","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45984565952760,"price":11000,"name":"The Sweet Romance","public_title":null,"sku":"FLRL-K-10162"}]},{"id":8738780741880,"gid":"gid:\/\/shopify\/Product\/8738780741880","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45715017236728,"price":12000,"name":"Double the Zay Bouquet - Double","public_title":"Double","sku":"FLRL-D-10033"}]},{"id":8932430151928,"gid":"gid:\/\/shopify\/Product\/8932430151928","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131700498680,"price":12000,"name":"The Pink Lady with Tatum Vase","public_title":null,"sku":"FLRL-K-10148"}]},{"id":8932424319224,"gid":"gid:\/\/shopify\/Product\/8932424319224","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131693191416,"price":12000,"name":"The Brunch","public_title":null,"sku":"FLRL-K-10139"}]},{"id":8657910006008,"gid":"gid:\/\/shopify\/Product\/8657910006008","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45653343600888,"price":12200,"name":"Double the Crush - Double","public_title":"Double","sku":"FLRL-D-10022"}]},{"id":8845913260280,"gid":"gid:\/\/shopify\/Product\/8845913260280","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45948487794936,"price":12200,"name":"Double the Risky DM - Double","public_title":"Double","sku":"FLRL-D-10190"}]},{"id":8932313989368,"gid":"gid:\/\/shopify\/Product\/8932313989368","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131523518712,"price":12200,"name":"Double The Spring Fling - Double","public_title":"Double","sku":"FLRL-D-10212"}]},{"id":8932314317048,"gid":"gid:\/\/shopify\/Product\/8932314317048","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131523846392,"price":12200,"name":"Double The Dusk - Double","public_title":"Double","sku":"FLRL-D-10211"}]},{"id":8801522942200,"gid":"gid:\/\/shopify\/Product\/8801522942200","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45857953349880,"price":12300,"name":"The American Rose","public_title":null,"sku":"FLRL-K-02529"}]},{"id":8842846142712,"gid":"gid:\/\/shopify\/Product\/8842846142712","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45942253027576,"price":12500,"name":"The Candy Heart","public_title":null,"sku":"FLRL-B-10195"}]},{"id":8932259463416,"gid":"gid:\/\/shopify\/Product\/8932259463416","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131256262904,"price":12500,"name":"The Mythology","public_title":null,"sku":"FLRL-B-10214"}]},{"id":8657913512184,"gid":"gid:\/\/shopify\/Product\/8657913512184","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510443335928,"price":12600,"name":"Triple the Unicorn - Triple","public_title":"Triple","sku":"FLRL-T-10107"}]},{"id":8845990297848,"gid":"gid:\/\/shopify\/Product\/8845990297848","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45948821111032,"price":12600,"name":"Double the Optimist - Double","public_title":"Double","sku":"FLRL-D-10218"}]},{"id":8845990461688,"gid":"gid:\/\/shopify\/Product\/8845990461688","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45948821274872,"price":12600,"name":"Double the Love Potion - Double","public_title":"Double","sku":"FLRL-D-10193"}]},{"id":8932314185976,"gid":"gid:\/\/shopify\/Product\/8932314185976","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131523715320,"price":12900,"name":"Double The Signs Of Spring - Double","public_title":"Double","sku":"FLRL-D-10219"}]},{"id":8657908367608,"gid":"gid:\/\/shopify\/Product\/8657908367608","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510437175544,"price":13000,"name":"Double the Satin - Double","public_title":"Double","sku":"FLRL-D-00078"}]},{"id":8932419862776,"gid":"gid:\/\/shopify\/Product\/8932419862776","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131687883000,"price":13000,"name":"The Hope","public_title":null,"sku":"FLRL-K-10144"}]},{"id":8932430872824,"gid":"gid:\/\/shopify\/Product\/8932430872824","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131701317880,"price":13000,"name":"The Stacy's Mom with Gold Tegan Vase","public_title":null,"sku":"FLRL-K-10149"}]},{"id":8657907908856,"gid":"gid:\/\/shopify\/Product\/8657907908856","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510436782328,"price":13300,"name":"Double the Firecracker - Double","public_title":"Double","sku":"FLRL-D-00025"}]},{"id":8657910202616,"gid":"gid:\/\/shopify\/Product\/8657910202616","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510439469304,"price":13300,"name":"Double the Peace - Double","public_title":"Double","sku":"FLRL-D-10032"}]},{"id":8657910857976,"gid":"gid:\/\/shopify\/Product\/8657910857976","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510440255736,"price":13300,"name":"Double The Melody - Double","public_title":"Double","sku":"FLRL-D-10101"}]},{"id":8845990265080,"gid":"gid:\/\/shopify\/Product\/8845990265080","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45948821078264,"price":13300,"name":"Double the Lace - Double","public_title":"Double","sku":"FLRL-D-10192"}]},{"id":8801519632632,"gid":"gid:\/\/shopify\/Product\/8801519632632","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45857949810936,"price":13500,"name":"The Athena","public_title":null,"sku":"FLRL-K-02318"}]},{"id":8932260970744,"gid":"gid:\/\/shopify\/Product\/8932260970744","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131271696632,"price":13500,"name":"The Picnic","public_title":null,"sku":"FLRL-B-10217"}]},{"id":8932314087672,"gid":"gid:\/\/shopify\/Product\/8932314087672","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131523617016,"price":13500,"name":"Double The Sanctuary - Double","public_title":"Double","sku":"FLRL-D-10220"}]},{"id":8932313891064,"gid":"gid:\/\/shopify\/Product\/8932313891064","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131523420408,"price":14000,"name":"Double The Birdsong - Double","public_title":"Double","sku":"FLRL-D-10208"}]},{"id":8794186252536,"gid":"gid:\/\/shopify\/Product\/8794186252536","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45843034734840,"price":14100,"name":"Double the Flutter - Double","public_title":"Double","sku":"FLRL-D-10170"}]},{"id":8657912758520,"gid":"gid:\/\/shopify\/Product\/8657912758520","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510442549496,"price":14300,"name":"Triple the First Date - Triple","public_title":"Triple","sku":"FLRL-T-00080"}]},{"id":8932314022136,"gid":"gid:\/\/shopify\/Product\/8932314022136","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131523551480,"price":14400,"name":"Double The Rose Garden - Double","public_title":"Double","sku":"FLRL-D-10210"}]},{"id":8694078144760,"gid":"gid:\/\/shopify\/Product\/8694078144760","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45610328326392,"price":14500,"name":"The Aphrodite","public_title":null,"sku":"FLRL-B-10196"}]},{"id":8932259594488,"gid":"gid:\/\/shopify\/Product\/8932259594488","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131256295672,"price":14500,"name":"The Peony Sunrise","public_title":null,"sku":"FLRL-B-10216"}]},{"id":8947859226872,"gid":"gid:\/\/shopify\/Product\/8947859226872","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46164397424888,"price":14500,"name":"The Flora","public_title":null,"sku":"FLRL-K-02104"}]},{"id":8932313956600,"gid":"gid:\/\/shopify\/Product\/8932313956600","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131523485944,"price":14700,"name":"Double The Nectarine - Double","public_title":"Double","sku":"FLRL-D-10213"}]},{"id":8851040043256,"gid":"gid:\/\/shopify\/Product\/8851040043256","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45958791299320,"price":15000,"name":"The Candy Heart with Tatum Vase","public_title":null,"sku":"FLRL-K-10128"}]},{"id":8821235515640,"gid":"gid:\/\/shopify\/Product\/8821235515640","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45897514942712,"price":15000,"name":"The Winter Blossom","public_title":null,"sku":"FLRL-K-10111"}]},{"id":8932410097912,"gid":"gid:\/\/shopify\/Product\/8932410097912","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131672645880,"price":15000,"name":"The Brilliance","public_title":null,"sku":"FLRL-K-10143"}]},{"id":8657909809400,"gid":"gid:\/\/shopify\/Product\/8657909809400","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510439010552,"price":16200,"name":"Double The Pink Lady - ","public_title":"","sku":"FLRL-D-10012"}]},{"id":8932314251512,"gid":"gid:\/\/shopify\/Product\/8932314251512","vendor":"UrbanStems","type":"Flowers","variants":[{"id":46131523780856,"price":16200,"name":"Double The Glamour - Double","public_title":"Double","sku":"FLRL-D-10209"}]},{"id":8657909055736,"gid":"gid:\/\/shopify\/Product\/8657909055736","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510438256888,"price":16500,"name":"Double the Margot - Double","public_title":"Double","sku":"FLRL-D-02315"}]},{"id":8692604829944,"gid":"gid:\/\/shopify\/Product\/8692604829944","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45607260455160,"price":16500,"name":"Double the Snow Peony - Double","public_title":"Double","sku":"FLRL-D-00177"}]},{"id":8692604928248,"gid":"gid:\/\/shopify\/Product\/8692604928248","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45607260684536,"price":16500,"name":"Double the Peony - Double","public_title":"Double","sku":"FLRL-D-00117"}]},{"id":8851052134648,"gid":"gid:\/\/shopify\/Product\/8851052134648","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45958804439288,"price":17000,"name":"The Confection","public_title":null,"sku":"FLRL-K-10133"}]},{"id":8864352895224,"gid":"gid:\/\/shopify\/Product\/8864352895224","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45984400212216,"price":17100,"name":"Double the Royal - Double","public_title":"Double","sku":"FLRL-D-10130"}]},{"id":8657913282808,"gid":"gid:\/\/shopify\/Product\/8657913282808","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45653346713848,"price":17300,"name":"Triple the Crush - Triple","public_title":"Triple","sku":"FLRL-T-10022"}]},{"id":8845913293048,"gid":"gid:\/\/shopify\/Product\/8845913293048","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45948487827704,"price":17300,"name":"Triple the Risky DM - Triple","public_title":"Triple","sku":"FLRL-T-10190"}]},{"id":8657909514488,"gid":"gid:\/\/shopify\/Product\/8657909514488","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510438715640,"price":17600,"name":"Double the Grower's Choice Peony - Double","public_title":"Double","sku":"FLRL-D-02459"}]},{"id":8657912922360,"gid":"gid:\/\/shopify\/Product\/8657912922360","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510442713336,"price":18300,"name":"Triple the Satin - Triple","public_title":"Triple","sku":"FLRL-T-00078"}]},{"id":8657912594680,"gid":"gid:\/\/shopify\/Product\/8657912594680","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510442221816,"price":18800,"name":"Triple the Firecracker - Triple","public_title":"Triple","sku":"FLRL-T-00025"}]},{"id":8657913315576,"gid":"gid:\/\/shopify\/Product\/8657913315576","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510443106552,"price":18800,"name":"Triple the Peace - Triple","public_title":"Triple","sku":"FLRL-T-10032"}]},{"id":8657912824056,"gid":"gid:\/\/shopify\/Product\/8657912824056","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510442615032,"price":23400,"name":"Triple the Peony - Triple","public_title":"Triple","sku":"FLRL-T-00117"}]},{"id":8657912856824,"gid":"gid:\/\/shopify\/Product\/8657912856824","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510442647800,"price":23400,"name":"Triple the Snow Peony - Triple","public_title":"Triple","sku":"FLRL-T-00177"}]},{"id":8657913151736,"gid":"gid:\/\/shopify\/Product\/8657913151736","vendor":"UrbanStems","type":"Flowers","variants":[{"id":45510442942712,"price":24900,"name":"Triple the Grower's Choice Peony - Triple","public_title":"Triple","sku":"FLRL-T-02459"}]}],"page":{"pageType":"collection","resourceType":"collection","resourceId":434928091384}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 69340168440, theme_id: 147430834424, app_name: "storefront", context_url: window.location.href, source_url: "//urbanstems.com/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//urbanstems.com/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//urbanstems.com/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":69340168440,"isMerchantRequest":null,"themeId":147430834424,"themeCityHash":"3749718914014192153","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"collection","resourceType":"collection","resourceId":434928091384,"shopifyEmitted":true}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product Category",{"currency":"USD","category":"Collection: flowers","collectionName":"flowers","collectionId":434928091384,"nonInteraction":true},undefined,undefined,{"shopifyEmitted":true}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//urbanstems.com/cdn/shopifycloud/shopify/assets/shop_events_listener-af52bb5773aaa9f7f1f7f1f7e3a010a904a5c7213a959b83580d22bc7920a2e4.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script defer src="https://urbanstems.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.3.0.min.js" data-application="storefront-renderer" data-shop-id="69340168440" data-render-region="gcp-asia-southeast1" data-page-type="collection" data-theme-instance-id="147430834424" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" ></script> </head> <body class="body" id="body"> <a class="skip-to-content-link btn sr-only" href="#main" style=" background-color: var(--light); border: 1px solid var(--light); color: var(--dark); min-width: auto; transition: none; "> Skip to content </a><header class="header-group" id="header" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/header.js?v=41343837167476266341735568476" }'> <!-- BEGIN sections: header-group --> <section id="shopify-section-sections--18951447347448__announcement_xRgJtk" class="shopify-section shopify-section-group-header-group shopify-section--announcement overflow"><style> :root { --announcement-height: 40px; } .announcement__items:only-child { padding-left: 10px; padding-right: 10px; } .announcement__item:not(:only-child) { animation: fadeIt var(--announcement-animation-duration, 250ms) forwards 1 ease-in-out; opacity: var(--announcement-opacity, 0); } .announcement--first { --announcement-animation-duration: 0ms; --announcement-opacity: 0; --announcement-transform-y: 0; } @media (max-width: 411px) { .announcement { --announcement-font-size-mobile: 14px; } } @keyframes fadeIt { to { opacity: 1; } } </style> <announcement-bar class="announcement announcement--first background-color color flex flex--align-center flex--justify-center" data-announcement-bar="sections--18951447347448__announcement_xRgJtk" data-carousel="true" data-settings='{ "autoplay": 4000, "carousel": true }' style=" --background-color: #1e2934; --color: #ffffff; --separator-line-color: #666; min-height: var(--announcement-min-height, 40px); user-select: none; "> <div class="announcement__wrapper flex flex--align-center flex--justify-center padding" style=" --padding-desktop: 0 calc(var(--wrap-h) - 16px); --padding-mobile: 0; margin: 0 auto; width: 100%; "><button type="button" data-nav="prev" class="color-inherit flex-shrink flex flex--align-center flex--justify-center margin" aria-label="View previous announcement" style="background: none; border: none; --margin-mobile: 0; --margin-desktop: 0 40px 0 0; height: 40px; width: 40px;"> <svg aria-hidden="true" style="display: block; height: auto; margin: 0 auto; pointer-events: none;" width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5 1L1 5L5 9" stroke="white"/> </svg> </button><div class="announcement__items flex flex--align-center flex--justify-center font-size max-width text-align--center width" style=" --font-size-desktop: 16px; --font-size-mobile: var(--announcement-font-size-mobile, 16px); flex-grow: 1; line-height: 1.1; padding-top: 0.1em; "> <div data-index="0" class="announcement__item flex flex--align-center flex--justify-center flex--row text-transform active" data-announcement style=" "><span class="text-transform font-heading links--color-inherit lh-1" style=" --text-transform: none; ">Free Shipping On All Orders Over $140! <a href="https://urbanstems.com/collections/flowers?sort_by=availability" title="https://urbanstems.com/collections/flowers?sort_by=availability">Send Now</a> </span></div><div data-index="1" class="announcement__item flex flex--align-center flex--justify-center flex--row text-transform hide" data-announcement style=" "><span class="text-transform font-heading links--color-inherit lh-1" style=" --text-transform: none; ">Missed Valentine's Day? Sorry Is Good, But Flowers Are Better. Save Up To 30% Off On Subscriptions! <a href="/products/seasonal-subscription" title="Seasonal Subscription">Send Now</a> </span></div> </div><button type="button" data-nav="next" class="color-inherit flex-shrink flex flex--align-center flex--justify-center margin" aria-label="View next announcement" style="background: none; border: none; --margin-mobile: 0; --margin-desktop: 0 0 0 40px; height: 40px; width: 40px;"> <svg aria-hidden="true" style="display: block; height: auto; margin: 0 auto; pointer-events: none;" width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 9L5 5L1 1" stroke="white"/> </svg> </button></div> </announcement-bar> <script> document.addEventListener('DOMContentLoaded', () => { window.lazyLoadScript({ src: "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/announcement.js?v=149617186318309777961735599607" }); }); </script> </section><section id="shopify-section-sections--18951447347448__header" class="shopify-section shopify-section-group-header-group shopify-section--header header background color transition"><div class="header__nav wrap wrap--desktop-small"><div class="nav__wrapper width"> <details class="nav__details" id="navDetails"> <summary class="nav__summary" id="navSummary"><svg width="26" height="13" viewBox="0 0 26 13" fill="none" xmlns="http://www.w3.org/2000/svg" style="display: block; height: auto; pointer-events: none;"> <path fill-rule="evenodd" clip-rule="evenodd" d="M26 1H0V0H26V1ZM26 7H0V6H26V7ZM0 13H26V12H0V13Z" fill="currentColor"/> </svg></summary> <nav class="nav flex flex-grow gap height links--color-inherit opacity overflow padding pointer-events position transition width" id="nav"><search-menu class="search-menu block search-menu--mobile-menu hide-desktop" data-search-menu data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/search-menu.js?v=116037340268976194081735568476" }'> <form class="search-menu__form flex flex--align-center position--relative " id="searchForm" action="/search" style=""> <button type="submit" class="search-menu__icon cursor" aria-label="Submit search"><svg width="15" height="18" viewBox="0 0 15 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.3544 6.91814C12.3544 10.0646 9.81043 12.6112 6.67722 12.6112C3.54401 12.6112 1 10.0646 1 6.91814C1 3.77173 3.54401 1.2251 6.67722 1.2251C9.81043 1.2251 12.3544 3.77173 12.3544 6.91814ZM10.8966 12.1058C12.3966 10.8785 13.3544 9.01044 13.3544 6.91814C13.3544 3.22167 10.3649 0.225098 6.67722 0.225098C2.98949 0.225098 0 3.22167 0 6.91814C0 10.6146 2.98949 13.6112 6.67722 13.6112C7.9173 13.6112 9.07842 13.2723 10.0735 12.682L10.1919 12.8205L13.5305 16.7248L13.8555 17.1048L14.6155 16.4549L14.2906 16.0749L10.9519 12.1706L10.8966 12.1058Z" fill="currentColor"/> </svg> </button><input type="hidden" name="type" value="product"> <label for="searchMenuQuery" class="sr-only">Search Here</label> <input class="search-menu__input border border-radius color-inherit flex flex--align-center flex--justify-center height lh-1" data-search-menu-query type="text" id="searchMenuQuery" placeholder="Search Here" autocomplete="off" autocorrect="off" autocapitalize="off" name="q" style="" /> <button class="search-menu__close" data-search-menu-close type="button" aria-label="Close"> <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" style="display: block; height: auto; width: 100%;"> <g clip-path="url(#clip0_2703_11303-header-search-menu)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M21.0039 12.0558L21.5342 11.5255L20.4736 10.4648L19.9432 10.9952L15.999 14.9394L12.0549 10.9952L11.5245 10.4648L10.4639 11.5255L10.9942 12.0558L14.9384 16L10.9942 19.9442L10.4639 20.4745L11.5245 21.5352L12.0549 21.0049L15.999 17.0607L19.9432 21.0049L20.4736 21.5352L21.5342 20.4745L21.0039 19.9442L17.0597 16L21.0039 12.0558Z" fill="currentColor"/> </g> <rect x="0.5" y="0.5" width="31" height="31" rx="15.5" stroke="currentColor"/> <defs> <clipPath id="clip0_2703_11303-header-search-menu"> <rect width="32" height="32" rx="16" fill="currentColor"/> </clipPath> </defs> </svg> </button> </form> <div class="search-menu__predictive-search" data-predictive-search=""> <div class="predictive-search color-scheme color-scheme--background-1"><div class="predictive-search__content"><div class="predictive-search__group"><strong class="predictive-search__title">Top Searches</strong><div class="predictive-search__links predictive-search__links--button"><a class="predictive-search__link predictive-search__link--button" href="/collections/peonies"> Peonies </a><a class="predictive-search__link predictive-search__link--button" href="/collections/ranunculus"> Ranunculus </a><a class="predictive-search__link predictive-search__link--button" href="/collections/orchids"> Orchids </a><a class="predictive-search__link predictive-search__link--button" href="/collections/roses"> Roses </a><a class="predictive-search__link predictive-search__link--button" href="/collections/sunflowers"> Sunflowers </a></div> </div><div class="predictive-search__group"><strong class="predictive-search__title">Articles & Blogs</strong><div class="predictive-search__links predictive-search__links--link"><a class="predictive-search__link predictive-search__link--link" href="/collections/same-day-flowers"> Same Day Delivery </a><a class="predictive-search__link predictive-search__link--link" href="/pages/care-instructions"> Care Instructions </a><a class="predictive-search__link predictive-search__link--link" href="/blogs/news/fall-centerpiece-care"> How to Care for Your Fall Centerpiece </a></div> </div></div><div class="predictive-search__cards"><strong class="predictive-search__title">Best Sellers</strong><div class="cards cards--products swiper" data-swiper='{ "slidesPerView": "auto", "spaceBetween": 8, "breakpoints": { "1024": { "spaceBetween": 16 } }, "scrollbar": { "draggable": true, "el": ".swiper-scrollbar", "hide": false } }' style=" --card-aspect-ratio-height: 448; --card-aspect-ratio-width: 380; --card-cols: var(--cards-cols, 2); --card-gap: var(--cards-gap, 8px); --card-peek: var(--cards-peek, 82px); --card-width: calc((100% + var(--wrap-h) - var(--card-peek) - (var(--card-cols) * var(--card-gap))) / var(--card-cols)); "> <div class="product-collection__wrapper swiper-wrapper no-js-overflow-auto"><div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-firecracker"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=700 700w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=800 800w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=900 900w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500" alt="The Firecracker" srcset="//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=352 352w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=700 700w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=800 800w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=900 900w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500" alt="The Firecracker" srcset="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=352 352w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Wirecutter_Badge_150px.png?v=1738704266" loading="lazy" class="metafield-file_reference"> <div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-firecracker" title="View The Firecracker" data-product-card-title>The Firecracker</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$74 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">1458 reviews with an average of 4.9 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.9" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="1458" aria-hidden="true" style=" font-size: 12px;">(1458)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-first-date"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=700 700w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=800 800w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=900 900w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500" alt="The First Date" srcset="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=352 352w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=700 700w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=800 800w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=900 900w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500" alt="The First Date" srcset="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=352 352w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-first-date" title="View The First Date" data-product-card-title>The First Date</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$58 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$68</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">123 reviews with an average of 3.966666666666667 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="3.966666666666667" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="123" aria-hidden="true" style=" font-size: 12px;">(123)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-satin"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=700 700w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=800 800w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=900 900w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500" alt="The Satin" srcset="//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=352 352w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=700 700w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=800 800w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=900 900w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500" alt="The Satin" srcset="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=352 352w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-satin" title="View The Satin" data-product-card-title>The Satin</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$72 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">169 reviews with an average of 4.533333333333333 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.533333333333333" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="169" aria-hidden="true" style=" font-size: 12px;">(169)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-peony"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=700 700w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=800 800w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=900 900w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500" alt="The Peony" srcset="//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=352 352w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=700 700w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=800 800w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=900 900w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500" alt="The Peony" srcset="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=352 352w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" loading="lazy" class="metafield-file_reference"> <div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-peony" title="View The Peony" data-product-card-title>The Peony</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$92 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">474 reviews with an average of 4.8 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.8" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="474" aria-hidden="true" style=" font-size: 12px;">(474)</span></div> </div> </div><div class="swiper-scrollbar__container margin position--relative" style=" --margin-desktop: 54px auto 0; --margin-desktop: var(--swiper-scrollbar-margin-top-desktop, clamp(54px, calc(54/1728 * 100vw), 72px)) auto 0; --margin-mobile: var(--swiper-scrollbar-margin-top-mobile, 48px) auto 0; max-width: 906px; width: calc(212/390 * 100%); "> <div class="swiper-scrollbar" style="cursor: pointer;"></div> </div></div> </div></div> </div> <div class="search-menu__backdrop background-color full-width height hide-mobile position z-index" data-search-menu-backdrop> </div> </search-menu><div class="nav__item position" data-nav-menu="shop" data-has-menu="true" > <a class="nav__link nav__link--with-menu color-inherit flex font-heading font-size lh-1 no-u padding position--relative transform z-index" href="/collections/all" data-nav-menu-toggle>Shop</a><button class="nav__toggle z-index" id="shop-menu-toggle" aria-controls="shop-menu" aria-expanded="false" aria-label="Toggle Shop menu" data-menu-toggle type="button"> <span class="mav__toggle-text nav__link font-heading font-size lh-1 padding hide-desktop" style="flex-grow: 1; text-align: left;">Shop</span> <span class="nav__toggle-icon"></span> </button> <div class="nav__menu flex gap height overflow padding position" id="shop-menu"> <div class="nav__menu-border-top hide-mobile"></div><div class="nav__menu-info nav__menu-info--shop flex-grow max-width position width" style=" --max-width-desktop: var(--nav-menu-info-max-width-desktop, none); --max-width-mobile: none; --width-desktop: auto; --width-mobile: 100%; "><div class="nav__menu-header"> <strong class="nav__menu-header-title background-image font-heading--off headline position--relative width" style=" --background-image-desktop: none; --background-image-mobile: var(--icon-chevron-left); --max: 40; --min: 32; "> Shop <button class="cover hide-desktop" type="button" onclick=" const $menuToggle = event.target.closest('[data-nav-menu]').querySelector('[data-menu-toggle]'); $menuToggle.click(); " aria-label="Go back to main menu"></button> </strong><a class="btn btn--small flex-shrink position--relative" href="/collections/all" style=" z-index: 1; "> <span aria-hidden="true">Shop all</span> <span class="sr-only">Shop all Shop products</span> </a></div><div class="nav__menu-links flex column-gap text-align--left" style=" --column-gap-desktop: clamp(30px, 2.9vw, 15%); --column-gap-mobile: 0; --flex-direction-desktop: row; --flex-direction-mobile: column; --flex-align-items-desktop: flex-start; --flex-align-items-mobile: flex-start; --flex-justify-content-desktop: space-between; --flex-justify-content-mobile: flex-start; "><style>.nav__menu-info--shop{--nav-menu-info-max-width-desktop:750px}</style> <div class="menu__col menu__col--cards" data-column-index='1'> <div class="menu__group flex-column-desktop menu__group--cards" data-menu-group> <strong class="nav__menu-headline hide-mobile" >Categories</strong><a class=" menu__group-card flex-row-desktop gap hover-zoom hover-u no-u" href="/collections/flowers"><figure class="menu__group-card-image aspect-ratio border-radius full-width position--relative"> <img src="//urbanstems.com/cdn/shop/files/Flowers_Category_Menu_Image--sq.jpg?v=1731355776&width=64" alt="" srcset="//urbanstems.com/cdn/shop/files/Flowers_Category_Menu_Image--sq.jpg?v=1731355776&width=64 64w" width="64" height="64" loading="lazy" class="border-radius hover-zoom__el object-fit"> </figure> <div class="menu__group-card-info transition"> <strong class="block font-size" style="var(--nav-menu-link-font-size, 16px)">Flowers</strong> <div class="menu__group-card-description hide-mobile"><div class="metafield-rich_text_field"><p>Modern bouquets for every occasion.</p></div></div> </div></a><a class=" menu__group-card flex-row-desktop gap hover-zoom hover-u no-u" href="/collections/plants"><figure class="menu__group-card-image aspect-ratio border-radius full-width position--relative"> <img src="//urbanstems.com/cdn/shop/files/Plants_Category_Menu_Image.jpg?v=1731344142&width=64" alt="" srcset="//urbanstems.com/cdn/shop/files/Plants_Category_Menu_Image.jpg?v=1731344142&width=64 64w" width="64" height="68" loading="lazy" class="border-radius hover-zoom__el object-fit"> </figure> <div class="menu__group-card-info transition"> <strong class="block font-size" style="var(--nav-menu-link-font-size, 16px)">Plants</strong> <div class="menu__group-card-description hide-mobile"><div class="metafield-rich_text_field"><p>Leafy greenery and sophisticated orchids. </p></div></div> </div></a><a class=" menu__group-card flex-row-desktop gap hover-zoom hover-u no-u" href="/collections/gifts"><figure class="menu__group-card-image aspect-ratio border-radius full-width position--relative"> <img src="//urbanstems.com/cdn/shop/files/Gifts_Category_Menu_Image.jpg?v=1731344104&width=64" alt="" srcset="//urbanstems.com/cdn/shop/files/Gifts_Category_Menu_Image.jpg?v=1731344104&width=64 64w" width="64" height="68" loading="lazy" class="border-radius hover-zoom__el object-fit"> </figure> <div class="menu__group-card-info transition"> <strong class="block font-size" style="var(--nav-menu-link-font-size, 16px)">Gifts</strong> <div class="menu__group-card-description hide-mobile"><div class="metafield-rich_text_field"><p>Make it special with gifts designed to make their day.</p></div></div> </div></a><a class=" menu__group-card flex-row-desktop gap hover-zoom hover-u no-u" href="/collections/peonies"><figure class="menu__group-card-image aspect-ratio border-radius full-width position--relative"> <img src="//urbanstems.com/cdn/shop/files/Peonies_Category_Main_Menu_Test.jpg?v=1731350556&width=64" alt="" srcset="//urbanstems.com/cdn/shop/files/Peonies_Category_Main_Menu_Test.jpg?v=1731350556&width=64 64w" width="64" height="68" loading="lazy" class="border-radius hover-zoom__el object-fit"> </figure> <div class="menu__group-card-info transition"> <strong class="block font-size" style="var(--nav-menu-link-font-size, 16px)">Peonies</strong> <div class="menu__group-card-description hide-mobile"><div class="metafield-rich_text_field"><p>Coveted bloom makes its distinguished return.</p></div></div> </div></a></div> </div><div class="menu__col menu__col--links" data-column-index='2'> <div class="menu__group accordion flex-column" data-menu-group> <strong class="nav__menu-headline hide-mobile" >Featured</strong><button class="nav__menu-headline position--relative pseudo-plus-icon hide-desktop" type="button" data-menu-accordion-toggle>Featured<span class="sr-only"> - Toggle Featured menu</span> </button><a class="nav__menu-link hover-u no-u" href="https://urbanstems.com/collections/the-valentines-day-collection?sort_by=availability">The Valentine's Day Collection</a><a class="nav__menu-link hover-u no-u" href="/collections/the-winter-collection">The Winter Collection</a><a class="nav__menu-link hover-u no-u" href="/collections/the-classics-collection">The Classics Collection</a><a class="nav__menu-link hover-u no-u" href="/collections/the-vogue-collection">The Vogue Collection</a><a class="nav__menu-link hover-u no-u" href="/collections/sale">Sale</a><a class="nav__menu-link hover-u no-u" href="/collections/all">Shop All</a></div><div class="menu__group accordion flex-column" data-menu-group> <strong class="nav__menu-headline hide-mobile" >In a Rush</strong><button class="nav__menu-headline position--relative pseudo-plus-icon hide-desktop" type="button" data-menu-accordion-toggle>In a Rush<span class="sr-only"> - Toggle In a Rush menu</span> </button><a class="nav__menu-link hover-u no-u" href="/collections/same-day-flowers">Today</a><a class="nav__menu-link hover-u no-u" href="/collections/next-day-flowers">Tomorrow</a></div> </div><div class="menu__col menu__col--links" data-column-index='3'> <div class="menu__group accordion flex-column" data-menu-group> <strong class="nav__menu-headline hide-mobile" >Occasions</strong><button class="nav__menu-headline position--relative pseudo-plus-icon hide-desktop" type="button" data-menu-accordion-toggle>Occasions<span class="sr-only"> - Toggle Occasions menu</span> </button><a class="nav__menu-link hover-u no-u" href="/collections/sympathy">Sympathy</a><a class="nav__menu-link hover-u no-u" href="/collections/birthday">Birthday</a><a class="nav__menu-link hover-u no-u" href="/collections/thank-you">Thank You</a><a class="nav__menu-link hover-u no-u" href="/collections/friendship">Friendship</a><a class="nav__menu-link hover-u no-u" href="/collections/just-because">Just Because</a><a class="nav__menu-link hover-u no-u" href="/collections/congratulations">Congratulations</a><a class="nav__menu-link hover-u no-u" href="/collections/anniversary">Anniversary</a><a class="nav__menu-link hover-u no-u" href="/collections/miss-you">Miss You</a><a class="nav__menu-link hover-u no-u" href="/collections/entertaining">Entertaining</a><a class="nav__menu-link hover-u no-u" href="/collections/self-send">Self Send</a></div> </div></div> </div><div class="nav__menu-images flex-shrink margin max-width media-cards width flex flex--justify-start flex--row" style=" --cols: var(--nav-menu-cards-cols, 2); --max-width-desktop: calc(664px + 16px); --max-width-mobile: none; --width-desktop: 45%; --width-mobile: 100%; "><div class="flex-shrink margin width" style=" --button-link-font-size-desktop: 12px; --media-card-btn-margin-top-desktop: 15px; --media-card-btn-margin-top-mobile: 13px; --media-card-description-font-size-desktop: clamp(11px, calc(12 / 1728 * 100vw), 12px); --media-card-description-font-size-mobile: 12px; --media-card-description-margin-top-mobile: 12px; --media-card-headline-font-size-desktop: 20px; --media-card-headline-font-size-mobile: 20px; --media-card-headline-margin-top-desktop: 17px; --margin-desktop: var(--swiper-initialized-0, 0 14px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 16px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); "><div class="media-card media-card--square hover-zoom no-u " style=" " data-in-view data-in-view-swiper > <figure class="media-card__media "><picture ><source media="(min-width: 420px)" srcset="//urbanstems.com/cdn/shop/files/V-Day_MegaMenu.jpg?v=1736160207&width=600" > <img src="//urbanstems.com/cdn/shop/files/V-Day_MegaMenu.jpg?v=1736160207&width=360" alt="presentation image" srcset="//urbanstems.com/cdn/shop/files/V-Day_MegaMenu.jpg?v=1736160207&width=352 352w, //urbanstems.com/cdn/shop/files/V-Day_MegaMenu.jpg?v=1736160207&width=360 360w" width="360" height="477" loading="lazy" aria-hidden="true" class="hover-zoom__el object-fit hover-zoom object-fit" fetchpriority="auto" role="presentation" > </picture></figure><strong class="media-card__headline font-weight max-width" style="--max-width: var(--media-card-headline-max-width, 100%)">The Valentine's Day Collection</strong><div class="media-card__description max-width rte" style="--max-width: var(--media-card-description-max-width, 100%)">Say it with blooms. Perfect arrangements for every kind of love.</div> <a class="btn btn--link media-card__btn before-cover " href="/collections/the-valentines-day-collection" style=" --button-text-transform: uppercase; gap: 8px; "> SEND NOW </a></div> </div><div class="flex-shrink margin width" style=" --button-link-font-size-desktop: 12px; --media-card-btn-margin-top-desktop: 15px; --media-card-btn-margin-top-mobile: 13px; --media-card-description-font-size-desktop: clamp(11px, calc(12 / 1728 * 100vw), 12px); --media-card-description-font-size-mobile: 12px; --media-card-description-margin-top-mobile: 12px; --media-card-headline-font-size-desktop: 20px; --media-card-headline-font-size-mobile: 20px; --media-card-headline-margin-top-desktop: 17px; --margin-desktop: 0; --margin-mobile: 0; --width-desktop: var(--card-width); --width-mobile: var(--card-width); "><div class="media-card media-card--square hover-zoom no-u " style=" " data-in-view data-in-view-swiper > <figure class="media-card__media "><picture ><source media="(min-width: 420px)" srcset="//urbanstems.com/cdn/shop/files/Sale_MegaMenu_87929e25-655e-45f6-889c-adc396849f99.jpg?v=1738862751&width=600" > <img src="//urbanstems.com/cdn/shop/files/Sale_MegaMenu_87929e25-655e-45f6-889c-adc396849f99.jpg?v=1738862751&width=360" alt="presentation image" srcset="//urbanstems.com/cdn/shop/files/Sale_MegaMenu_87929e25-655e-45f6-889c-adc396849f99.jpg?v=1738862751&width=352 352w, //urbanstems.com/cdn/shop/files/Sale_MegaMenu_87929e25-655e-45f6-889c-adc396849f99.jpg?v=1738862751&width=360 360w" width="360" height="477" loading="lazy" aria-hidden="true" class="hover-zoom__el object-fit hover-zoom object-fit" fetchpriority="auto" role="presentation" > </picture></figure><strong class="media-card__headline font-weight max-width" style="--max-width: var(--media-card-headline-max-width, 100%)">Sale</strong><div class="media-card__description max-width rte" style="--max-width: var(--media-card-description-max-width, 33ch)">Where effortless style meets savings.</div> <a class="btn btn--link media-card__btn before-cover " href="/collections/sale" style=" --button-text-transform: uppercase; gap: 8px; "> Shop Sale </a></div> </div></div></div></div><div class="nav__item position" data-nav-menu="valentines-day" data-has-menu="false" > <a class="nav__link color-inherit flex font-heading font-size lh-1 no-u padding position--relative transform z-index" href="https://urbanstems.com/collections/the-valentines-day-collection?sort_by=availability">Valentine's Day</a></div><div class="nav__item position" data-nav-menu="sale" data-has-menu="false" > <a class="nav__link color-inherit flex font-heading font-size lh-1 no-u padding position--relative transform z-index" href="/collections/sale">Sale</a></div><div class="nav__item position" data-nav-menu="same-day-delivery" data-has-menu="false" > <a class="nav__link color-inherit flex font-heading font-size lh-1 no-u padding position--relative transform z-index" href="/collections/same-day-flowers">Same-Day Delivery</a></div><div class="nav__item position" data-nav-menu="subscriptions" data-has-menu="false" style="--nav-item-margin-mobile: 16px 0 32px;"> <a class="nav__link color-inherit flex font-heading font-size lh-1 no-u padding position--relative transform z-index" href="/products/seasonal-subscription">Subscriptions</a></div><div class="nav__footer flex flex--column margin padding position--relative" style=" --flex-display-desktop: none; --flex-display-mobile: flex; --margin-mobile: auto calc(-1 * var(--wrap-h)) 0; --padding-mobile: 42px var(--wrap-h) 57px; background-color: var(--cream); "><div class="nav__menu-link nav__menu-link--large position--relative"> <a class="color-inhert no-u" href="/pages/rewards"> Rewards </a></div><div class="nav__menu-link nav__menu-link--large position--relative"> <a class="color-inhert no-u" href="/blogs/news"> Blog </a></div><div class="nav__menu-link nav__menu-link--large position--relative" data-nav-menu> <a class="color-inhert no-u hide-mobile" href="#"> Help </a><button class="nav__toggle nav__toggle--no-icon z-index" id="help-menu-toggle" aria-controls="help-menu" aria-expanded="false" aria-label="Toggle Help menu" data-menu-toggle type="button"> <span class="mav__toggle-text nav__menu-link nav__menu-link--large hide-desktop" style="margin-right: 8px;">Help</span> <span class="nav__toggle-icon"></span> </button> <div class="nav__menu flex gap height overflow padding position" id="help-menu"> <div class="nav__menu-border-top hide-mobile"></div><div class="nav__menu-info nav__menu-info--help flex-grow max-width position width" style=" --max-width-desktop: var(--nav-menu-info-max-width-desktop, none); --max-width-mobile: none; --width-desktop: auto; --width-mobile: 100%; "><div class="nav__menu-header"> <strong class="nav__menu-header-title background-image font-heading--off headline position--relative width" style=" --background-image-desktop: none; --background-image-mobile: var(--icon-chevron-left); --max: 40; --min: 32; "> Help <button class="cover hide-desktop" type="button" onclick=" const $menuToggle = event.target.closest('[data-nav-menu]').querySelector('[data-menu-toggle]'); $menuToggle.click(); " aria-label="Go back to main menu"></button> </strong></div><div class="nav__menu-links flex column-gap text-align--left" style=" --column-gap-desktop: clamp(30px, 2.9vw, 15%); --column-gap-mobile: 0; --flex-direction-desktop: row; --flex-direction-mobile: column; --flex-align-items-desktop: flex-start; --flex-align-items-mobile: flex-start; --flex-justify-content-desktop: flex-start; --flex-justify-content-mobile: flex-start; "><div class="menu__group accordion flex-column" data-menu-group><a class="nav__menu-link no-u" href="/pages/contact" style="--menu-group-link-display: block; margin-top: 24px"> Contact Us </a><a class="nav__menu-link no-u" href="https://help.urbanstems.com/hc/en-us" style="--menu-group-link-display: block;"> FAQs </a><a class="nav__menu-link no-u" href="/pages/care-instructions" style="--menu-group-link-display: block;"> Care Instructions </a></div> </div> </div></div></div><div class="nav__menu-link nav__menu-link--large position--relative"> <a class="color-inhert no-u" href="/account"> Account </a></div><div class="nav__menu-link nav__menu-link--large position--relative"> <a class="color-inhert no-u" href="/cart"> Cart </a></div><div class="flex flex--row gap margin" style=" --gap: 0; --margin-desktop: 61px 0 0; --margin-mobile: 8px 0 0 -15px; --width-mobile: auto; --width-desktop: auto; "> <a class="color-inherit flex flex--align-center flex--justify-center flex-shrink hover-o no-u transition" style="height: 56px; width: 56px;" href="https://www.tiktok.com/@urbanstems?lang=en" aria-label="View UrbanStems on TikTok"><svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.43218 0.0166665C10.5092 0 11.578 0.00833321 12.6468 0C12.7126 1.27499 13.1648 2.57497 14.0856 3.47496C15.0065 4.39995 16.3055 4.82494 17.5716 4.96661V8.32487C16.3877 8.28321 15.1955 8.03321 14.1185 7.51661C13.6499 7.29994 13.2141 7.02494 12.7866 6.74161C12.7784 9.17487 12.7948 11.6082 12.7701 14.0331C12.7044 15.1998 12.3262 16.3581 11.6602 17.3165C10.5832 18.9164 8.71685 19.9581 6.80125 19.9914C5.62553 20.0581 4.44983 19.7331 3.44679 19.1331C1.78603 18.1415 0.61855 16.3248 0.445896 14.3748C0.429452 13.9581 0.421231 13.5415 0.437674 13.1332C0.585664 11.5499 1.3585 10.0332 2.55886 8.99987C3.92365 7.79994 5.83108 7.22494 7.61518 7.56661C7.63158 8.79987 7.58225 10.0332 7.58225 11.2665C6.76832 10.9999 5.81463 11.0749 5.09935 11.5749C4.58138 11.9165 4.18675 12.4415 3.9812 13.0332C3.80855 13.4581 3.85788 13.9248 3.8661 14.3748C4.06342 15.7415 5.36244 16.8915 6.74368 16.7665C7.66452 16.7581 8.54418 16.2165 9.02105 15.4248C9.17725 15.1498 9.34992 14.8665 9.35818 14.5415C9.44038 13.0499 9.40752 11.5665 9.41572 10.0749C9.42392 6.71661 9.40752 3.36663 9.43218 0.0166665Z" fill="#1E2934"/> </svg> </a> <a class="color-inherit flex flex--align-center flex--justify-center flex-shrink hover-o no-u transition" style="height: 56px; width: 56px;" href="https://www.pinterest.com/sendurbanstems/" aria-label="View UrbanStems on Pinterest"><svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10.6687 0C5.14518 0 0.666504 4.47668 0.666504 9.9978C0.666504 14.0906 3.13134 17.6077 6.65444 19.1565C6.62766 18.4601 6.64998 17.6211 6.82859 16.8623C7.0206 16.05 8.11457 11.4126 8.11457 11.4126C8.11457 11.4126 7.7931 10.7744 7.7931 9.8326C7.7931 8.3508 8.65044 7.24393 9.7221 7.24393C10.633 7.24393 11.0706 7.9268 11.0706 8.7436C11.0706 9.65853 10.4856 11.0243 10.1865 12.2919C9.93644 13.3541 10.7178 14.2156 11.7672 14.2156C13.6605 14.2156 14.9376 11.7831 14.9376 8.8998C14.9376 6.70833 13.4596 5.0703 10.7759 5.0703C7.74397 5.0703 5.8507 7.3332 5.8507 9.8594C5.8507 10.7297 6.10968 11.3457 6.51156 11.8188C6.69464 12.0375 6.72142 12.1267 6.65444 12.3767C6.60533 12.5597 6.49816 13.0015 6.44904 13.1801C6.38206 13.4345 6.17666 13.5237 5.94893 13.4301C4.5513 12.8587 3.89937 11.3323 3.89937 9.60947C3.89937 6.7708 6.29722 3.36532 11.0483 3.36532C14.8661 3.36532 17.38 6.12809 17.38 9.09173C17.38 13.0149 15.1965 15.9429 11.9815 15.9429C10.9009 15.9429 9.8873 15.3582 9.53904 14.6976C9.53904 14.6976 8.9585 17.0007 8.8335 17.447C8.62364 18.2191 8.20837 18.9868 7.82884 19.5894C8.7495 19.8609 9.70437 19.9991 10.6642 20C16.1878 20 20.6665 15.5233 20.6665 10.0022C20.6665 4.48114 16.1923 0 10.6687 0Z" fill="#1E2934"/> </svg> </a> <a class="color-inherit flex flex--align-center flex--justify-center flex-shrink hover-o no-u transition" style="height: 56px; width: 56px;" href="https://www.facebook.com/SendUrbanStems/" aria-label="View UrbanStems on Facebook"><svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M3.33855 20H7.61377V11.5685H11.4658L11.889 7.37873H7.61377V5.26316C7.61377 4.68181 8.0923 4.21053 8.68257 4.21053H11.889V0H8.68257C5.73109 0 3.33855 2.3564 3.33855 5.26316V7.37873H1.20096L0.777832 11.5685H3.33855V20Z" fill="#1E2934"/> </svg> </a> <a class="color-inherit flex flex--align-center flex--justify-center flex-shrink hover-o no-u transition" style="height: 56px; width: 56px;" href="https://www.instagram.com/urbanstems/?hl=en" aria-label="View UrbanStems on Instagram"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.1665 1.66652C15.2707 1.66981 16.3286 2.10989 17.1093 2.89063C17.8901 3.67138 18.3302 4.72935 18.3335 5.83348V14.1665C18.3302 15.2707 17.8901 16.3286 17.1093 17.1093C16.3286 17.8901 15.2707 18.3302 14.1665 18.3335H5.83348C4.72935 18.3302 3.67138 17.8901 2.89063 17.1093C2.10989 16.3286 1.66981 15.2707 1.66652 14.1665V5.83348C1.66981 4.72935 2.10989 3.67138 2.89063 2.89063C3.67138 2.10989 4.72935 1.66981 5.83348 1.66652H14.1665ZM14.1665 0H5.83348C2.625 0 0 2.625 0 5.83348V14.1665C0 17.375 2.625 20 5.83348 20H14.1665C17.375 20 20 17.375 20 14.1665V5.83348C20 2.625 17.375 0 14.1665 0ZM15.4141 5.83398C15.1669 5.83398 14.9251 5.76067 14.7196 5.62332C14.5141 5.48597 14.3538 5.29074 14.2592 5.06234C14.1646 4.83393 14.1399 4.5826 14.1881 4.34012C14.2363 4.09764 14.3553 3.87492 14.5302 3.7001C14.705 3.52528 14.9277 3.40623 15.1702 3.35801C15.4127 3.30977 15.664 3.33452 15.8924 3.42913C16.1208 3.52374 16.3161 3.68396 16.4534 3.88952C16.5907 4.09508 16.6641 4.33676 16.6641 4.58398C16.6644 4.74824 16.6323 4.91094 16.5696 5.06276C16.5069 5.21457 16.4149 5.35251 16.2987 5.46866C16.1826 5.5848 16.0447 5.67686 15.8929 5.73955C15.741 5.80224 15.5783 5.83434 15.4141 5.83398ZM11.852 7.22833C11.3038 6.862 10.6593 6.66652 10 6.66652C9.1162 6.66747 8.26887 7.019 7.64394 7.64393C7.019 8.26887 6.66747 9.1162 6.66652 10C6.66652 10.6593 6.862 11.3038 7.22833 11.852C7.5946 12.4002 8.1152 12.8274 8.72434 13.0797C9.33347 13.3321 10.0037 13.3981 10.6503 13.2694C11.2969 13.1408 11.8909 12.8233 12.3571 12.3571C12.8233 11.8909 13.1408 11.2969 13.2694 10.6503C13.3981 10.0037 13.3321 9.33347 13.0797 8.72433C12.8275 8.1152 12.4002 7.5946 11.852 7.22833ZM7.22214 5.84265C8.0444 5.29325 9.01107 5 10 5C11.3261 5 12.5979 5.52679 13.5355 6.46447C14.4732 7.40213 15 8.67393 15 10C15 10.9889 14.7067 11.9556 14.1573 12.7779C13.6079 13.6001 12.8271 14.2409 11.9134 14.6194C10.9998 14.9979 9.99447 15.0969 9.02454 14.9039C8.05467 14.711 7.16374 14.2348 6.46447 13.5355C5.76521 12.8363 5.289 11.9453 5.09608 10.9755C4.90315 10.0055 5.00217 9.0002 5.38061 8.0866C5.75904 7.17293 6.39991 6.39206 7.22214 5.84265Z" fill="#1E2934"/> </svg></a> </div> </div> <button class="nav__mobile-close hide-desktop" id="mobileMenuClose" aria-label="Close menu"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" > <g clip-path="url(#clip0_2703_11303-nav-mobile-close)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M21.0039 12.0558L21.5342 11.5255L20.4736 10.4648L19.9432 10.9952L15.999 14.9394L12.0549 10.9952L11.5245 10.4648L10.4639 11.5255L10.9942 12.0558L14.9384 16L10.9942 19.9442L10.4639 20.4745L11.5245 21.5352L12.0549 21.0049L15.999 17.0607L19.9432 21.0049L20.4736 21.5352L21.5342 20.4745L21.0039 19.9442L17.0597 16L21.0039 12.0558Z" fill="currentColor"/> </g> <rect x="0.5" y="0.5" width="31" height="31" rx="15.5" stroke="currentColor"/> <defs> <clipPath id="clip0_2703_11303-nav-mobile-close"> <rect width="32" height="32" rx="16" fill="currentColor"/> </clipPath> </defs> </svg> </button> </nav> </details> <search-toggle data-search-toggle-mobile> <a href="/search" class="nav__icon header__el-stack-top color-inherit no-u hide-desktop" aria-label="Search UrbanStems" id="searchMenuToggle" data-search-menu-toggle data-nav-icon style=" left: calc(var(--wrap-h) + var(--menu-button-width, 24px) + 16px); position: absolute; top: calc(50% + 1px); transform: translateY(-50%); "><svg width="15" height="18" viewBox="0 0 15 18" fill="none" xmlns="http://www.w3.org/2000/svg" style="display: block; height: auto; pointer-events: none;"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.3544 6.91814C12.3544 10.0646 9.81043 12.6112 6.67722 12.6112C3.54401 12.6112 1 10.0646 1 6.91814C1 3.77173 3.54401 1.2251 6.67722 1.2251C9.81043 1.2251 12.3544 3.77173 12.3544 6.91814ZM10.8966 12.1058C12.3966 10.8785 13.3544 9.01044 13.3544 6.91814C13.3544 3.22167 10.3649 0.225098 6.67722 0.225098C2.98949 0.225098 0 3.22167 0 6.91814C0 10.6146 2.98949 13.6112 6.67722 13.6112C7.9173 13.6112 9.07842 13.2723 10.0735 12.682L10.1919 12.8205L13.5305 16.7248L13.8555 17.1048L14.6155 16.4549L14.2906 16.0749L10.9519 12.1706L10.8966 12.1058Z" fill="currentColor"/> </svg> </a> </search-toggle> </div><a href="/" class="header__logo header__el-stack-top" aria-label="View homepage"><svg aria-hidden="true" role="presentation" focusable="false" style="display: block; height: auto; width: 100%;" width="215" height="18" viewbox="0 0 215 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M201.704 15.6945C203.525 17.1401 205.792 17.9061 208.116 17.8607V17.8868C211.518 17.8868 214.71 16.286 214.71 12.606C214.71 9.63939 212.901 7.95162 208.69 6.95115C206.246 6.35086 205.584 5.61138 205.584 4.6109C205.584 3.38423 206.672 2.64474 208.412 2.64474C210.079 2.70808 211.7 3.2124 213.11 4.10631L213.893 1.67907C212.297 0.584331 210.408 -0.00109531 208.473 1.53846e-06C204.584 1.53846e-06 202.235 2.02706 202.235 4.81969C202.235 7.23824 203.749 9.1696 207.542 10.0396C210.465 10.7791 211.335 11.388 211.335 12.8931C211.335 14.3982 209.943 15.2682 208.142 15.2682C206.062 15.2187 204.076 14.3932 202.574 12.954L201.704 15.6945ZM113.932 15.6945C115.753 17.1401 118.02 17.9061 120.344 17.8607L120.336 17.8868C123.737 17.8868 126.93 16.2861 126.93 12.6061C126.93 9.63942 125.129 7.95166 120.91 6.95118C118.474 6.3509 117.813 5.61141 117.813 4.61094C117.813 3.38426 118.9 2.64478 120.64 2.64478C122.308 2.70646 123.929 3.21091 125.338 4.10635L126.121 1.6791C124.527 0.580361 122.636 -0.00546195 120.701 3.99399e-05C116.821 3.99399e-05 114.472 2.02709 114.472 4.81973C114.472 7.23828 115.977 9.16963 119.77 10.0396C122.693 10.7791 123.563 11.3881 123.563 12.8932C123.563 14.3982 122.18 15.2682 120.37 15.2682C118.291 15.2146 116.307 14.3897 114.802 12.9541L113.932 15.6945ZM0 9.61341C0 15.3901 3.55822 18 8.31702 18V17.9913C13.1106 17.9913 16.5905 15.3988 16.5905 9.60471V0.391617H13.0062V9.49162C13.0062 13.2064 11.3184 15.0073 8.36921 15.0073C5.41998 15.0073 3.74092 13.2064 3.74092 9.49162V0.391617H0V9.61341ZM31.6153 8.23884H28.7878V2.91456H31.6153C33.9033 2.91456 34.7211 4.15863 34.7211 5.6289C34.7211 7.09917 33.9033 8.23884 31.6153 8.23884ZM34.8407 16.8714C35.7768 17.4767 36.8787 17.774 37.9922 17.7216L37.9661 17.7564C38.6907 17.7449 39.4104 17.6367 40.1063 17.4345V15.2074C39.774 15.3095 39.4272 15.3565 39.0797 15.3466C37.8095 15.3466 36.9396 14.8594 36.0696 13.3456L34.3296 10.4051C35.4685 10.2195 36.5006 9.62494 37.2325 8.73289C37.9644 7.84083 38.3459 6.71248 38.3054 5.5593C38.3054 2.78406 36.4959 0.391617 32.2156 0.391617H25.1165V17.5215H28.7878V10.6922H30.841L32.7724 14.3461C33.1814 15.3831 33.9047 16.266 34.8407 16.8714ZM53.7736 9.69171H50.7635V15.0943H53.7736C56.0616 15.0943 56.9664 13.9198 56.9664 12.3799C56.9664 10.8401 56.0964 9.69171 53.7736 9.69171ZM50.7635 7.26446H53.5039C55.3396 7.26446 56.1138 6.29879 56.1138 5.04601C56.1138 3.79324 55.357 2.81886 53.5039 2.81886H50.7635V7.26446ZM54.4087 17.5215H47.0921V0.391617H54.1042C57.993 0.391617 59.559 2.41867 59.559 4.87202C59.5158 5.54349 59.3192 6.19613 58.9844 6.77978C58.6496 7.36344 58.1854 7.86257 57.6276 8.23884C58.476 8.58348 59.2037 9.17117 59.7191 9.92808C60.2346 10.685 60.5148 11.5774 60.5246 12.493C60.5246 15.2596 58.7412 17.5215 54.4348 17.5215H54.4087ZM77.9245 10.8662L75.2711 4.64582L72.5915 10.8662H77.9245ZM66.2146 17.5215L73.8878 0.391617H76.75L84.3885 17.5215H80.7171L78.8815 13.2934H71.5997L69.7641 17.5215H66.2146ZM103.214 0.391617V11.7014L93.7577 0.391617H91.1999V17.5215H94.4797V6.21179L103.936 17.5215H106.494V0.391617H103.214ZM132.21 0.391617V3.10596H138.317V17.5215H141.989V3.10596H148.105V0.391617H132.21ZM154.943 17.5215V0.391617H166.714V3.10596H158.614V7.12527H165.209V9.83961H158.614V14.8072H166.714V17.5215H154.943ZM190.917 17.5215V6.99477C190.917 6.59458 191.013 5.481 191.039 5.36791L190.378 6.99477L185.532 17.5215H183.279L178.424 6.99477C178.25 6.59458 177.859 5.5419 177.798 5.36791C177.798 5.39539 177.806 5.52798 177.818 5.70913L177.819 5.7126C177.844 6.10494 177.885 6.72183 177.885 6.99477V17.5215H174.666V0.391617H178.581L184.54 12.9193L190.473 0.391617H194.266V17.5215H190.917Z" fill="#1E2934"></path> </svg> </a> <div class="nav__icons flex gap color-inherit flex--align-center links--color-inherit"><search-menu class="search-menu block search-menu--desktop hide-mobile" data-search-menu data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/search-menu.js?v=116037340268976194081735568476" }'> <form class="search-menu__form flex flex--align-center position--relative " id="searchForm" action="/search" style=""> <button type="submit" class="search-menu__icon cursor" aria-label="Submit search"><svg width="15" height="18" viewBox="0 0 15 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.3544 6.91814C12.3544 10.0646 9.81043 12.6112 6.67722 12.6112C3.54401 12.6112 1 10.0646 1 6.91814C1 3.77173 3.54401 1.2251 6.67722 1.2251C9.81043 1.2251 12.3544 3.77173 12.3544 6.91814ZM10.8966 12.1058C12.3966 10.8785 13.3544 9.01044 13.3544 6.91814C13.3544 3.22167 10.3649 0.225098 6.67722 0.225098C2.98949 0.225098 0 3.22167 0 6.91814C0 10.6146 2.98949 13.6112 6.67722 13.6112C7.9173 13.6112 9.07842 13.2723 10.0735 12.682L10.1919 12.8205L13.5305 16.7248L13.8555 17.1048L14.6155 16.4549L14.2906 16.0749L10.9519 12.1706L10.8966 12.1058Z" fill="currentColor"/> </svg> </button><input type="hidden" name="type" value="product"> <label for="searchMenuQuery" class="sr-only">Search Here</label> <input class="search-menu__input border border-radius color-inherit flex flex--align-center flex--justify-center height lh-1" data-search-menu-query type="text" id="searchMenuQuery" placeholder="Search Here" autocomplete="off" autocorrect="off" autocapitalize="off" name="q" style="" /> <button class="search-menu__close" data-search-menu-close type="button" aria-label="Close"> <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" style="display: block; height: auto; width: 100%;"> <g clip-path="url(#clip0_2703_11303-sections--18951447347448__header)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M21.0039 12.0558L21.5342 11.5255L20.4736 10.4648L19.9432 10.9952L15.999 14.9394L12.0549 10.9952L11.5245 10.4648L10.4639 11.5255L10.9942 12.0558L14.9384 16L10.9942 19.9442L10.4639 20.4745L11.5245 21.5352L12.0549 21.0049L15.999 17.0607L19.9432 21.0049L20.4736 21.5352L21.5342 20.4745L21.0039 19.9442L17.0597 16L21.0039 12.0558Z" fill="currentColor"/> </g> <rect x="0.5" y="0.5" width="31" height="31" rx="15.5" stroke="currentColor"/> <defs> <clipPath id="clip0_2703_11303-sections--18951447347448__header"> <rect width="32" height="32" rx="16" fill="currentColor"/> </clipPath> </defs> </svg> </button> </form> <div class="search-menu__predictive-search" data-predictive-search=""> <div class="predictive-search color-scheme color-scheme--background-1"><div class="predictive-search__content"><div class="predictive-search__group"><strong class="predictive-search__title">Top Searches</strong><div class="predictive-search__links predictive-search__links--button"><a class="predictive-search__link predictive-search__link--button" href="/collections/peonies"> Peonies </a><a class="predictive-search__link predictive-search__link--button" href="/collections/ranunculus"> Ranunculus </a><a class="predictive-search__link predictive-search__link--button" href="/collections/orchids"> Orchids </a><a class="predictive-search__link predictive-search__link--button" href="/collections/roses"> Roses </a><a class="predictive-search__link predictive-search__link--button" href="/collections/sunflowers"> Sunflowers </a></div> </div><div class="predictive-search__group"><strong class="predictive-search__title">Articles & Blogs</strong><div class="predictive-search__links predictive-search__links--link"><a class="predictive-search__link predictive-search__link--link" href="/collections/same-day-flowers"> Same Day Delivery </a><a class="predictive-search__link predictive-search__link--link" href="/pages/care-instructions"> Care Instructions </a><a class="predictive-search__link predictive-search__link--link" href="/blogs/news/fall-centerpiece-care"> How to Care for Your Fall Centerpiece </a></div> </div></div><div class="predictive-search__cards"><strong class="predictive-search__title">Best Sellers</strong><div class="cards cards--products swiper" data-swiper='{ "slidesPerView": "auto", "spaceBetween": 8, "breakpoints": { "1024": { "spaceBetween": 16 } }, "scrollbar": { "draggable": true, "el": ".swiper-scrollbar", "hide": false } }' style=" --card-aspect-ratio-height: 448; --card-aspect-ratio-width: 380; --card-cols: var(--cards-cols, 2); --card-gap: var(--cards-gap, 8px); --card-peek: var(--cards-peek, 82px); --card-width: calc((100% + var(--wrap-h) - var(--card-peek) - (var(--card-cols) * var(--card-gap))) / var(--card-cols)); "> <div class="product-collection__wrapper swiper-wrapper no-js-overflow-auto"><div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-firecracker"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=700 700w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=800 800w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=900 900w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500" alt="The Firecracker" srcset="//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=352 352w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=700 700w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=800 800w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=900 900w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500" alt="The Firecracker" srcset="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=352 352w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Wirecutter_Badge_150px.png?v=1738704266" loading="lazy" class="metafield-file_reference"> <div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-firecracker" title="View The Firecracker" data-product-card-title>The Firecracker</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$74 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">1458 reviews with an average of 4.9 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.9" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="1458" aria-hidden="true" style=" font-size: 12px;">(1458)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-first-date"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=700 700w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=800 800w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=900 900w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500" alt="The First Date" srcset="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=352 352w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=700 700w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=800 800w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=900 900w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500" alt="The First Date" srcset="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=352 352w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-first-date" title="View The First Date" data-product-card-title>The First Date</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$58 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$68</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">123 reviews with an average of 3.966666666666667 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="3.966666666666667" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="123" aria-hidden="true" style=" font-size: 12px;">(123)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-satin"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=700 700w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=800 800w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=900 900w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500" alt="The Satin" srcset="//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=352 352w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=700 700w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=800 800w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=900 900w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500" alt="The Satin" srcset="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=352 352w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-satin" title="View The Satin" data-product-card-title>The Satin</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$72 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">169 reviews with an average of 4.533333333333333 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.533333333333333" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="169" aria-hidden="true" style=" font-size: 12px;">(169)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-peony"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=700 700w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=800 800w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=900 900w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500" alt="The Peony" srcset="//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=352 352w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=700 700w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=800 800w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=900 900w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500" alt="The Peony" srcset="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=352 352w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" loading="lazy" class="metafield-file_reference"> <div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-peony" title="View The Peony" data-product-card-title>The Peony</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$92 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">474 reviews with an average of 4.8 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.8" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="474" aria-hidden="true" style=" font-size: 12px;">(474)</span></div> </div> </div><div class="swiper-scrollbar__container margin position--relative" style=" --margin-desktop: 54px auto 0; --margin-desktop: var(--swiper-scrollbar-margin-top-desktop, clamp(54px, calc(54/1728 * 100vw), 72px)) auto 0; --margin-mobile: var(--swiper-scrollbar-margin-top-mobile, 48px) auto 0; max-width: 906px; width: calc(212/390 * 100%); "> <div class="swiper-scrollbar" style="cursor: pointer;"></div> </div></div> </div></div> </div> <div class="search-menu__backdrop background-color full-width height hide-mobile position z-index" data-search-menu-backdrop> </div> </search-menu><div class="nav__item hide-mobile position" data-nav-menu="rewards" data-has-menu="false"> <a class="nav__link color-inherit flex font-heading font-size lh-1 no-u padding position--relative transform z-index" href="/pages/rewards">Rewards</a></div><search-toggle class="hide-mobile"> <a class="nav__icon header__el-stack-top color-inherit no-u width" href="/search" aria-label="Search UrbanStems" data-search-menu-toggle style="--width: 17px; display: block;" > <svg aria-hidden="true" width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" style=" display: block; height: auto; pointer-events: none; width: 100%; "> <path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M1.25 6C1.25 3.51472 3.26472 1.5 5.75 1.5C8.23528 1.5 10.25 3.51472 10.25 6C10.25 8.48528 8.23528 10.5 5.75 10.5C3.26472 10.5 1.25 8.48528 1.25 6ZM5.75 0.5C2.71243 0.5 0.25 2.96243 0.25 6C0.25 9.03757 2.71243 11.5 5.75 11.5C7.08875 11.5 8.31578 11.0217 9.26953 10.2266L9.39645 10.3536L12.3964 13.3536L12.75 13.7071L13.4571 13L13.1036 12.6464L10.1036 9.64645L9.97663 9.51953C10.7717 8.56578 11.25 7.33875 11.25 6C11.25 2.96243 8.78757 0.5 5.75 0.5Z" /> </svg> </a> </search-toggle><a href="/account?view=overview" class="nav__icon header__el-stack-top color-inherit no-u" aria-label="View account" data-nav-icon><svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" style="display: block; height: auto;"> <path fill-rule="evenodd" clip-rule="evenodd" d="M3.88872 5.67208C3.88872 3.12547 5.95316 1.06104 8.49977 1.06104C11.0464 1.06104 13.1108 3.12547 13.1108 5.67208C13.1108 8.21869 11.0464 10.2831 8.49977 10.2831C5.95316 10.2831 3.88872 8.21869 3.88872 5.67208ZM8.49977 0.0610352C5.40087 0.0610352 2.88872 2.57318 2.88872 5.67208C2.88872 7.83466 4.11215 9.71149 5.90463 10.6482C3.5532 11.3296 1.6091 12.9168 0.400715 15.0048L0.150269 15.4376L1.01578 15.9385L1.26622 15.5057C2.73012 12.9762 5.38068 11.2831 8.50003 11.2831C11.6194 11.2831 14.2699 12.9762 15.7338 15.5057L15.9843 15.9385L16.8498 15.4376L16.5994 15.0048C15.3909 12.9167 13.4467 11.3294 11.0951 10.6481C12.8875 9.71136 14.1108 7.83458 14.1108 5.67208C14.1108 2.57318 11.5987 0.0610352 8.49977 0.0610352Z" fill="currentColor"/> </svg> </a><a href="/cart" class="nav__icon nav__icon--cart header__el-stack-top color-inherit no-u" id="cart-icon-bubble" role="button" aria-haspopup="dialog" data-nav-icon="cart" data-template="collection" onmouseenter=" if (!window.minicartLoaded) { loadMinicart(); window.minicartLoaded = true; } " onclick=" if (!window.minicartLoaded) { loadMinicart(); window.minicartLoaded = true; } "><svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg" style="display: block; height: auto;"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.1659 3.42857H13.9832H15L14.8159 4.42857L12.6857 16H2.22857L0.177273 4.42857L0 3.42857H1.01559H4.59668V1V0H5.59668H9.16586H10.1659V1V3.42857ZM5.59668 3.42857V1H9.16586V3.42857H5.59668ZM13.7991 4.42857L11.853 15H3.06689L1.19286 4.42857H13.7991Z" fill="currentColor"/> </svg> <span class="sr-only">Cart</span> <div class="cart-count-bubble font-size font-weight" style=" --font-size-desktop: var(--cart-icon-bubble-font-size, var(--cart-icon-bubble-font-size-desktop, 12px)); --font-size-mobile: var(--cart-icon-bubble-font-size, var(--cart-icon-bubble-font-size-mobile, 12px)); --font-weight: 700; align-items: center; background-color: var(--cart-icon-bubble-background-color, var(--dark)); border-radius: 50%; color: var(--cart-icon-bubble-color, var(--light)); display: none; font-variation-settings: 'wght' var(--cart-icon-bubble-font-weight, 500); height: var(--cart-icon-bubble-size, 22px); justify-content: center; line-height: 0; position: absolute; right: var(--cart-icon-bubble-right, -5px); top: var(--cart-icon-bubble-top, 0); transform: var(--cart-icon-bubble-transform, translate(50%, -50%)); width: var(--cart-icon-bubble-size, 22px); "> <span aria-hidden="true" data-cart-icon-bubble-count>0</span><span class="sr-only">0 items</span> </div></a> </div></div> </section> <!-- END sections: header-group --> </header><cart-drawer class="drawer is-empty" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/loyalty-rewards.js?v=130522036761593836371735568476" }' id="cartDrawer"> <div id="cartDrawerOverlay" class="cart-drawer__overlay" style=" --transition: opacity 250ms, visibility 0ms 250ms; background-color: var(--backdrop-background-color); height: 100%; opacity: var(--cart-drawer-active-1, 0); position: fixed; right: 0; top: 0; transform: var(--cart-drawer-active-none, translateX(100%)); transition: var(--cart-drawer-active-overlay-transition, var(--transition)); visibility: var(--cart-drawer-active-visible, hidden); width: 100%; z-index: 99; "></div> <div id="CartDrawer" class="cart-drawer menu menu--right"> <div class="cart-drawer__inner drawer__inner is-empty" id="cartDrawerInner" role="dialog" aria-modal="true"> <span class="sr-only">You have 0 items in your cart.</span></div> </div> </cart-drawer><main class="main" id="main"><section id="shopify-section-template--18951456063736__breadcrumbs" class="shopify-section shopify-section--breadcrumbs"><style> .breadcrumbs__item:not(:first-child) { padding-left: 12px; } .breadcrumbs__item:last-child { color: var(--breadcrumbs-last-child-color, var(--dim)); padding-right: var(--wrap); } .breadcrumbs__list { overflow-x: auto; padding-right: 0; scrollbar-width: none; white-space: nowrap; } .breadcrumbs__list::-webkit-scrollbar { display: none; } </style> <nav class="breadcrumbs background-color color" role="navigation" aria-label="breadcrumbs" style=" --background-color-desktop: transparent; --background-color-mobile: transparent; --color-desktop: var(--dark); --color-mobile: var(--dark); font-size: 12px; min-height: var(--breadcrumbs-min-height, calc(19px + (var(--breadcrumbs-padding-v, 16px) * 2))); padding-bottom: var(--breadcrumbs-padding-bottom, var(--breadcrumbs-padding-v, 16px)); padding-bottom: var(--breadcrumbs-padding-bottom, var(--breadcrumbs-padding-v, clamp(16px, 1.4vw, 20.8px))); padding-top: var(--breadcrumbs-padding-top, var(--breadcrumbs-padding-v, 16px)); padding-top: var(--breadcrumbs-padding-top, var(--breadcrumbs-padding-v, clamp(16px, 1.4vw, 20.8px))); "> <ol class="flex list-unstyled breadcrumbs__list wrap wrap-m--s wrap--desktop-small" itemscope itemtype="https://schema.org/BreadcrumbList" style=" --flex-direction-desktop: row; --flex-direction-mobile: row; --flex-justify-content-desktop: flex-start; --flex-justify-content-mobile: flex-start; "><li class="breadcrumbs__item flex-shrink" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a class="breadcrumbs__link color-inherit" href="https://urbanstems.com" itemprop="item" style="--color: var(--breadcrumbs-link-color)"> <span itemprop="name">Home</span> </a> <meta itemprop="position" content="1" /> </li> <li class="breadcrumbs__item flex-shrink" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <span class="breadcrumbs__title" itemprop="name">Flowers</span> <meta itemprop="position" content="2" /> </li> </ol> </nav> </section><section id="shopify-section-template--18951456063736__header" class="shopify-section shopify-section--collection-header"><style>[data-collection-header-link] > * { pointer-events: none;} .collection-header__menu-cards { --collection-header-cards-cols: 2; } .collection-header__menu-item { --card-width: 100px; --card-width: 110px; --media-card-media-width: 100px; } .collection-header__menu-wrapper { justify-content: center; transform: none !important; } .collection-header__menu-item:last-child { margin-right: 0 !important; } @media (min-width: 390px) { .collection-header__menu-item { --card-width: 100px; --card-width: 110px; --media-card-media-width: 100px; } .collection-header__menu-wrapper { justify-content: center; transform: none !important; } .collection-header__menu-item:last-child { margin-right: 0 !important; } } @media (min-width: 510px) { .collection-header__menu-item { --card-width: 100px; --card-width: 110px; --media-card-media-width: 100px; } .collection-header__menu-wrapper { justify-content: center; transform: none !important; } .collection-header__menu-item:last-child { margin-right: 0 !important; } } @media (min-width: 625px) { .collection-header__menu-item { --card-width: 100px; --card-width: 110px; --media-card-media-width: 100px; } .collection-header__menu-wrapper { justify-content: center; transform: none !important; } .collection-header__menu-item:last-child { margin-right: 0 !important; } } @media (min-width: 740px) { .collection-header__menu-item { --card-width: 100px; --card-width: 110px; --media-card-media-width: 100px; } .collection-header__menu-wrapper { justify-content: center; transform: none !important; } .collection-header__menu-item:last-child { margin-right: 0 !important; } } @media (min-width: 860px) { .collection-header__menu-item { --card-width: 100px; --card-width: 110px; --media-card-media-width: 100px; } .collection-header__menu-wrapper { justify-content: center; transform: none !important; } .collection-header__menu-item:last-child { margin-right: 0 !important; } } @media (min-width: 1046px) { .collection-header__menu-item { --card-width: 100px; --card-width: 110px; --media-card-media-width: 100px; } .collection-header__menu-wrapper { justify-content: center; transform: none !important; } .collection-header__menu-item:last-child { margin-right: 0 !important; } } @media (min-width: 1174px) { .collection-header__menu-item { --card-width: 100px; --card-width: 110px; --media-card-media-width: 100px; } .collection-header__menu-wrapper { justify-content: center; transform: none !important; } .collection-header__menu-item:last-child { margin-right: 0 !important; } }</style> <collection-header class="collection-header block border color-scheme color-scheme--background-1 flex--align-center flex-column gap overflow padding-bottom-m--default padding-bottom-d--default padding-top-m--default padding-top-d--default text-align--center wrap" style="--border-color-desktop: transparent transparent transparent; --border-color-mobile: transparent transparent transparent; --border-style-desktop: solid; --border-style-mobile: solid; --border-width-desktop: 0 0 0; --border-width-mobile: 0 0 0;--gap-desktop: var(--collection-header-gap-desktop, 40px); --gap-mobile: var(--collection-header-gap-mobile, 23px); --hover-zoom-scale-amount: 1.05; --padding-bottom-default-desktop: 62px; --padding-bottom-default-mobile: 40px; --padding-top-default-desktop: 28px; --padding-top-default-mobile: 22px; "> <div class="collection-header__text flex-column gap" style=" --gap-desktop: var(--collection-header-text-gap-desktop, 12px); --gap-mobile: var(--collection-header-text-gap-mobile, 8px); "><div class="collection-header__title headline headline--m" style=" max-width: 100%; "> <h1 style=" font-size: 1em; line-height: 1em;"> Flowers </h1></div></div></collection-header> </section><section id="shopify-section-template--18951456063736__main" class="shopify-section shopify-section--collection position--relative"><style>.products--loading { --products-loading-opacity: 1; } @media (max-width: 479px) { [data-grid-layout="medium"] .promo-card--mobile-full-width { grid-column: span 2; } } .products__loading { background-color: #fff; border-radius: 4px; box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1); height: 60px; left: 50%; opacity: var(--products-loading-opacity, 0); padding: 0 10px; pointer-events: none; position: fixed; top: 50vh; transform: translate(-50%, -50%); width: 60px; z-index: 30; } @media (min-width: 1024px) { .products__loading { height: 80px; width: 80px; } } .promo-card { container-name: promo-card; container-type: inline-size; } @media (max-width: 1023px) { .promo-card__media--contain-mobile { --object-fit: contain; --object-fit-height: auto; --object-position: center top; border-radius: 8px; overflow: hidden; } .promo-card__media--cover-mobile { min-height: 100%; } } @media (min-width: 1043px) { .promo-card__media--contain-desktop { --object-fit: contain; --object-fit-height: auto; --object-position: center top; border-radius: 8px; overflow: hidden; } .promo-card__media--cover-desktop { min-height: 100%; } } @container (max-width: 300px) { .promo-card__info { --promo-card-headline-font-size: 24px; padding: 24px; } .promo-card .btn { --promo-card-btn-margin-top: 1.4em; font-size: 11px; } .promo-card .btn:not(.btn--link) { min-height: 40px; padding: 0 20px; } } </style> <filters-bar class="filters-bar flex full-width margin" data-filters-container style=" --flex-align-items-desktop: flex-end;--margin-desktop: 0 0 24px; --margin-desktop: 0 0 clamp(24px, 1.4vw, 31.2px); --margin-mobile: 0 0 16px; "> <facet-filters-form class="filters-bar__el filters-bar__el--facets filters-bar__facets facets margin width z-index" style=" --margin-mobile: 0 auto 0 0; --margin-desktop: 0 auto 0 0; --width-desktop: auto; --width-mobile: auto; --z-index-desktop: 20; --z-index-mobile: 15; "> <form class="filters__form full-width" id="FacetFiltersForm" data-filters-form> <details class="filters__details" id="filtersDetails" data-filters-details> <summary class="filters__toggle" id="filtersSummary" data-filters-summary><svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_2328_318)"> <path d="M9.5 6.5C9.5 7.60457 10.3954 8.5 11.5 8.5C12.6046 8.5 13.5 7.60457 13.5 6.5C13.5 5.39543 12.6046 4.5 11.5 4.5C10.3954 4.5 9.5 5.39543 9.5 6.5Z" stroke="var(--dark)" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2.5 11.5C2.5 12.6046 3.39543 13.5 4.5 13.5C5.60457 13.5 6.5 12.6046 6.5 11.5C6.5 10.3954 5.60457 9.5 4.5 9.5C3.39543 9.5 2.5 10.3954 2.5 11.5Z" stroke="var(--dark)" stroke-linecap="round" stroke-linejoin="round"/> <path d="M11.5 8.5L11.5 15.5" stroke="var(--dark)" stroke-linecap="square" stroke-linejoin="round"/> <path d="M11.5 0.5L11.5 4.5" stroke="var(--dark)" stroke-linecap="square" stroke-linejoin="round"/> <path d="M4.5 13.5L4.5 15.5" stroke="var(--dark)" stroke-linecap="square" stroke-linejoin="round"/> <path d="M4.5 0.5L4.5 9.5" stroke="var(--dark)" stroke-linecap="square" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_2328_318"> <rect width="16" height="16" fill="white" transform="translate(16 0.5) rotate(90)"/> </clipPath> </defs> </svg>Filter & Sort <span class="filters__applied" id="filtersApplied" data-filters-applied="0"></span> </summary> <div class="menu menu--left filters" data-filters id="filters"> <div class="menu__header"> <strong class="menu__title">Filter & Sort </strong> <button class="menu__close" id="filtersMenuClose" data-filters-close aria-label="Close menu"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" > <g clip-path="url(#clip0_2703_11303-template--18951456063736__main)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M21.0039 12.0558L21.5342 11.5255L20.4736 10.4648L19.9432 10.9952L15.999 14.9394L12.0549 10.9952L11.5245 10.4648L10.4639 11.5255L10.9942 12.0558L14.9384 16L10.9942 19.9442L10.4639 20.4745L11.5245 21.5352L12.0549 21.0049L15.999 17.0607L19.9432 21.0049L20.4736 21.5352L21.5342 20.4745L21.0039 19.9442L17.0597 16L21.0039 12.0558Z" fill="currentColor"/> </g> <rect x="0.5" y="0.5" width="31" height="31" rx="15.5" stroke="currentColor"/> <defs> <clipPath id="clip0_2703_11303-template--18951456063736__main"> <rect width="32" height="32" rx="16" fill="currentColor"/> </clipPath> </defs> </svg> </button> </div> <div class="filters__content"><details class="filters__group accordion" id="sort-by"> <summary class="filters__group-title pseudo-plus-icon">Sort By: <span class="filters__active-sort" data-sort-active>availability</span></summary> <div class="filters__group-content"> <div class="filters__group-items filters__group-items--sort"><div class="filters__group-item filters__group-item--sort"> <input class="filters__group-item-input" id="availability" type="radio" name="sort_by" value="availability"> <label class="filters__group-item-label" for="availability"> Availability </label> </div> <div class="filters__group-item filters__group-item--sort"> <input class="filters__group-item-input" id="best-selling" type="radio" name="sort_by" value="best-selling"> <label class="filters__group-item-label" for="best-selling"> Best Selling </label> </div> <div class="filters__group-item filters__group-item--sort"> <input class="filters__group-item-input" id="price-ascending" type="radio" name="sort_by" value="price-ascending"> <label class="filters__group-item-label" for="price-ascending"> Price: low to high </label> </div> <div class="filters__group-item filters__group-item--sort"> <input class="filters__group-item-input" id="price-descending" type="radio" name="sort_by" value="price-descending"> <label class="filters__group-item-label" for="price-descending"> Price: high to low </label> </div> </div> </div> </details><details class="filters__group accordion" id="Facet-1-template--18951456063736__main" data-filter="Category" ontoggle=" /* set open class so the toggled state persists after getting rendered in Collection.updateCollection() */ const isOpen = this.open; this.classList[isOpen ? 'add' : 'remove']('open'); window.openedFilters = window.openedFilters || {}; openedFilters['Category'] = isOpen; "> <summary class="filters__group-title pseudo-plus-icon">Category</summary> <div class="filters__group-content"> <div class="filters__group-items filters__group-items--filter filters__group-items--list filter-category" style=""> <div class="filters__group-item"> <input class="filters__group-item-input" type="checkbox" name="filter.p.product_type" value="Flowers" id="Filter-filter.p.product_type-1" style="" > <label class="filters__group-item-label filters__label" for="Filter-filter.p.product_type-1"> Flowers </label> </div></div> </div> </details><details class="filters__group accordion" id="Facet-2-template--18951456063736__main" data-filter="Price" open ontoggle=" /* set open class so the toggled state persists after getting rendered in Collection.updateCollection() */ const isOpen = this.open; this.classList[isOpen ? 'add' : 'remove']('open'); window.openedFilters = window.openedFilters || {}; openedFilters['Price'] = isOpen; "> <summary class="filters__group-title pseudo-plus-icon">Price</summary> <div class="filters__group-content"> <div class="filters__price" id="Facet-2-template--18951456063736__main"><span class="filters__price-max">The highest price is $249.00</span> <a href="/collections/flowers" class="filters__price-reset" data-filter-remove> Reset </a> <price-range class="filters__price-range"> <span class="field-currency">$</span> <div class="field"> <input class="field__input" name="filter.v.price.gte" id="Filter-Price-GTE"type="number" placeholder="0" min="0"max="249.00" > <label class="field__label" for="Filter-Price-GTE">From</label> </div> <span class="field-currency">$</span> <div class="field"> <input class="field__input" name="filter.v.price.lte" id="Filter-Price-LTE"type="number" min="0"placeholder="249.00" max="249.00" > <label class="field__label" for="Filter-Price-LTE">To</label> </div> </price-range> </div> </div> </details><details class="filters__group accordion" id="Facet-3-template--18951456063736__main" data-filter="Color" ontoggle=" /* set open class so the toggled state persists after getting rendered in Collection.updateCollection() */ const isOpen = this.open; this.classList[isOpen ? 'add' : 'remove']('open'); window.openedFilters = window.openedFilters || {}; openedFilters['Color'] = isOpen; "> <summary class="filters__group-title pseudo-plus-icon">Color</summary> <div class="filters__group-content"> <div class="filters__group-items filters__group-items--filter filters__group-items--list filter-color" style=""> <div class="filters__group-item"> <input class="filters__group-item-input" type="checkbox" name="filter.p.m.custom.refinement_color" value="Assorted" id="Filter-filter.p.m.custom.refinement_color-1" style="" > <label class="filters__group-item-label filters__label" for="Filter-filter.p.m.custom.refinement_color-1"> Assorted </label> </div> <div class="filters__group-item"> <input class="filters__group-item-input" type="checkbox" name="filter.p.m.custom.refinement_color" value="Blue" id="Filter-filter.p.m.custom.refinement_color-2" style="" > <label class="filters__group-item-label filters__label" for="Filter-filter.p.m.custom.refinement_color-2"> Blue </label> </div> <div class="filters__group-item"> <input class="filters__group-item-input" type="checkbox" name="filter.p.m.custom.refinement_color" value="Orange" id="Filter-filter.p.m.custom.refinement_color-3" style="" > <label class="filters__group-item-label filters__label" for="Filter-filter.p.m.custom.refinement_color-3"> Orange </label> </div> <div class="filters__group-item"> <input class="filters__group-item-input" type="checkbox" name="filter.p.m.custom.refinement_color" value="Peach" id="Filter-filter.p.m.custom.refinement_color-4" style="" > <label class="filters__group-item-label filters__label" for="Filter-filter.p.m.custom.refinement_color-4"> Peach </label> </div> <div class="filters__group-item"> <input class="filters__group-item-input" type="checkbox" name="filter.p.m.custom.refinement_color" value="Pink" id="Filter-filter.p.m.custom.refinement_color-5" style="" > <label class="filters__group-item-label filters__label" for="Filter-filter.p.m.custom.refinement_color-5"> Pink </label> </div> <div class="filters__group-item"> <input class="filters__group-item-input" type="checkbox" name="filter.p.m.custom.refinement_color" value="Purple" id="Filter-filter.p.m.custom.refinement_color-6" style="" > <label class="filters__group-item-label filters__label" for="Filter-filter.p.m.custom.refinement_color-6"> Purple </label> </div> <div class="filters__group-item"> <input class="filters__group-item-input" type="checkbox" name="filter.p.m.custom.refinement_color" value="Red" id="Filter-filter.p.m.custom.refinement_color-7" style="" > <label class="filters__group-item-label filters__label" for="Filter-filter.p.m.custom.refinement_color-7"> Red </label> </div> <div class="filters__group-item"> <input class="filters__group-item-input" type="checkbox" name="filter.p.m.custom.refinement_color" value="White" id="Filter-filter.p.m.custom.refinement_color-8" style="" > <label class="filters__group-item-label filters__label" for="Filter-filter.p.m.custom.refinement_color-8"> White </label> </div> <div class="filters__group-item"> <input class="filters__group-item-input" type="checkbox" name="filter.p.m.custom.refinement_color" value="Yellow" id="Filter-filter.p.m.custom.refinement_color-9" style="" > <label class="filters__group-item-label filters__label" for="Filter-filter.p.m.custom.refinement_color-9"> Yellow </label> </div></div> </div> </details><details class="filters__group accordion" id="Facet-4-template--18951456063736__main" data-filter="Paired With Vase" ontoggle=" /* set open class so the toggled state persists after getting rendered in Collection.updateCollection() */ const isOpen = this.open; this.classList[isOpen ? 'add' : 'remove']('open'); window.openedFilters = window.openedFilters || {}; openedFilters['Paired With Vase'] = isOpen; "> <summary class="filters__group-title pseudo-plus-icon">Paired With Vase</summary> <div class="filters__group-content"> <div class="filters__group-items filters__group-items--filter filters__group-items--boolean filter-paired-with-vase" style=""> <div class="filters__group-item"> <input class="filters__group-item-input" type="checkbox" name="filter.p.m.flowers.paired_with_vase" value="1" id="Filter-filter.p.m.flowers.paired_with_vase-1" style="" > <label class="filters__group-item-label filters__label" for="Filter-filter.p.m.flowers.paired_with_vase-1"> Yes </label> </div> <div class="filters__group-item"> <input class="filters__group-item-input" type="checkbox" name="filter.p.m.flowers.paired_with_vase" value="0" id="Filter-filter.p.m.flowers.paired_with_vase-2" style="" > <label class="filters__group-item-label filters__label" for="Filter-filter.p.m.flowers.paired_with_vase-2"> No </label> </div></div> </div> </details> </div> </div> </details> </form> </facet-filters-form><delivery-date class="filters-bar__el filters-bar__el--input filters-bar__el--delivery-date"><label class="filters-bar__label" for="delivery-date"> <svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_2328_329)"> <path d="M16.25 3.625H3.75C3.40482 3.625 3.125 3.90482 3.125 4.25V16.75C3.125 17.0952 3.40482 17.375 3.75 17.375H16.25C16.5952 17.375 16.875 17.0952 16.875 16.75V4.25C16.875 3.90482 16.5952 3.625 16.25 3.625Z" stroke="#1E2934" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.75 2.375V4.875" stroke="#1E2934" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.25 2.375V4.875" stroke="#1E2934" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.125 7.375H16.875" stroke="#1E2934" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_2328_329"> <rect width="20" height="20" fill="white" transform="translate(0 0.5)"/> </clipPath> </defs> </svg> Delivery date: </label> <input class="filters-bar__input filters-bar__input--date" autocomplete="off" data-delivery-date id="delivery-date" type="text" name="properties[Send on]" form="" placeholder="Send On"> <span class="filter-bar__data-input-focus"></span> </delivery-date> <delivery-location class="filters-bar__el filters-bar__el--input filters-bar__el--delivery-location"> <label class="filters-bar__label" for="sending-to"> <svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_2328_338)"> <path d="M10 11.125C11.3807 11.125 12.5 10.0057 12.5 8.625C12.5 7.24429 11.3807 6.125 10 6.125C8.61929 6.125 7.5 7.24429 7.5 8.625C7.5 10.0057 8.61929 11.125 10 11.125Z" stroke="#1E2934" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16.25 8.625C16.25 14.25 10 18.625 10 18.625C10 18.625 3.75 14.25 3.75 8.625C3.75 6.9674 4.40848 5.37769 5.58058 4.20558C6.75269 3.03348 8.3424 2.375 10 2.375C11.6576 2.375 13.2473 3.03348 14.4194 4.20558C15.5915 5.37769 16.25 6.9674 16.25 8.625Z" stroke="#1E2934" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_2328_338"> <rect width="20" height="20" fill="white" transform="translate(0 0.5)"/> </clipPath> </defs> </svg> Sending to: </label> <input autocomplete="off" class="filters-bar__input" id="sending-to" value="" data-delivery-location> <div class="autocomplete__predictions" data-delivery-predictions></div> <button class="menu__close autocomplete__predictions-close" aria-label="Close autocomplete" data-autocomplete-predictions-close type="button"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" > <g clip-path="url(#clip0_2703_11303-template--18951456063736__main)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M21.0039 12.0558L21.5342 11.5255L20.4736 10.4648L19.9432 10.9952L15.999 14.9394L12.0549 10.9952L11.5245 10.4648L10.4639 11.5255L10.9942 12.0558L14.9384 16L10.9942 19.9442L10.4639 20.4745L11.5245 21.5352L12.0549 21.0049L15.999 17.0607L19.9432 21.0049L20.4736 21.5352L21.5342 20.4745L21.0039 19.9442L17.0597 16L21.0039 12.0558Z" fill="currentColor"/> </g> <rect x="0.5" y="0.5" width="31" height="31" rx="15.5" stroke="currentColor"/> <defs> <clipPath id="clip0_2703_11303-template--18951456063736__main"> <rect width="32" height="32" rx="16" fill="currentColor"/> </clipPath> </defs> </svg> </button> </delivery-location> <div class="filters-bar__el filters-bar__el--layout"> <button class="filters-bar__layout-btn filters-bar__layout-btn--medium filters-bar__layout-btn--2-col" type="button" aria-label="View 2 column grid" data-filter-grid-layout-toggle="medium"> <svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg" style="pointer-events: none;"> <rect x="0.5" width="7" height="7" fill="#1E2934"/> <rect x="10.5" width="7" height="7" fill="#1E2934"/> <rect x="0.5" y="10" width="7" height="7" fill="#1E2934"/> <rect x="10.5" y="10" width="7" height="7" fill="#1E2934"/> </svg> </button> <button class="filters-bar__layout-btn filters-bar__layout-btn--small filters-bar__layout-btn--1-col hide-desktop" type="button" aria-label="View 1 column grid" data-filter-grid-layout-toggle="small"> <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg" style="pointer-events: none;"> <path d="M0 0H17V17H0V0Z" fill="#1E2934"/> </svg> </button> <button class="filters-bar__layout-btn filters-bar__layout-btn--large filters-bar__layout-btn--3-col hide-mobile" type="button" aria-label="View 3 column grid" data-filter-grid-layout-toggle="large"> <svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg" style="pointer-events: none;"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.5 0H3.5V3H0.5V0ZM7.5 0H10.5V3H7.5V0ZM17.5 0H14.5V3H17.5V0ZM0.5 7H3.5V10H0.5V7ZM10.5 7H7.5V10H10.5V7ZM14.5 7H17.5V10H14.5V7ZM3.5 14H0.5V17H3.5V14ZM7.5 14H10.5V17H7.5V14ZM17.5 14H14.5V17H17.5V14Z" fill="#1E2934"/> </svg> </button> <button class="filters-bar__layout-btn filters-bar__layout-btn--extra-large filters-bar__layout-btn--4-col hide-mobile" type="button" aria-label="View 4 column grid" data-filter-grid-layout-toggle="extra-large"> <svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg" style="pointer-events: none;"> <rect x="0.5" width="2" height="2" fill="#1E2934"/> <rect x="5.5" width="2" height="2" fill="#1E2934"/> <rect x="10.5" width="2" height="2" fill="#1E2934"/> <rect x="15.5" width="2" height="2" fill="#1E2934"/> <rect x="0.5" y="5" width="2" height="2" fill="#1E2934"/> <rect x="5.5" y="5" width="2" height="2" fill="#1E2934"/> <rect x="10.5" y="5" width="2" height="2" fill="#1E2934"/> <rect x="15.5" y="5" width="2" height="2" fill="#1E2934"/> <rect x="0.5" y="10" width="2" height="2" fill="#1E2934"/> <rect x="5.5" y="10" width="2" height="2" fill="#1E2934"/> <rect x="10.5" y="10" width="2" height="2" fill="#1E2934"/> <rect x="15.5" y="10" width="2" height="2" fill="#1E2934"/> <rect x="0.5" y="15" width="2" height="2" fill="#1E2934"/> <rect x="5.5" y="15" width="2" height="2" fill="#1E2934"/> <rect x="10.5" y="15" width="2" height="2" fill="#1E2934"/> <rect x="15.5" y="15" width="2" height="2" fill="#1E2934"/> </svg> </button> </div></filters-bar> <div id="products" class="overflow wrap" onmouseenter="event.currentTarget.querySelectorAll('img').forEach(img => img.loading = 'eager');" style=" --categories-swiper-btn-width: 29px; --filters-toggle-margin-left: 34px; --filters-toggle-width: 183px; --filters-toggle-width: clamp(183px, 10.6vw, 238px);display: flex; flex-wrap: wrap;"> <div class="flex-shrink full-width grid margin collection__grid" data-sort-default="availability" id="productGrid" style=" --grid-columns-desktop-xl: var(--plp-grid-columns-desktop-xl, 4); --grid-columns-desktop: var(--plp-grid-columns-desktop, 4); --grid-columns-mobile: var(--plp-grid-columns-mobile, 2); --grid-columns-tablet: var(--plp-grid-columns-tablet, 3); --grid-column-gap-desktop: 15px; --grid-column-gap-mobile: 15px; --grid-column-gap-tablet: 15px; --grid-row-gap-desktop: var(--plp-grid-row-gap-desktop, 54px); --grid-row-gap-mobile: var(--plp-grid-row-gap-mobile, 34px); --grid-row-gap-tablet: var(--plp-grid-row-gap-tablet, 40px); --margin-desktop: var(--plp-grid-margin-top, 51px) auto 91px; --margin-mobile: var(--plp-grid-margin-top, 41px) auto 64px; "> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="1" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-parasol"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=500 500w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=600 600w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=700 700w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=800 800w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=900 900w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=500" alt="The Parasol" srcset="//urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=352 352w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=500 500w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=600 600w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=700 700w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=800 800w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=900 900w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=500" alt="The Parasol" srcset="//urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=352 352w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=500 500w" width="500" height="534" loading="eager" fetchpriority="high" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-parasol" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150814","58-150817","58-154877","58-155222","58-155734"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150767","4-150782","4-154864","4-155210","4-155713"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150805","41-150810","41-154875","41-155219","41-155730"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150766","2-150781","2-154863","2-155209","2-155712","2-155544"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150790","10-150792","10-154867","10-155212","10-155720"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150795","11-150800","11-154871","11-155215","11-155724"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150821","9-150825","9-154880","9-155225","9-155740"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150765","1-150780","1-154862","1-155208","1-155711","1-155543"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"1-150765":{"id":"1-150765","available":0,"dates":[]},"1-150780":{"id":"1-150780","available":0,"dates":[]},"1-154862":{"id":"1-154862","available":16,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155208":{"id":"1-155208","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155543":{"id":"1-155543","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155711":{"id":"1-155711","available":19,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150790":{"id":"10-150790","available":0,"dates":[]},"10-150792":{"id":"10-150792","available":0,"dates":[]},"10-154867":{"id":"10-154867","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155212":{"id":"10-155212","available":39,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155720":{"id":"10-155720","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150795":{"id":"11-150795","available":0,"dates":[]},"11-150800":{"id":"11-150800","available":0,"dates":[]},"11-154871":{"id":"11-154871","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155215":{"id":"11-155215","available":55,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155724":{"id":"11-155724","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150766":{"id":"2-150766","available":0,"dates":[]},"2-150781":{"id":"2-150781","available":0,"dates":[]},"2-154863":{"id":"2-154863","available":0,"dates":[]},"2-155209":{"id":"2-155209","available":35,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155544":{"id":"2-155544","available":0,"dates":[]},"2-155712":{"id":"2-155712","available":19,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150767":{"id":"4-150767","available":0,"dates":[]},"4-150782":{"id":"4-150782","available":0,"dates":[]},"4-154864":{"id":"4-154864","available":33,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155210":{"id":"4-155210","available":111,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155713":{"id":"4-155713","available":133,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150805":{"id":"41-150805","available":0,"dates":[]},"41-150810":{"id":"41-150810","available":0,"dates":[]},"41-154875":{"id":"41-154875","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155219":{"id":"41-155219","available":38,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155730":{"id":"41-155730","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-150814":{"id":"58-150814","available":0,"dates":[]},"58-150817":{"id":"58-150817","available":0,"dates":[]},"58-154877":{"id":"58-154877","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155222":{"id":"58-155222","available":55,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155734":{"id":"58-155734","available":74,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150821":{"id":"9-150821","available":0,"dates":[]},"9-150825":{"id":"9-150825","available":0,"dates":[]},"9-154880":{"id":"9-154880","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155225":{"id":"9-155225","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155740":{"id":"9-155740","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-parasol" title="View The Parasol" data-product-card-title><h3 style="font-size: 1em;">The Parasol</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$50 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$60</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">26 reviews with an average of 4.9 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.9" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="26" aria-hidden="true" style=" font-size: 12px;">(26)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Parasol in Single" data-swatch-item="the-parasol" data-image-loaded href="https://urbanstems.com/products/the-parasol" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Parasol in Double" data-swatch-item="double-the-parasol" href="https://urbanstems.com/products/double-the-parasol" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="the-parasol" type="application/json">{"the-parasol":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "the-parasol", "priceAmount": 5000, "price": "$50 ", "priceCompareAtAmount": 6000, "priceCompareAt": "$60 ", "url": "https://urbanstems.com/products/the-parasol", "variantName": null, "title": "The Parasol", "images": [ { "alt": "The Parasol", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Parasol_SupportingImage_1_PDP.jpg?v=1733242207\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=500 500w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=600 600w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=500 500w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=600 600w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=700 700w" }, { "alt": "The Parasol", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Parasol_MainImage_PDP.jpg?v=1733242207\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=500 500w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=600 600w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=500 500w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=600 600w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=700 700w" } ], "variants": [{"id":45510418858232,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00137","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Parasol - Single","public_title":"Single","options":["Single","Default Title"],"price":5000,"weight":0,"compare_at_price":6000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5000,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5000,"per_delivery_price":18000,"selling_plan_id":4977295608,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5000,"per_delivery_price":30000,"selling_plan_id":4978376952,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5000,"per_delivery_price":36000,"selling_plan_id":4978573560,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5000,"per_delivery_price":72000,"selling_plan_id":4978770168,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5000,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5000,"per_delivery_price":18000,"selling_plan_id":4977328376,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5000,"per_delivery_price":30000,"selling_plan_id":4978409720,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5000,"per_delivery_price":36000,"selling_plan_id":4978606328,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5000,"per_delivery_price":72000,"selling_plan_id":4978802936,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5000,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5000,"per_delivery_price":18000,"selling_plan_id":4977361144,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5000,"per_delivery_price":30000,"selling_plan_id":4978442488,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5000,"per_delivery_price":36000,"selling_plan_id":4978639096,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5000,"per_delivery_price":72000,"selling_plan_id":4978835704,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-149723":{"id":"1-149723","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149738":{"id":"1-149738","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150285":{"id":"1-150285","available":20,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150300":{"id":"1-150300","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150765":{"id":"1-150765","available":0,"dates":[]},"1-150780":{"id":"1-150780","available":0,"dates":[]},"1-154059":{"id":"1-154059","available":0,"dates":[]},"1-154360":{"id":"1-154360","available":0,"dates":[]},"1-154862":{"id":"1-154862","available":16,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155208":{"id":"1-155208","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155543":{"id":"1-155543","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155711":{"id":"1-155711","available":19,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149749":{"id":"10-149749","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149754":{"id":"10-149754","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150311":{"id":"10-150311","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150316":{"id":"10-150316","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150790":{"id":"10-150790","available":0,"dates":[]},"10-150792":{"id":"10-150792","available":0,"dates":[]},"10-154087":{"id":"10-154087","available":0,"dates":[]},"10-154367":{"id":"10-154367","available":0,"dates":[]},"10-154867":{"id":"10-154867","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155212":{"id":"10-155212","available":39,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155720":{"id":"10-155720","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149759":{"id":"11-149759","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149764":{"id":"11-149764","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150321":{"id":"11-150321","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150326":{"id":"11-150326","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150795":{"id":"11-150795","available":0,"dates":[]},"11-150800":{"id":"11-150800","available":0,"dates":[]},"11-154113":{"id":"11-154113","available":0,"dates":[]},"11-154370":{"id":"11-154370","available":0,"dates":[]},"11-154871":{"id":"11-154871","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155215":{"id":"11-155215","available":55,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155724":{"id":"11-155724","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-149724":{"id":"2-149724","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149739":{"id":"2-149739","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150286":{"id":"2-150286","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150301":{"id":"2-150301","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150766":{"id":"2-150766","available":0,"dates":[]},"2-150781":{"id":"2-150781","available":0,"dates":[]},"2-154060":{"id":"2-154060","available":0,"dates":[]},"2-154361":{"id":"2-154361","available":0,"dates":[]},"2-154863":{"id":"2-154863","available":0,"dates":[]},"2-155209":{"id":"2-155209","available":35,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155544":{"id":"2-155544","available":0,"dates":[]},"2-155712":{"id":"2-155712","available":19,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-149725":{"id":"4-149725","available":300,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149740":{"id":"4-149740","available":360,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150287":{"id":"4-150287","available":300,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150302":{"id":"4-150302","available":360,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150767":{"id":"4-150767","available":0,"dates":[]},"4-150782":{"id":"4-150782","available":0,"dates":[]},"4-154061":{"id":"4-154061","available":0,"dates":[]},"4-154362":{"id":"4-154362","available":0,"dates":[]},"4-154864":{"id":"4-154864","available":33,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155210":{"id":"4-155210","available":111,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155713":{"id":"4-155713","available":133,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149769":{"id":"41-149769","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149774":{"id":"41-149774","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150331":{"id":"41-150331","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150336":{"id":"41-150336","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150805":{"id":"41-150805","available":0,"dates":[]},"41-150810":{"id":"41-150810","available":0,"dates":[]},"41-154104":{"id":"41-154104","available":0,"dates":[]},"41-154375":{"id":"41-154375","available":0,"dates":[]},"41-154875":{"id":"41-154875","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155219":{"id":"41-155219","available":38,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155730":{"id":"41-155730","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149778":{"id":"58-149778","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149781":{"id":"58-149781","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150340":{"id":"58-150340","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150343":{"id":"58-150343","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150814":{"id":"58-150814","available":0,"dates":[]},"58-150817":{"id":"58-150817","available":0,"dates":[]},"58-154074":{"id":"58-154074","available":0,"dates":[]},"58-154379":{"id":"58-154379","available":0,"dates":[]},"58-154877":{"id":"58-154877","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155222":{"id":"58-155222","available":55,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155734":{"id":"58-155734","available":74,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149785":{"id":"9-149785","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149790":{"id":"9-149790","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150347":{"id":"9-150347","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150352":{"id":"9-150352","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150821":{"id":"9-150821","available":0,"dates":[]},"9-150825":{"id":"9-150825","available":0,"dates":[]},"9-154108":{"id":"9-154108","available":0,"dates":[]},"9-154383":{"id":"9-154383","available":0,"dates":[]},"9-154880":{"id":"9-154880","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155225":{"id":"9-155225","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155740":{"id":"9-155740","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150814","58-150817","58-154877","58-155222","58-155734"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150767","4-150782","4-154864","4-155210","4-155713"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150805","41-150810","41-154875","41-155219","41-155730"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150766","2-150781","2-154863","2-155209","2-155712","2-155544"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150790","10-150792","10-154867","10-155212","10-155720"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150795","11-150800","11-154871","11-155215","11-155724"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150821","9-150825","9-154880","9-155225","9-155740"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150765","1-150780","1-154862","1-155208","1-155711","1-155543"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"blackout_from":null, "blackout_to":null} }, "double-the-parasol":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-parasol", "priceAmount": 8400, "price": "$84 ", "priceCompareAtAmount": 12000, "priceCompareAt": "$120 ", "url": "https://urbanstems.com/products/double-the-parasol", "variantName": null, "title": "Double the Parasol", "images": [ { "alt": "Double the Parasol", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=700 700w" }, { "alt": "Double the Parasol", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/DoubleParasol_MainImage_PDP.jpg?v=1733241686\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=700 700w" } ], "variants": [{"id":45607258226936,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00137","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Parasol - Double","public_title":"Double","options":["Double","Default Title"],"price":8400,"weight":0,"compare_at_price":12000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150765":{"id":"1-150765","available":0,"dates":[]},"1-150780":{"id":"1-150780","available":0,"dates":[]},"1-154059":{"id":"1-154059","available":0,"dates":[]},"1-154360":{"id":"1-154360","available":0,"dates":[]},"1-154862":{"id":"1-154862","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155208":{"id":"1-155208","available":8,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155543":{"id":"1-155543","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155711":{"id":"1-155711","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150790":{"id":"10-150790","available":0,"dates":[]},"10-150792":{"id":"10-150792","available":0,"dates":[]},"10-154087":{"id":"10-154087","available":0,"dates":[]},"10-154367":{"id":"10-154367","available":0,"dates":[]},"10-154867":{"id":"10-154867","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155212":{"id":"10-155212","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155720":{"id":"10-155720","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150795":{"id":"11-150795","available":0,"dates":[]},"11-150800":{"id":"11-150800","available":0,"dates":[]},"11-154113":{"id":"11-154113","available":0,"dates":[]},"11-154370":{"id":"11-154370","available":0,"dates":[]},"11-154871":{"id":"11-154871","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155215":{"id":"11-155215","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155724":{"id":"11-155724","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150766":{"id":"2-150766","available":0,"dates":[]},"2-150781":{"id":"2-150781","available":0,"dates":[]},"2-154060":{"id":"2-154060","available":0,"dates":[]},"2-154361":{"id":"2-154361","available":0,"dates":[]},"2-154863":{"id":"2-154863","available":0,"dates":[]},"2-155209":{"id":"2-155209","available":17,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155544":{"id":"2-155544","available":0,"dates":[]},"2-155712":{"id":"2-155712","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150767":{"id":"4-150767","available":0,"dates":[]},"4-150782":{"id":"4-150782","available":0,"dates":[]},"4-154061":{"id":"4-154061","available":0,"dates":[]},"4-154362":{"id":"4-154362","available":0,"dates":[]},"4-154864":{"id":"4-154864","available":16,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155210":{"id":"4-155210","available":55,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155713":{"id":"4-155713","available":66,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150805":{"id":"41-150805","available":0,"dates":[]},"41-150810":{"id":"41-150810","available":0,"dates":[]},"41-154104":{"id":"41-154104","available":0,"dates":[]},"41-154375":{"id":"41-154375","available":0,"dates":[]},"41-154875":{"id":"41-154875","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155219":{"id":"41-155219","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155730":{"id":"41-155730","available":19,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-150814":{"id":"58-150814","available":0,"dates":[]},"58-150817":{"id":"58-150817","available":0,"dates":[]},"58-154074":{"id":"58-154074","available":0,"dates":[]},"58-154379":{"id":"58-154379","available":0,"dates":[]},"58-154877":{"id":"58-154877","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155222":{"id":"58-155222","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155734":{"id":"58-155734","available":37,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150821":{"id":"9-150821","available":0,"dates":[]},"9-150825":{"id":"9-150825","available":0,"dates":[]},"9-154108":{"id":"9-154108","available":0,"dates":[]},"9-154383":{"id":"9-154383","available":0,"dates":[]},"9-154880":{"id":"9-154880","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155225":{"id":"9-155225","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155740":{"id":"9-155740","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150814","58-150817","58-154877","58-155222","58-155734"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150767","4-150782","4-154864","4-155210","4-155713"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150805","41-150810","41-154875","41-155219","41-155730"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150766","2-150781","2-154863","2-155209","2-155712","2-155544"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150790","10-150792","10-154867","10-155212","10-155720"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150795","11-150800","11-154871","11-155215","11-155724"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150821","9-150825","9-154880","9-155225","9-155740"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150765","1-150780","1-154862","1-155208","1-155711","1-155543"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="2" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-kiss-me-on-my-tulips"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=500 500w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=600 600w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=700 700w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=800 800w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=900 900w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=500" alt="The Kiss Me On My Tulips" srcset="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=352 352w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=500 500w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=600 600w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=700 700w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=800 800w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=900 900w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=500" alt="The Kiss Me On My Tulips" srcset="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=352 352w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=500 500w" width="500" height="534" loading="eager" fetchpriority="high" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-kiss-me-on-my-tulips" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150764","4-150779"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150813","58-150816"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150804","41-150809"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150763","2-150778","2-155550"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150789","10-150791"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150794","11-150799"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150820","9-150824"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150762","1-150777","1-155549"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"1-150762":{"id":"1-150762","available":0,"dates":[]},"1-150777":{"id":"1-150777","available":0,"dates":[]},"1-155549":{"id":"1-155549","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150789":{"id":"10-150789","available":0,"dates":[]},"10-150791":{"id":"10-150791","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150794":{"id":"11-150794","available":0,"dates":[]},"11-150799":{"id":"11-150799","available":34,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150763":{"id":"2-150763","available":0,"dates":[]},"2-150778":{"id":"2-150778","available":0,"dates":[]},"2-155550":{"id":"2-155550","available":0,"dates":[]},"4-150764":{"id":"4-150764","available":0,"dates":[]},"4-150779":{"id":"4-150779","available":163,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150804":{"id":"41-150804","available":0,"dates":[]},"41-150809":{"id":"41-150809","available":41,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150813":{"id":"58-150813","available":0,"dates":[]},"58-150816":{"id":"58-150816","available":63,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150820":{"id":"9-150820","available":0,"dates":[]},"9-150824":{"id":"9-150824","available":0,"dates":[]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-kiss-me-on-my-tulips" title="View The Kiss Me On My Tulips" data-product-card-title><h3 style="font-size: 1em;">The Kiss Me On My Tulips</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$50 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$60</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">6 reviews with an average of 4.0 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.0" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="6" aria-hidden="true" style=" font-size: 12px;">(6)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Kiss Me On My Tulips in Single" data-swatch-item="the-kiss-me-on-my-tulips" data-image-loaded href="https://urbanstems.com/products/the-kiss-me-on-my-tulips" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Kiss Me On My Tulips in Double" data-swatch-item="double-the-kiss-me-on-my-tulips" href="https://urbanstems.com/products/double-the-kiss-me-on-my-tulips" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="the-kiss-me-on-my-tulips" type="application/json">{"the-kiss-me-on-my-tulips":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "the-kiss-me-on-my-tulips", "priceAmount": 5000, "price": "$50 ", "priceCompareAtAmount": 6000, "priceCompareAt": "$60 ", "url": "https://urbanstems.com/products/the-kiss-me-on-my-tulips", "variantName": null, "title": "The Kiss Me On My Tulips", "images": [ { "alt": "The Kiss Me On My Tulips", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=500 500w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=600 600w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=500 500w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=600 600w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=700 700w" }, { "alt": "The Kiss Me On My Tulips", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=500 500w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=600 600w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=500 500w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=600 600w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=700 700w" } ], "variants": [{"id":45948821373176,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10191","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Kiss Me On My Tulips - Single","public_title":"Single","options":["Single","Default Title"],"price":5000,"weight":0,"compare_at_price":6000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150762":{"id":"1-150762","available":0,"dates":[]},"1-150777":{"id":"1-150777","available":0,"dates":[]},"1-154062":{"id":"1-154062","available":0,"dates":[]},"1-154363":{"id":"1-154363","available":3,"dates":["2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"1-155549":{"id":"1-155549","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150789":{"id":"10-150789","available":0,"dates":[]},"10-150791":{"id":"10-150791","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-153942":{"id":"10-153942","available":3,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"10-154366":{"id":"10-154366","available":32,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-150794":{"id":"11-150794","available":0,"dates":[]},"11-150799":{"id":"11-150799","available":34,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154112":{"id":"11-154112","available":0,"dates":[]},"11-154369":{"id":"11-154369","available":47,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"2-150763":{"id":"2-150763","available":0,"dates":[]},"2-150778":{"id":"2-150778","available":0,"dates":[]},"2-154063":{"id":"2-154063","available":0,"dates":[]},"2-154364":{"id":"2-154364","available":0,"dates":[]},"2-155550":{"id":"2-155550","available":0,"dates":[]},"4-150764":{"id":"4-150764","available":0,"dates":[]},"4-150779":{"id":"4-150779","available":163,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154064":{"id":"4-154064","available":0,"dates":[]},"4-154365":{"id":"4-154365","available":59,"dates":["2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-150804":{"id":"41-150804","available":0,"dates":[]},"41-150809":{"id":"41-150809","available":41,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-154103":{"id":"41-154103","available":0,"dates":[]},"41-154374":{"id":"41-154374","available":25,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"58-150813":{"id":"58-150813","available":0,"dates":[]},"58-150816":{"id":"58-150816","available":63,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-153855":{"id":"58-153855","available":0,"dates":[]},"58-154378":{"id":"58-154378","available":19,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-150820":{"id":"9-150820","available":0,"dates":[]},"9-150824":{"id":"9-150824","available":0,"dates":[]},"9-154382":{"id":"9-154382","available":0,"dates":[]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150764","4-150779"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150813","58-150816"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150804","41-150809"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150763","2-150778","2-155550"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150789","10-150791"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150794","11-150799"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150820","9-150824"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150762","1-150777","1-155549"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-kiss-me-on-my-tulips":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-kiss-me-on-my-tulips", "priceAmount": 8400, "price": "$84 ", "priceCompareAtAmount": 12000, "priceCompareAt": "$120 ", "url": "https://urbanstems.com/products/double-the-kiss-me-on-my-tulips", "variantName": null, "title": "Double the Kiss Me On My Tulips", "images": [ { "alt": "Double the Kiss Me On My Tulips", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=500 500w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=600 600w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=500 500w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=600 600w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=700 700w" }, { "alt": "Double the Kiss Me On My Tulips", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=500 500w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=600 600w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=500 500w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=600 600w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=700 700w" } ], "variants": [{"id":45948821176568,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10191","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Kiss Me On My Tulips - Double","public_title":"Double","options":["Double","Default Title"],"price":8400,"weight":0,"compare_at_price":12000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150762":{"id":"1-150762","available":0,"dates":[]},"1-150777":{"id":"1-150777","available":0,"dates":[]},"1-154062":{"id":"1-154062","available":0,"dates":[]},"1-154363":{"id":"1-154363","available":1,"dates":["2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"1-155549":{"id":"1-155549","available":25,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150789":{"id":"10-150789","available":0,"dates":[]},"10-150791":{"id":"10-150791","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-153942":{"id":"10-153942","available":1,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"10-154366":{"id":"10-154366","available":16,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-150794":{"id":"11-150794","available":0,"dates":[]},"11-150799":{"id":"11-150799","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154112":{"id":"11-154112","available":0,"dates":[]},"11-154369":{"id":"11-154369","available":23,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"2-150763":{"id":"2-150763","available":0,"dates":[]},"2-150778":{"id":"2-150778","available":0,"dates":[]},"2-154063":{"id":"2-154063","available":0,"dates":[]},"2-154364":{"id":"2-154364","available":0,"dates":[]},"2-155550":{"id":"2-155550","available":0,"dates":[]},"4-150764":{"id":"4-150764","available":0,"dates":[]},"4-150779":{"id":"4-150779","available":81,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154064":{"id":"4-154064","available":0,"dates":[]},"4-154365":{"id":"4-154365","available":29,"dates":["2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-150804":{"id":"41-150804","available":0,"dates":[]},"41-150809":{"id":"41-150809","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-154103":{"id":"41-154103","available":0,"dates":[]},"41-154374":{"id":"41-154374","available":12,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"58-150813":{"id":"58-150813","available":0,"dates":[]},"58-150816":{"id":"58-150816","available":31,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-153855":{"id":"58-153855","available":0,"dates":[]},"58-154378":{"id":"58-154378","available":9,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-150820":{"id":"9-150820","available":0,"dates":[]},"9-150824":{"id":"9-150824","available":0,"dates":[]},"9-154382":{"id":"9-154382","available":0,"dates":[]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150764","4-150779"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150813","58-150816"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150804","41-150809"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150763","2-150778","2-155550"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150789","10-150791"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150794","11-150799"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150820","9-150824"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150762","1-150777","1-155549"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="3" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-unicorn"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=500 500w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=600 600w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=700 700w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=800 800w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=900 900w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=500" alt="The Unicorn" srcset="//urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=352 352w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=500 500w" width="500" height="357" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=500 500w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=600 600w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=700 700w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=800 800w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=900 900w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=500" alt="The Unicorn" srcset="//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=352 352w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-unicorn" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150949","58-150952","58-154936","58-155276","58-155808"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155877"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-153697","4-153700","4-154827","4-154819","4-155186","4-155180","4-155679","4-155676"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150870","41-150876","41-154841","41-155347","41-155693"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155876","52-154844","52-155192","52-155696"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-153696","2-153699","2-154826","2-154818","2-155185","2-155179","2-155678","2-155675"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150895","10-150901","10-154915","10-155264","10-155869"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150661","11-150666","11-154800","11-155149","11-155643"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150676","9-150678","9-154809","9-155156","9-155651"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-153695","1-153698","1-154825","1-154817","1-155184","1-155178","1-155677","1-155674"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150853","65-150864","65-154766","65-155136","65-155605"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150486"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-153695":{"id":"1-153695","available":0,"dates":[]},"1-153698":{"id":"1-153698","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-154817":{"id":"1-154817","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154825":{"id":"1-154825","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155178":{"id":"1-155178","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155184":{"id":"1-155184","available":28,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155674":{"id":"1-155674","available":20,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-155677":{"id":"1-155677","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150895":{"id":"10-150895","available":0,"dates":[]},"10-150901":{"id":"10-150901","available":0,"dates":[]},"10-154915":{"id":"10-154915","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155264":{"id":"10-155264","available":55,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155869":{"id":"10-155869","available":84,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150661":{"id":"11-150661","available":0,"dates":[]},"11-150666":{"id":"11-150666","available":0,"dates":[]},"11-154800":{"id":"11-154800","available":62,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155149":{"id":"11-155149","available":74,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155643":{"id":"11-155643","available":90,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-153696":{"id":"2-153696","available":0,"dates":[]},"2-153699":{"id":"2-153699","available":0,"dates":[]},"2-154818":{"id":"2-154818","available":14,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154826":{"id":"2-154826","available":0,"dates":[]},"2-155179":{"id":"2-155179","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155185":{"id":"2-155185","available":43,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155675":{"id":"2-155675","available":40,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-155678":{"id":"2-155678","available":46,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-153697":{"id":"4-153697","available":0,"dates":[]},"4-153700":{"id":"4-153700","available":0,"dates":[]},"4-154819":{"id":"4-154819","available":64,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154827":{"id":"4-154827","available":97,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155180":{"id":"4-155180","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155186":{"id":"4-155186","available":100,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155676":{"id":"4-155676","available":97,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-155679":{"id":"4-155679","available":136,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150870":{"id":"41-150870","available":0,"dates":[]},"41-150876":{"id":"41-150876","available":0,"dates":[]},"41-154841":{"id":"41-154841","available":51,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155347":{"id":"41-155347","available":41,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155693":{"id":"41-155693","available":70,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-155877":{"id":"51-155877","available":111,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-154844":{"id":"52-154844","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155192":{"id":"52-155192","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155696":{"id":"52-155696","available":17,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155876":{"id":"52-155876","available":133,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-150949":{"id":"58-150949","available":0,"dates":[]},"58-150952":{"id":"58-150952","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-154936":{"id":"58-154936","available":126,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155276":{"id":"58-155276","available":99,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155808":{"id":"58-155808","available":160,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150853":{"id":"65-150853","available":0,"dates":[]},"65-150864":{"id":"65-150864","available":0,"dates":[]},"65-154766":{"id":"65-154766","available":41,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155136":{"id":"65-155136","available":36,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155605":{"id":"65-155605","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150486":{"id":"66-150486","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150676":{"id":"9-150676","available":0,"dates":[]},"9-150678":{"id":"9-150678","available":0,"dates":[]},"9-154809":{"id":"9-154809","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155156":{"id":"9-155156","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155651":{"id":"9-155651","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-unicorn" title="View The Unicorn" data-product-card-title><h3 style="font-size: 1em;">The Unicorn</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$51 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$60</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">258 reviews with an average of 4.2 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.2" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="258" aria-hidden="true" style=" font-size: 12px;">(258)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Unicorn in Single" data-swatch-item="the-unicorn" data-image-loaded href="https://urbanstems.com/products/the-unicorn" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Unicorn in Double" data-swatch-item="double-the-unicorn" href="https://urbanstems.com/products/double-the-unicorn" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Unicorn in Triple" data-swatch-item="triple-the-unicorn" href="https://urbanstems.com/products/triple-the-unicorn" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="the-unicorn" type="application/json">{"the-unicorn":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage":null, "handle": "the-unicorn", "priceAmount": 5100, "price": "$51 ", "priceCompareAtAmount": 6000, "priceCompareAt": "$60 ", "url": "https://urbanstems.com/products/the-unicorn", "variantName": null, "title": "The Unicorn", "images": [ { "alt": "The Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=500 500w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=600 600w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=500 500w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=600 600w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=700 700w" }, { "alt": "The Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=500 500w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=600 600w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=500 500w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=600 600w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=700 700w" } ], "variants": [{"id":45510434849016,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10107","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Unicorn - Single","public_title":"Single","options":["Single","Default Title"],"price":5100,"weight":0,"compare_at_price":6000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5100,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5100,"per_delivery_price":30000,"selling_plan_id":4886495480,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5100,"per_delivery_price":18000,"selling_plan_id":4888789240,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5100,"per_delivery_price":24000,"selling_plan_id":4891148536,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5100,"per_delivery_price":36000,"selling_plan_id":4893016312,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5100,"per_delivery_price":72000,"selling_plan_id":4893802744,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5100,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5100,"per_delivery_price":30000,"selling_plan_id":4886528248,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5100,"per_delivery_price":18000,"selling_plan_id":4888822008,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5100,"per_delivery_price":24000,"selling_plan_id":4891181304,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5100,"per_delivery_price":36000,"selling_plan_id":4893049080,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5100,"per_delivery_price":72000,"selling_plan_id":4893835512,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5100,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5100,"per_delivery_price":30000,"selling_plan_id":4886561016,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5100,"per_delivery_price":18000,"selling_plan_id":4888854776,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5100,"per_delivery_price":24000,"selling_plan_id":4891214072,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5100,"per_delivery_price":36000,"selling_plan_id":4893081848,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5100,"per_delivery_price":72000,"selling_plan_id":4893868280,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":4590}],"price":4590,"compare_at_price":5100,"per_delivery_price":4590,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":4590}],"price":4590,"compare_at_price":5100,"per_delivery_price":4590,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":13770}],"price":13770,"compare_at_price":5100,"per_delivery_price":13770,"selling_plan_id":4983587064,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":13770}],"price":13770,"compare_at_price":5100,"per_delivery_price":13770,"selling_plan_id":4983619832,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":27540}],"price":27540,"compare_at_price":5100,"per_delivery_price":27540,"selling_plan_id":4984242424,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":27540}],"price":27540,"compare_at_price":5100,"per_delivery_price":27540,"selling_plan_id":4984275192,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146695":{"id":"1-146695","available":32,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146707":{"id":"1-146707","available":32,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146816":{"id":"1-146816","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147210":{"id":"1-147210","available":3,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"1-147222":{"id":"1-147222","available":0,"dates":[]},"1-147889":{"id":"1-147889","available":-1,"dates":[]},"1-147898":{"id":"1-147898","available":0,"dates":[]},"1-148446":{"id":"1-148446","available":0,"dates":[]},"1-148448":{"id":"1-148448","available":0,"dates":[]},"1-148720":{"id":"1-148720","available":0,"dates":[]},"1-148723":{"id":"1-148723","available":2,"dates":["2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"1-149061":{"id":"1-149061","available":0,"dates":[]},"1-149067":{"id":"1-149067","available":0,"dates":[]},"1-149629":{"id":"1-149629","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149638":{"id":"1-149638","available":110,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150197":{"id":"1-150197","available":90,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150206":{"id":"1-150206","available":110,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150688":{"id":"1-150688","available":110,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150700":{"id":"1-150700","available":90,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-151349":{"id":"1-151349","available":1,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151358":{"id":"1-151358","available":0,"dates":[]},"1-151738":{"id":"1-151738","available":10,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151750":{"id":"1-151750","available":7,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152205":{"id":"1-152205","available":19,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152473":{"id":"1-152473","available":0,"dates":[]},"1-152901":{"id":"1-152901","available":0,"dates":[]},"1-152905":{"id":"1-152905","available":11,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152971":{"id":"1-152971","available":-6,"dates":[]},"1-153201":{"id":"1-153201","available":0,"dates":[]},"1-153207":{"id":"1-153207","available":0,"dates":[]},"1-153497":{"id":"1-153497","available":0,"dates":[]},"1-153503":{"id":"1-153503","available":0,"dates":[]},"1-153695":{"id":"1-153695","available":0,"dates":[]},"1-153698":{"id":"1-153698","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-153769":{"id":"1-153769","available":0,"dates":[]},"1-153833":{"id":"1-153833","available":0,"dates":[]},"1-154311":{"id":"1-154311","available":0,"dates":[]},"1-154319":{"id":"1-154319","available":0,"dates":[]},"1-154817":{"id":"1-154817","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154825":{"id":"1-154825","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155178":{"id":"1-155178","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155184":{"id":"1-155184","available":28,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155674":{"id":"1-155674","available":20,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-155677":{"id":"1-155677","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-FLRL-B-10107-1-144741":{"id":"1-FLRL-B-10107-1-144741","available":12,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-10107-1-146008":{"id":"1-FLRL-B-10107-1-146008","available":13,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-10107-1-146023":{"id":"1-FLRL-B-10107-1-146023","available":32,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146838":{"id":"10-146838","available":31,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147355":{"id":"10-147355","available":0,"dates":[]},"10-147875":{"id":"10-147875","available":0,"dates":[]},"10-148311":{"id":"10-148311","available":0,"dates":[]},"10-148704":{"id":"10-148704","available":0,"dates":[]},"10-149047":{"id":"10-149047","available":0,"dates":[]},"10-149643":{"id":"10-149643","available":91,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149646":{"id":"10-149646","available":105,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150387":{"id":"10-150387","available":91,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150393":{"id":"10-150393","available":105,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150895":{"id":"10-150895","available":0,"dates":[]},"10-150901":{"id":"10-150901","available":0,"dates":[]},"10-151332":{"id":"10-151332","available":-1,"dates":[]},"10-151859":{"id":"10-151859","available":6,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"10-152188":{"id":"10-152188","available":0,"dates":[]},"10-152634":{"id":"10-152634","available":0,"dates":[]},"10-152889":{"id":"10-152889","available":0,"dates":[]},"10-153189":{"id":"10-153189","available":0,"dates":[]},"10-153630":{"id":"10-153630","available":0,"dates":[]},"10-153884":{"id":"10-153884","available":0,"dates":[]},"10-154431":{"id":"10-154431","available":0,"dates":[]},"10-154915":{"id":"10-154915","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155264":{"id":"10-155264","available":55,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155869":{"id":"10-155869","available":84,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-10107-10-144827":{"id":"10-FLRL-B-10107-10-144827","available":46,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-10107-10-145748":{"id":"10-FLRL-B-10107-10-145748","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"10-FLRL-B-10107-10-146162":{"id":"10-FLRL-B-10107-10-146162","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146812":{"id":"11-146812","available":59,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147330":{"id":"11-147330","available":0,"dates":[]},"11-147848":{"id":"11-147848","available":0,"dates":[]},"11-148283":{"id":"11-148283","available":3,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148668":{"id":"11-148668","available":0,"dates":[]},"11-148921":{"id":"11-148921","available":0,"dates":[]},"11-149655":{"id":"11-149655","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149658":{"id":"11-149658","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150219":{"id":"11-150219","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150222":{"id":"11-150222","available":128,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150661":{"id":"11-150661","available":0,"dates":[]},"11-150666":{"id":"11-150666","available":0,"dates":[]},"11-151201":{"id":"11-151201","available":0,"dates":[]},"11-151613":{"id":"11-151613","available":0,"dates":[]},"11-152089":{"id":"11-152089","available":0,"dates":[]},"11-152389":{"id":"11-152389","available":0,"dates":[]},"11-152821":{"id":"11-152821","available":0,"dates":[]},"11-153115":{"id":"11-153115","available":0,"dates":[]},"11-153416":{"id":"11-153416","available":0,"dates":[]},"11-154096":{"id":"11-154096","available":0,"dates":[]},"11-154474":{"id":"11-154474","available":0,"dates":[]},"11-154800":{"id":"11-154800","available":62,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155149":{"id":"11-155149","available":74,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155643":{"id":"11-155643","available":90,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-10107-11-144797":{"id":"11-FLRL-B-10107-11-144797","available":30,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-10107-11-146136":{"id":"11-FLRL-B-10107-11-146136","available":10,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146696":{"id":"2-146696","available":64,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146708":{"id":"2-146708","available":48,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146817":{"id":"2-146817","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147211":{"id":"2-147211","available":0,"dates":[]},"2-147223":{"id":"2-147223","available":0,"dates":[]},"2-147890":{"id":"2-147890","available":0,"dates":[]},"2-147899":{"id":"2-147899","available":0,"dates":[]},"2-148447":{"id":"2-148447","available":0,"dates":[]},"2-148449":{"id":"2-148449","available":0,"dates":[]},"2-148721":{"id":"2-148721","available":0,"dates":[]},"2-148724":{"id":"2-148724","available":0,"dates":[]},"2-149062":{"id":"2-149062","available":0,"dates":[]},"2-149068":{"id":"2-149068","available":0,"dates":[]},"2-149630":{"id":"2-149630","available":120,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149639":{"id":"2-149639","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150198":{"id":"2-150198","available":120,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150207":{"id":"2-150207","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150689":{"id":"2-150689","available":120,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150701":{"id":"2-150701","available":120,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-151350":{"id":"2-151350","available":0,"dates":[]},"2-151359":{"id":"2-151359","available":-4,"dates":[]},"2-151739":{"id":"2-151739","available":0,"dates":[]},"2-151751":{"id":"2-151751","available":0,"dates":[]},"2-152206":{"id":"2-152206","available":0,"dates":[]},"2-152474":{"id":"2-152474","available":0,"dates":[]},"2-152902":{"id":"2-152902","available":0,"dates":[]},"2-152906":{"id":"2-152906","available":11,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152972":{"id":"2-152972","available":0,"dates":[]},"2-153202":{"id":"2-153202","available":0,"dates":[]},"2-153208":{"id":"2-153208","available":0,"dates":[]},"2-153498":{"id":"2-153498","available":0,"dates":[]},"2-153504":{"id":"2-153504","available":0,"dates":[]},"2-153696":{"id":"2-153696","available":0,"dates":[]},"2-153699":{"id":"2-153699","available":0,"dates":[]},"2-153770":{"id":"2-153770","available":0,"dates":[]},"2-153834":{"id":"2-153834","available":0,"dates":[]},"2-154115":{"id":"2-154115","available":22,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-154312":{"id":"2-154312","available":0,"dates":[]},"2-154320":{"id":"2-154320","available":0,"dates":[]},"2-154818":{"id":"2-154818","available":14,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154826":{"id":"2-154826","available":0,"dates":[]},"2-155179":{"id":"2-155179","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155185":{"id":"2-155185","available":43,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155675":{"id":"2-155675","available":40,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-155678":{"id":"2-155678","available":46,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-FLRL-B-10107-2-144742":{"id":"2-FLRL-B-10107-2-144742","available":11,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-10107-2-146009":{"id":"2-FLRL-B-10107-2-146009","available":2,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-10107-2-146024":{"id":"2-FLRL-B-10107-2-146024","available":45,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146797":{"id":"30-146797","available":70,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147314":{"id":"30-147314","available":0,"dates":[]},"30-147832":{"id":"30-147832","available":0,"dates":[]},"30-148263":{"id":"30-148263","available":40,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"30-148544":{"id":"30-148544","available":0,"dates":[]},"30-148753":{"id":"30-148753","available":0,"dates":[]},"30-FLRL-B-10107-30-144780":{"id":"30-FLRL-B-10107-30-144780","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-10107-30-145700":{"id":"30-FLRL-B-10107-30-145700","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"30-FLRL-B-10107-30-146120":{"id":"30-FLRL-B-10107-30-146120","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146697":{"id":"4-146697","available":80,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146709":{"id":"4-146709","available":32,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146818":{"id":"4-146818","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147212":{"id":"4-147212","available":1,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"4-147224":{"id":"4-147224","available":0,"dates":[]},"4-147891":{"id":"4-147891","available":0,"dates":[]},"4-147900":{"id":"4-147900","available":0,"dates":[]},"4-148722":{"id":"4-148722","available":0,"dates":[]},"4-148725":{"id":"4-148725","available":0,"dates":[]},"4-149063":{"id":"4-149063","available":0,"dates":[]},"4-149069":{"id":"4-149069","available":0,"dates":[]},"4-149631":{"id":"4-149631","available":410,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149640":{"id":"4-149640","available":510,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150199":{"id":"4-150199","available":410,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150208":{"id":"4-150208","available":510,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150690":{"id":"4-150690","available":530,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150702":{"id":"4-150702","available":410,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-151351":{"id":"4-151351","available":0,"dates":[]},"4-151360":{"id":"4-151360","available":0,"dates":[]},"4-151740":{"id":"4-151740","available":0,"dates":[]},"4-151752":{"id":"4-151752","available":0,"dates":[]},"4-152207":{"id":"4-152207","available":0,"dates":[]},"4-152475":{"id":"4-152475","available":0,"dates":[]},"4-152903":{"id":"4-152903","available":0,"dates":[]},"4-152973":{"id":"4-152973","available":0,"dates":[]},"4-153203":{"id":"4-153203","available":0,"dates":[]},"4-153209":{"id":"4-153209","available":0,"dates":[]},"4-153499":{"id":"4-153499","available":0,"dates":[]},"4-153505":{"id":"4-153505","available":0,"dates":[]},"4-153697":{"id":"4-153697","available":0,"dates":[]},"4-153700":{"id":"4-153700","available":0,"dates":[]},"4-153771":{"id":"4-153771","available":0,"dates":[]},"4-153835":{"id":"4-153835","available":0,"dates":[]},"4-154116":{"id":"4-154116","available":43,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-154117":{"id":"4-154117","available":0,"dates":[]},"4-154313":{"id":"4-154313","available":0,"dates":[]},"4-154321":{"id":"4-154321","available":0,"dates":[]},"4-154819":{"id":"4-154819","available":64,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154827":{"id":"4-154827","available":97,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155180":{"id":"4-155180","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155186":{"id":"4-155186","available":100,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155676":{"id":"4-155676","available":97,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-155679":{"id":"4-155679","available":136,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-FLRL-B-10107-4-144743":{"id":"4-FLRL-B-10107-4-144743","available":25,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-10107-4-144751":{"id":"4-FLRL-B-10107-4-144751","available":67,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-10107-4-145594":{"id":"4-FLRL-B-10107-4-145594","available":"1","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"4-FLRL-B-10107-4-145609":{"id":"4-FLRL-B-10107-4-145609","available":2,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-B-10107-4-146010":{"id":"4-FLRL-B-10107-4-146010","available":64,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-10107-4-146025":{"id":"4-FLRL-B-10107-4-146025","available":32,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146780":{"id":"41-146780","available":50,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147239":{"id":"41-147239","available":0,"dates":[]},"41-147906":{"id":"41-147906","available":0,"dates":[]},"41-148342":{"id":"41-148342","available":0,"dates":[]},"41-148734":{"id":"41-148734","available":0,"dates":[]},"41-149030":{"id":"41-149030","available":0,"dates":[]},"41-149661":{"id":"41-149661","available":180,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149664":{"id":"41-149664","available":216,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150223":{"id":"41-150223","available":180,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150224":{"id":"41-150224","available":216,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150870":{"id":"41-150870","available":0,"dates":[]},"41-150876":{"id":"41-150876","available":0,"dates":[]},"41-151313":{"id":"41-151313","available":0,"dates":[]},"41-151717":{"id":"41-151717","available":0,"dates":[]},"41-152169":{"id":"41-152169","available":0,"dates":[]},"41-152621":{"id":"41-152621","available":0,"dates":[]},"41-152876":{"id":"41-152876","available":0,"dates":[]},"41-153175":{"id":"41-153175","available":0,"dates":[]},"41-153472":{"id":"41-153472","available":0,"dates":[]},"41-153891":{"id":"41-153891","available":0,"dates":[]},"41-154337":{"id":"41-154337","available":0,"dates":[]},"41-154841":{"id":"41-154841","available":51,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155347":{"id":"41-155347","available":41,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155693":{"id":"41-155693","available":70,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-10107-41-144759":{"id":"41-FLRL-B-10107-41-144759","available":41,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-10107-41-145624":{"id":"41-FLRL-B-10107-41-145624","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"41-FLRL-B-10107-41-146042":{"id":"41-FLRL-B-10107-41-146042","available":8,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-FLRL-B-10107-42-144768":{"id":"42-FLRL-B-10107-42-144768","available":25,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"51-148756":{"id":"51-148756","available":24,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148871":{"id":"51-148871","available":8,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-151156":{"id":"51-151156","available":4,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151567":{"id":"51-151567","available":20,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152059":{"id":"51-152059","available":7,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152564":{"id":"51-152564","available":11,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152795":{"id":"51-152795","available":11,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153080":{"id":"51-153080","available":55,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153599":{"id":"51-153599","available":0,"dates":[]},"51-154132":{"id":"51-154132","available":6,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-155877":{"id":"51-155877","available":111,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-146328":{"id":"52-146328","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146529":{"id":"52-146529","available":27,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146782":{"id":"52-146782","available":25,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147297":{"id":"52-147297","available":12,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147815":{"id":"52-147815","available":11,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148245":{"id":"52-148245","available":20,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148441":{"id":"52-148441","available":18,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148637":{"id":"52-148637","available":25,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-149691":{"id":"52-149691","available":208,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150266":{"id":"52-150266","available":208,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150491":{"id":"52-150491","available":208,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151006":{"id":"52-151006","available":-27,"dates":[]},"52-151434":{"id":"52-151434","available":20,"dates":["2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29"]},"52-153717":{"id":"52-153717","available":0,"dates":[]},"52-154340":{"id":"52-154340","available":7,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09"]},"52-154844":{"id":"52-154844","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155048":{"id":"52-155048","available":9,"dates":["2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07"]},"52-155192":{"id":"52-155192","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155532":{"id":"52-155532","available":0,"dates":[]},"52-155696":{"id":"52-155696","available":17,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155876":{"id":"52-155876","available":133,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"52-FLRL-B-10107-52-146328":{"id":"52-FLRL-B-10107-52-146328","available":0,"dates":[]},"52-FLRL-B-10107-52-146529":{"id":"52-FLRL-B-10107-52-146529","available":27,"dates":[]},"58-146873":{"id":"58-146873","available":88,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147386":{"id":"58-147386","available":0,"dates":[]},"58-147805":{"id":"58-147805","available":-13,"dates":[]},"58-148235":{"id":"58-148235","available":40,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-148541":{"id":"58-148541","available":0,"dates":[]},"58-148754":{"id":"58-148754","available":0,"dates":[]},"58-148862":{"id":"58-148862","available":-2,"dates":[]},"58-149882":{"id":"58-149882","available":308,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149885":{"id":"58-149885","available":374,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150441":{"id":"58-150441","available":308,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150444":{"id":"58-150444","available":374,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150949":{"id":"58-150949","available":0,"dates":[]},"58-150952":{"id":"58-150952","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151321":{"id":"58-151321","available":0,"dates":[]},"58-151725":{"id":"58-151725","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-152178":{"id":"58-152178","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"58-152627":{"id":"58-152627","available":0,"dates":[]},"58-152881":{"id":"58-152881","available":0,"dates":[]},"58-153181":{"id":"58-153181","available":0,"dates":[]},"58-153477":{"id":"58-153477","available":0,"dates":[]},"58-154065":{"id":"58-154065","available":0,"dates":[]},"58-154457":{"id":"58-154457","available":0,"dates":[]},"58-154458":{"id":"58-154458","available":0,"dates":[]},"58-154936":{"id":"58-154936","available":126,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155276":{"id":"58-155276","available":99,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155808":{"id":"58-155808","available":160,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-10107-58-144701":{"id":"58-FLRL-B-10107-58-144701","available":8,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-10107-58-146196":{"id":"58-FLRL-B-10107-58-146196","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148914":{"id":"65-148914","available":0,"dates":[]},"65-149649":{"id":"65-149649","available":135,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149652":{"id":"65-149652","available":162,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150214":{"id":"65-150214","available":135,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150216":{"id":"65-150216","available":162,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150853":{"id":"65-150853","available":0,"dates":[]},"65-150864":{"id":"65-150864","available":0,"dates":[]},"65-151194":{"id":"65-151194","available":0,"dates":[]},"65-151605":{"id":"65-151605","available":-3,"dates":[]},"65-152082":{"id":"65-152082","available":0,"dates":[]},"65-152385":{"id":"65-152385","available":0,"dates":[]},"65-152817":{"id":"65-152817","available":0,"dates":[]},"65-153111":{"id":"65-153111","available":0,"dates":[]},"65-153412":{"id":"65-153412","available":0,"dates":[]},"65-154078":{"id":"65-154078","available":0,"dates":[]},"65-154227":{"id":"65-154227","available":0,"dates":[]},"65-154766":{"id":"65-154766","available":41,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155136":{"id":"65-155136","available":36,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155605":{"id":"65-155605","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150486":{"id":"66-150486","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-146732":{"id":"9-146732","available":16,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147870":{"id":"9-147870","available":0,"dates":[]},"9-148306":{"id":"9-148306","available":0,"dates":[]},"9-148696":{"id":"9-148696","available":0,"dates":[]},"9-149057":{"id":"9-149057","available":0,"dates":[]},"9-149384":{"id":"9-149384","available":0,"dates":[]},"9-149677":{"id":"9-149677","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149678":{"id":"9-149678","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150237":{"id":"9-150237","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150238":{"id":"9-150238","available":64,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150676":{"id":"9-150676","available":0,"dates":[]},"9-150678":{"id":"9-150678","available":0,"dates":[]},"9-151342":{"id":"9-151342","available":0,"dates":[]},"9-151851":{"id":"9-151851","available":0,"dates":[]},"9-152198":{"id":"9-152198","available":0,"dates":[]},"9-152642":{"id":"9-152642","available":0,"dates":[]},"9-152897":{"id":"9-152897","available":0,"dates":[]},"9-153197":{"id":"9-153197","available":0,"dates":[]},"9-153638":{"id":"9-153638","available":0,"dates":[]},"9-154107":{"id":"9-154107","available":1,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"9-154482":{"id":"9-154482","available":0,"dates":[]},"9-154809":{"id":"9-154809","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155156":{"id":"9-155156","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155651":{"id":"9-155651","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-B-10107-9-145632":{"id":"9-FLRL-B-10107-9-145632","available":"21","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"9-FLRL-B-10107-9-146051":{"id":"9-FLRL-B-10107-9-146051","available":14,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150949","58-150952","58-154936","58-155276","58-155808"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155877"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-153697","4-153700","4-154827","4-154819","4-155186","4-155180","4-155679","4-155676"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150870","41-150876","41-154841","41-155347","41-155693"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155876","52-154844","52-155192","52-155696"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-153696","2-153699","2-154826","2-154818","2-155185","2-155179","2-155678","2-155675"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150895","10-150901","10-154915","10-155264","10-155869"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150661","11-150666","11-154800","11-155149","11-155643"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150676","9-150678","9-154809","9-155156","9-155651"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-153695","1-153698","1-154825","1-154817","1-155184","1-155178","1-155677","1-155674"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150853","65-150864","65-154766","65-155136","65-155605"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150486"]}],"lot-a":{"id":"lot-a","available":10,"dates":["2024-09-18","2024-09-19","2024-09-20"]},"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-unicorn":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-unicorn", "priceAmount": 9600, "price": "$96 ", "priceCompareAtAmount": 12000, "priceCompareAt": "$120 ", "url": "https://urbanstems.com/products/double-the-unicorn", "variantName": null, "title": "Double the Unicorn", "images": [ { "alt": "Double the Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=700 700w" }, { "alt": "Double the Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=700 700w" } ], "variants": [{"id":45510440288504,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10107","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Unicorn - Double","public_title":"Double","options":["Double","Default Title"],"price":9600,"weight":0,"compare_at_price":12000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9600,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9600,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":9600,"per_delivery_price":31500,"selling_plan_id":4978114808,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":9600,"per_delivery_price":42000,"selling_plan_id":4979523832,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":9600,"per_delivery_price":52500,"selling_plan_id":4980048120,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":9600,"per_delivery_price":63000,"selling_plan_id":4980801784,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":9600,"per_delivery_price":126000,"selling_plan_id":4981326072,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9600,"per_delivery_price":90000,"selling_plan_id":5001937144,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9600,"per_delivery_price":45000,"selling_plan_id":5002035448,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9600,"per_delivery_price":37500,"selling_plan_id":5002133752,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9600,"per_delivery_price":30000,"selling_plan_id":5002232056,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9600,"per_delivery_price":22500,"selling_plan_id":5002330360,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9600,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9600,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":9600,"per_delivery_price":31500,"selling_plan_id":4978147576,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":9600,"per_delivery_price":42000,"selling_plan_id":4979556600,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":9600,"per_delivery_price":52500,"selling_plan_id":4980080888,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":9600,"per_delivery_price":63000,"selling_plan_id":4980834552,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":9600,"per_delivery_price":126000,"selling_plan_id":4981358840,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9600,"per_delivery_price":90000,"selling_plan_id":5001969912,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9600,"per_delivery_price":45000,"selling_plan_id":5002068216,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9600,"per_delivery_price":37500,"selling_plan_id":5002166520,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9600,"per_delivery_price":30000,"selling_plan_id":5002264824,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9600,"per_delivery_price":22500,"selling_plan_id":5002363128,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9600,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9600,"per_delivery_price":90000,"selling_plan_id":5002002680,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9600,"per_delivery_price":45000,"selling_plan_id":5002100984,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9600,"per_delivery_price":37500,"selling_plan_id":5002199288,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9600,"per_delivery_price":30000,"selling_plan_id":5002297592,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9600,"per_delivery_price":22500,"selling_plan_id":5002395896,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":8640}],"price":8640,"compare_at_price":9600,"per_delivery_price":8640,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":8640}],"price":8640,"compare_at_price":9600,"per_delivery_price":8640,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":25920}],"price":25920,"compare_at_price":9600,"per_delivery_price":25920,"selling_plan_id":4984504568,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":25920}],"price":25920,"compare_at_price":9600,"per_delivery_price":25920,"selling_plan_id":4984537336,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":51840}],"price":51840,"compare_at_price":9600,"per_delivery_price":51840,"selling_plan_id":4985356536,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":51840}],"price":51840,"compare_at_price":9600,"per_delivery_price":51840,"selling_plan_id":4985389304,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146695":{"id":"1-146695","available":16,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146707":{"id":"1-146707","available":16,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146816":{"id":"1-146816","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147210":{"id":"1-147210","available":1,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"1-147222":{"id":"1-147222","available":0,"dates":[]},"1-147889":{"id":"1-147889","available":-1,"dates":[]},"1-147898":{"id":"1-147898","available":0,"dates":[]},"1-148446":{"id":"1-148446","available":0,"dates":[]},"1-148448":{"id":"1-148448","available":0,"dates":[]},"1-148720":{"id":"1-148720","available":0,"dates":[]},"1-148723":{"id":"1-148723","available":1,"dates":["2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"1-149061":{"id":"1-149061","available":0,"dates":[]},"1-149067":{"id":"1-149067","available":0,"dates":[]},"1-149629":{"id":"1-149629","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149638":{"id":"1-149638","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150197":{"id":"1-150197","available":45,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150206":{"id":"1-150206","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150688":{"id":"1-150688","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150700":{"id":"1-150700","available":45,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-151349":{"id":"1-151349","available":0,"dates":[]},"1-151358":{"id":"1-151358","available":0,"dates":[]},"1-151738":{"id":"1-151738","available":5,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151750":{"id":"1-151750","available":3,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152205":{"id":"1-152205","available":9,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152473":{"id":"1-152473","available":0,"dates":[]},"1-152901":{"id":"1-152901","available":0,"dates":[]},"1-152905":{"id":"1-152905","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152971":{"id":"1-152971","available":-3,"dates":[]},"1-153201":{"id":"1-153201","available":0,"dates":[]},"1-153207":{"id":"1-153207","available":0,"dates":[]},"1-153497":{"id":"1-153497","available":0,"dates":[]},"1-153503":{"id":"1-153503","available":0,"dates":[]},"1-153695":{"id":"1-153695","available":0,"dates":[]},"1-153698":{"id":"1-153698","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-153769":{"id":"1-153769","available":0,"dates":[]},"1-153833":{"id":"1-153833","available":0,"dates":[]},"1-154311":{"id":"1-154311","available":0,"dates":[]},"1-154319":{"id":"1-154319","available":0,"dates":[]},"1-154817":{"id":"1-154817","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154825":{"id":"1-154825","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155178":{"id":"1-155178","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155184":{"id":"1-155184","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155674":{"id":"1-155674","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-155677":{"id":"1-155677","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-FLRL-D-10107-1-146008":{"id":"1-FLRL-D-10107-1-146008","available":6,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-D-10107-1-146023":{"id":"1-FLRL-D-10107-1-146023","available":16,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146838":{"id":"10-146838","available":15,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147355":{"id":"10-147355","available":0,"dates":[]},"10-147875":{"id":"10-147875","available":0,"dates":[]},"10-148311":{"id":"10-148311","available":0,"dates":[]},"10-148704":{"id":"10-148704","available":0,"dates":[]},"10-149047":{"id":"10-149047","available":0,"dates":[]},"10-149643":{"id":"10-149643","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149646":{"id":"10-149646","available":52,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150387":{"id":"10-150387","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150393":{"id":"10-150393","available":52,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150895":{"id":"10-150895","available":0,"dates":[]},"10-150901":{"id":"10-150901","available":0,"dates":[]},"10-151332":{"id":"10-151332","available":-1,"dates":[]},"10-151859":{"id":"10-151859","available":3,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"10-152188":{"id":"10-152188","available":0,"dates":[]},"10-152634":{"id":"10-152634","available":0,"dates":[]},"10-152889":{"id":"10-152889","available":0,"dates":[]},"10-153189":{"id":"10-153189","available":0,"dates":[]},"10-153630":{"id":"10-153630","available":0,"dates":[]},"10-153884":{"id":"10-153884","available":0,"dates":[]},"10-154431":{"id":"10-154431","available":0,"dates":[]},"10-154915":{"id":"10-154915","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155264":{"id":"10-155264","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155869":{"id":"10-155869","available":42,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-D-10107-10-146162":{"id":"10-FLRL-D-10107-10-146162","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146812":{"id":"11-146812","available":29,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147330":{"id":"11-147330","available":0,"dates":[]},"11-147848":{"id":"11-147848","available":0,"dates":[]},"11-148283":{"id":"11-148283","available":1,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148668":{"id":"11-148668","available":0,"dates":[]},"11-148921":{"id":"11-148921","available":0,"dates":[]},"11-149655":{"id":"11-149655","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149658":{"id":"11-149658","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150219":{"id":"11-150219","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150222":{"id":"11-150222","available":64,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150661":{"id":"11-150661","available":0,"dates":[]},"11-150666":{"id":"11-150666","available":0,"dates":[]},"11-151201":{"id":"11-151201","available":0,"dates":[]},"11-151613":{"id":"11-151613","available":0,"dates":[]},"11-152089":{"id":"11-152089","available":0,"dates":[]},"11-152389":{"id":"11-152389","available":0,"dates":[]},"11-152821":{"id":"11-152821","available":0,"dates":[]},"11-153115":{"id":"11-153115","available":0,"dates":[]},"11-153416":{"id":"11-153416","available":0,"dates":[]},"11-154096":{"id":"11-154096","available":0,"dates":[]},"11-154474":{"id":"11-154474","available":0,"dates":[]},"11-154800":{"id":"11-154800","available":31,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155149":{"id":"11-155149","available":37,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155643":{"id":"11-155643","available":45,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-D-10107-11-146136":{"id":"11-FLRL-D-10107-11-146136","available":5,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146696":{"id":"2-146696","available":32,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146708":{"id":"2-146708","available":24,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146817":{"id":"2-146817","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147211":{"id":"2-147211","available":0,"dates":[]},"2-147223":{"id":"2-147223","available":0,"dates":[]},"2-147890":{"id":"2-147890","available":0,"dates":[]},"2-147899":{"id":"2-147899","available":0,"dates":[]},"2-148447":{"id":"2-148447","available":0,"dates":[]},"2-148449":{"id":"2-148449","available":0,"dates":[]},"2-148721":{"id":"2-148721","available":0,"dates":[]},"2-148724":{"id":"2-148724","available":0,"dates":[]},"2-149062":{"id":"2-149062","available":0,"dates":[]},"2-149068":{"id":"2-149068","available":0,"dates":[]},"2-149630":{"id":"2-149630","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149639":{"id":"2-149639","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150198":{"id":"2-150198","available":60,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150207":{"id":"2-150207","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150689":{"id":"2-150689","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150701":{"id":"2-150701","available":60,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-151350":{"id":"2-151350","available":0,"dates":[]},"2-151359":{"id":"2-151359","available":-2,"dates":[]},"2-151739":{"id":"2-151739","available":0,"dates":[]},"2-151751":{"id":"2-151751","available":0,"dates":[]},"2-152206":{"id":"2-152206","available":0,"dates":[]},"2-152474":{"id":"2-152474","available":0,"dates":[]},"2-152902":{"id":"2-152902","available":0,"dates":[]},"2-152906":{"id":"2-152906","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152972":{"id":"2-152972","available":0,"dates":[]},"2-153202":{"id":"2-153202","available":0,"dates":[]},"2-153208":{"id":"2-153208","available":0,"dates":[]},"2-153498":{"id":"2-153498","available":0,"dates":[]},"2-153504":{"id":"2-153504","available":0,"dates":[]},"2-153696":{"id":"2-153696","available":0,"dates":[]},"2-153699":{"id":"2-153699","available":0,"dates":[]},"2-153770":{"id":"2-153770","available":0,"dates":[]},"2-153834":{"id":"2-153834","available":0,"dates":[]},"2-154115":{"id":"2-154115","available":11,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-154312":{"id":"2-154312","available":0,"dates":[]},"2-154320":{"id":"2-154320","available":0,"dates":[]},"2-154818":{"id":"2-154818","available":7,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154826":{"id":"2-154826","available":0,"dates":[]},"2-155179":{"id":"2-155179","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155185":{"id":"2-155185","available":21,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155675":{"id":"2-155675","available":20,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-155678":{"id":"2-155678","available":23,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-FLRL-D-10107-2-146009":{"id":"2-FLRL-D-10107-2-146009","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-D-10107-2-146024":{"id":"2-FLRL-D-10107-2-146024","available":22,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146797":{"id":"30-146797","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147314":{"id":"30-147314","available":0,"dates":[]},"30-147832":{"id":"30-147832","available":0,"dates":[]},"30-148263":{"id":"30-148263","available":20,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"30-148544":{"id":"30-148544","available":0,"dates":[]},"30-148753":{"id":"30-148753","available":0,"dates":[]},"30-FLRL-D-10107-30-146120":{"id":"30-FLRL-D-10107-30-146120","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146697":{"id":"4-146697","available":40,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146709":{"id":"4-146709","available":16,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146818":{"id":"4-146818","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147212":{"id":"4-147212","available":0,"dates":[]},"4-147224":{"id":"4-147224","available":0,"dates":[]},"4-147891":{"id":"4-147891","available":0,"dates":[]},"4-147900":{"id":"4-147900","available":0,"dates":[]},"4-148722":{"id":"4-148722","available":0,"dates":[]},"4-148725":{"id":"4-148725","available":0,"dates":[]},"4-149063":{"id":"4-149063","available":0,"dates":[]},"4-149069":{"id":"4-149069","available":0,"dates":[]},"4-149631":{"id":"4-149631","available":205,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149640":{"id":"4-149640","available":255,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150199":{"id":"4-150199","available":205,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150208":{"id":"4-150208","available":255,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150690":{"id":"4-150690","available":265,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150702":{"id":"4-150702","available":205,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-151351":{"id":"4-151351","available":0,"dates":[]},"4-151360":{"id":"4-151360","available":0,"dates":[]},"4-151740":{"id":"4-151740","available":0,"dates":[]},"4-151752":{"id":"4-151752","available":0,"dates":[]},"4-152207":{"id":"4-152207","available":0,"dates":[]},"4-152475":{"id":"4-152475","available":0,"dates":[]},"4-152903":{"id":"4-152903","available":0,"dates":[]},"4-152973":{"id":"4-152973","available":0,"dates":[]},"4-153203":{"id":"4-153203","available":0,"dates":[]},"4-153209":{"id":"4-153209","available":0,"dates":[]},"4-153499":{"id":"4-153499","available":0,"dates":[]},"4-153505":{"id":"4-153505","available":0,"dates":[]},"4-153697":{"id":"4-153697","available":0,"dates":[]},"4-153700":{"id":"4-153700","available":0,"dates":[]},"4-153771":{"id":"4-153771","available":0,"dates":[]},"4-153835":{"id":"4-153835","available":0,"dates":[]},"4-154116":{"id":"4-154116","available":21,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-154117":{"id":"4-154117","available":0,"dates":[]},"4-154313":{"id":"4-154313","available":0,"dates":[]},"4-154321":{"id":"4-154321","available":0,"dates":[]},"4-154819":{"id":"4-154819","available":32,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154827":{"id":"4-154827","available":48,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155180":{"id":"4-155180","available":21,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155186":{"id":"4-155186","available":50,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155676":{"id":"4-155676","available":48,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-155679":{"id":"4-155679","available":68,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-FLRL-D-10107-4-145609":{"id":"4-FLRL-D-10107-4-145609","available":1,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-D-10107-4-146010":{"id":"4-FLRL-D-10107-4-146010","available":32,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-D-10107-4-146025":{"id":"4-FLRL-D-10107-4-146025","available":16,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146780":{"id":"41-146780","available":25,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147239":{"id":"41-147239","available":0,"dates":[]},"41-147906":{"id":"41-147906","available":0,"dates":[]},"41-148342":{"id":"41-148342","available":0,"dates":[]},"41-148734":{"id":"41-148734","available":0,"dates":[]},"41-149030":{"id":"41-149030","available":0,"dates":[]},"41-149661":{"id":"41-149661","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149664":{"id":"41-149664","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150223":{"id":"41-150223","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150224":{"id":"41-150224","available":108,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150870":{"id":"41-150870","available":0,"dates":[]},"41-150876":{"id":"41-150876","available":0,"dates":[]},"41-151313":{"id":"41-151313","available":0,"dates":[]},"41-151717":{"id":"41-151717","available":0,"dates":[]},"41-152169":{"id":"41-152169","available":0,"dates":[]},"41-152621":{"id":"41-152621","available":0,"dates":[]},"41-152876":{"id":"41-152876","available":0,"dates":[]},"41-153175":{"id":"41-153175","available":0,"dates":[]},"41-153472":{"id":"41-153472","available":0,"dates":[]},"41-153891":{"id":"41-153891","available":0,"dates":[]},"41-154337":{"id":"41-154337","available":0,"dates":[]},"41-154841":{"id":"41-154841","available":25,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155347":{"id":"41-155347","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155693":{"id":"41-155693","available":35,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-D-10107-41-146042":{"id":"41-FLRL-D-10107-41-146042","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148756":{"id":"51-148756","available":12,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148871":{"id":"51-148871","available":4,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-151156":{"id":"51-151156","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151567":{"id":"51-151567","available":10,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152059":{"id":"51-152059","available":3,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152564":{"id":"51-152564","available":5,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152795":{"id":"51-152795","available":5,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153080":{"id":"51-153080","available":27,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153599":{"id":"51-153599","available":0,"dates":[]},"51-154132":{"id":"51-154132","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-155877":{"id":"51-155877","available":55,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-146328":{"id":"52-146328","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146529":{"id":"52-146529","available":13,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146782":{"id":"52-146782","available":12,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147297":{"id":"52-147297","available":6,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147815":{"id":"52-147815","available":5,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148245":{"id":"52-148245","available":10,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148441":{"id":"52-148441","available":9,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148637":{"id":"52-148637","available":12,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-149691":{"id":"52-149691","available":104,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150266":{"id":"52-150266","available":104,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150491":{"id":"52-150491","available":104,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151006":{"id":"52-151006","available":-14,"dates":[]},"52-151434":{"id":"52-151434","available":10,"dates":["2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29"]},"52-153717":{"id":"52-153717","available":0,"dates":[]},"52-154340":{"id":"52-154340","available":3,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09"]},"52-154844":{"id":"52-154844","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155048":{"id":"52-155048","available":4,"dates":["2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07"]},"52-155192":{"id":"52-155192","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155532":{"id":"52-155532","available":0,"dates":[]},"52-155696":{"id":"52-155696","available":8,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155876":{"id":"52-155876","available":66,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-146873":{"id":"58-146873","available":44,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147386":{"id":"58-147386","available":0,"dates":[]},"58-147805":{"id":"58-147805","available":-7,"dates":[]},"58-148235":{"id":"58-148235","available":20,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-148541":{"id":"58-148541","available":0,"dates":[]},"58-148754":{"id":"58-148754","available":0,"dates":[]},"58-148862":{"id":"58-148862","available":-1,"dates":[]},"58-149882":{"id":"58-149882","available":154,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149885":{"id":"58-149885","available":187,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150441":{"id":"58-150441","available":154,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150444":{"id":"58-150444","available":187,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150949":{"id":"58-150949","available":0,"dates":[]},"58-150952":{"id":"58-150952","available":25,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151321":{"id":"58-151321","available":0,"dates":[]},"58-151725":{"id":"58-151725","available":0,"dates":[]},"58-152178":{"id":"58-152178","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"58-152627":{"id":"58-152627","available":0,"dates":[]},"58-152881":{"id":"58-152881","available":0,"dates":[]},"58-153181":{"id":"58-153181","available":0,"dates":[]},"58-153477":{"id":"58-153477","available":0,"dates":[]},"58-154065":{"id":"58-154065","available":0,"dates":[]},"58-154457":{"id":"58-154457","available":0,"dates":[]},"58-154458":{"id":"58-154458","available":0,"dates":[]},"58-154936":{"id":"58-154936","available":63,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155276":{"id":"58-155276","available":49,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155808":{"id":"58-155808","available":80,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-D-10107-58-146196":{"id":"58-FLRL-D-10107-58-146196","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148914":{"id":"65-148914","available":0,"dates":[]},"65-149649":{"id":"65-149649","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149652":{"id":"65-149652","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150214":{"id":"65-150214","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150216":{"id":"65-150216","available":81,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150853":{"id":"65-150853","available":0,"dates":[]},"65-150864":{"id":"65-150864","available":0,"dates":[]},"65-151194":{"id":"65-151194","available":0,"dates":[]},"65-151605":{"id":"65-151605","available":-2,"dates":[]},"65-152082":{"id":"65-152082","available":0,"dates":[]},"65-152385":{"id":"65-152385","available":0,"dates":[]},"65-152817":{"id":"65-152817","available":0,"dates":[]},"65-153111":{"id":"65-153111","available":0,"dates":[]},"65-153412":{"id":"65-153412","available":0,"dates":[]},"65-154078":{"id":"65-154078","available":0,"dates":[]},"65-154227":{"id":"65-154227","available":0,"dates":[]},"65-154766":{"id":"65-154766","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155136":{"id":"65-155136","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155605":{"id":"65-155605","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150486":{"id":"66-150486","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-146732":{"id":"9-146732","available":8,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147870":{"id":"9-147870","available":0,"dates":[]},"9-148306":{"id":"9-148306","available":0,"dates":[]},"9-148696":{"id":"9-148696","available":0,"dates":[]},"9-149057":{"id":"9-149057","available":0,"dates":[]},"9-149384":{"id":"9-149384","available":0,"dates":[]},"9-149677":{"id":"9-149677","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149678":{"id":"9-149678","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150237":{"id":"9-150237","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150238":{"id":"9-150238","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150676":{"id":"9-150676","available":0,"dates":[]},"9-150678":{"id":"9-150678","available":0,"dates":[]},"9-151342":{"id":"9-151342","available":0,"dates":[]},"9-151851":{"id":"9-151851","available":0,"dates":[]},"9-152198":{"id":"9-152198","available":0,"dates":[]},"9-152642":{"id":"9-152642","available":0,"dates":[]},"9-152897":{"id":"9-152897","available":0,"dates":[]},"9-153197":{"id":"9-153197","available":0,"dates":[]},"9-153638":{"id":"9-153638","available":0,"dates":[]},"9-154107":{"id":"9-154107","available":0,"dates":[]},"9-154482":{"id":"9-154482","available":0,"dates":[]},"9-154809":{"id":"9-154809","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155156":{"id":"9-155156","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155651":{"id":"9-155651","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-D-10107-9-146051":{"id":"9-FLRL-D-10107-9-146051","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150949","58-150952","58-154936","58-155276","58-155808"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155877"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-153697","4-153700","4-154827","4-154819","4-155186","4-155180","4-155679","4-155676"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150870","41-150876","41-154841","41-155347","41-155693"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155876","52-154844","52-155192","52-155696"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-153696","2-153699","2-154826","2-154818","2-155185","2-155179","2-155678","2-155675"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150895","10-150901","10-154915","10-155264","10-155869"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150661","11-150666","11-154800","11-155149","11-155643"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150676","9-150678","9-154809","9-155156","9-155651"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-153695","1-153698","1-154825","1-154817","1-155184","1-155178","1-155677","1-155674"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150853","65-150864","65-154766","65-155136","65-155605"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150486"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-unicorn":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-unicorn", "priceAmount": 12600, "price": "$126 ", "priceCompareAtAmount": 18000, "priceCompareAt": "$180 ", "url": "https://urbanstems.com/products/triple-the-unicorn", "variantName": null, "title": "Triple the Unicorn", "images": [ { "alt": "Triple the Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=700 700w" }, { "alt": "Triple the Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=700 700w" } ], "variants": [{"id":45510443335928,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10107","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Unicorn - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":12600,"weight":0,"compare_at_price":18000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11340}],"price":11340,"compare_at_price":12600,"per_delivery_price":11340,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11340}],"price":11340,"compare_at_price":12600,"per_delivery_price":11340,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":34020}],"price":34020,"compare_at_price":12600,"per_delivery_price":34020,"selling_plan_id":4984570104,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":34020}],"price":34020,"compare_at_price":12600,"per_delivery_price":34020,"selling_plan_id":4984602872,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":68040}],"price":68040,"compare_at_price":12600,"per_delivery_price":68040,"selling_plan_id":4985422072,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":68040}],"price":68040,"compare_at_price":12600,"per_delivery_price":68040,"selling_plan_id":4985454840,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146695":{"id":"1-146695","available":10,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146707":{"id":"1-146707","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146816":{"id":"1-146816","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147210":{"id":"1-147210","available":1,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"1-147222":{"id":"1-147222","available":0,"dates":[]},"1-147889":{"id":"1-147889","available":-1,"dates":[]},"1-147898":{"id":"1-147898","available":0,"dates":[]},"1-148446":{"id":"1-148446","available":0,"dates":[]},"1-148448":{"id":"1-148448","available":0,"dates":[]},"1-148720":{"id":"1-148720","available":0,"dates":[]},"1-148723":{"id":"1-148723","available":0,"dates":[]},"1-149061":{"id":"1-149061","available":0,"dates":[]},"1-149067":{"id":"1-149067","available":0,"dates":[]},"1-149629":{"id":"1-149629","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149638":{"id":"1-149638","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150197":{"id":"1-150197","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150206":{"id":"1-150206","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150688":{"id":"1-150688","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150700":{"id":"1-150700","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-151349":{"id":"1-151349","available":0,"dates":[]},"1-151358":{"id":"1-151358","available":0,"dates":[]},"1-151738":{"id":"1-151738","available":3,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151750":{"id":"1-151750","available":2,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152205":{"id":"1-152205","available":6,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152473":{"id":"1-152473","available":0,"dates":[]},"1-152901":{"id":"1-152901","available":0,"dates":[]},"1-152905":{"id":"1-152905","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152971":{"id":"1-152971","available":-2,"dates":[]},"1-153201":{"id":"1-153201","available":0,"dates":[]},"1-153207":{"id":"1-153207","available":0,"dates":[]},"1-153497":{"id":"1-153497","available":0,"dates":[]},"1-153503":{"id":"1-153503","available":0,"dates":[]},"1-153695":{"id":"1-153695","available":0,"dates":[]},"1-153698":{"id":"1-153698","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-153769":{"id":"1-153769","available":0,"dates":[]},"1-153833":{"id":"1-153833","available":0,"dates":[]},"1-154311":{"id":"1-154311","available":0,"dates":[]},"1-154319":{"id":"1-154319","available":0,"dates":[]},"1-154817":{"id":"1-154817","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154825":{"id":"1-154825","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155178":{"id":"1-155178","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155184":{"id":"1-155184","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155674":{"id":"1-155674","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-155677":{"id":"1-155677","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-FLRL-T-10107-1-146008":{"id":"1-FLRL-T-10107-1-146008","available":4,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-T-10107-1-146023":{"id":"1-FLRL-T-10107-1-146023","available":10,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146838":{"id":"10-146838","available":10,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147355":{"id":"10-147355","available":0,"dates":[]},"10-147875":{"id":"10-147875","available":0,"dates":[]},"10-148311":{"id":"10-148311","available":0,"dates":[]},"10-148704":{"id":"10-148704","available":0,"dates":[]},"10-149047":{"id":"10-149047","available":0,"dates":[]},"10-149643":{"id":"10-149643","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149646":{"id":"10-149646","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150387":{"id":"10-150387","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150393":{"id":"10-150393","available":35,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150895":{"id":"10-150895","available":0,"dates":[]},"10-150901":{"id":"10-150901","available":0,"dates":[]},"10-151332":{"id":"10-151332","available":-1,"dates":[]},"10-151859":{"id":"10-151859","available":2,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"10-152188":{"id":"10-152188","available":0,"dates":[]},"10-152634":{"id":"10-152634","available":0,"dates":[]},"10-152889":{"id":"10-152889","available":0,"dates":[]},"10-153189":{"id":"10-153189","available":0,"dates":[]},"10-153630":{"id":"10-153630","available":0,"dates":[]},"10-153884":{"id":"10-153884","available":0,"dates":[]},"10-154431":{"id":"10-154431","available":0,"dates":[]},"10-154915":{"id":"10-154915","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155264":{"id":"10-155264","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155869":{"id":"10-155869","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-T-10107-10-146162":{"id":"10-FLRL-T-10107-10-146162","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146812":{"id":"11-146812","available":19,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147330":{"id":"11-147330","available":0,"dates":[]},"11-147848":{"id":"11-147848","available":0,"dates":[]},"11-148283":{"id":"11-148283","available":0,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148668":{"id":"11-148668","available":0,"dates":[]},"11-148921":{"id":"11-148921","available":0,"dates":[]},"11-149655":{"id":"11-149655","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149658":{"id":"11-149658","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150219":{"id":"11-150219","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150222":{"id":"11-150222","available":42,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150661":{"id":"11-150661","available":0,"dates":[]},"11-150666":{"id":"11-150666","available":0,"dates":[]},"11-151201":{"id":"11-151201","available":0,"dates":[]},"11-151613":{"id":"11-151613","available":0,"dates":[]},"11-152089":{"id":"11-152089","available":0,"dates":[]},"11-152389":{"id":"11-152389","available":0,"dates":[]},"11-152821":{"id":"11-152821","available":0,"dates":[]},"11-153115":{"id":"11-153115","available":0,"dates":[]},"11-153416":{"id":"11-153416","available":0,"dates":[]},"11-154096":{"id":"11-154096","available":0,"dates":[]},"11-154474":{"id":"11-154474","available":0,"dates":[]},"11-154800":{"id":"11-154800","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155149":{"id":"11-155149","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155643":{"id":"11-155643","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-10107-11-146136":{"id":"11-FLRL-T-10107-11-146136","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146696":{"id":"2-146696","available":21,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146708":{"id":"2-146708","available":16,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146817":{"id":"2-146817","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147211":{"id":"2-147211","available":0,"dates":[]},"2-147223":{"id":"2-147223","available":0,"dates":[]},"2-147890":{"id":"2-147890","available":0,"dates":[]},"2-147899":{"id":"2-147899","available":0,"dates":[]},"2-148447":{"id":"2-148447","available":0,"dates":[]},"2-148449":{"id":"2-148449","available":0,"dates":[]},"2-148721":{"id":"2-148721","available":0,"dates":[]},"2-148724":{"id":"2-148724","available":0,"dates":[]},"2-149062":{"id":"2-149062","available":0,"dates":[]},"2-149068":{"id":"2-149068","available":0,"dates":[]},"2-149630":{"id":"2-149630","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149639":{"id":"2-149639","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150198":{"id":"2-150198","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150207":{"id":"2-150207","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150689":{"id":"2-150689","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150701":{"id":"2-150701","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-151350":{"id":"2-151350","available":0,"dates":[]},"2-151359":{"id":"2-151359","available":-2,"dates":[]},"2-151739":{"id":"2-151739","available":0,"dates":[]},"2-151751":{"id":"2-151751","available":0,"dates":[]},"2-152206":{"id":"2-152206","available":0,"dates":[]},"2-152474":{"id":"2-152474","available":0,"dates":[]},"2-152902":{"id":"2-152902","available":0,"dates":[]},"2-152906":{"id":"2-152906","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152972":{"id":"2-152972","available":0,"dates":[]},"2-153202":{"id":"2-153202","available":0,"dates":[]},"2-153208":{"id":"2-153208","available":0,"dates":[]},"2-153498":{"id":"2-153498","available":0,"dates":[]},"2-153504":{"id":"2-153504","available":0,"dates":[]},"2-153696":{"id":"2-153696","available":0,"dates":[]},"2-153699":{"id":"2-153699","available":0,"dates":[]},"2-153770":{"id":"2-153770","available":0,"dates":[]},"2-153834":{"id":"2-153834","available":0,"dates":[]},"2-154115":{"id":"2-154115","available":7,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-154312":{"id":"2-154312","available":0,"dates":[]},"2-154320":{"id":"2-154320","available":0,"dates":[]},"2-154818":{"id":"2-154818","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154826":{"id":"2-154826","available":0,"dates":[]},"2-155179":{"id":"2-155179","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155185":{"id":"2-155185","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155675":{"id":"2-155675","available":13,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-155678":{"id":"2-155678","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-FLRL-T-10107-2-146009":{"id":"2-FLRL-T-10107-2-146009","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-T-10107-2-146024":{"id":"2-FLRL-T-10107-2-146024","available":15,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146797":{"id":"30-146797","available":23,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147314":{"id":"30-147314","available":0,"dates":[]},"30-147832":{"id":"30-147832","available":0,"dates":[]},"30-148263":{"id":"30-148263","available":13,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"30-148544":{"id":"30-148544","available":0,"dates":[]},"30-148753":{"id":"30-148753","available":0,"dates":[]},"30-FLRL-T-10107-30-146120":{"id":"30-FLRL-T-10107-30-146120","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146697":{"id":"4-146697","available":26,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146709":{"id":"4-146709","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146818":{"id":"4-146818","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147212":{"id":"4-147212","available":0,"dates":[]},"4-147224":{"id":"4-147224","available":0,"dates":[]},"4-147891":{"id":"4-147891","available":0,"dates":[]},"4-147900":{"id":"4-147900","available":0,"dates":[]},"4-148722":{"id":"4-148722","available":0,"dates":[]},"4-148725":{"id":"4-148725","available":0,"dates":[]},"4-149063":{"id":"4-149063","available":0,"dates":[]},"4-149069":{"id":"4-149069","available":0,"dates":[]},"4-149631":{"id":"4-149631","available":136,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149640":{"id":"4-149640","available":170,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150199":{"id":"4-150199","available":136,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150208":{"id":"4-150208","available":170,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150690":{"id":"4-150690","available":176,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150702":{"id":"4-150702","available":136,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-151351":{"id":"4-151351","available":0,"dates":[]},"4-151360":{"id":"4-151360","available":0,"dates":[]},"4-151740":{"id":"4-151740","available":0,"dates":[]},"4-151752":{"id":"4-151752","available":0,"dates":[]},"4-152207":{"id":"4-152207","available":0,"dates":[]},"4-152475":{"id":"4-152475","available":0,"dates":[]},"4-152903":{"id":"4-152903","available":0,"dates":[]},"4-152973":{"id":"4-152973","available":0,"dates":[]},"4-153203":{"id":"4-153203","available":0,"dates":[]},"4-153209":{"id":"4-153209","available":0,"dates":[]},"4-153499":{"id":"4-153499","available":0,"dates":[]},"4-153505":{"id":"4-153505","available":0,"dates":[]},"4-153697":{"id":"4-153697","available":0,"dates":[]},"4-153700":{"id":"4-153700","available":0,"dates":[]},"4-153771":{"id":"4-153771","available":0,"dates":[]},"4-153835":{"id":"4-153835","available":0,"dates":[]},"4-154116":{"id":"4-154116","available":13,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-154117":{"id":"4-154117","available":0,"dates":[]},"4-154313":{"id":"4-154313","available":0,"dates":[]},"4-154321":{"id":"4-154321","available":0,"dates":[]},"4-154819":{"id":"4-154819","available":21,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154827":{"id":"4-154827","available":32,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155180":{"id":"4-155180","available":14,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155186":{"id":"4-155186","available":33,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155676":{"id":"4-155676","available":32,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-155679":{"id":"4-155679","available":45,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-FLRL-T-10107-4-145609":{"id":"4-FLRL-T-10107-4-145609","available":0,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-T-10107-4-146010":{"id":"4-FLRL-T-10107-4-146010","available":21,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-T-10107-4-146025":{"id":"4-FLRL-T-10107-4-146025","available":10,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146780":{"id":"41-146780","available":16,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147239":{"id":"41-147239","available":0,"dates":[]},"41-147906":{"id":"41-147906","available":0,"dates":[]},"41-148342":{"id":"41-148342","available":0,"dates":[]},"41-148734":{"id":"41-148734","available":0,"dates":[]},"41-149030":{"id":"41-149030","available":0,"dates":[]},"41-149661":{"id":"41-149661","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149664":{"id":"41-149664","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150223":{"id":"41-150223","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150224":{"id":"41-150224","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150870":{"id":"41-150870","available":0,"dates":[]},"41-150876":{"id":"41-150876","available":0,"dates":[]},"41-151313":{"id":"41-151313","available":0,"dates":[]},"41-151717":{"id":"41-151717","available":0,"dates":[]},"41-152169":{"id":"41-152169","available":0,"dates":[]},"41-152621":{"id":"41-152621","available":0,"dates":[]},"41-152876":{"id":"41-152876","available":0,"dates":[]},"41-153175":{"id":"41-153175","available":0,"dates":[]},"41-153472":{"id":"41-153472","available":0,"dates":[]},"41-153891":{"id":"41-153891","available":0,"dates":[]},"41-154337":{"id":"41-154337","available":0,"dates":[]},"41-154841":{"id":"41-154841","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155347":{"id":"41-155347","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155693":{"id":"41-155693","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-10107-41-146042":{"id":"41-FLRL-T-10107-41-146042","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148756":{"id":"51-148756","available":8,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148871":{"id":"51-148871","available":2,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-151156":{"id":"51-151156","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151567":{"id":"51-151567","available":6,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152059":{"id":"51-152059","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152564":{"id":"51-152564","available":3,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152795":{"id":"51-152795","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153080":{"id":"51-153080","available":18,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153599":{"id":"51-153599","available":0,"dates":[]},"51-154132":{"id":"51-154132","available":2,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-155877":{"id":"51-155877","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-146328":{"id":"52-146328","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146529":{"id":"52-146529","available":9,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146782":{"id":"52-146782","available":8,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147297":{"id":"52-147297","available":4,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147815":{"id":"52-147815","available":3,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148245":{"id":"52-148245","available":6,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148441":{"id":"52-148441","available":6,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148637":{"id":"52-148637","available":8,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-149691":{"id":"52-149691","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150266":{"id":"52-150266","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150491":{"id":"52-150491","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151006":{"id":"52-151006","available":-9,"dates":[]},"52-151434":{"id":"52-151434","available":6,"dates":["2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29"]},"52-153717":{"id":"52-153717","available":0,"dates":[]},"52-154340":{"id":"52-154340","available":2,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09"]},"52-154844":{"id":"52-154844","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155048":{"id":"52-155048","available":3,"dates":["2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07"]},"52-155192":{"id":"52-155192","available":4,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155532":{"id":"52-155532","available":0,"dates":[]},"52-155696":{"id":"52-155696","available":5,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155876":{"id":"52-155876","available":44,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-146873":{"id":"58-146873","available":29,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147386":{"id":"58-147386","available":0,"dates":[]},"58-147805":{"id":"58-147805","available":-5,"dates":[]},"58-148235":{"id":"58-148235","available":13,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-148541":{"id":"58-148541","available":0,"dates":[]},"58-148754":{"id":"58-148754","available":0,"dates":[]},"58-148862":{"id":"58-148862","available":-1,"dates":[]},"58-149882":{"id":"58-149882","available":102,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149885":{"id":"58-149885","available":124,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150441":{"id":"58-150441","available":102,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150444":{"id":"58-150444","available":124,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150949":{"id":"58-150949","available":0,"dates":[]},"58-150952":{"id":"58-150952","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151321":{"id":"58-151321","available":0,"dates":[]},"58-151725":{"id":"58-151725","available":0,"dates":[]},"58-152178":{"id":"58-152178","available":0,"dates":[]},"58-152627":{"id":"58-152627","available":0,"dates":[]},"58-152881":{"id":"58-152881","available":0,"dates":[]},"58-153181":{"id":"58-153181","available":0,"dates":[]},"58-153477":{"id":"58-153477","available":0,"dates":[]},"58-154065":{"id":"58-154065","available":0,"dates":[]},"58-154457":{"id":"58-154457","available":0,"dates":[]},"58-154458":{"id":"58-154458","available":0,"dates":[]},"58-154936":{"id":"58-154936","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155276":{"id":"58-155276","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155808":{"id":"58-155808","available":53,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-T-10107-58-146196":{"id":"58-FLRL-T-10107-58-146196","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148914":{"id":"65-148914","available":0,"dates":[]},"65-149649":{"id":"65-149649","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149652":{"id":"65-149652","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150214":{"id":"65-150214","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150216":{"id":"65-150216","available":54,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150853":{"id":"65-150853","available":0,"dates":[]},"65-150864":{"id":"65-150864","available":0,"dates":[]},"65-151194":{"id":"65-151194","available":0,"dates":[]},"65-151605":{"id":"65-151605","available":-1,"dates":[]},"65-152082":{"id":"65-152082","available":0,"dates":[]},"65-152385":{"id":"65-152385","available":0,"dates":[]},"65-152817":{"id":"65-152817","available":0,"dates":[]},"65-153111":{"id":"65-153111","available":0,"dates":[]},"65-153412":{"id":"65-153412","available":0,"dates":[]},"65-154078":{"id":"65-154078","available":0,"dates":[]},"65-154227":{"id":"65-154227","available":0,"dates":[]},"65-154766":{"id":"65-154766","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155136":{"id":"65-155136","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155605":{"id":"65-155605","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150486":{"id":"66-150486","available":0,"dates":[]},"9-146732":{"id":"9-146732","available":5,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147870":{"id":"9-147870","available":0,"dates":[]},"9-148306":{"id":"9-148306","available":0,"dates":[]},"9-148696":{"id":"9-148696","available":0,"dates":[]},"9-149057":{"id":"9-149057","available":0,"dates":[]},"9-149384":{"id":"9-149384","available":0,"dates":[]},"9-149677":{"id":"9-149677","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149678":{"id":"9-149678","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150237":{"id":"9-150237","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150238":{"id":"9-150238","available":21,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150676":{"id":"9-150676","available":0,"dates":[]},"9-150678":{"id":"9-150678","available":0,"dates":[]},"9-151342":{"id":"9-151342","available":0,"dates":[]},"9-151851":{"id":"9-151851","available":0,"dates":[]},"9-152198":{"id":"9-152198","available":0,"dates":[]},"9-152642":{"id":"9-152642","available":0,"dates":[]},"9-152897":{"id":"9-152897","available":0,"dates":[]},"9-153197":{"id":"9-153197","available":0,"dates":[]},"9-153638":{"id":"9-153638","available":0,"dates":[]},"9-154107":{"id":"9-154107","available":0,"dates":[]},"9-154482":{"id":"9-154482","available":0,"dates":[]},"9-154809":{"id":"9-154809","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155156":{"id":"9-155156","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155651":{"id":"9-155651","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-T-10107-9-146051":{"id":"9-FLRL-T-10107-9-146051","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150949","58-150952","58-154936","58-155276","58-155808"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155877"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-153697","4-153700","4-154827","4-154819","4-155186","4-155180","4-155679","4-155676"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150870","41-150876","41-154841","41-155347","41-155693"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155876","52-154844","52-155192","52-155696"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-153696","2-153699","2-154826","2-154818","2-155185","2-155179","2-155678","2-155675"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150895","10-150901","10-154915","10-155264","10-155869"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150661","11-150666","11-154800","11-155149","11-155643"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150676","9-150678","9-154809","9-155156","9-155651"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-153695","1-153698","1-154825","1-154817","1-155184","1-155178","1-155677","1-155674"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150853","65-150864","65-154766","65-155136","65-155605"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="4" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-first-date"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=700 700w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=800 800w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=900 900w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500" alt="The First Date" srcset="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=352 352w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=700 700w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=800 800w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=900 900w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500" alt="The First Date" srcset="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=352 352w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-first-date" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150592","58-150599","58-154806","58-155152","58-155647"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154779","51-155320","51-155621"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150629","4-150641","4-154734","4-154752","4-155114","4-155129","4-155580","4-155598"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150723","41-150731","41-154838","41-155343","41-155688"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150628","2-150640","2-154733","2-154751","2-155113","2-155128","2-155579","2-155597","2-155554"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150839","10-150841","10-154894","10-155246","10-155766"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150904","11-150909","11-154917","11-155266","11-155791"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150675","9-150677","9-154808","9-155154","9-155649"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150627","1-150639","1-154732","1-154750","1-155112","1-155127","1-155578","1-155596","1-155553"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150713","65-150718","65-154898","65-155250","65-155769"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150627":{"id":"1-150627","available":0,"dates":[]},"1-150639":{"id":"1-150639","available":0,"dates":[]},"1-154732":{"id":"1-154732","available":0,"dates":[]},"1-154750":{"id":"1-154750","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155112":{"id":"1-155112","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155127":{"id":"1-155127","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155553":{"id":"1-155553","available":0,"dates":[]},"1-155578":{"id":"1-155578","available":14,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155596":{"id":"1-155596","available":16,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150839":{"id":"10-150839","available":0,"dates":[]},"10-150841":{"id":"10-150841","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154894":{"id":"10-154894","available":53,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155246":{"id":"10-155246","available":56,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155766":{"id":"10-155766","available":84,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150904":{"id":"11-150904","available":0,"dates":[]},"11-150909":{"id":"11-150909","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154917":{"id":"11-154917","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155266":{"id":"11-155266","available":61,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155791":{"id":"11-155791","available":96,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150628":{"id":"2-150628","available":0,"dates":[]},"2-150640":{"id":"2-150640","available":0,"dates":[]},"2-154733":{"id":"2-154733","available":0,"dates":[]},"2-154751":{"id":"2-154751","available":7,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155113":{"id":"2-155113","available":29,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155128":{"id":"2-155128","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155554":{"id":"2-155554","available":0,"dates":[]},"2-155579":{"id":"2-155579","available":29,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155597":{"id":"2-155597","available":16,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150629":{"id":"4-150629","available":0,"dates":[]},"4-150641":{"id":"4-150641","available":243,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154734":{"id":"4-154734","available":101,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154752":{"id":"4-154752","available":61,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155114":{"id":"4-155114","available":73,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155129":{"id":"4-155129","available":48,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155580":{"id":"4-155580","available":103,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155598":{"id":"4-155598","available":64,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150723":{"id":"41-150723","available":0,"dates":[]},"41-150731":{"id":"41-150731","available":0,"dates":[]},"41-154838":{"id":"41-154838","available":44,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155343":{"id":"41-155343","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155688":{"id":"41-155688","available":70,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154779":{"id":"51-154779","available":74,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155320":{"id":"51-155320","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155621":{"id":"51-155621","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150592":{"id":"58-150592","available":0,"dates":[]},"58-150599":{"id":"58-150599","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-154806":{"id":"58-154806","available":115,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155152":{"id":"58-155152","available":76,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155647":{"id":"58-155647","available":96,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150713":{"id":"65-150713","available":0,"dates":[]},"65-150718":{"id":"65-150718","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-154898":{"id":"65-154898","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155250":{"id":"65-155250","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155769":{"id":"65-155769","available":41,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150675":{"id":"9-150675","available":0,"dates":[]},"9-150677":{"id":"9-150677","available":0,"dates":[]},"9-154808":{"id":"9-154808","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155154":{"id":"9-155154","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155649":{"id":"9-155649","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-first-date" title="View The First Date" data-product-card-title><h3 style="font-size: 1em;">The First Date</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$58 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$68</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">123 reviews with an average of 3.966666666666667 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="3.966666666666667" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="123" aria-hidden="true" style=" font-size: 12px;">(123)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The First Date in Single" data-swatch-item="the-first-date" data-image-loaded href="https://urbanstems.com/products/the-first-date" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the First Date in Double" data-swatch-item="double-the-first-date" href="https://urbanstems.com/products/double-the-first-date" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the First Date in Triple" data-swatch-item="triple-the-first-date" href="https://urbanstems.com/products/triple-the-first-date" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="the-first-date" type="application/json">{"the-first-date":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "the-first-date", "priceAmount": 5800, "price": "$58 ", "priceCompareAtAmount": 6800, "priceCompareAt": "$68 ", "url": "https://urbanstems.com/products/the-first-date", "variantName": null, "title": "The First Date", "images": [ { "alt": "The First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=700 700w" }, { "alt": "The First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=700 700w" } ], "variants": [{"id":45510415909112,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00080","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The First Date - Single","public_title":"Single","options":["Single","Default Title"],"price":5800,"weight":0,"compare_at_price":6800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5800,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5800,"per_delivery_price":24000,"selling_plan_id":4891246840,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5800,"per_delivery_price":30000,"selling_plan_id":4892131576,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5800,"per_delivery_price":36000,"selling_plan_id":4892819704,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5800,"per_delivery_price":72000,"selling_plan_id":4893606136,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5800,"per_delivery_price":18000,"selling_plan_id":4929126648,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5800,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5800,"per_delivery_price":24000,"selling_plan_id":4891279608,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5800,"per_delivery_price":30000,"selling_plan_id":4892164344,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5800,"per_delivery_price":36000,"selling_plan_id":4892852472,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5800,"per_delivery_price":72000,"selling_plan_id":4893638904,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5800,"per_delivery_price":18000,"selling_plan_id":4929159416,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5800,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5800,"per_delivery_price":24000,"selling_plan_id":4891312376,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5800,"per_delivery_price":30000,"selling_plan_id":4892197112,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5800,"per_delivery_price":36000,"selling_plan_id":4892885240,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5800,"per_delivery_price":72000,"selling_plan_id":4893671672,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5800,"per_delivery_price":18000,"selling_plan_id":4929192184,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":5220}],"price":5220,"compare_at_price":5800,"per_delivery_price":5220,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":5220}],"price":5220,"compare_at_price":5800,"per_delivery_price":5220,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":15660}],"price":15660,"compare_at_price":5800,"per_delivery_price":15660,"selling_plan_id":4984766712,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":15660}],"price":15660,"compare_at_price":5800,"per_delivery_price":15660,"selling_plan_id":4984799480,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":31320}],"price":31320,"compare_at_price":5800,"per_delivery_price":31320,"selling_plan_id":4985553144,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":31320}],"price":31320,"compare_at_price":5800,"per_delivery_price":31320,"selling_plan_id":4985585912,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146692":{"id":"1-146692","available":20,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146704":{"id":"1-146704","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146813":{"id":"1-146813","available":1,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147207":{"id":"1-147207","available":0,"dates":[]},"1-147219":{"id":"1-147219","available":0,"dates":[]},"1-147735":{"id":"1-147735","available":-8,"dates":[]},"1-147744":{"id":"1-147744","available":-1,"dates":[]},"1-148164":{"id":"1-148164","available":-1,"dates":[]},"1-148442":{"id":"1-148442","available":0,"dates":[]},"1-148562":{"id":"1-148562","available":0,"dates":[]},"1-148571":{"id":"1-148571","available":0,"dates":[]},"1-148884":{"id":"1-148884","available":0,"dates":[]},"1-148902":{"id":"1-148902","available":0,"dates":[]},"1-149555":{"id":"1-149555","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149567":{"id":"1-149567","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150143":{"id":"1-150143","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150155":{"id":"1-150155","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150627":{"id":"1-150627","available":0,"dates":[]},"1-150639":{"id":"1-150639","available":0,"dates":[]},"1-151169":{"id":"1-151169","available":2,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151184":{"id":"1-151184","available":0,"dates":[]},"1-151580":{"id":"1-151580","available":16,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151595":{"id":"1-151595","available":6,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152072":{"id":"1-152072","available":1,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152577":{"id":"1-152577","available":0,"dates":[]},"1-152808":{"id":"1-152808","available":0,"dates":[]},"1-152980":{"id":"1-152980","available":0,"dates":[]},"1-153093":{"id":"1-153093","available":0,"dates":[]},"1-153105":{"id":"1-153105","available":0,"dates":[]},"1-153395":{"id":"1-153395","available":0,"dates":[]},"1-153727":{"id":"1-153727","available":0,"dates":[]},"1-153793":{"id":"1-153793","available":0,"dates":[]},"1-154161":{"id":"1-154161","available":0,"dates":[]},"1-154191":{"id":"1-154191","available":0,"dates":[]},"1-154732":{"id":"1-154732","available":0,"dates":[]},"1-154750":{"id":"1-154750","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155112":{"id":"1-155112","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155127":{"id":"1-155127","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155553":{"id":"1-155553","available":0,"dates":[]},"1-155578":{"id":"1-155578","available":14,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155596":{"id":"1-155596","available":16,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-00080-1-144676":{"id":"1-FLRL-B-00080-1-144676","available":4,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-00080-1-146002":{"id":"1-FLRL-B-00080-1-146002","available":"7","dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-00080-1-146019":{"id":"1-FLRL-B-00080-1-146019","available":5,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146809":{"id":"10-146809","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147327":{"id":"10-147327","available":0,"dates":[]},"10-147845":{"id":"10-147845","available":0,"dates":[]},"10-148280":{"id":"10-148280","available":0,"dates":[]},"10-148665":{"id":"10-148665","available":0,"dates":[]},"10-149014":{"id":"10-149014","available":0,"dates":[]},"10-149579":{"id":"10-149579","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149583":{"id":"10-149583","available":96,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150167":{"id":"10-150167","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150170":{"id":"10-150170","available":96,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150839":{"id":"10-150839","available":0,"dates":[]},"10-150841":{"id":"10-150841","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151296":{"id":"10-151296","available":0,"dates":[]},"10-151700":{"id":"10-151700","available":0,"dates":[]},"10-152153":{"id":"10-152153","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"10-152611":{"id":"10-152611","available":0,"dates":[]},"10-152863":{"id":"10-152863","available":0,"dates":[]},"10-153162":{"id":"10-153162","available":0,"dates":[]},"10-153459":{"id":"10-153459","available":0,"dates":[]},"10-154083":{"id":"10-154083","available":0,"dates":[]},"10-154398":{"id":"10-154398","available":33,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154894":{"id":"10-154894","available":53,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155246":{"id":"10-155246","available":56,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155766":{"id":"10-155766","available":84,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-00080-10-145713":{"id":"10-FLRL-B-00080-10-145713","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"10-FLRL-B-00080-10-146133":{"id":"10-FLRL-B-00080-10-146133","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146331":{"id":"11-146331","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146532":{"id":"11-146532","available":42,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146841":{"id":"11-146841","available":54,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147358":{"id":"11-147358","available":0,"dates":[]},"11-147878":{"id":"11-147878","available":0,"dates":[]},"11-148314":{"id":"11-148314","available":0,"dates":[]},"11-148708":{"id":"11-148708","available":0,"dates":[]},"11-149049":{"id":"11-149049","available":0,"dates":[]},"11-149595":{"id":"11-149595","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149599":{"id":"11-149599","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150396":{"id":"11-150396","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150401":{"id":"11-150401","available":108,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150904":{"id":"11-150904","available":0,"dates":[]},"11-150909":{"id":"11-150909","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151334":{"id":"11-151334","available":0,"dates":[]},"11-151843":{"id":"11-151843","available":0,"dates":[]},"11-152190":{"id":"11-152190","available":0,"dates":[]},"11-152636":{"id":"11-152636","available":0,"dates":[]},"11-152891":{"id":"11-152891","available":0,"dates":[]},"11-153191":{"id":"11-153191","available":0,"dates":[]},"11-153632":{"id":"11-153632","available":0,"dates":[]},"11-153871":{"id":"11-153871","available":0,"dates":[]},"11-154435":{"id":"11-154435","available":0,"dates":[]},"11-154917":{"id":"11-154917","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155266":{"id":"11-155266","available":61,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155791":{"id":"11-155791","available":96,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-00080-11-144831":{"id":"11-FLRL-B-00080-11-144831","available":4,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-00080-11-146165":{"id":"11-FLRL-B-00080-11-146165","available":11,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-FLRL-B-00080-11-146331":{"id":"11-FLRL-B-00080-11-146331","available":0,"dates":[]},"11-FLRL-B-00080-11-146532":{"id":"11-FLRL-B-00080-11-146532","available":42,"dates":[]},"2-146693":{"id":"2-146693","available":20,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146705":{"id":"2-146705","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146814":{"id":"2-146814","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147208":{"id":"2-147208","available":0,"dates":[]},"2-147220":{"id":"2-147220","available":0,"dates":[]},"2-147736":{"id":"2-147736","available":-11,"dates":[]},"2-147745":{"id":"2-147745","available":0,"dates":[]},"2-148165":{"id":"2-148165","available":0,"dates":[]},"2-148443":{"id":"2-148443","available":0,"dates":[]},"2-148563":{"id":"2-148563","available":0,"dates":[]},"2-148572":{"id":"2-148572","available":0,"dates":[]},"2-148885":{"id":"2-148885","available":0,"dates":[]},"2-148903":{"id":"2-148903","available":0,"dates":[]},"2-149556":{"id":"2-149556","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149568":{"id":"2-149568","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150144":{"id":"2-150144","available":60,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150156":{"id":"2-150156","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150628":{"id":"2-150628","available":0,"dates":[]},"2-150640":{"id":"2-150640","available":0,"dates":[]},"2-151170":{"id":"2-151170","available":0,"dates":[]},"2-151185":{"id":"2-151185","available":0,"dates":[]},"2-151581":{"id":"2-151581","available":-2,"dates":[]},"2-151596":{"id":"2-151596","available":0,"dates":[]},"2-152073":{"id":"2-152073","available":0,"dates":[]},"2-152578":{"id":"2-152578","available":0,"dates":[]},"2-152809":{"id":"2-152809","available":0,"dates":[]},"2-152981":{"id":"2-152981","available":0,"dates":[]},"2-153094":{"id":"2-153094","available":0,"dates":[]},"2-153106":{"id":"2-153106","available":0,"dates":[]},"2-153396":{"id":"2-153396","available":0,"dates":[]},"2-153407":{"id":"2-153407","available":0,"dates":[]},"2-153728":{"id":"2-153728","available":0,"dates":[]},"2-153794":{"id":"2-153794","available":0,"dates":[]},"2-154162":{"id":"2-154162","available":0,"dates":[]},"2-154192":{"id":"2-154192","available":0,"dates":[]},"2-154733":{"id":"2-154733","available":0,"dates":[]},"2-154751":{"id":"2-154751","available":7,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155113":{"id":"2-155113","available":29,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155128":{"id":"2-155128","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155554":{"id":"2-155554","available":0,"dates":[]},"2-155579":{"id":"2-155579","available":29,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155597":{"id":"2-155597","available":16,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-00080-2-144667":{"id":"2-FLRL-B-00080-2-144667","available":1,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"2-FLRL-B-00080-2-144677":{"id":"2-FLRL-B-00080-2-144677","available":7,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-00080-2-146003":{"id":"2-FLRL-B-00080-2-146003","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-00080-2-146020":{"id":"2-FLRL-B-00080-2-146020","available":3,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146792":{"id":"30-146792","available":56,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147308":{"id":"30-147308","available":0,"dates":[]},"30-147826":{"id":"30-147826","available":0,"dates":[]},"30-148257":{"id":"30-148257","available":0,"dates":[]},"30-148649":{"id":"30-148649","available":0,"dates":[]},"30-FLRL-B-00080-30-146114":{"id":"30-FLRL-B-00080-30-146114","available":8,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146694":{"id":"4-146694","available":40,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146706":{"id":"4-146706","available":40,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146815":{"id":"4-146815","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147209":{"id":"4-147209","available":0,"dates":[]},"4-147221":{"id":"4-147221","available":0,"dates":[]},"4-147737":{"id":"4-147737","available":0,"dates":[]},"4-147746":{"id":"4-147746","available":0,"dates":[]},"4-148166":{"id":"4-148166","available":0,"dates":[]},"4-148564":{"id":"4-148564","available":0,"dates":[]},"4-148886":{"id":"4-148886","available":0,"dates":[]},"4-148904":{"id":"4-148904","available":2,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"4-149557":{"id":"4-149557","available":380,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149569":{"id":"4-149569","available":460,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150145":{"id":"4-150145","available":380,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150157":{"id":"4-150157","available":460,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150629":{"id":"4-150629","available":0,"dates":[]},"4-150641":{"id":"4-150641","available":243,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151171":{"id":"4-151171","available":0,"dates":[]},"4-151186":{"id":"4-151186","available":0,"dates":[]},"4-151582":{"id":"4-151582","available":-18,"dates":[]},"4-151597":{"id":"4-151597","available":-1,"dates":[]},"4-152074":{"id":"4-152074","available":0,"dates":[]},"4-152579":{"id":"4-152579","available":0,"dates":[]},"4-152810":{"id":"4-152810","available":0,"dates":[]},"4-152982":{"id":"4-152982","available":0,"dates":[]},"4-153095":{"id":"4-153095","available":0,"dates":[]},"4-153107":{"id":"4-153107","available":0,"dates":[]},"4-153397":{"id":"4-153397","available":0,"dates":[]},"4-153408":{"id":"4-153408","available":0,"dates":[]},"4-153729":{"id":"4-153729","available":0,"dates":[]},"4-153795":{"id":"4-153795","available":0,"dates":[]},"4-154163":{"id":"4-154163","available":0,"dates":[]},"4-154193":{"id":"4-154193","available":0,"dates":[]},"4-154734":{"id":"4-154734","available":101,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154752":{"id":"4-154752","available":61,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155114":{"id":"4-155114","available":73,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155129":{"id":"4-155129","available":48,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155580":{"id":"4-155580","available":103,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155598":{"id":"4-155598","available":64,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-00080-4-144678":{"id":"4-FLRL-B-00080-4-144678","available":3,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-00080-4-145588":{"id":"4-FLRL-B-00080-4-145588","available":"5","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"4-FLRL-B-00080-4-146004":{"id":"4-FLRL-B-00080-4-146004","available":15,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-00080-4-146021":{"id":"4-FLRL-B-00080-4-146021","available":40,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146775":{"id":"41-146775","available":42,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147291":{"id":"41-147291","available":0,"dates":[]},"41-147809":{"id":"41-147809","available":0,"dates":[]},"41-148239":{"id":"41-148239","available":-1,"dates":[]},"41-148631":{"id":"41-148631","available":0,"dates":[]},"41-148964":{"id":"41-148964","available":0,"dates":[]},"41-149603":{"id":"41-149603","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149607":{"id":"41-149607","available":126,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150251":{"id":"41-150251","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150259":{"id":"41-150259","available":126,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150723":{"id":"41-150723","available":0,"dates":[]},"41-150731":{"id":"41-150731","available":0,"dates":[]},"41-151245":{"id":"41-151245","available":0,"dates":[]},"41-151652":{"id":"41-151652","available":0,"dates":[]},"41-152124":{"id":"41-152124","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"41-152592":{"id":"41-152592","available":0,"dates":[]},"41-152844":{"id":"41-152844","available":0,"dates":[]},"41-153140":{"id":"41-153140","available":0,"dates":[]},"41-153615":{"id":"41-153615","available":0,"dates":[]},"41-153888":{"id":"41-153888","available":0,"dates":[]},"41-154334":{"id":"41-154334","available":0,"dates":[]},"41-154838":{"id":"41-154838","available":44,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155343":{"id":"41-155343","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155688":{"id":"41-155688","available":70,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-00080-41-144755":{"id":"41-FLRL-B-00080-41-144755","available":5,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-00080-41-145675":{"id":"41-FLRL-B-00080-41-145675","available":"2","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"41-FLRL-B-00080-41-146097":{"id":"41-FLRL-B-00080-41-146097","available":22,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146785":{"id":"42-146785","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147300":{"id":"42-147300","available":0,"dates":[]},"42-147818":{"id":"42-147818","available":0,"dates":[]},"42-148249":{"id":"42-148249","available":0,"dates":[]},"42-148641":{"id":"42-148641","available":0,"dates":[]},"42-154136":{"id":"42-154136","available":0,"dates":[]},"42-FLRL-B-00080-42-144765":{"id":"42-FLRL-B-00080-42-144765","available":1,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"42-FLRL-B-00080-42-146106":{"id":"42-FLRL-B-00080-42-146106","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-146671":{"id":"51-146671","available":36,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147186":{"id":"51-147186","available":29,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147714":{"id":"51-147714","available":21,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148145":{"id":"51-148145","available":-1,"dates":[]},"51-148546":{"id":"51-148546","available":2,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148867":{"id":"51-148867","available":0,"dates":[]},"51-149547":{"id":"51-149547","available":116,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150135":{"id":"51-150135","available":116,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150619":{"id":"51-150619","available":116,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150997":{"id":"51-150997","available":-38,"dates":[]},"51-151152":{"id":"51-151152","available":0,"dates":[]},"51-151563":{"id":"51-151563","available":6,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152054":{"id":"51-152054","available":0,"dates":[]},"51-152560":{"id":"51-152560","available":0,"dates":[]},"51-152791":{"id":"51-152791","available":10,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153076":{"id":"51-153076","available":0,"dates":[]},"51-153595":{"id":"51-153595","available":1,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26"]},"51-153705":{"id":"51-153705","available":0,"dates":[]},"51-154258":{"id":"51-154258","available":0,"dates":[]},"51-154779":{"id":"51-154779","available":74,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155320":{"id":"51-155320","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155621":{"id":"51-155621","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146317":{"id":"58-146317","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146518":{"id":"58-146518","available":70,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146661":{"id":"58-146661","available":69,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147177":{"id":"58-147177","available":0,"dates":[]},"58-147705":{"id":"58-147705","available":0,"dates":[]},"58-148135":{"id":"58-148135","available":0,"dates":[]},"58-148537":{"id":"58-148537","available":0,"dates":[]},"58-148858":{"id":"58-148858","available":-2,"dates":[]},"58-149514":{"id":"58-149514","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149521":{"id":"58-149521","available":208,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150106":{"id":"58-150106","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150113":{"id":"58-150113","available":208,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150592":{"id":"58-150592","available":0,"dates":[]},"58-150599":{"id":"58-150599","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151143":{"id":"58-151143","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151554":{"id":"58-151554","available":-1,"dates":[]},"58-152047":{"id":"58-152047","available":0,"dates":[]},"58-152553":{"id":"58-152553","available":0,"dates":[]},"58-152784":{"id":"58-152784","available":0,"dates":[]},"58-153069":{"id":"58-153069","available":0,"dates":[]},"58-153371":{"id":"58-153371","available":0,"dates":[]},"58-153854":{"id":"58-153854","available":0,"dates":[]},"58-154478":{"id":"58-154478","available":0,"dates":[]},"58-154480":{"id":"58-154480","available":0,"dates":[]},"58-154806":{"id":"58-154806","available":115,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155152":{"id":"58-155152","available":76,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155647":{"id":"58-155647","available":96,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-00080-24-10-29":{"id":"58-FLRL-B-00080-24-10-29","available":10,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28"]},"58-FLRL-B-00080-58-144633":{"id":"58-FLRL-B-00080-58-144633","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-00080-58-145555":{"id":"58-FLRL-B-00080-58-145555","available":"29","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-00080-58-145971":{"id":"58-FLRL-B-00080-58-145971","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"58-FLRL-B-00080-58-146317":{"id":"58-FLRL-B-00080-58-146317","available":0,"dates":[]},"58-FLRL-B-00080-58-146518":{"id":"58-FLRL-B-00080-58-146518","available":70,"dates":[]},"58-FLRL-B-00080-58-FLRL-B-00080-24-10-29":{"id":"58-FLRL-B-00080-58-FLRL-B-00080-24-10-29","available":10,"dates":[]},"65-148957":{"id":"65-148957","available":0,"dates":[]},"65-149587":{"id":"65-149587","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149591":{"id":"65-149591","available":98,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150241":{"id":"65-150241","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150246":{"id":"65-150246","available":98,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150713":{"id":"65-150713","available":0,"dates":[]},"65-150718":{"id":"65-150718","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151238":{"id":"65-151238","available":0,"dates":[]},"65-151645":{"id":"65-151645","available":2,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152117":{"id":"65-152117","available":14,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152402":{"id":"65-152402","available":0,"dates":[]},"65-152839":{"id":"65-152839","available":0,"dates":[]},"65-153135":{"id":"65-153135","available":0,"dates":[]},"65-153437":{"id":"65-153437","available":14,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153611":{"id":"65-153611","available":0,"dates":[]},"65-153897":{"id":"65-153897","available":0,"dates":[]},"65-154144":{"id":"65-154144","available":0,"dates":[]},"65-154402":{"id":"65-154402","available":0,"dates":[]},"65-154898":{"id":"65-154898","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155250":{"id":"65-155250","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155769":{"id":"65-155769","available":41,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-148931":{"id":"9-148931","available":0,"dates":[]},"9-149619":{"id":"9-149619","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149621":{"id":"9-149621","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150189":{"id":"9-150189","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150190":{"id":"9-150190","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150675":{"id":"9-150675","available":0,"dates":[]},"9-150677":{"id":"9-150677","available":0,"dates":[]},"9-151211":{"id":"9-151211","available":0,"dates":[]},"9-151623":{"id":"9-151623","available":0,"dates":[]},"9-152099":{"id":"9-152099","available":0,"dates":[]},"9-152828":{"id":"9-152828","available":17,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14"]},"9-153122":{"id":"9-153122","available":0,"dates":[]},"9-153423":{"id":"9-153423","available":0,"dates":[]},"9-153932":{"id":"9-153932","available":0,"dates":[]},"9-154130":{"id":"9-154130","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"9-154274":{"id":"9-154274","available":0,"dates":[]},"9-154808":{"id":"9-154808","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155154":{"id":"9-155154","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155649":{"id":"9-155649","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150592","58-150599","58-154806","58-155152","58-155647"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154779","51-155320","51-155621"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150629","4-150641","4-154734","4-154752","4-155114","4-155129","4-155580","4-155598"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150723","41-150731","41-154838","41-155343","41-155688"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150628","2-150640","2-154733","2-154751","2-155113","2-155128","2-155579","2-155597","2-155554"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150839","10-150841","10-154894","10-155246","10-155766"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150904","11-150909","11-154917","11-155266","11-155791"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150675","9-150677","9-154808","9-155154","9-155649"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150627","1-150639","1-154732","1-154750","1-155112","1-155127","1-155578","1-155596","1-155553"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150713","65-150718","65-154898","65-155250","65-155769"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-first-date":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-first-date", "priceAmount": 10900, "price": "$109 ", "priceCompareAtAmount": 13600, "priceCompareAt": "$136 ", "url": "https://urbanstems.com/products/double-the-first-date", "variantName": null, "title": "Double the First Date", "images": [ { "alt": "Double the First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=700 700w" }, { "alt": "Double the First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=700 700w" } ], "variants": [{"id":45607256228088,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00080","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the First Date - Double","public_title":"Double","options":["Double","Default Title"],"price":10900,"weight":0,"compare_at_price":13600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":9810}],"price":9810,"compare_at_price":10900,"per_delivery_price":9810,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":9810}],"price":9810,"compare_at_price":10900,"per_delivery_price":9810,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":29430}],"price":29430,"compare_at_price":10900,"per_delivery_price":29430,"selling_plan_id":4985225464,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":29430}],"price":29430,"compare_at_price":10900,"per_delivery_price":29430,"selling_plan_id":4985258232,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":58860}],"price":58860,"compare_at_price":10900,"per_delivery_price":58860,"selling_plan_id":4986011896,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":58860}],"price":58860,"compare_at_price":10900,"per_delivery_price":58860,"selling_plan_id":4986044664,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146692":{"id":"1-146692","available":10,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146704":{"id":"1-146704","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146813":{"id":"1-146813","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147207":{"id":"1-147207","available":0,"dates":[]},"1-147219":{"id":"1-147219","available":0,"dates":[]},"1-147735":{"id":"1-147735","available":-4,"dates":[]},"1-147744":{"id":"1-147744","available":-1,"dates":[]},"1-148164":{"id":"1-148164","available":-1,"dates":[]},"1-148442":{"id":"1-148442","available":0,"dates":[]},"1-148562":{"id":"1-148562","available":0,"dates":[]},"1-148571":{"id":"1-148571","available":0,"dates":[]},"1-148884":{"id":"1-148884","available":0,"dates":[]},"1-148902":{"id":"1-148902","available":0,"dates":[]},"1-149555":{"id":"1-149555","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149567":{"id":"1-149567","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150143":{"id":"1-150143","available":20,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150155":{"id":"1-150155","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150627":{"id":"1-150627","available":0,"dates":[]},"1-150639":{"id":"1-150639","available":0,"dates":[]},"1-151169":{"id":"1-151169","available":1,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151184":{"id":"1-151184","available":0,"dates":[]},"1-151580":{"id":"1-151580","available":8,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151595":{"id":"1-151595","available":3,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152072":{"id":"1-152072","available":0,"dates":[]},"1-152577":{"id":"1-152577","available":0,"dates":[]},"1-152808":{"id":"1-152808","available":0,"dates":[]},"1-152980":{"id":"1-152980","available":0,"dates":[]},"1-153093":{"id":"1-153093","available":0,"dates":[]},"1-153105":{"id":"1-153105","available":0,"dates":[]},"1-153395":{"id":"1-153395","available":0,"dates":[]},"1-153727":{"id":"1-153727","available":0,"dates":[]},"1-153793":{"id":"1-153793","available":0,"dates":[]},"1-154161":{"id":"1-154161","available":0,"dates":[]},"1-154191":{"id":"1-154191","available":0,"dates":[]},"1-154732":{"id":"1-154732","available":0,"dates":[]},"1-154750":{"id":"1-154750","available":1,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155112":{"id":"1-155112","available":6,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155127":{"id":"1-155127","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155553":{"id":"1-155553","available":0,"dates":[]},"1-155578":{"id":"1-155578","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155596":{"id":"1-155596","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-146809":{"id":"10-146809","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147327":{"id":"10-147327","available":0,"dates":[]},"10-147845":{"id":"10-147845","available":0,"dates":[]},"10-148280":{"id":"10-148280","available":0,"dates":[]},"10-148665":{"id":"10-148665","available":0,"dates":[]},"10-149014":{"id":"10-149014","available":0,"dates":[]},"10-149579":{"id":"10-149579","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149583":{"id":"10-149583","available":48,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150167":{"id":"10-150167","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150170":{"id":"10-150170","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150839":{"id":"10-150839","available":0,"dates":[]},"10-150841":{"id":"10-150841","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151296":{"id":"10-151296","available":0,"dates":[]},"10-151700":{"id":"10-151700","available":0,"dates":[]},"10-152153":{"id":"10-152153","available":0,"dates":[]},"10-152611":{"id":"10-152611","available":0,"dates":[]},"10-152863":{"id":"10-152863","available":0,"dates":[]},"10-153162":{"id":"10-153162","available":0,"dates":[]},"10-153459":{"id":"10-153459","available":0,"dates":[]},"10-154083":{"id":"10-154083","available":0,"dates":[]},"10-154398":{"id":"10-154398","available":16,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154894":{"id":"10-154894","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155246":{"id":"10-155246","available":28,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155766":{"id":"10-155766","available":42,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-146331":{"id":"11-146331","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146532":{"id":"11-146532","available":21,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146841":{"id":"11-146841","available":27,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147358":{"id":"11-147358","available":0,"dates":[]},"11-147878":{"id":"11-147878","available":0,"dates":[]},"11-148314":{"id":"11-148314","available":0,"dates":[]},"11-148708":{"id":"11-148708","available":0,"dates":[]},"11-149049":{"id":"11-149049","available":0,"dates":[]},"11-149595":{"id":"11-149595","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149599":{"id":"11-149599","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150396":{"id":"11-150396","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150401":{"id":"11-150401","available":54,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150904":{"id":"11-150904","available":0,"dates":[]},"11-150909":{"id":"11-150909","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151334":{"id":"11-151334","available":0,"dates":[]},"11-151843":{"id":"11-151843","available":0,"dates":[]},"11-152190":{"id":"11-152190","available":0,"dates":[]},"11-152636":{"id":"11-152636","available":0,"dates":[]},"11-152891":{"id":"11-152891","available":0,"dates":[]},"11-153191":{"id":"11-153191","available":0,"dates":[]},"11-153632":{"id":"11-153632","available":0,"dates":[]},"11-153871":{"id":"11-153871","available":0,"dates":[]},"11-154435":{"id":"11-154435","available":0,"dates":[]},"11-154917":{"id":"11-154917","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155266":{"id":"11-155266","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155791":{"id":"11-155791","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-146693":{"id":"2-146693","available":10,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146705":{"id":"2-146705","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146814":{"id":"2-146814","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147208":{"id":"2-147208","available":0,"dates":[]},"2-147220":{"id":"2-147220","available":0,"dates":[]},"2-147736":{"id":"2-147736","available":-6,"dates":[]},"2-147745":{"id":"2-147745","available":0,"dates":[]},"2-148165":{"id":"2-148165","available":0,"dates":[]},"2-148443":{"id":"2-148443","available":0,"dates":[]},"2-148563":{"id":"2-148563","available":0,"dates":[]},"2-148572":{"id":"2-148572","available":0,"dates":[]},"2-148885":{"id":"2-148885","available":0,"dates":[]},"2-148903":{"id":"2-148903","available":0,"dates":[]},"2-149556":{"id":"2-149556","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149568":{"id":"2-149568","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150144":{"id":"2-150144","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150156":{"id":"2-150156","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150628":{"id":"2-150628","available":0,"dates":[]},"2-150640":{"id":"2-150640","available":0,"dates":[]},"2-151170":{"id":"2-151170","available":0,"dates":[]},"2-151185":{"id":"2-151185","available":0,"dates":[]},"2-151581":{"id":"2-151581","available":-1,"dates":[]},"2-151596":{"id":"2-151596","available":0,"dates":[]},"2-152073":{"id":"2-152073","available":0,"dates":[]},"2-152578":{"id":"2-152578","available":0,"dates":[]},"2-152809":{"id":"2-152809","available":0,"dates":[]},"2-152981":{"id":"2-152981","available":0,"dates":[]},"2-153094":{"id":"2-153094","available":0,"dates":[]},"2-153106":{"id":"2-153106","available":0,"dates":[]},"2-153396":{"id":"2-153396","available":0,"dates":[]},"2-153407":{"id":"2-153407","available":0,"dates":[]},"2-153728":{"id":"2-153728","available":0,"dates":[]},"2-153794":{"id":"2-153794","available":0,"dates":[]},"2-154162":{"id":"2-154162","available":0,"dates":[]},"2-154192":{"id":"2-154192","available":0,"dates":[]},"2-154733":{"id":"2-154733","available":0,"dates":[]},"2-154751":{"id":"2-154751","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155113":{"id":"2-155113","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155128":{"id":"2-155128","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155554":{"id":"2-155554","available":0,"dates":[]},"2-155579":{"id":"2-155579","available":14,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155597":{"id":"2-155597","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"30-146792":{"id":"30-146792","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147308":{"id":"30-147308","available":0,"dates":[]},"30-147826":{"id":"30-147826","available":0,"dates":[]},"30-148257":{"id":"30-148257","available":0,"dates":[]},"30-148649":{"id":"30-148649","available":0,"dates":[]},"4-146694":{"id":"4-146694","available":20,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146706":{"id":"4-146706","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146815":{"id":"4-146815","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147209":{"id":"4-147209","available":0,"dates":[]},"4-147221":{"id":"4-147221","available":0,"dates":[]},"4-147737":{"id":"4-147737","available":0,"dates":[]},"4-147746":{"id":"4-147746","available":0,"dates":[]},"4-148166":{"id":"4-148166","available":0,"dates":[]},"4-148564":{"id":"4-148564","available":0,"dates":[]},"4-148886":{"id":"4-148886","available":0,"dates":[]},"4-148904":{"id":"4-148904","available":1,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"4-149557":{"id":"4-149557","available":190,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149569":{"id":"4-149569","available":230,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150145":{"id":"4-150145","available":190,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150157":{"id":"4-150157","available":230,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150629":{"id":"4-150629","available":0,"dates":[]},"4-150641":{"id":"4-150641","available":121,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151171":{"id":"4-151171","available":0,"dates":[]},"4-151186":{"id":"4-151186","available":0,"dates":[]},"4-151582":{"id":"4-151582","available":-9,"dates":[]},"4-151597":{"id":"4-151597","available":-1,"dates":[]},"4-152074":{"id":"4-152074","available":0,"dates":[]},"4-152579":{"id":"4-152579","available":0,"dates":[]},"4-152810":{"id":"4-152810","available":0,"dates":[]},"4-152982":{"id":"4-152982","available":0,"dates":[]},"4-153095":{"id":"4-153095","available":0,"dates":[]},"4-153107":{"id":"4-153107","available":0,"dates":[]},"4-153397":{"id":"4-153397","available":0,"dates":[]},"4-153408":{"id":"4-153408","available":0,"dates":[]},"4-153729":{"id":"4-153729","available":0,"dates":[]},"4-153795":{"id":"4-153795","available":0,"dates":[]},"4-154163":{"id":"4-154163","available":0,"dates":[]},"4-154193":{"id":"4-154193","available":0,"dates":[]},"4-154734":{"id":"4-154734","available":50,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154752":{"id":"4-154752","available":30,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155114":{"id":"4-155114","available":36,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155129":{"id":"4-155129","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155580":{"id":"4-155580","available":51,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155598":{"id":"4-155598","available":32,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-146775":{"id":"41-146775","available":21,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147291":{"id":"41-147291","available":0,"dates":[]},"41-147809":{"id":"41-147809","available":0,"dates":[]},"41-148239":{"id":"41-148239","available":-1,"dates":[]},"41-148631":{"id":"41-148631","available":0,"dates":[]},"41-148964":{"id":"41-148964","available":0,"dates":[]},"41-149603":{"id":"41-149603","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149607":{"id":"41-149607","available":63,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150251":{"id":"41-150251","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150259":{"id":"41-150259","available":63,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150723":{"id":"41-150723","available":0,"dates":[]},"41-150731":{"id":"41-150731","available":0,"dates":[]},"41-151245":{"id":"41-151245","available":0,"dates":[]},"41-151652":{"id":"41-151652","available":0,"dates":[]},"41-152124":{"id":"41-152124","available":0,"dates":[]},"41-152592":{"id":"41-152592","available":0,"dates":[]},"41-152844":{"id":"41-152844","available":0,"dates":[]},"41-153140":{"id":"41-153140","available":0,"dates":[]},"41-153615":{"id":"41-153615","available":0,"dates":[]},"41-153888":{"id":"41-153888","available":0,"dates":[]},"41-154334":{"id":"41-154334","available":0,"dates":[]},"41-154838":{"id":"41-154838","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155343":{"id":"41-155343","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155688":{"id":"41-155688","available":35,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-146785":{"id":"42-146785","available":7,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147300":{"id":"42-147300","available":0,"dates":[]},"42-147818":{"id":"42-147818","available":0,"dates":[]},"42-148249":{"id":"42-148249","available":0,"dates":[]},"42-148641":{"id":"42-148641","available":0,"dates":[]},"42-154136":{"id":"42-154136","available":0,"dates":[]},"51-146671":{"id":"51-146671","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147186":{"id":"51-147186","available":14,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147714":{"id":"51-147714","available":10,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148145":{"id":"51-148145","available":-1,"dates":[]},"51-148546":{"id":"51-148546","available":1,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148867":{"id":"51-148867","available":0,"dates":[]},"51-149547":{"id":"51-149547","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150135":{"id":"51-150135","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150619":{"id":"51-150619","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150997":{"id":"51-150997","available":-19,"dates":[]},"51-151152":{"id":"51-151152","available":0,"dates":[]},"51-151563":{"id":"51-151563","available":3,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152054":{"id":"51-152054","available":0,"dates":[]},"51-152560":{"id":"51-152560","available":0,"dates":[]},"51-152791":{"id":"51-152791","available":5,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153076":{"id":"51-153076","available":0,"dates":[]},"51-153595":{"id":"51-153595","available":0,"dates":[]},"51-153705":{"id":"51-153705","available":0,"dates":[]},"51-154258":{"id":"51-154258","available":0,"dates":[]},"51-154779":{"id":"51-154779","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155320":{"id":"51-155320","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155621":{"id":"51-155621","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146317":{"id":"58-146317","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146518":{"id":"58-146518","available":35,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146661":{"id":"58-146661","available":34,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147177":{"id":"58-147177","available":0,"dates":[]},"58-147705":{"id":"58-147705","available":0,"dates":[]},"58-148135":{"id":"58-148135","available":0,"dates":[]},"58-148537":{"id":"58-148537","available":0,"dates":[]},"58-148858":{"id":"58-148858","available":-1,"dates":[]},"58-149514":{"id":"58-149514","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149521":{"id":"58-149521","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150106":{"id":"58-150106","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150113":{"id":"58-150113","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150592":{"id":"58-150592","available":0,"dates":[]},"58-150599":{"id":"58-150599","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151143":{"id":"58-151143","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151554":{"id":"58-151554","available":-1,"dates":[]},"58-152047":{"id":"58-152047","available":0,"dates":[]},"58-152553":{"id":"58-152553","available":0,"dates":[]},"58-152784":{"id":"58-152784","available":0,"dates":[]},"58-153069":{"id":"58-153069","available":0,"dates":[]},"58-153371":{"id":"58-153371","available":0,"dates":[]},"58-153854":{"id":"58-153854","available":0,"dates":[]},"58-154478":{"id":"58-154478","available":0,"dates":[]},"58-154480":{"id":"58-154480","available":0,"dates":[]},"58-154806":{"id":"58-154806","available":57,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155152":{"id":"58-155152","available":38,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155647":{"id":"58-155647","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-00080-24-10-29":{"id":"58-FLRL-B-00080-24-10-29","available":5,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28"]},"65-148957":{"id":"65-148957","available":0,"dates":[]},"65-149587":{"id":"65-149587","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149591":{"id":"65-149591","available":49,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150241":{"id":"65-150241","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150246":{"id":"65-150246","available":49,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150713":{"id":"65-150713","available":0,"dates":[]},"65-150718":{"id":"65-150718","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151238":{"id":"65-151238","available":0,"dates":[]},"65-151645":{"id":"65-151645","available":1,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152117":{"id":"65-152117","available":7,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152402":{"id":"65-152402","available":0,"dates":[]},"65-152839":{"id":"65-152839","available":0,"dates":[]},"65-153135":{"id":"65-153135","available":0,"dates":[]},"65-153437":{"id":"65-153437","available":7,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153611":{"id":"65-153611","available":0,"dates":[]},"65-153897":{"id":"65-153897","available":0,"dates":[]},"65-154144":{"id":"65-154144","available":0,"dates":[]},"65-154402":{"id":"65-154402","available":0,"dates":[]},"65-154898":{"id":"65-154898","available":19,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155250":{"id":"65-155250","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155769":{"id":"65-155769","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-148931":{"id":"9-148931","available":0,"dates":[]},"9-149619":{"id":"9-149619","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149621":{"id":"9-149621","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150189":{"id":"9-150189","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150190":{"id":"9-150190","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150675":{"id":"9-150675","available":0,"dates":[]},"9-150677":{"id":"9-150677","available":0,"dates":[]},"9-151211":{"id":"9-151211","available":0,"dates":[]},"9-151623":{"id":"9-151623","available":0,"dates":[]},"9-152099":{"id":"9-152099","available":0,"dates":[]},"9-152828":{"id":"9-152828","available":8,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14"]},"9-153122":{"id":"9-153122","available":0,"dates":[]},"9-153423":{"id":"9-153423","available":0,"dates":[]},"9-153932":{"id":"9-153932","available":0,"dates":[]},"9-154130":{"id":"9-154130","available":2,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"9-154274":{"id":"9-154274","available":0,"dates":[]},"9-154808":{"id":"9-154808","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155154":{"id":"9-155154","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155649":{"id":"9-155649","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150592","58-150599","58-154806","58-155152","58-155647"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154779","51-155320","51-155621"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150629","4-150641","4-154734","4-154752","4-155114","4-155129","4-155580","4-155598"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150723","41-150731","41-154838","41-155343","41-155688"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150628","2-150640","2-154733","2-154751","2-155113","2-155128","2-155579","2-155597","2-155554"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150839","10-150841","10-154894","10-155246","10-155766"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150904","11-150909","11-154917","11-155266","11-155791"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150675","9-150677","9-154808","9-155154","9-155649"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150627","1-150639","1-154732","1-154750","1-155112","1-155127","1-155578","1-155596","1-155553"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150713","65-150718","65-154898","65-155250","65-155769"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-first-date":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-first-date", "priceAmount": 14300, "price": "$143 ", "priceCompareAtAmount": 20400, "priceCompareAt": "$204 ", "url": "https://urbanstems.com/products/triple-the-first-date", "variantName": null, "title": "Triple the First Date", "images": [ { "alt": "Triple the First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=700 700w" }, { "alt": "Triple the First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=700 700w" } ], "variants": [{"id":45510442549496,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00080","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the First Date - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":14300,"weight":0,"compare_at_price":20400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":12870}],"price":12870,"compare_at_price":14300,"per_delivery_price":12870,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":12870}],"price":12870,"compare_at_price":14300,"per_delivery_price":12870,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":38610}],"price":38610,"compare_at_price":14300,"per_delivery_price":38610,"selling_plan_id":4985028856,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":38610}],"price":38610,"compare_at_price":14300,"per_delivery_price":38610,"selling_plan_id":4985061624,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":77220}],"price":77220,"compare_at_price":14300,"per_delivery_price":77220,"selling_plan_id":4985815288,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":77220}],"price":77220,"compare_at_price":14300,"per_delivery_price":77220,"selling_plan_id":4985848056,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146692":{"id":"1-146692","available":6,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146704":{"id":"1-146704","available":6,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146813":{"id":"1-146813","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147207":{"id":"1-147207","available":0,"dates":[]},"1-147219":{"id":"1-147219","available":0,"dates":[]},"1-147735":{"id":"1-147735","available":-3,"dates":[]},"1-147744":{"id":"1-147744","available":-1,"dates":[]},"1-148164":{"id":"1-148164","available":-1,"dates":[]},"1-148442":{"id":"1-148442","available":0,"dates":[]},"1-148562":{"id":"1-148562","available":0,"dates":[]},"1-148571":{"id":"1-148571","available":0,"dates":[]},"1-148884":{"id":"1-148884","available":0,"dates":[]},"1-148902":{"id":"1-148902","available":0,"dates":[]},"1-149555":{"id":"1-149555","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149567":{"id":"1-149567","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150143":{"id":"1-150143","available":13,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150155":{"id":"1-150155","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150627":{"id":"1-150627","available":0,"dates":[]},"1-150639":{"id":"1-150639","available":0,"dates":[]},"1-151169":{"id":"1-151169","available":0,"dates":[]},"1-151184":{"id":"1-151184","available":0,"dates":[]},"1-151580":{"id":"1-151580","available":5,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151595":{"id":"1-151595","available":2,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152072":{"id":"1-152072","available":0,"dates":[]},"1-152577":{"id":"1-152577","available":0,"dates":[]},"1-152808":{"id":"1-152808","available":0,"dates":[]},"1-152980":{"id":"1-152980","available":0,"dates":[]},"1-153093":{"id":"1-153093","available":0,"dates":[]},"1-153105":{"id":"1-153105","available":0,"dates":[]},"1-153395":{"id":"1-153395","available":0,"dates":[]},"1-153727":{"id":"1-153727","available":0,"dates":[]},"1-153793":{"id":"1-153793","available":0,"dates":[]},"1-154161":{"id":"1-154161","available":0,"dates":[]},"1-154191":{"id":"1-154191","available":0,"dates":[]},"1-154732":{"id":"1-154732","available":0,"dates":[]},"1-154750":{"id":"1-154750","available":0,"dates":[]},"1-155112":{"id":"1-155112","available":4,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155127":{"id":"1-155127","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155553":{"id":"1-155553","available":0,"dates":[]},"1-155578":{"id":"1-155578","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155596":{"id":"1-155596","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-T-00080-1-146019":{"id":"1-FLRL-T-00080-1-146019","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146809":{"id":"10-146809","available":9,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147327":{"id":"10-147327","available":0,"dates":[]},"10-147845":{"id":"10-147845","available":0,"dates":[]},"10-148280":{"id":"10-148280","available":0,"dates":[]},"10-148665":{"id":"10-148665","available":0,"dates":[]},"10-149014":{"id":"10-149014","available":0,"dates":[]},"10-149579":{"id":"10-149579","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149583":{"id":"10-149583","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150167":{"id":"10-150167","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150170":{"id":"10-150170","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150839":{"id":"10-150839","available":0,"dates":[]},"10-150841":{"id":"10-150841","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151296":{"id":"10-151296","available":0,"dates":[]},"10-151700":{"id":"10-151700","available":0,"dates":[]},"10-152153":{"id":"10-152153","available":0,"dates":[]},"10-152611":{"id":"10-152611","available":0,"dates":[]},"10-152863":{"id":"10-152863","available":0,"dates":[]},"10-153162":{"id":"10-153162","available":0,"dates":[]},"10-153459":{"id":"10-153459","available":0,"dates":[]},"10-154083":{"id":"10-154083","available":0,"dates":[]},"10-154398":{"id":"10-154398","available":11,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154894":{"id":"10-154894","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155246":{"id":"10-155246","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155766":{"id":"10-155766","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-T-00080-10-146133":{"id":"10-FLRL-T-00080-10-146133","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146331":{"id":"11-146331","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146532":{"id":"11-146532","available":14,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146841":{"id":"11-146841","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147358":{"id":"11-147358","available":0,"dates":[]},"11-147878":{"id":"11-147878","available":0,"dates":[]},"11-148314":{"id":"11-148314","available":0,"dates":[]},"11-148708":{"id":"11-148708","available":0,"dates":[]},"11-149049":{"id":"11-149049","available":0,"dates":[]},"11-149595":{"id":"11-149595","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149599":{"id":"11-149599","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150396":{"id":"11-150396","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150401":{"id":"11-150401","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150904":{"id":"11-150904","available":0,"dates":[]},"11-150909":{"id":"11-150909","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151334":{"id":"11-151334","available":0,"dates":[]},"11-151843":{"id":"11-151843","available":0,"dates":[]},"11-152190":{"id":"11-152190","available":0,"dates":[]},"11-152636":{"id":"11-152636","available":0,"dates":[]},"11-152891":{"id":"11-152891","available":0,"dates":[]},"11-153191":{"id":"11-153191","available":0,"dates":[]},"11-153632":{"id":"11-153632","available":0,"dates":[]},"11-153871":{"id":"11-153871","available":0,"dates":[]},"11-154435":{"id":"11-154435","available":0,"dates":[]},"11-154917":{"id":"11-154917","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155266":{"id":"11-155266","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155791":{"id":"11-155791","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-00080-11-146165":{"id":"11-FLRL-T-00080-11-146165","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146693":{"id":"2-146693","available":6,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146705":{"id":"2-146705","available":6,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146814":{"id":"2-146814","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147208":{"id":"2-147208","available":0,"dates":[]},"2-147220":{"id":"2-147220","available":0,"dates":[]},"2-147736":{"id":"2-147736","available":-4,"dates":[]},"2-147745":{"id":"2-147745","available":0,"dates":[]},"2-148165":{"id":"2-148165","available":0,"dates":[]},"2-148443":{"id":"2-148443","available":0,"dates":[]},"2-148563":{"id":"2-148563","available":0,"dates":[]},"2-148572":{"id":"2-148572","available":0,"dates":[]},"2-148885":{"id":"2-148885","available":0,"dates":[]},"2-148903":{"id":"2-148903","available":0,"dates":[]},"2-149556":{"id":"2-149556","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149568":{"id":"2-149568","available":26,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150144":{"id":"2-150144","available":20,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150156":{"id":"2-150156","available":26,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150628":{"id":"2-150628","available":0,"dates":[]},"2-150640":{"id":"2-150640","available":0,"dates":[]},"2-151170":{"id":"2-151170","available":0,"dates":[]},"2-151185":{"id":"2-151185","available":0,"dates":[]},"2-151581":{"id":"2-151581","available":-1,"dates":[]},"2-151596":{"id":"2-151596","available":0,"dates":[]},"2-152073":{"id":"2-152073","available":0,"dates":[]},"2-152578":{"id":"2-152578","available":0,"dates":[]},"2-152809":{"id":"2-152809","available":0,"dates":[]},"2-152981":{"id":"2-152981","available":0,"dates":[]},"2-153094":{"id":"2-153094","available":0,"dates":[]},"2-153106":{"id":"2-153106","available":0,"dates":[]},"2-153396":{"id":"2-153396","available":0,"dates":[]},"2-153407":{"id":"2-153407","available":0,"dates":[]},"2-153728":{"id":"2-153728","available":0,"dates":[]},"2-153794":{"id":"2-153794","available":0,"dates":[]},"2-154162":{"id":"2-154162","available":0,"dates":[]},"2-154192":{"id":"2-154192","available":0,"dates":[]},"2-154733":{"id":"2-154733","available":0,"dates":[]},"2-154751":{"id":"2-154751","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155113":{"id":"2-155113","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155128":{"id":"2-155128","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155554":{"id":"2-155554","available":0,"dates":[]},"2-155579":{"id":"2-155579","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155597":{"id":"2-155597","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-T-00080-2-146003":{"id":"2-FLRL-T-00080-2-146003","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-T-00080-2-146020":{"id":"2-FLRL-T-00080-2-146020","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146792":{"id":"30-146792","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147308":{"id":"30-147308","available":0,"dates":[]},"30-147826":{"id":"30-147826","available":0,"dates":[]},"30-148257":{"id":"30-148257","available":0,"dates":[]},"30-148649":{"id":"30-148649","available":0,"dates":[]},"30-FLRL-T-00080-30-146114":{"id":"30-FLRL-T-00080-30-146114","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146694":{"id":"4-146694","available":13,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146706":{"id":"4-146706","available":13,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146815":{"id":"4-146815","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147209":{"id":"4-147209","available":0,"dates":[]},"4-147221":{"id":"4-147221","available":0,"dates":[]},"4-147737":{"id":"4-147737","available":0,"dates":[]},"4-147746":{"id":"4-147746","available":0,"dates":[]},"4-148166":{"id":"4-148166","available":0,"dates":[]},"4-148564":{"id":"4-148564","available":0,"dates":[]},"4-148886":{"id":"4-148886","available":0,"dates":[]},"4-148904":{"id":"4-148904","available":0,"dates":[]},"4-149557":{"id":"4-149557","available":126,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149569":{"id":"4-149569","available":153,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150145":{"id":"4-150145","available":126,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150157":{"id":"4-150157","available":153,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150629":{"id":"4-150629","available":0,"dates":[]},"4-150641":{"id":"4-150641","available":81,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151171":{"id":"4-151171","available":0,"dates":[]},"4-151186":{"id":"4-151186","available":0,"dates":[]},"4-151582":{"id":"4-151582","available":-6,"dates":[]},"4-151597":{"id":"4-151597","available":-1,"dates":[]},"4-152074":{"id":"4-152074","available":0,"dates":[]},"4-152579":{"id":"4-152579","available":0,"dates":[]},"4-152810":{"id":"4-152810","available":0,"dates":[]},"4-152982":{"id":"4-152982","available":0,"dates":[]},"4-153095":{"id":"4-153095","available":0,"dates":[]},"4-153107":{"id":"4-153107","available":0,"dates":[]},"4-153397":{"id":"4-153397","available":0,"dates":[]},"4-153408":{"id":"4-153408","available":0,"dates":[]},"4-153729":{"id":"4-153729","available":0,"dates":[]},"4-153795":{"id":"4-153795","available":0,"dates":[]},"4-154163":{"id":"4-154163","available":0,"dates":[]},"4-154193":{"id":"4-154193","available":0,"dates":[]},"4-154734":{"id":"4-154734","available":33,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154752":{"id":"4-154752","available":20,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155114":{"id":"4-155114","available":24,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155129":{"id":"4-155129","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155580":{"id":"4-155580","available":34,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155598":{"id":"4-155598","available":21,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-T-00080-4-146004":{"id":"4-FLRL-T-00080-4-146004","available":5,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-T-00080-4-146021":{"id":"4-FLRL-T-00080-4-146021","available":13,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146775":{"id":"41-146775","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147291":{"id":"41-147291","available":0,"dates":[]},"41-147809":{"id":"41-147809","available":0,"dates":[]},"41-148239":{"id":"41-148239","available":-1,"dates":[]},"41-148631":{"id":"41-148631","available":0,"dates":[]},"41-148964":{"id":"41-148964","available":0,"dates":[]},"41-149603":{"id":"41-149603","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149607":{"id":"41-149607","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150251":{"id":"41-150251","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150259":{"id":"41-150259","available":42,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150723":{"id":"41-150723","available":0,"dates":[]},"41-150731":{"id":"41-150731","available":0,"dates":[]},"41-151245":{"id":"41-151245","available":0,"dates":[]},"41-151652":{"id":"41-151652","available":0,"dates":[]},"41-152124":{"id":"41-152124","available":0,"dates":[]},"41-152592":{"id":"41-152592","available":0,"dates":[]},"41-152844":{"id":"41-152844","available":0,"dates":[]},"41-153140":{"id":"41-153140","available":0,"dates":[]},"41-153615":{"id":"41-153615","available":0,"dates":[]},"41-153888":{"id":"41-153888","available":0,"dates":[]},"41-154334":{"id":"41-154334","available":0,"dates":[]},"41-154838":{"id":"41-154838","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155343":{"id":"41-155343","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155688":{"id":"41-155688","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-00080-41-146097":{"id":"41-FLRL-T-00080-41-146097","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146785":{"id":"42-146785","available":4,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147300":{"id":"42-147300","available":0,"dates":[]},"42-147818":{"id":"42-147818","available":0,"dates":[]},"42-148249":{"id":"42-148249","available":0,"dates":[]},"42-148641":{"id":"42-148641","available":0,"dates":[]},"42-154136":{"id":"42-154136","available":0,"dates":[]},"42-FLRL-T-00080-42-146106":{"id":"42-FLRL-T-00080-42-146106","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-146671":{"id":"51-146671","available":12,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147186":{"id":"51-147186","available":9,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147714":{"id":"51-147714","available":7,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148145":{"id":"51-148145","available":-1,"dates":[]},"51-148546":{"id":"51-148546","available":0,"dates":[]},"51-148867":{"id":"51-148867","available":0,"dates":[]},"51-149547":{"id":"51-149547","available":38,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150135":{"id":"51-150135","available":38,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150619":{"id":"51-150619","available":38,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150997":{"id":"51-150997","available":-13,"dates":[]},"51-151152":{"id":"51-151152","available":0,"dates":[]},"51-151563":{"id":"51-151563","available":2,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152054":{"id":"51-152054","available":0,"dates":[]},"51-152560":{"id":"51-152560","available":0,"dates":[]},"51-152791":{"id":"51-152791","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153076":{"id":"51-153076","available":0,"dates":[]},"51-153595":{"id":"51-153595","available":0,"dates":[]},"51-153705":{"id":"51-153705","available":0,"dates":[]},"51-154258":{"id":"51-154258","available":0,"dates":[]},"51-154779":{"id":"51-154779","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155320":{"id":"51-155320","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155621":{"id":"51-155621","available":8,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146317":{"id":"58-146317","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146518":{"id":"58-146518","available":23,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146661":{"id":"58-146661","available":23,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147177":{"id":"58-147177","available":0,"dates":[]},"58-147705":{"id":"58-147705","available":0,"dates":[]},"58-148135":{"id":"58-148135","available":0,"dates":[]},"58-148537":{"id":"58-148537","available":0,"dates":[]},"58-148858":{"id":"58-148858","available":-1,"dates":[]},"58-149514":{"id":"58-149514","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149521":{"id":"58-149521","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150106":{"id":"58-150106","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150113":{"id":"58-150113","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150592":{"id":"58-150592","available":0,"dates":[]},"58-150599":{"id":"58-150599","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151143":{"id":"58-151143","available":0,"dates":[]},"58-151554":{"id":"58-151554","available":-1,"dates":[]},"58-152047":{"id":"58-152047","available":0,"dates":[]},"58-152553":{"id":"58-152553","available":0,"dates":[]},"58-152784":{"id":"58-152784","available":0,"dates":[]},"58-153069":{"id":"58-153069","available":0,"dates":[]},"58-153371":{"id":"58-153371","available":0,"dates":[]},"58-153854":{"id":"58-153854","available":0,"dates":[]},"58-154478":{"id":"58-154478","available":0,"dates":[]},"58-154480":{"id":"58-154480","available":0,"dates":[]},"58-154806":{"id":"58-154806","available":38,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155152":{"id":"58-155152","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155647":{"id":"58-155647","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-00080-24-10-29":{"id":"58-FLRL-B-00080-24-10-29","available":3,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28"]},"58-FLRL-T-00080-58-145971":{"id":"58-FLRL-T-00080-58-145971","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148957":{"id":"65-148957","available":0,"dates":[]},"65-149587":{"id":"65-149587","available":23,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149591":{"id":"65-149591","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150241":{"id":"65-150241","available":23,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150246":{"id":"65-150246","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150713":{"id":"65-150713","available":0,"dates":[]},"65-150718":{"id":"65-150718","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151238":{"id":"65-151238","available":0,"dates":[]},"65-151645":{"id":"65-151645","available":0,"dates":[]},"65-152117":{"id":"65-152117","available":4,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152402":{"id":"65-152402","available":0,"dates":[]},"65-152839":{"id":"65-152839","available":0,"dates":[]},"65-153135":{"id":"65-153135","available":0,"dates":[]},"65-153437":{"id":"65-153437","available":4,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153611":{"id":"65-153611","available":0,"dates":[]},"65-153897":{"id":"65-153897","available":0,"dates":[]},"65-154144":{"id":"65-154144","available":0,"dates":[]},"65-154402":{"id":"65-154402","available":0,"dates":[]},"65-154898":{"id":"65-154898","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155250":{"id":"65-155250","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155769":{"id":"65-155769","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-148931":{"id":"9-148931","available":0,"dates":[]},"9-149619":{"id":"9-149619","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149621":{"id":"9-149621","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150189":{"id":"9-150189","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150190":{"id":"9-150190","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150675":{"id":"9-150675","available":0,"dates":[]},"9-150677":{"id":"9-150677","available":0,"dates":[]},"9-151211":{"id":"9-151211","available":0,"dates":[]},"9-151623":{"id":"9-151623","available":0,"dates":[]},"9-152099":{"id":"9-152099","available":0,"dates":[]},"9-152828":{"id":"9-152828","available":5,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14"]},"9-153122":{"id":"9-153122","available":0,"dates":[]},"9-153423":{"id":"9-153423","available":0,"dates":[]},"9-153932":{"id":"9-153932","available":0,"dates":[]},"9-154130":{"id":"9-154130","available":1,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"9-154274":{"id":"9-154274","available":0,"dates":[]},"9-154808":{"id":"9-154808","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155154":{"id":"9-155154","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155649":{"id":"9-155649","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150592","58-150599","58-154806","58-155152","58-155647"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154779","51-155320","51-155621"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150629","4-150641","4-154734","4-154752","4-155114","4-155129","4-155580","4-155598"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150723","41-150731","41-154838","41-155343","41-155688"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150628","2-150640","2-154733","2-154751","2-155113","2-155128","2-155579","2-155597","2-155554"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150839","10-150841","10-154894","10-155246","10-155766"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150904","11-150909","11-154917","11-155266","11-155791"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150675","9-150677","9-154808","9-155154","9-155649"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150627","1-150639","1-154732","1-154750","1-155112","1-155127","1-155578","1-155596","1-155553"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150713","65-150718","65-154898","65-155250","65-155769"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="5" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-sorbet"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=700 700w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=800 800w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=900 900w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=500" alt="The Crush" srcset="//urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=352 352w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=700 700w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=800 800w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=900 900w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=500" alt="The Crush" srcset="//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=352 352w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/OprahDaily_Badge_1.png?v=1739375604" loading="lazy" class="metafield-file_reference"> <div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-sorbet" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150704","58-150707","58-154774","58-155140","58-155611"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154780","51-155321","51-155622"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150927","4-150933","4-154925","4-154931","4-155168","4-155177","4-155663","4-155673"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150668","41-150670","41-154804","41-155150","41-155644"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150739","42-150743","42-154846"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150932","2-154924","2-154930","2-155167","2-155176","2-155662","2-155672"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150892","10-150898","10-154914","10-155263","10-155868"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150571","11-155525","11-150577","11-154824","11-155273","11-155804"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155526","9-155563","9-155278","9-155810"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150931","1-154923","1-154929","1-155166","1-155175","1-155661","1-155671"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150844","65-150855","65-154900","65-155252","65-155771"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150488"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150931":{"id":"1-150931","available":0,"dates":[]},"1-154923":{"id":"1-154923","available":0,"dates":[]},"1-154929":{"id":"1-154929","available":11,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155166":{"id":"1-155166","available":21,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155175":{"id":"1-155175","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155661":{"id":"1-155661","available":21,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155671":{"id":"1-155671","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150892":{"id":"10-150892","available":0,"dates":[]},"10-150898":{"id":"10-150898","available":0,"dates":[]},"10-154914":{"id":"10-154914","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155263":{"id":"10-155263","available":81,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155868":{"id":"10-155868","available":108,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150571":{"id":"11-150571","available":0,"dates":[]},"11-150577":{"id":"11-150577","available":0,"dates":[]},"11-154824":{"id":"11-154824","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155273":{"id":"11-155273","available":92,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155525":{"id":"11-155525","available":0,"dates":[]},"11-155804":{"id":"11-155804","available":122,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150932":{"id":"2-150932","available":0,"dates":[]},"2-154924":{"id":"2-154924","available":0,"dates":[]},"2-154930":{"id":"2-154930","available":7,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155167":{"id":"2-155167","available":32,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155176":{"id":"2-155176","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155662":{"id":"2-155662","available":32,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155672":{"id":"2-155672","available":24,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150927":{"id":"4-150927","available":0,"dates":[]},"4-150933":{"id":"4-150933","available":0,"dates":[]},"4-154925":{"id":"4-154925","available":23,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154931":{"id":"4-154931","available":63,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155168":{"id":"4-155168","available":137,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155177":{"id":"4-155177","available":84,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155663":{"id":"4-155663","available":161,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155673":{"id":"4-155673","available":96,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150668":{"id":"41-150668","available":0,"dates":[]},"41-150670":{"id":"41-150670","available":0,"dates":[]},"41-154804":{"id":"41-154804","available":45,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155150":{"id":"41-155150","available":80,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155644":{"id":"41-155644","available":112,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150739":{"id":"42-150739","available":0,"dates":[]},"42-150743":{"id":"42-150743","available":0,"dates":[]},"42-154846":{"id":"42-154846","available":19,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"51-154780":{"id":"51-154780","available":112,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155321":{"id":"51-155321","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155622":{"id":"51-155622","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150704":{"id":"58-150704","available":0,"dates":[]},"58-150707":{"id":"58-150707","available":0,"dates":[]},"58-154774":{"id":"58-154774","available":85,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155140":{"id":"58-155140","available":138,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155611":{"id":"58-155611","available":176,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150844":{"id":"65-150844","available":0,"dates":[]},"65-150855":{"id":"65-150855","available":0,"dates":[]},"65-154900":{"id":"65-154900","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155252":{"id":"65-155252","available":59,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155771":{"id":"65-155771","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150488":{"id":"66-150488","available":0,"dates":[]},"9-155278":{"id":"9-155278","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155526":{"id":"9-155526","available":0,"dates":[]},"9-155563":{"id":"9-155563","available":36,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155810":{"id":"9-155810","available":44,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-sorbet" title="View The Crush" data-product-card-title><h3 style="font-size: 1em;">The Crush</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$68 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">72 reviews with an average of 4.333333333333333 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.333333333333333" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="72" aria-hidden="true" style=" font-size: 12px;">(72)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Crush in Single" data-swatch-item="the-sorbet" data-image-loaded href="https://urbanstems.com/products/the-sorbet" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Crush in Double" data-swatch-item="double-the-crush" href="https://urbanstems.com/products/double-the-crush" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Crush in Triple" data-swatch-item="triple-the-crush" href="https://urbanstems.com/products/triple-the-crush" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="the-sorbet" type="application/json">{"the-sorbet":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/OprahDaily_Badge_1.png?v=1739375604" }, "handle": "the-sorbet", "priceAmount": 6800, "price": "$68 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-sorbet", "variantName": null, "title": "The Crush", "images": [ { "alt": "The Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=700 700w" }, { "alt": "The Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=700 700w" } ], "variants": [{"id":45653350088952,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10022","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Crush - Single","public_title":"Single","options":["Single","Default Title"],"price":6800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4889182456,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":6800,"per_delivery_price":24000,"selling_plan_id":4891541752,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4892328184,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4893114616,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4893901048,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4889215224,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":6800,"per_delivery_price":24000,"selling_plan_id":4891574520,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4892360952,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4893147384,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4893933816,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4889247992,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":6800,"per_delivery_price":24000,"selling_plan_id":4891607288,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4892393720,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4893180152,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4893966584,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146742":{"id":"1-146742","available":36,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146758":{"id":"1-146758","available":22,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146867":{"id":"1-146867","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147257":{"id":"1-147257","available":0,"dates":[]},"1-147273":{"id":"1-147273","available":0,"dates":[]},"1-147778":{"id":"1-147778","available":0,"dates":[]},"1-147791":{"id":"1-147791","available":-2,"dates":[]},"1-148208":{"id":"1-148208","available":0,"dates":[]},"1-148220":{"id":"1-148220","available":0,"dates":[]},"1-148602":{"id":"1-148602","available":0,"dates":[]},"1-148611":{"id":"1-148611","available":1,"dates":["2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"1-149058":{"id":"1-149058","available":20,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"1-149064":{"id":"1-149064","available":0,"dates":[]},"1-149852":{"id":"1-149852","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149858":{"id":"1-149858","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150417":{"id":"1-150417","available":110,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150423":{"id":"1-150423","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150925":{"id":"1-150925","available":45,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150931":{"id":"1-150931","available":0,"dates":[]},"1-151343":{"id":"1-151343","available":1,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151352":{"id":"1-151352","available":0,"dates":[]},"1-151729":{"id":"1-151729","available":2,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151741":{"id":"1-151741","available":9,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152100":{"id":"1-152100","available":21,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152467":{"id":"1-152467","available":0,"dates":[]},"1-152829":{"id":"1-152829","available":0,"dates":[]},"1-152968":{"id":"1-152968","available":0,"dates":[]},"1-153123":{"id":"1-153123","available":0,"dates":[]},"1-153126":{"id":"1-153126","available":0,"dates":[]},"1-153424":{"id":"1-153424","available":0,"dates":[]},"1-153427":{"id":"1-153427","available":0,"dates":[]},"1-153733":{"id":"1-153733","available":0,"dates":[]},"1-153799":{"id":"1-153799","available":0,"dates":[]},"1-154445":{"id":"1-154445","available":0,"dates":[]},"1-154448":{"id":"1-154448","available":-3,"dates":[]},"1-154923":{"id":"1-154923","available":0,"dates":[]},"1-154929":{"id":"1-154929","available":11,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155166":{"id":"1-155166","available":21,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155175":{"id":"1-155175","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155661":{"id":"1-155661","available":21,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155671":{"id":"1-155671","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-2024-09-18":{"id":"1-2024-09-18","available":22,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21"]},"1-2024-09-20":{"id":"1-2024-09-20","available":6,"dates":["2024-09-20","2024-09-21"]},"1-2024-09-21":{"id":"1-2024-09-21","available":1,"dates":["2024-09-21"]},"1-2024-09-22":{"id":"1-2024-09-22","available":26,"dates":["2024-09-22","2024-09-23","2024-09-24"]},"1-2024-09-25":{"id":"1-2024-09-25","available":46,"dates":["2024-09-25","2024-09-26"]},"1-2024-09-27":{"id":"1-2024-09-27","available":45,"dates":["2024-09-27","2024-09-28"]},"1-2024-09-29":{"id":"1-2024-09-29","available":90,"dates":["2024-09-29","2024-09-30","2024-10-01"]},"1-2024-10-02":{"id":"1-2024-10-02","available":20,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05"]},"1-2024-10-04":{"id":"1-2024-10-04","available":67,"dates":["2024-10-04","2024-10-05"]},"1-2024-10-06":{"id":"1-2024-10-06","available":54,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"1-2024-10-09":{"id":"1-2024-10-09","available":69,"dates":["2024-10-09","2024-10-10"]},"1-2024-10-11":{"id":"1-2024-10-11","available":56,"dates":["2024-10-11","2024-10-12"]},"1-2024-10-13":{"id":"1-2024-10-13","available":41,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"1-2024-10-16":{"id":"1-2024-10-16","available":53,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"1-2024-10-18":{"id":"1-2024-10-18","available":79,"dates":["2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-2024-10-20":{"id":"1-2024-10-20","available":98,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"1-2024-10-23":{"id":"1-2024-10-23","available":79,"dates":["2024-10-23","2024-10-24"]},"1-2024-10-25":{"id":"1-2024-10-25","available":67,"dates":["2024-10-25","2024-10-26"]},"1-2024-10-27":{"id":"1-2024-10-27","available":101,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"1-2024-10-30":{"id":"1-2024-10-30","available":78,"dates":["2024-10-30","2024-10-31"]},"1-2024-11-01":{"id":"1-2024-11-01","available":56,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-2024-11-06":{"id":"1-2024-11-06","available":22,"dates":["2024-11-06","2024-11-07"]},"1-FLRL-B-10022-1-144713":{"id":"1-FLRL-B-10022-1-144713","available":1,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"1-FLRL-B-10022-1-144729":{"id":"1-FLRL-B-10022-1-144729","available":12,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-10022-1-146061":{"id":"1-FLRL-B-10022-1-146061","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-10022-1-146079":{"id":"1-FLRL-B-10022-1-146079","available":18,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146862":{"id":"10-146862","available":43,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147375":{"id":"10-147375","available":0,"dates":[]},"10-147901":{"id":"10-147901","available":0,"dates":[]},"10-148336":{"id":"10-148336","available":0,"dates":[]},"10-148726":{"id":"10-148726","available":0,"dates":[]},"10-149044":{"id":"10-149044","available":0,"dates":[]},"10-149864":{"id":"10-149864","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149866":{"id":"10-149866","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150384":{"id":"10-150384","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150390":{"id":"10-150390","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150892":{"id":"10-150892","available":0,"dates":[]},"10-150898":{"id":"10-150898","available":0,"dates":[]},"10-151329":{"id":"10-151329","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"10-151856":{"id":"10-151856","available":0,"dates":[]},"10-152185":{"id":"10-152185","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"10-152633":{"id":"10-152633","available":0,"dates":[]},"10-152888":{"id":"10-152888","available":0,"dates":[]},"10-153188":{"id":"10-153188","available":0,"dates":[]},"10-153629":{"id":"10-153629","available":0,"dates":[]},"10-153883":{"id":"10-153883","available":0,"dates":[]},"10-154430":{"id":"10-154430","available":0,"dates":[]},"10-154914":{"id":"10-154914","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155263":{"id":"10-155263","available":81,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155868":{"id":"10-155868","available":108,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-2024-09-18":{"id":"10-2024-09-18","available":14,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"10-2024-09-23":{"id":"10-2024-09-23","available":56,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"10-2024-09-25":{"id":"10-2024-09-25","available":57,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"10-2024-09-30":{"id":"10-2024-09-30","available":123,"dates":["2024-09-30","2024-10-01"]},"10-2024-10-02":{"id":"10-2024-10-02","available":47,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"10-2024-10-07":{"id":"10-2024-10-07","available":106,"dates":["2024-10-07","2024-10-08"]},"10-2024-10-09":{"id":"10-2024-10-09","available":59,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"10-2024-10-11":{"id":"10-2024-10-11","available":29,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"10-2024-10-14":{"id":"10-2024-10-14","available":63,"dates":["2024-10-14","2024-10-15"]},"10-2024-10-16":{"id":"10-2024-10-16","available":34,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"10-2024-10-21":{"id":"10-2024-10-21","available":74,"dates":["2024-10-21","2024-10-22"]},"10-2024-10-23":{"id":"10-2024-10-23","available":40,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"10-2024-10-28":{"id":"10-2024-10-28","available":81,"dates":["2024-10-28","2024-10-29"]},"10-2024-10-30":{"id":"10-2024-10-30","available":41,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-FLRL-B-10022-10-144684":{"id":"10-FLRL-B-10022-10-144684","available":14,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-10022-10-146184":{"id":"10-FLRL-B-10022-10-146184","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146308":{"id":"11-146308","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146509":{"id":"11-146509","available":48,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146649":{"id":"11-146649","available":64,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147165":{"id":"11-147165","available":0,"dates":[]},"11-147693":{"id":"11-147693","available":0,"dates":[]},"11-148125":{"id":"11-148125","available":0,"dates":[]},"11-148526":{"id":"11-148526","available":0,"dates":[]},"11-148846":{"id":"11-148846","available":-1,"dates":[]},"11-149872":{"id":"11-149872","available":136,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149874":{"id":"11-149874","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150433":{"id":"11-150433","available":136,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150435":{"id":"11-150435","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150571":{"id":"11-150571","available":0,"dates":[]},"11-150577":{"id":"11-150577","available":0,"dates":[]},"11-151129":{"id":"11-151129","available":0,"dates":[]},"11-151541":{"id":"11-151541","available":-6,"dates":[]},"11-152036":{"id":"11-152036","available":0,"dates":[]},"11-152544":{"id":"11-152544","available":0,"dates":[]},"11-152775":{"id":"11-152775","available":0,"dates":[]},"11-153059":{"id":"11-153059","available":0,"dates":[]},"11-153362":{"id":"11-153362","available":0,"dates":[]},"11-153921":{"id":"11-153921","available":0,"dates":[]},"11-154318":{"id":"11-154318","available":0,"dates":[]},"11-154824":{"id":"11-154824","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155273":{"id":"11-155273","available":92,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155525":{"id":"11-155525","available":0,"dates":[]},"11-155804":{"id":"11-155804","available":122,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-2024-09-18":{"id":"11-2024-09-18","available":54,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"11-2024-09-20":{"id":"11-2024-09-20","available":25,"dates":["2024-09-20","2024-09-21","2024-09-22"]},"11-2024-09-21":{"id":"11-2024-09-21","available":9,"dates":["2024-09-21","2024-09-22"]},"11-2024-09-23":{"id":"11-2024-09-23","available":107,"dates":["2024-09-23","2024-09-24"]},"11-2024-09-25":{"id":"11-2024-09-25","available":98,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"11-2024-09-30":{"id":"11-2024-09-30","available":218,"dates":["2024-09-30","2024-10-01"]},"11-2024-10-02":{"id":"11-2024-10-02","available":77,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"11-2024-10-07":{"id":"11-2024-10-07","available":187,"dates":["2024-10-07","2024-10-08"]},"11-2024-10-09":{"id":"11-2024-10-09","available":110,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-11":{"id":"11-2024-10-11","available":74,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-14":{"id":"11-2024-10-14","available":134,"dates":["2024-10-14","2024-10-15"]},"11-2024-10-16":{"id":"11-2024-10-16","available":60,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"11-2024-10-21":{"id":"11-2024-10-21","available":128,"dates":["2024-10-21","2024-10-22"]},"11-2024-10-23":{"id":"11-2024-10-23","available":68,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-2024-10-28":{"id":"11-2024-10-28","available":128,"dates":["2024-10-28","2024-10-29"]},"11-2024-10-30":{"id":"11-2024-10-30","available":60,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-FLRL-B-10022-11-144521":{"id":"11-FLRL-B-10022-11-144521","available":49,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-10022-11-145958":{"id":"11-FLRL-B-10022-11-145958","available":41,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-FLRL-B-10022-11-146308":{"id":"11-FLRL-B-10022-11-146308","available":0,"dates":[]},"11-FLRL-B-10022-11-146509":{"id":"11-FLRL-B-10022-11-146509","available":48,"dates":[]},"2-146743":{"id":"2-146743","available":71,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146759":{"id":"2-146759","available":36,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146868":{"id":"2-146868","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147258":{"id":"2-147258","available":0,"dates":[]},"2-147274":{"id":"2-147274","available":-3,"dates":[]},"2-147779":{"id":"2-147779","available":0,"dates":[]},"2-147792":{"id":"2-147792","available":-2,"dates":[]},"2-148209":{"id":"2-148209","available":0,"dates":[]},"2-148221":{"id":"2-148221","available":0,"dates":[]},"2-148603":{"id":"2-148603","available":0,"dates":[]},"2-148612":{"id":"2-148612","available":0,"dates":[]},"2-149059":{"id":"2-149059","available":28,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"2-149065":{"id":"2-149065","available":0,"dates":[]},"2-149853":{"id":"2-149853","available":143,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149859":{"id":"2-149859","available":176,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150418":{"id":"2-150418","available":143,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150424":{"id":"2-150424","available":176,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150926":{"id":"2-150926","available":28,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150932":{"id":"2-150932","available":0,"dates":[]},"2-151344":{"id":"2-151344","available":0,"dates":[]},"2-151353":{"id":"2-151353","available":0,"dates":[]},"2-151730":{"id":"2-151730","available":-4,"dates":[]},"2-151742":{"id":"2-151742","available":-2,"dates":[]},"2-152101":{"id":"2-152101","available":0,"dates":[]},"2-152468":{"id":"2-152468","available":-1,"dates":[]},"2-152830":{"id":"2-152830","available":0,"dates":[]},"2-152832":{"id":"2-152832","available":12,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152969":{"id":"2-152969","available":0,"dates":[]},"2-153124":{"id":"2-153124","available":0,"dates":[]},"2-153127":{"id":"2-153127","available":0,"dates":[]},"2-153425":{"id":"2-153425","available":0,"dates":[]},"2-153428":{"id":"2-153428","available":0,"dates":[]},"2-153734":{"id":"2-153734","available":0,"dates":[]},"2-153800":{"id":"2-153800","available":0,"dates":[]},"2-154446":{"id":"2-154446","available":0,"dates":[]},"2-154449":{"id":"2-154449","available":-5,"dates":[]},"2-154924":{"id":"2-154924","available":0,"dates":[]},"2-154930":{"id":"2-154930","available":7,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155035":{"id":"2-155035","available":0,"dates":[]},"2-155167":{"id":"2-155167","available":32,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155176":{"id":"2-155176","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155662":{"id":"2-155662","available":32,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155672":{"id":"2-155672","available":24,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-2024-09-18":{"id":"2-2024-09-18","available":11,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21"]},"2-2024-09-22":{"id":"2-2024-09-22","available":64,"dates":["2024-09-22","2024-09-23","2024-09-24"]},"2-2024-09-25":{"id":"2-2024-09-25","available":87,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28"]},"2-2024-09-27":{"id":"2-2024-09-27","available":94,"dates":["2024-09-27","2024-09-28"]},"2-2024-09-29":{"id":"2-2024-09-29","available":178,"dates":["2024-09-29","2024-09-30","2024-10-01"]},"2-2024-10-02":{"id":"2-2024-10-02","available":47,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05"]},"2-2024-10-04":{"id":"2-2024-10-04","available":136,"dates":["2024-10-04","2024-10-05"]},"2-2024-10-06":{"id":"2-2024-10-06","available":111,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"2-2024-10-09":{"id":"2-2024-10-09","available":116,"dates":["2024-10-09","2024-10-10"]},"2-2024-10-11":{"id":"2-2024-10-11","available":90,"dates":["2024-10-11","2024-10-12"]},"2-2024-10-13":{"id":"2-2024-10-13","available":65,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"2-2024-10-16":{"id":"2-2024-10-16","available":91,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"2-2024-10-18":{"id":"2-2024-10-18","available":111,"dates":["2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-2024-10-20":{"id":"2-2024-10-20","available":159,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"2-2024-10-23":{"id":"2-2024-10-23","available":125,"dates":["2024-10-23","2024-10-24"]},"2-2024-10-25":{"id":"2-2024-10-25","available":99,"dates":["2024-10-25","2024-10-26"]},"2-2024-10-27":{"id":"2-2024-10-27","available":167,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"2-2024-10-30":{"id":"2-2024-10-30","available":133,"dates":["2024-10-30","2024-10-31"]},"2-2024-11-01":{"id":"2-2024-11-01","available":102,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-2024-11-06":{"id":"2-2024-11-06","available":34,"dates":["2024-11-06","2024-11-07"]},"2-FLRL-B-10022-2-144730":{"id":"2-FLRL-B-10022-2-144730","available":15,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-10022-2-146062":{"id":"2-FLRL-B-10022-2-146062","available":5,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-10022-2-146080":{"id":"2-FLRL-B-10022-2-146080","available":19,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146668":{"id":"30-146668","available":76,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147309":{"id":"30-147309","available":0,"dates":[]},"30-147827":{"id":"30-147827","available":0,"dates":[]},"30-148258":{"id":"30-148258","available":0,"dates":[]},"30-148650":{"id":"30-148650","available":0,"dates":[]},"30-2024-09-18":{"id":"30-2024-09-18","available":15,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"30-2024-09-23":{"id":"30-2024-09-23","available":69,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"30-2024-09-25":{"id":"30-2024-09-25","available":79,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"30-2024-09-30":{"id":"30-2024-09-30","available":203,"dates":["2024-09-30","2024-10-01"]},"30-2024-10-02":{"id":"30-2024-10-02","available":38,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"30-2024-10-07":{"id":"30-2024-10-07","available":152,"dates":["2024-10-07","2024-10-08"]},"30-2024-10-09":{"id":"30-2024-10-09","available":114,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"30-2024-10-14":{"id":"30-2024-10-14","available":54,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"30-2024-10-21":{"id":"30-2024-10-21","available":133,"dates":["2024-10-21","2024-10-22"]},"30-2024-10-23":{"id":"30-2024-10-23","available":79,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"30-2024-10-28":{"id":"30-2024-10-28","available":155,"dates":["2024-10-28","2024-10-29"]},"30-2024-10-30":{"id":"30-2024-10-30","available":76,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-FLRL-B-10022-30-144775":{"id":"30-FLRL-B-10022-30-144775","available":8,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-10022-30-146115":{"id":"30-FLRL-B-10022-30-146115","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146744":{"id":"4-146744","available":72,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146760":{"id":"4-146760","available":48,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146869":{"id":"4-146869","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147259":{"id":"4-147259","available":0,"dates":[]},"4-147275":{"id":"4-147275","available":0,"dates":[]},"4-147780":{"id":"4-147780","available":0,"dates":[]},"4-147793":{"id":"4-147793","available":0,"dates":[]},"4-148210":{"id":"4-148210","available":0,"dates":[]},"4-148222":{"id":"4-148222","available":0,"dates":[]},"4-148604":{"id":"4-148604","available":0,"dates":[]},"4-148613":{"id":"4-148613","available":0,"dates":[]},"4-149060":{"id":"4-149060","available":-6,"dates":[]},"4-149066":{"id":"4-149066","available":-28,"dates":[]},"4-149854":{"id":"4-149854","available":737,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149860":{"id":"4-149860","available":913,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150419":{"id":"4-150419","available":737,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150425":{"id":"4-150425","available":913,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150927":{"id":"4-150927","available":0,"dates":[]},"4-150933":{"id":"4-150933","available":0,"dates":[]},"4-151345":{"id":"4-151345","available":0,"dates":[]},"4-151354":{"id":"4-151354","available":0,"dates":[]},"4-151731":{"id":"4-151731","available":0,"dates":[]},"4-151743":{"id":"4-151743","available":-2,"dates":[]},"4-152102":{"id":"4-152102","available":0,"dates":[]},"4-152469":{"id":"4-152469","available":0,"dates":[]},"4-152831":{"id":"4-152831","available":0,"dates":[]},"4-152970":{"id":"4-152970","available":0,"dates":[]},"4-153125":{"id":"4-153125","available":0,"dates":[]},"4-153128":{"id":"4-153128","available":0,"dates":[]},"4-153426":{"id":"4-153426","available":0,"dates":[]},"4-153429":{"id":"4-153429","available":0,"dates":[]},"4-153735":{"id":"4-153735","available":0,"dates":[]},"4-153801":{"id":"4-153801","available":0,"dates":[]},"4-154447":{"id":"4-154447","available":0,"dates":[]},"4-154450":{"id":"4-154450","available":0,"dates":[]},"4-154925":{"id":"4-154925","available":23,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154931":{"id":"4-154931","available":63,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155040":{"id":"4-155040","available":0,"dates":[]},"4-155168":{"id":"4-155168","available":137,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155177":{"id":"4-155177","available":84,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155663":{"id":"4-155663","available":161,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155673":{"id":"4-155673","available":96,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-2024-09-18":{"id":"4-2024-09-18","available":119,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21"]},"4-2024-09-20":{"id":"4-2024-09-20","available":43,"dates":["2024-09-20","2024-09-21"]},"4-2024-09-21":{"id":"4-2024-09-21","available":11,"dates":["2024-09-21"]},"4-2024-09-22":{"id":"4-2024-09-22","available":93,"dates":["2024-09-22","2024-09-23","2024-09-24"]},"4-2024-09-25":{"id":"4-2024-09-25","available":136,"dates":["2024-09-25","2024-09-26"]},"4-2024-09-27":{"id":"4-2024-09-27","available":125,"dates":["2024-09-27","2024-09-28"]},"4-2024-09-29":{"id":"4-2024-09-29","available":259,"dates":["2024-09-29","2024-09-30","2024-10-01"]},"4-2024-10-02":{"id":"4-2024-10-02","available":165,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05"]},"4-2024-10-04":{"id":"4-2024-10-04","available":202,"dates":["2024-10-04","2024-10-05"]},"4-2024-10-06":{"id":"4-2024-10-06","available":286,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"4-2024-10-09":{"id":"4-2024-10-09","available":223,"dates":["2024-10-09","2024-10-10"]},"4-2024-10-11":{"id":"4-2024-10-11","available":139,"dates":["2024-10-11","2024-10-12"]},"4-2024-10-13":{"id":"4-2024-10-13","available":197,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"4-2024-10-16":{"id":"4-2024-10-16","available":139,"dates":["2024-10-16","2024-10-17"]},"4-2024-10-18":{"id":"4-2024-10-18","available":91,"dates":["2024-10-18","2024-10-19"]},"4-2024-10-20":{"id":"4-2024-10-20","available":159,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"4-2024-10-23":{"id":"4-2024-10-23","available":146,"dates":["2024-10-23","2024-10-24"]},"4-2024-10-25":{"id":"4-2024-10-25","available":113,"dates":["2024-10-25","2024-10-26"]},"4-2024-10-27":{"id":"4-2024-10-27","available":181,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"4-2024-10-30":{"id":"4-2024-10-30","available":158,"dates":["2024-10-30","2024-10-31"]},"4-2024-11-01":{"id":"4-2024-11-01","available":113,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-2024-11-06":{"id":"4-2024-11-06","available":45,"dates":["2024-11-06","2024-11-07"]},"4-FLRL-B-10022-4-144715":{"id":"4-FLRL-B-10022-4-144715","available":34,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-10022-4-144731":{"id":"4-FLRL-B-10022-4-144731","available":21,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-10022-4-145661":{"id":"4-FLRL-B-10022-4-145661","available":2,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-B-10022-4-146063":{"id":"4-FLRL-B-10022-4-146063","available":72,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-10022-4-146081":{"id":"4-FLRL-B-10022-4-146081","available":12,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146776":{"id":"41-146776","available":48,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147292":{"id":"41-147292","available":0,"dates":[]},"41-147810":{"id":"41-147810","available":0,"dates":[]},"41-148240":{"id":"41-148240","available":0,"dates":[]},"41-148632":{"id":"41-148632","available":0,"dates":[]},"41-148965":{"id":"41-148965","available":0,"dates":[]},"41-149876":{"id":"41-149876","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149878":{"id":"41-149878","available":208,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150437":{"id":"41-150437","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150438":{"id":"41-150438","available":208,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150668":{"id":"41-150668","available":0,"dates":[]},"41-150670":{"id":"41-150670","available":0,"dates":[]},"41-151246":{"id":"41-151246","available":0,"dates":[]},"41-151653":{"id":"41-151653","available":0,"dates":[]},"41-152125":{"id":"41-152125","available":0,"dates":[]},"41-152593":{"id":"41-152593","available":0,"dates":[]},"41-152845":{"id":"41-152845","available":0,"dates":[]},"41-153141":{"id":"41-153141","available":0,"dates":[]},"41-153616":{"id":"41-153616","available":0,"dates":[]},"41-153959":{"id":"41-153959","available":0,"dates":[]},"41-154276":{"id":"41-154276","available":0,"dates":[]},"41-154804":{"id":"41-154804","available":45,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155150":{"id":"41-155150","available":80,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155644":{"id":"41-155644","available":112,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-2024-09-18":{"id":"41-2024-09-18","available":34,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"41-2024-09-20":{"id":"41-2024-09-20","available":18,"dates":["2024-09-20","2024-09-21","2024-09-22"]},"41-2024-09-21":{"id":"41-2024-09-21","available":15,"dates":["2024-09-21","2024-09-22"]},"41-2024-09-23":{"id":"41-2024-09-23","available":90,"dates":["2024-09-23","2024-09-24"]},"41-2024-09-25":{"id":"41-2024-09-25","available":75,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"41-2024-09-30":{"id":"41-2024-09-30","available":177,"dates":["2024-09-30","2024-10-01"]},"41-2024-10-02":{"id":"41-2024-10-02","available":102,"dates":["2024-10-02","2024-10-03"]},"41-2024-10-04":{"id":"41-2024-10-04","available":96,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"41-2024-10-07":{"id":"41-2024-10-07","available":184,"dates":["2024-10-07","2024-10-08"]},"41-2024-10-09":{"id":"41-2024-10-09","available":88,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-11":{"id":"41-2024-10-11","available":83,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-14":{"id":"41-2024-10-14","available":116,"dates":["2024-10-14","2024-10-15"]},"41-2024-10-16":{"id":"41-2024-10-16","available":33,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"41-2024-10-21":{"id":"41-2024-10-21","available":90,"dates":["2024-10-21","2024-10-22"]},"41-2024-10-23":{"id":"41-2024-10-23","available":57,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"41-2024-10-28":{"id":"41-2024-10-28","available":102,"dates":["2024-10-28","2024-10-29"]},"41-2024-10-30":{"id":"41-2024-10-30","available":45,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-FLRL-B-10022-41-144756":{"id":"41-FLRL-B-10022-41-144756","available":50,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-10022-41-146098":{"id":"41-FLRL-B-10022-41-146098","available":57,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148976":{"id":"42-148976","available":0,"dates":[]},"42-149886":{"id":"42-149886","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149888":{"id":"42-149888","available":84,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150267":{"id":"42-150267","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150271":{"id":"42-150271","available":84,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150739":{"id":"42-150739","available":0,"dates":[]},"42-150743":{"id":"42-150743","available":0,"dates":[]},"42-151256":{"id":"42-151256","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"42-151664":{"id":"42-151664","available":0,"dates":[]},"42-152416":{"id":"42-152416","available":0,"dates":[]},"42-153906":{"id":"42-153906","available":0,"dates":[]},"42-154139":{"id":"42-154139","available":0,"dates":[]},"42-154342":{"id":"42-154342","available":0,"dates":[]},"42-154846":{"id":"42-154846","available":19,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"51-146679":{"id":"51-146679","available":27,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147194":{"id":"51-147194","available":30,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147722":{"id":"51-147722","available":22,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148154":{"id":"51-148154","available":0,"dates":[]},"51-148553":{"id":"51-148553","available":0,"dates":[]},"51-148873":{"id":"51-148873","available":0,"dates":[]},"51-149545":{"id":"51-149545","available":203,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150133":{"id":"51-150133","available":203,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150617":{"id":"51-150617","available":203,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150995":{"id":"51-150995","available":-31,"dates":[]},"51-151158":{"id":"51-151158","available":0,"dates":[]},"51-151569":{"id":"51-151569","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152061":{"id":"51-152061","available":0,"dates":[]},"51-152566":{"id":"51-152566","available":0,"dates":[]},"51-152797":{"id":"51-152797","available":0,"dates":[]},"51-153082":{"id":"51-153082","available":17,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153601":{"id":"51-153601","available":0,"dates":[]},"51-153706":{"id":"51-153706","available":0,"dates":[]},"51-154259":{"id":"51-154259","available":0,"dates":[]},"51-154780":{"id":"51-154780","available":112,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155321":{"id":"51-155321","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155527":{"id":"51-155527","available":-20,"dates":[]},"51-155622":{"id":"51-155622","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"51-2024-09-18":{"id":"51-2024-09-18","available":34,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"51-2024-09-20":{"id":"51-2024-09-20","available":23,"dates":["2024-09-20","2024-09-21","2024-09-22"]},"51-2024-09-21":{"id":"51-2024-09-21","available":23,"dates":["2024-09-21","2024-09-22"]},"51-2024-09-23":{"id":"51-2024-09-23","available":22,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"51-2024-09-30":{"id":"51-2024-09-30","available":23,"dates":["2024-09-30","2024-10-01","2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"51-2024-10-02":{"id":"51-2024-10-02","available":3,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"51-2024-10-14":{"id":"51-2024-10-14","available":18,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"51-2024-10-21":{"id":"51-2024-10-21","available":27,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"51-2024-10-28":{"id":"51-2024-10-28","available":24,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"58-146872":{"id":"58-146872","available":107,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147385":{"id":"58-147385","available":0,"dates":[]},"58-147911":{"id":"58-147911","available":0,"dates":[]},"58-148346":{"id":"58-148346","available":0,"dates":[]},"58-148737":{"id":"58-148737","available":0,"dates":[]},"58-148928":{"id":"58-148928","available":-16,"dates":[]},"58-149666":{"id":"58-149666","available":384,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149670":{"id":"58-149670","available":480,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150226":{"id":"58-150226","available":384,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150230":{"id":"58-150230","available":480,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150704":{"id":"58-150704","available":0,"dates":[]},"58-150707":{"id":"58-150707","available":0,"dates":[]},"58-151208":{"id":"58-151208","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151620":{"id":"58-151620","available":0,"dates":[]},"58-152096":{"id":"58-152096","available":0,"dates":[]},"58-152587":{"id":"58-152587","available":0,"dates":[]},"58-152826":{"id":"58-152826","available":0,"dates":[]},"58-153120":{"id":"58-153120","available":0,"dates":[]},"58-153421":{"id":"58-153421","available":0,"dates":[]},"58-154070":{"id":"58-154070","available":0,"dates":[]},"58-154243":{"id":"58-154243","available":0,"dates":[]},"58-154252":{"id":"58-154252","available":0,"dates":[]},"58-154774":{"id":"58-154774","available":85,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155140":{"id":"58-155140","available":138,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155611":{"id":"58-155611","available":176,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-2024-09-18":{"id":"58-2024-09-18","available":80,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"58-2024-09-20":{"id":"58-2024-09-20","available":30,"dates":["2024-09-20","2024-09-21","2024-09-22"]},"58-2024-09-21":{"id":"58-2024-09-21","available":8,"dates":["2024-09-21","2024-09-22"]},"58-2024-09-23":{"id":"58-2024-09-23","available":141,"dates":["2024-09-23","2024-09-24"]},"58-2024-09-25":{"id":"58-2024-09-25","available":133,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"58-2024-09-30":{"id":"58-2024-09-30","available":298,"dates":["2024-09-30","2024-10-01"]},"58-2024-10-02":{"id":"58-2024-10-02","available":101,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"58-2024-10-07":{"id":"58-2024-10-07","available":251,"dates":["2024-10-07","2024-10-08"]},"58-2024-10-09":{"id":"58-2024-10-09","available":150,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-11":{"id":"58-2024-10-11","available":44,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-14":{"id":"58-2024-10-14","available":130,"dates":["2024-10-14","2024-10-15"]},"58-2024-10-16":{"id":"58-2024-10-16","available":86,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"58-2024-10-21":{"id":"58-2024-10-21","available":187,"dates":["2024-10-21","2024-10-22"]},"58-2024-10-23":{"id":"58-2024-10-23","available":101,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-2024-10-28":{"id":"58-2024-10-28","available":205,"dates":["2024-10-28","2024-10-29"]},"58-2024-10-30":{"id":"58-2024-10-30","available":104,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-FLRL-B-10022-58-144698":{"id":"58-FLRL-B-10022-58-144698","available":44,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-10022-58-145779":{"id":"58-FLRL-B-10022-58-145779","available":"6","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-10022-58-146194":{"id":"58-FLRL-B-10022-58-146194","available":31,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148958":{"id":"65-148958","available":0,"dates":[]},"65-149868":{"id":"65-149868","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149870":{"id":"65-149870","available":200,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150429":{"id":"65-150429","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150431":{"id":"65-150431","available":200,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150844":{"id":"65-150844","available":0,"dates":[]},"65-150855":{"id":"65-150855","available":0,"dates":[]},"65-151239":{"id":"65-151239","available":0,"dates":[]},"65-151646":{"id":"65-151646","available":2,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152118":{"id":"65-152118","available":18,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152403":{"id":"65-152403","available":0,"dates":[]},"65-152840":{"id":"65-152840","available":0,"dates":[]},"65-153136":{"id":"65-153136","available":0,"dates":[]},"65-153438":{"id":"65-153438","available":24,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153612":{"id":"65-153612","available":0,"dates":[]},"65-153966":{"id":"65-153966","available":0,"dates":[]},"65-154405":{"id":"65-154405","available":0,"dates":[]},"65-154900":{"id":"65-154900","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155252":{"id":"65-155252","available":59,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155771":{"id":"65-155771","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150488":{"id":"66-150488","available":0,"dates":[]},"9-146731":{"id":"9-146731","available":32,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147246":{"id":"9-147246","available":0,"dates":[]},"9-147767":{"id":"9-147767","available":-3,"dates":[]},"9-148197":{"id":"9-148197","available":0,"dates":[]},"9-148591":{"id":"9-148591","available":0,"dates":[]},"9-152216":{"id":"9-152216","available":0,"dates":[]},"9-152912":{"id":"9-152912","available":0,"dates":[]},"9-153215":{"id":"9-153215","available":0,"dates":[]},"9-153511":{"id":"9-153511","available":0,"dates":[]},"9-155278":{"id":"9-155278","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155526":{"id":"9-155526","available":0,"dates":[]},"9-155563":{"id":"9-155563","available":36,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155810":{"id":"9-155810","available":44,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-2024-09-23":{"id":"9-2024-09-23","available":28,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"9-2024-09-30":{"id":"9-2024-09-30","available":66,"dates":["2024-09-30","2024-10-01"]},"9-2024-10-02":{"id":"9-2024-10-02","available":15,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"9-2024-10-07":{"id":"9-2024-10-07","available":43,"dates":["2024-10-07","2024-10-08"]},"9-2024-10-09":{"id":"9-2024-10-09","available":28,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"9-2024-10-11":{"id":"9-2024-10-11","available":15,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"9-2024-10-14":{"id":"9-2024-10-14","available":22,"dates":["2024-10-14","2024-10-15"]},"9-2024-10-16":{"id":"9-2024-10-16","available":7,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"9-2024-10-21":{"id":"9-2024-10-21","available":37,"dates":["2024-10-21","2024-10-22"]},"9-2024-10-23":{"id":"9-2024-10-23","available":30,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"9-2024-10-28":{"id":"9-2024-10-28","available":60,"dates":["2024-10-28","2024-10-29"]},"9-2024-10-30":{"id":"9-2024-10-30","available":30,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-FLRL-B-10022-9-144641":{"id":"9-FLRL-B-10022-9-144641","available":4,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"9-FLRL-B-10022-9-146049":{"id":"9-FLRL-B-10022-9-146049","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150704","58-150707","58-154774","58-155140","58-155611"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154780","51-155321","51-155622"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150927","4-150933","4-154925","4-154931","4-155168","4-155177","4-155663","4-155673"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150668","41-150670","41-154804","41-155150","41-155644"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150739","42-150743","42-154846"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150932","2-154924","2-154930","2-155167","2-155176","2-155662","2-155672"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150892","10-150898","10-154914","10-155263","10-155868"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150571","11-155525","11-150577","11-154824","11-155273","11-155804"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155526","9-155563","9-155278","9-155810"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150931","1-154923","1-154929","1-155166","1-155175","1-155661","1-155671"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150844","65-150855","65-154900","65-155252","65-155771"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150488"]}],"lot-a":{"id":"lot-a","available":10,"dates":["2024-09-24","2024-09-25","2024-09-26"]},"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-crush":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/OprahDaily_Badge_1.png?v=1739375604" }, "handle": "double-the-crush", "priceAmount": 12200, "price": "$122 ", "priceCompareAtAmount": 13600, "priceCompareAt": "$136 ", "url": "https://urbanstems.com/products/double-the-crush", "variantName": null, "title": "Double the Crush", "images": [ { "alt": "Double the Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=700 700w" }, { "alt": "Double the Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=700 700w" } ], "variants": [{"id":45653343600888,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10022","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Crush - Double","public_title":"Double","options":["Double","Default Title"],"price":12200,"weight":0,"compare_at_price":13600,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":12200,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":12200,"per_delivery_price":31500,"selling_plan_id":4977918200,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":12200,"per_delivery_price":42000,"selling_plan_id":4979720440,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":12200,"per_delivery_price":52500,"selling_plan_id":4980474104,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":12200,"per_delivery_price":63000,"selling_plan_id":4980998392,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":12200,"per_delivery_price":126000,"selling_plan_id":4981129464,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":12200,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":12200,"per_delivery_price":31500,"selling_plan_id":4977950968,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":12200,"per_delivery_price":42000,"selling_plan_id":4979753208,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":12200,"per_delivery_price":52500,"selling_plan_id":4980506872,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":12200,"per_delivery_price":63000,"selling_plan_id":4981031160,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":12200,"per_delivery_price":126000,"selling_plan_id":4981162232,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146742":{"id":"1-146742","available":18,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146758":{"id":"1-146758","available":11,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146867":{"id":"1-146867","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147257":{"id":"1-147257","available":0,"dates":[]},"1-147273":{"id":"1-147273","available":0,"dates":[]},"1-147778":{"id":"1-147778","available":0,"dates":[]},"1-147791":{"id":"1-147791","available":-1,"dates":[]},"1-148208":{"id":"1-148208","available":0,"dates":[]},"1-148220":{"id":"1-148220","available":0,"dates":[]},"1-148602":{"id":"1-148602","available":0,"dates":[]},"1-148611":{"id":"1-148611","available":0,"dates":[]},"1-149058":{"id":"1-149058","available":10,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"1-149064":{"id":"1-149064","available":0,"dates":[]},"1-149852":{"id":"1-149852","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149858":{"id":"1-149858","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150417":{"id":"1-150417","available":55,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150423":{"id":"1-150423","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150925":{"id":"1-150925","available":22,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150931":{"id":"1-150931","available":0,"dates":[]},"1-151343":{"id":"1-151343","available":0,"dates":[]},"1-151352":{"id":"1-151352","available":0,"dates":[]},"1-151729":{"id":"1-151729","available":1,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151741":{"id":"1-151741","available":4,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152100":{"id":"1-152100","available":10,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152467":{"id":"1-152467","available":0,"dates":[]},"1-152829":{"id":"1-152829","available":0,"dates":[]},"1-152968":{"id":"1-152968","available":0,"dates":[]},"1-153123":{"id":"1-153123","available":0,"dates":[]},"1-153126":{"id":"1-153126","available":0,"dates":[]},"1-153424":{"id":"1-153424","available":0,"dates":[]},"1-153427":{"id":"1-153427","available":0,"dates":[]},"1-153733":{"id":"1-153733","available":0,"dates":[]},"1-153799":{"id":"1-153799","available":0,"dates":[]},"1-154445":{"id":"1-154445","available":0,"dates":[]},"1-154448":{"id":"1-154448","available":-2,"dates":[]},"1-154923":{"id":"1-154923","available":0,"dates":[]},"1-154929":{"id":"1-154929","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155166":{"id":"1-155166","available":10,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155175":{"id":"1-155175","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155661":{"id":"1-155661","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155671":{"id":"1-155671","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-2024-10-04":{"id":"1-2024-10-04","available":1,"dates":["2024-10-04","2024-10-05"]},"1-2024-10-06":{"id":"1-2024-10-06","available":16,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"1-2024-10-09":{"id":"1-2024-10-09","available":26,"dates":["2024-10-09","2024-10-10"]},"1-2024-10-11":{"id":"1-2024-10-11","available":25,"dates":["2024-10-11","2024-10-12"]},"1-2024-10-13":{"id":"1-2024-10-13","available":53,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"1-2024-10-16":{"id":"1-2024-10-16","available":48,"dates":["2024-10-16","2024-10-17"]},"1-2024-10-18":{"id":"1-2024-10-18","available":38,"dates":["2024-10-18","2024-10-19"]},"1-2024-10-20":{"id":"1-2024-10-20","available":61,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"1-2024-10-23":{"id":"1-2024-10-23","available":43,"dates":["2024-10-23","2024-10-24"]},"1-2024-10-25":{"id":"1-2024-10-25","available":33,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"1-2024-10-30":{"id":"1-2024-10-30","available":11,"dates":["2024-10-30","2024-10-31"]},"1-FLRL-D-10022-1-146061":{"id":"1-FLRL-D-10022-1-146061","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-D-10022-1-146079":{"id":"1-FLRL-D-10022-1-146079","available":9,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146862":{"id":"10-146862","available":21,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147375":{"id":"10-147375","available":0,"dates":[]},"10-147901":{"id":"10-147901","available":0,"dates":[]},"10-148336":{"id":"10-148336","available":0,"dates":[]},"10-148726":{"id":"10-148726","available":0,"dates":[]},"10-149044":{"id":"10-149044","available":0,"dates":[]},"10-149864":{"id":"10-149864","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149866":{"id":"10-149866","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150384":{"id":"10-150384","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150390":{"id":"10-150390","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150892":{"id":"10-150892","available":0,"dates":[]},"10-150898":{"id":"10-150898","available":0,"dates":[]},"10-151329":{"id":"10-151329","available":0,"dates":[]},"10-151856":{"id":"10-151856","available":0,"dates":[]},"10-152185":{"id":"10-152185","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"10-152633":{"id":"10-152633","available":0,"dates":[]},"10-152888":{"id":"10-152888","available":0,"dates":[]},"10-153188":{"id":"10-153188","available":0,"dates":[]},"10-153629":{"id":"10-153629","available":0,"dates":[]},"10-153883":{"id":"10-153883","available":0,"dates":[]},"10-154430":{"id":"10-154430","available":0,"dates":[]},"10-154914":{"id":"10-154914","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155263":{"id":"10-155263","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155868":{"id":"10-155868","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-2024-10-04":{"id":"10-2024-10-04","available":13,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"10-2024-10-07":{"id":"10-2024-10-07","available":39,"dates":["2024-10-07","2024-10-08"]},"10-2024-10-09":{"id":"10-2024-10-09","available":26,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"10-2024-10-14":{"id":"10-2024-10-14","available":46,"dates":["2024-10-14","2024-10-15"]},"10-2024-10-16":{"id":"10-2024-10-16","available":20,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"10-2024-10-21":{"id":"10-2024-10-21","available":41,"dates":["2024-10-21","2024-10-22"]},"10-2024-10-23":{"id":"10-2024-10-23","available":20,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"10-FLRL-D-10022-10-146184":{"id":"10-FLRL-D-10022-10-146184","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146308":{"id":"11-146308","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146509":{"id":"11-146509","available":24,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146649":{"id":"11-146649","available":32,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147165":{"id":"11-147165","available":0,"dates":[]},"11-147693":{"id":"11-147693","available":0,"dates":[]},"11-148125":{"id":"11-148125","available":0,"dates":[]},"11-148526":{"id":"11-148526","available":0,"dates":[]},"11-148846":{"id":"11-148846","available":-1,"dates":[]},"11-149872":{"id":"11-149872","available":68,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149874":{"id":"11-149874","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150433":{"id":"11-150433","available":68,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150435":{"id":"11-150435","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150571":{"id":"11-150571","available":0,"dates":[]},"11-150577":{"id":"11-150577","available":0,"dates":[]},"11-151129":{"id":"11-151129","available":0,"dates":[]},"11-151541":{"id":"11-151541","available":-3,"dates":[]},"11-152036":{"id":"11-152036","available":0,"dates":[]},"11-152544":{"id":"11-152544","available":0,"dates":[]},"11-152775":{"id":"11-152775","available":0,"dates":[]},"11-153059":{"id":"11-153059","available":0,"dates":[]},"11-153362":{"id":"11-153362","available":0,"dates":[]},"11-153921":{"id":"11-153921","available":0,"dates":[]},"11-154318":{"id":"11-154318","available":0,"dates":[]},"11-154824":{"id":"11-154824","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155273":{"id":"11-155273","available":46,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155525":{"id":"11-155525","available":0,"dates":[]},"11-155804":{"id":"11-155804","available":61,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-2024-10-04":{"id":"11-2024-10-04","available":27,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"11-2024-10-07":{"id":"11-2024-10-07","available":74,"dates":["2024-10-07","2024-10-08"]},"11-2024-10-09":{"id":"11-2024-10-09","available":47,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-14":{"id":"11-2024-10-14","available":81,"dates":["2024-10-14","2024-10-15"]},"11-2024-10-16":{"id":"11-2024-10-16","available":34,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"11-2024-10-21":{"id":"11-2024-10-21","available":68,"dates":["2024-10-21","2024-10-22"]},"11-2024-10-23":{"id":"11-2024-10-23","available":34,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"11-FLRL-D-10022-11-145958":{"id":"11-FLRL-D-10022-11-145958","available":20,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146743":{"id":"2-146743","available":35,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146759":{"id":"2-146759","available":18,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146868":{"id":"2-146868","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147258":{"id":"2-147258","available":0,"dates":[]},"2-147274":{"id":"2-147274","available":-2,"dates":[]},"2-147779":{"id":"2-147779","available":0,"dates":[]},"2-147792":{"id":"2-147792","available":-1,"dates":[]},"2-148209":{"id":"2-148209","available":0,"dates":[]},"2-148221":{"id":"2-148221","available":0,"dates":[]},"2-148603":{"id":"2-148603","available":0,"dates":[]},"2-148612":{"id":"2-148612","available":0,"dates":[]},"2-149059":{"id":"2-149059","available":14,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"2-149065":{"id":"2-149065","available":0,"dates":[]},"2-149853":{"id":"2-149853","available":71,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149859":{"id":"2-149859","available":88,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150418":{"id":"2-150418","available":71,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150424":{"id":"2-150424","available":88,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150926":{"id":"2-150926","available":14,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150932":{"id":"2-150932","available":0,"dates":[]},"2-151344":{"id":"2-151344","available":0,"dates":[]},"2-151353":{"id":"2-151353","available":0,"dates":[]},"2-151730":{"id":"2-151730","available":-2,"dates":[]},"2-151742":{"id":"2-151742","available":-1,"dates":[]},"2-152101":{"id":"2-152101","available":0,"dates":[]},"2-152468":{"id":"2-152468","available":-1,"dates":[]},"2-152830":{"id":"2-152830","available":0,"dates":[]},"2-152832":{"id":"2-152832","available":6,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152969":{"id":"2-152969","available":0,"dates":[]},"2-153124":{"id":"2-153124","available":0,"dates":[]},"2-153127":{"id":"2-153127","available":0,"dates":[]},"2-153425":{"id":"2-153425","available":0,"dates":[]},"2-153428":{"id":"2-153428","available":0,"dates":[]},"2-153734":{"id":"2-153734","available":0,"dates":[]},"2-153800":{"id":"2-153800","available":0,"dates":[]},"2-154446":{"id":"2-154446","available":0,"dates":[]},"2-154449":{"id":"2-154449","available":-3,"dates":[]},"2-154924":{"id":"2-154924","available":0,"dates":[]},"2-154930":{"id":"2-154930","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155035":{"id":"2-155035","available":0,"dates":[]},"2-155167":{"id":"2-155167","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155176":{"id":"2-155176","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155662":{"id":"2-155662","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155672":{"id":"2-155672","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-2024-10-04":{"id":"2-2024-10-04","available":10,"dates":["2024-10-04","2024-10-05"]},"2-2024-10-06":{"id":"2-2024-10-06","available":32,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"2-2024-10-09":{"id":"2-2024-10-09","available":44,"dates":["2024-10-09","2024-10-10"]},"2-2024-10-11":{"id":"2-2024-10-11","available":34,"dates":["2024-10-11","2024-10-12"]},"2-2024-10-13":{"id":"2-2024-10-13","available":73,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"2-2024-10-16":{"id":"2-2024-10-16","available":67,"dates":["2024-10-16","2024-10-17"]},"2-2024-10-18":{"id":"2-2024-10-18","available":55,"dates":["2024-10-18","2024-10-19"]},"2-2024-10-20":{"id":"2-2024-10-20","available":89,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"2-2024-10-23":{"id":"2-2024-10-23","available":67,"dates":["2024-10-23","2024-10-24"]},"2-2024-10-25":{"id":"2-2024-10-25","available":51,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"2-2024-10-30":{"id":"2-2024-10-30","available":17,"dates":["2024-10-30","2024-10-31"]},"2-FLRL-D-10022-2-146062":{"id":"2-FLRL-D-10022-2-146062","available":2,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-D-10022-2-146080":{"id":"2-FLRL-D-10022-2-146080","available":9,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146668":{"id":"30-146668","available":38,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147309":{"id":"30-147309","available":0,"dates":[]},"30-147827":{"id":"30-147827","available":0,"dates":[]},"30-148258":{"id":"30-148258","available":0,"dates":[]},"30-148650":{"id":"30-148650","available":0,"dates":[]},"30-2024-10-07":{"id":"30-2024-10-07","available":47,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"30-2024-10-14":{"id":"30-2024-10-14","available":80,"dates":["2024-10-14","2024-10-15"]},"30-2024-10-16":{"id":"30-2024-10-16","available":33,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"30-2024-10-21":{"id":"30-2024-10-21","available":72,"dates":["2024-10-21","2024-10-22"]},"30-2024-10-23":{"id":"30-2024-10-23","available":39,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"30-FLRL-D-10022-30-146115":{"id":"30-FLRL-D-10022-30-146115","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146744":{"id":"4-146744","available":36,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146760":{"id":"4-146760","available":24,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146869":{"id":"4-146869","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147259":{"id":"4-147259","available":0,"dates":[]},"4-147275":{"id":"4-147275","available":0,"dates":[]},"4-147780":{"id":"4-147780","available":0,"dates":[]},"4-147793":{"id":"4-147793","available":0,"dates":[]},"4-148210":{"id":"4-148210","available":0,"dates":[]},"4-148222":{"id":"4-148222","available":0,"dates":[]},"4-148604":{"id":"4-148604","available":0,"dates":[]},"4-148613":{"id":"4-148613","available":0,"dates":[]},"4-149060":{"id":"4-149060","available":-3,"dates":[]},"4-149066":{"id":"4-149066","available":-14,"dates":[]},"4-149854":{"id":"4-149854","available":368,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149860":{"id":"4-149860","available":456,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150419":{"id":"4-150419","available":368,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150425":{"id":"4-150425","available":456,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150927":{"id":"4-150927","available":0,"dates":[]},"4-150933":{"id":"4-150933","available":0,"dates":[]},"4-151345":{"id":"4-151345","available":0,"dates":[]},"4-151354":{"id":"4-151354","available":0,"dates":[]},"4-151731":{"id":"4-151731","available":0,"dates":[]},"4-151743":{"id":"4-151743","available":-1,"dates":[]},"4-152102":{"id":"4-152102","available":0,"dates":[]},"4-152469":{"id":"4-152469","available":0,"dates":[]},"4-152831":{"id":"4-152831","available":0,"dates":[]},"4-152970":{"id":"4-152970","available":0,"dates":[]},"4-153125":{"id":"4-153125","available":0,"dates":[]},"4-153128":{"id":"4-153128","available":0,"dates":[]},"4-153426":{"id":"4-153426","available":0,"dates":[]},"4-153429":{"id":"4-153429","available":0,"dates":[]},"4-153735":{"id":"4-153735","available":0,"dates":[]},"4-153801":{"id":"4-153801","available":0,"dates":[]},"4-154447":{"id":"4-154447","available":0,"dates":[]},"4-154450":{"id":"4-154450","available":0,"dates":[]},"4-154925":{"id":"4-154925","available":11,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154931":{"id":"4-154931","available":31,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155040":{"id":"4-155040","available":0,"dates":[]},"4-155168":{"id":"4-155168","available":68,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155177":{"id":"4-155177","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155663":{"id":"4-155663","available":80,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155673":{"id":"4-155673","available":48,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-2024-10-04":{"id":"4-2024-10-04","available":59,"dates":["2024-10-04","2024-10-05"]},"4-2024-10-06":{"id":"4-2024-10-06","available":113,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"4-2024-10-09":{"id":"4-2024-10-09","available":110,"dates":["2024-10-09","2024-10-10"]},"4-2024-10-11":{"id":"4-2024-10-11","available":74,"dates":["2024-10-11","2024-10-12"]},"4-2024-10-13":{"id":"4-2024-10-13","available":107,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"4-2024-10-16":{"id":"4-2024-10-16","available":70,"dates":["2024-10-16","2024-10-17"]},"4-2024-10-18":{"id":"4-2024-10-18","available":50,"dates":["2024-10-18","2024-10-19"]},"4-2024-10-20":{"id":"4-2024-10-20","available":84,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"4-2024-10-23":{"id":"4-2024-10-23","available":73,"dates":["2024-10-23","2024-10-24"]},"4-2024-10-25":{"id":"4-2024-10-25","available":56,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"4-2024-10-30":{"id":"4-2024-10-30","available":22,"dates":["2024-10-30","2024-10-31"]},"4-FLRL-D-10022-4-145661":{"id":"4-FLRL-D-10022-4-145661","available":1,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-D-10022-4-146063":{"id":"4-FLRL-D-10022-4-146063","available":36,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-D-10022-4-146081":{"id":"4-FLRL-D-10022-4-146081","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146776":{"id":"41-146776","available":24,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147292":{"id":"41-147292","available":0,"dates":[]},"41-147810":{"id":"41-147810","available":0,"dates":[]},"41-148240":{"id":"41-148240","available":0,"dates":[]},"41-148632":{"id":"41-148632","available":0,"dates":[]},"41-148965":{"id":"41-148965","available":0,"dates":[]},"41-149876":{"id":"41-149876","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149878":{"id":"41-149878","available":104,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150437":{"id":"41-150437","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150438":{"id":"41-150438","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150668":{"id":"41-150668","available":0,"dates":[]},"41-150670":{"id":"41-150670","available":0,"dates":[]},"41-151246":{"id":"41-151246","available":0,"dates":[]},"41-151653":{"id":"41-151653","available":0,"dates":[]},"41-152125":{"id":"41-152125","available":0,"dates":[]},"41-152593":{"id":"41-152593","available":0,"dates":[]},"41-152845":{"id":"41-152845","available":0,"dates":[]},"41-153141":{"id":"41-153141","available":0,"dates":[]},"41-153616":{"id":"41-153616","available":0,"dates":[]},"41-153959":{"id":"41-153959","available":0,"dates":[]},"41-154276":{"id":"41-154276","available":0,"dates":[]},"41-154804":{"id":"41-154804","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155150":{"id":"41-155150","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155644":{"id":"41-155644","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-2024-10-04":{"id":"41-2024-10-04","available":41,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"41-2024-10-07":{"id":"41-2024-10-07","available":83,"dates":["2024-10-07","2024-10-08"]},"41-2024-10-09":{"id":"41-2024-10-09","available":41,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-14":{"id":"41-2024-10-14","available":68,"dates":["2024-10-14","2024-10-15"]},"41-2024-10-16":{"id":"41-2024-10-16","available":27,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"41-2024-10-21":{"id":"41-2024-10-21","available":55,"dates":["2024-10-21","2024-10-22"]},"41-2024-10-23":{"id":"41-2024-10-23","available":28,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"41-FLRL-D-10022-41-146098":{"id":"41-FLRL-D-10022-41-146098","available":28,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148976":{"id":"42-148976","available":0,"dates":[]},"42-149886":{"id":"42-149886","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149888":{"id":"42-149888","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150267":{"id":"42-150267","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150271":{"id":"42-150271","available":42,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150739":{"id":"42-150739","available":0,"dates":[]},"42-150743":{"id":"42-150743","available":0,"dates":[]},"42-151256":{"id":"42-151256","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"42-151664":{"id":"42-151664","available":0,"dates":[]},"42-152416":{"id":"42-152416","available":0,"dates":[]},"42-153906":{"id":"42-153906","available":0,"dates":[]},"42-154139":{"id":"42-154139","available":0,"dates":[]},"42-154342":{"id":"42-154342","available":0,"dates":[]},"42-154846":{"id":"42-154846","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"51-146679":{"id":"51-146679","available":13,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147194":{"id":"51-147194","available":15,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147722":{"id":"51-147722","available":11,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148154":{"id":"51-148154","available":0,"dates":[]},"51-148553":{"id":"51-148553","available":0,"dates":[]},"51-148873":{"id":"51-148873","available":0,"dates":[]},"51-149545":{"id":"51-149545","available":101,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150133":{"id":"51-150133","available":101,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150617":{"id":"51-150617","available":101,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150995":{"id":"51-150995","available":-16,"dates":[]},"51-151158":{"id":"51-151158","available":0,"dates":[]},"51-151569":{"id":"51-151569","available":0,"dates":[]},"51-152061":{"id":"51-152061","available":0,"dates":[]},"51-152566":{"id":"51-152566","available":0,"dates":[]},"51-152797":{"id":"51-152797","available":0,"dates":[]},"51-153082":{"id":"51-153082","available":8,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153601":{"id":"51-153601","available":0,"dates":[]},"51-153706":{"id":"51-153706","available":0,"dates":[]},"51-154259":{"id":"51-154259","available":0,"dates":[]},"51-154780":{"id":"51-154780","available":56,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155321":{"id":"51-155321","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155527":{"id":"51-155527","available":-10,"dates":[]},"51-155622":{"id":"51-155622","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"51-2024-10-07":{"id":"51-2024-10-07","available":3,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"51-2024-10-14":{"id":"51-2024-10-14","available":11,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"51-2024-10-21":{"id":"51-2024-10-21","available":9,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146872":{"id":"58-146872","available":53,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147385":{"id":"58-147385","available":0,"dates":[]},"58-147911":{"id":"58-147911","available":0,"dates":[]},"58-148346":{"id":"58-148346","available":0,"dates":[]},"58-148737":{"id":"58-148737","available":0,"dates":[]},"58-148928":{"id":"58-148928","available":-8,"dates":[]},"58-149666":{"id":"58-149666","available":192,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149670":{"id":"58-149670","available":240,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150226":{"id":"58-150226","available":192,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150230":{"id":"58-150230","available":240,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150704":{"id":"58-150704","available":0,"dates":[]},"58-150707":{"id":"58-150707","available":0,"dates":[]},"58-151208":{"id":"58-151208","available":0,"dates":[]},"58-151620":{"id":"58-151620","available":0,"dates":[]},"58-152096":{"id":"58-152096","available":0,"dates":[]},"58-152587":{"id":"58-152587","available":0,"dates":[]},"58-152826":{"id":"58-152826","available":0,"dates":[]},"58-153120":{"id":"58-153120","available":0,"dates":[]},"58-153421":{"id":"58-153421","available":0,"dates":[]},"58-154070":{"id":"58-154070","available":0,"dates":[]},"58-154243":{"id":"58-154243","available":0,"dates":[]},"58-154252":{"id":"58-154252","available":0,"dates":[]},"58-154774":{"id":"58-154774","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155140":{"id":"58-155140","available":69,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155611":{"id":"58-155611","available":88,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-2024-10-04":{"id":"58-2024-10-04","available":16,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"58-2024-10-07":{"id":"58-2024-10-07","available":87,"dates":["2024-10-07","2024-10-08"]},"58-2024-10-09":{"id":"58-2024-10-09","available":71,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-14":{"id":"58-2024-10-14","available":123,"dates":["2024-10-14","2024-10-15"]},"58-2024-10-16":{"id":"58-2024-10-16","available":52,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"58-2024-10-21":{"id":"58-2024-10-21","available":104,"dates":["2024-10-21","2024-10-22"]},"58-2024-10-23":{"id":"58-2024-10-23","available":52,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"58-FLRL-D-10022-58-146194":{"id":"58-FLRL-D-10022-58-146194","available":15,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148958":{"id":"65-148958","available":0,"dates":[]},"65-149868":{"id":"65-149868","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149870":{"id":"65-149870","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150429":{"id":"65-150429","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150431":{"id":"65-150431","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150844":{"id":"65-150844","available":0,"dates":[]},"65-150855":{"id":"65-150855","available":0,"dates":[]},"65-151239":{"id":"65-151239","available":0,"dates":[]},"65-151646":{"id":"65-151646","available":1,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152118":{"id":"65-152118","available":9,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152403":{"id":"65-152403","available":0,"dates":[]},"65-152840":{"id":"65-152840","available":0,"dates":[]},"65-153136":{"id":"65-153136","available":0,"dates":[]},"65-153438":{"id":"65-153438","available":12,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153612":{"id":"65-153612","available":0,"dates":[]},"65-153966":{"id":"65-153966","available":0,"dates":[]},"65-154405":{"id":"65-154405","available":0,"dates":[]},"65-154900":{"id":"65-154900","available":2,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155252":{"id":"65-155252","available":29,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155771":{"id":"65-155771","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150488":{"id":"66-150488","available":0,"dates":[]},"9-146731":{"id":"9-146731","available":16,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147246":{"id":"9-147246","available":0,"dates":[]},"9-147767":{"id":"9-147767","available":-2,"dates":[]},"9-148197":{"id":"9-148197","available":0,"dates":[]},"9-148591":{"id":"9-148591","available":0,"dates":[]},"9-152216":{"id":"9-152216","available":0,"dates":[]},"9-152912":{"id":"9-152912","available":0,"dates":[]},"9-153215":{"id":"9-153215","available":0,"dates":[]},"9-153511":{"id":"9-153511","available":0,"dates":[]},"9-155278":{"id":"9-155278","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155526":{"id":"9-155526","available":0,"dates":[]},"9-155563":{"id":"9-155563","available":18,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155810":{"id":"9-155810","available":22,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-2024-10-04":{"id":"9-2024-10-04","available":0,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"9-2024-10-07":{"id":"9-2024-10-07","available":13,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"9-2024-10-14":{"id":"9-2024-10-14","available":20,"dates":["2024-10-14","2024-10-15"]},"9-2024-10-16":{"id":"9-2024-10-16","available":7,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"9-2024-10-21":{"id":"9-2024-10-21","available":22,"dates":["2024-10-21","2024-10-22"]},"9-2024-10-23":{"id":"9-2024-10-23","available":15,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"9-FLRL-D-10022-9-146049":{"id":"9-FLRL-D-10022-9-146049","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"item_reference":{"sku":"FLRL-B-10022","quantity":2},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150704","58-150707","58-154774","58-155140","58-155611"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154780","51-155321","51-155622"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150927","4-150933","4-154925","4-154931","4-155168","4-155177","4-155663","4-155673"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150668","41-150670","41-154804","41-155150","41-155644"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150739","42-150743","42-154846"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150932","2-154924","2-154930","2-155167","2-155176","2-155662","2-155672"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150892","10-150898","10-154914","10-155263","10-155868"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150571","11-155525","11-150577","11-154824","11-155273","11-155804"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155526","9-155563","9-155278","9-155810"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150931","1-154923","1-154929","1-155166","1-155175","1-155661","1-155671"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150844","65-150855","65-154900","65-155252","65-155771"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150488"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-crush":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/OprahDaily_Badge_1.png?v=1739375604" }, "handle": "triple-the-crush", "priceAmount": 17300, "price": "$173 ", "priceCompareAtAmount": 20400, "priceCompareAt": "$204 ", "url": "https://urbanstems.com/products/triple-the-crush", "variantName": null, "title": "Triple the Crush", "images": [ { "alt": "Triple the Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=700 700w" }, { "alt": "Triple the Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=700 700w" } ], "variants": [{"id":45653346713848,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10022","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Crush - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":17300,"weight":0,"compare_at_price":20400,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146742":{"id":"1-146742","available":12,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146758":{"id":"1-146758","available":7,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146867":{"id":"1-146867","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147257":{"id":"1-147257","available":0,"dates":[]},"1-147273":{"id":"1-147273","available":0,"dates":[]},"1-147778":{"id":"1-147778","available":0,"dates":[]},"1-147791":{"id":"1-147791","available":-1,"dates":[]},"1-148208":{"id":"1-148208","available":0,"dates":[]},"1-148220":{"id":"1-148220","available":0,"dates":[]},"1-148602":{"id":"1-148602","available":0,"dates":[]},"1-148611":{"id":"1-148611","available":0,"dates":[]},"1-149058":{"id":"1-149058","available":6,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"1-149064":{"id":"1-149064","available":0,"dates":[]},"1-149852":{"id":"1-149852","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149858":{"id":"1-149858","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150417":{"id":"1-150417","available":36,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150423":{"id":"1-150423","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150925":{"id":"1-150925","available":15,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150931":{"id":"1-150931","available":0,"dates":[]},"1-151343":{"id":"1-151343","available":0,"dates":[]},"1-151352":{"id":"1-151352","available":0,"dates":[]},"1-151729":{"id":"1-151729","available":0,"dates":[]},"1-151741":{"id":"1-151741","available":3,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152100":{"id":"1-152100","available":7,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152467":{"id":"1-152467","available":0,"dates":[]},"1-152829":{"id":"1-152829","available":0,"dates":[]},"1-152968":{"id":"1-152968","available":0,"dates":[]},"1-153123":{"id":"1-153123","available":0,"dates":[]},"1-153126":{"id":"1-153126","available":0,"dates":[]},"1-153424":{"id":"1-153424","available":0,"dates":[]},"1-153427":{"id":"1-153427","available":0,"dates":[]},"1-153733":{"id":"1-153733","available":0,"dates":[]},"1-153799":{"id":"1-153799","available":0,"dates":[]},"1-154445":{"id":"1-154445","available":0,"dates":[]},"1-154448":{"id":"1-154448","available":-1,"dates":[]},"1-154923":{"id":"1-154923","available":0,"dates":[]},"1-154929":{"id":"1-154929","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155166":{"id":"1-155166","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155175":{"id":"1-155175","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155661":{"id":"1-155661","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155671":{"id":"1-155671","available":4,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-T-10022-1-146061":{"id":"1-FLRL-T-10022-1-146061","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-T-10022-1-146079":{"id":"1-FLRL-T-10022-1-146079","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146862":{"id":"10-146862","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147375":{"id":"10-147375","available":0,"dates":[]},"10-147901":{"id":"10-147901","available":0,"dates":[]},"10-148336":{"id":"10-148336","available":0,"dates":[]},"10-148726":{"id":"10-148726","available":0,"dates":[]},"10-149044":{"id":"10-149044","available":0,"dates":[]},"10-149864":{"id":"10-149864","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149866":{"id":"10-149866","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150384":{"id":"10-150384","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150390":{"id":"10-150390","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150892":{"id":"10-150892","available":0,"dates":[]},"10-150898":{"id":"10-150898","available":0,"dates":[]},"10-151329":{"id":"10-151329","available":0,"dates":[]},"10-151856":{"id":"10-151856","available":0,"dates":[]},"10-152185":{"id":"10-152185","available":0,"dates":[]},"10-152633":{"id":"10-152633","available":0,"dates":[]},"10-152888":{"id":"10-152888","available":0,"dates":[]},"10-153188":{"id":"10-153188","available":0,"dates":[]},"10-153629":{"id":"10-153629","available":0,"dates":[]},"10-153883":{"id":"10-153883","available":0,"dates":[]},"10-154430":{"id":"10-154430","available":0,"dates":[]},"10-154914":{"id":"10-154914","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155263":{"id":"10-155263","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155868":{"id":"10-155868","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-T-10022-10-146184":{"id":"10-FLRL-T-10022-10-146184","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146308":{"id":"11-146308","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146509":{"id":"11-146509","available":16,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146649":{"id":"11-146649","available":21,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147165":{"id":"11-147165","available":0,"dates":[]},"11-147693":{"id":"11-147693","available":0,"dates":[]},"11-148125":{"id":"11-148125","available":0,"dates":[]},"11-148526":{"id":"11-148526","available":0,"dates":[]},"11-148846":{"id":"11-148846","available":-1,"dates":[]},"11-149872":{"id":"11-149872","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149874":{"id":"11-149874","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150433":{"id":"11-150433","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150435":{"id":"11-150435","available":53,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150571":{"id":"11-150571","available":0,"dates":[]},"11-150577":{"id":"11-150577","available":0,"dates":[]},"11-151129":{"id":"11-151129","available":0,"dates":[]},"11-151541":{"id":"11-151541","available":-2,"dates":[]},"11-152036":{"id":"11-152036","available":0,"dates":[]},"11-152544":{"id":"11-152544","available":0,"dates":[]},"11-152775":{"id":"11-152775","available":0,"dates":[]},"11-153059":{"id":"11-153059","available":0,"dates":[]},"11-153362":{"id":"11-153362","available":0,"dates":[]},"11-153921":{"id":"11-153921","available":0,"dates":[]},"11-154318":{"id":"11-154318","available":0,"dates":[]},"11-154824":{"id":"11-154824","available":23,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155273":{"id":"11-155273","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155525":{"id":"11-155525","available":0,"dates":[]},"11-155804":{"id":"11-155804","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-10022-11-145958":{"id":"11-FLRL-T-10022-11-145958","available":13,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146743":{"id":"2-146743","available":23,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146759":{"id":"2-146759","available":12,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146868":{"id":"2-146868","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147258":{"id":"2-147258","available":0,"dates":[]},"2-147274":{"id":"2-147274","available":-1,"dates":[]},"2-147779":{"id":"2-147779","available":0,"dates":[]},"2-147792":{"id":"2-147792","available":-1,"dates":[]},"2-148209":{"id":"2-148209","available":0,"dates":[]},"2-148221":{"id":"2-148221","available":0,"dates":[]},"2-148603":{"id":"2-148603","available":0,"dates":[]},"2-148612":{"id":"2-148612","available":0,"dates":[]},"2-149059":{"id":"2-149059","available":9,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"2-149065":{"id":"2-149065","available":0,"dates":[]},"2-149853":{"id":"2-149853","available":47,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149859":{"id":"2-149859","available":58,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150418":{"id":"2-150418","available":47,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150424":{"id":"2-150424","available":58,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150926":{"id":"2-150926","available":9,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150932":{"id":"2-150932","available":0,"dates":[]},"2-151344":{"id":"2-151344","available":0,"dates":[]},"2-151353":{"id":"2-151353","available":0,"dates":[]},"2-151730":{"id":"2-151730","available":-2,"dates":[]},"2-151742":{"id":"2-151742","available":-1,"dates":[]},"2-152101":{"id":"2-152101","available":0,"dates":[]},"2-152468":{"id":"2-152468","available":-1,"dates":[]},"2-152830":{"id":"2-152830","available":0,"dates":[]},"2-152832":{"id":"2-152832","available":4,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152969":{"id":"2-152969","available":0,"dates":[]},"2-153124":{"id":"2-153124","available":0,"dates":[]},"2-153127":{"id":"2-153127","available":0,"dates":[]},"2-153425":{"id":"2-153425","available":0,"dates":[]},"2-153428":{"id":"2-153428","available":0,"dates":[]},"2-153734":{"id":"2-153734","available":0,"dates":[]},"2-153800":{"id":"2-153800","available":0,"dates":[]},"2-154446":{"id":"2-154446","available":0,"dates":[]},"2-154449":{"id":"2-154449","available":-2,"dates":[]},"2-154924":{"id":"2-154924","available":0,"dates":[]},"2-154930":{"id":"2-154930","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155035":{"id":"2-155035","available":0,"dates":[]},"2-155167":{"id":"2-155167","available":10,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155176":{"id":"2-155176","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155662":{"id":"2-155662","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155672":{"id":"2-155672","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-T-10022-2-146062":{"id":"2-FLRL-T-10022-2-146062","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-T-10022-2-146080":{"id":"2-FLRL-T-10022-2-146080","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146668":{"id":"30-146668","available":25,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147309":{"id":"30-147309","available":0,"dates":[]},"30-147827":{"id":"30-147827","available":0,"dates":[]},"30-148258":{"id":"30-148258","available":0,"dates":[]},"30-148650":{"id":"30-148650","available":0,"dates":[]},"30-FLRL-T-10022-30-146115":{"id":"30-FLRL-T-10022-30-146115","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146744":{"id":"4-146744","available":24,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146760":{"id":"4-146760","available":16,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146869":{"id":"4-146869","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147259":{"id":"4-147259","available":0,"dates":[]},"4-147275":{"id":"4-147275","available":0,"dates":[]},"4-147780":{"id":"4-147780","available":0,"dates":[]},"4-147793":{"id":"4-147793","available":0,"dates":[]},"4-148210":{"id":"4-148210","available":0,"dates":[]},"4-148222":{"id":"4-148222","available":0,"dates":[]},"4-148604":{"id":"4-148604","available":0,"dates":[]},"4-148613":{"id":"4-148613","available":0,"dates":[]},"4-149060":{"id":"4-149060","available":-2,"dates":[]},"4-149066":{"id":"4-149066","available":-10,"dates":[]},"4-149854":{"id":"4-149854","available":245,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149860":{"id":"4-149860","available":304,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150419":{"id":"4-150419","available":245,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150425":{"id":"4-150425","available":304,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150927":{"id":"4-150927","available":0,"dates":[]},"4-150933":{"id":"4-150933","available":0,"dates":[]},"4-151345":{"id":"4-151345","available":0,"dates":[]},"4-151354":{"id":"4-151354","available":0,"dates":[]},"4-151731":{"id":"4-151731","available":0,"dates":[]},"4-151743":{"id":"4-151743","available":-1,"dates":[]},"4-152102":{"id":"4-152102","available":0,"dates":[]},"4-152469":{"id":"4-152469","available":0,"dates":[]},"4-152831":{"id":"4-152831","available":0,"dates":[]},"4-152970":{"id":"4-152970","available":0,"dates":[]},"4-153125":{"id":"4-153125","available":0,"dates":[]},"4-153128":{"id":"4-153128","available":0,"dates":[]},"4-153426":{"id":"4-153426","available":0,"dates":[]},"4-153429":{"id":"4-153429","available":0,"dates":[]},"4-153735":{"id":"4-153735","available":0,"dates":[]},"4-153801":{"id":"4-153801","available":0,"dates":[]},"4-154447":{"id":"4-154447","available":0,"dates":[]},"4-154450":{"id":"4-154450","available":0,"dates":[]},"4-154925":{"id":"4-154925","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154931":{"id":"4-154931","available":21,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155040":{"id":"4-155040","available":0,"dates":[]},"4-155168":{"id":"4-155168","available":45,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155177":{"id":"4-155177","available":28,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155663":{"id":"4-155663","available":53,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155673":{"id":"4-155673","available":32,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-T-10022-4-145661":{"id":"4-FLRL-T-10022-4-145661","available":0,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-T-10022-4-146063":{"id":"4-FLRL-T-10022-4-146063","available":24,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-T-10022-4-146081":{"id":"4-FLRL-T-10022-4-146081","available":4,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146776":{"id":"41-146776","available":16,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147292":{"id":"41-147292","available":0,"dates":[]},"41-147810":{"id":"41-147810","available":0,"dates":[]},"41-148240":{"id":"41-148240","available":0,"dates":[]},"41-148632":{"id":"41-148632","available":0,"dates":[]},"41-148965":{"id":"41-148965","available":0,"dates":[]},"41-149876":{"id":"41-149876","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149878":{"id":"41-149878","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150437":{"id":"41-150437","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150438":{"id":"41-150438","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150668":{"id":"41-150668","available":0,"dates":[]},"41-150670":{"id":"41-150670","available":0,"dates":[]},"41-151246":{"id":"41-151246","available":0,"dates":[]},"41-151653":{"id":"41-151653","available":0,"dates":[]},"41-152125":{"id":"41-152125","available":0,"dates":[]},"41-152593":{"id":"41-152593","available":0,"dates":[]},"41-152845":{"id":"41-152845","available":0,"dates":[]},"41-153141":{"id":"41-153141","available":0,"dates":[]},"41-153616":{"id":"41-153616","available":0,"dates":[]},"41-153959":{"id":"41-153959","available":0,"dates":[]},"41-154276":{"id":"41-154276","available":0,"dates":[]},"41-154804":{"id":"41-154804","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155150":{"id":"41-155150","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155644":{"id":"41-155644","available":37,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-10022-41-146098":{"id":"41-FLRL-T-10022-41-146098","available":19,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148976":{"id":"42-148976","available":0,"dates":[]},"42-149886":{"id":"42-149886","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149888":{"id":"42-149888","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150267":{"id":"42-150267","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150271":{"id":"42-150271","available":28,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150739":{"id":"42-150739","available":0,"dates":[]},"42-150743":{"id":"42-150743","available":0,"dates":[]},"42-151256":{"id":"42-151256","available":0,"dates":[]},"42-151664":{"id":"42-151664","available":0,"dates":[]},"42-152416":{"id":"42-152416","available":0,"dates":[]},"42-153906":{"id":"42-153906","available":0,"dates":[]},"42-154139":{"id":"42-154139","available":0,"dates":[]},"42-154342":{"id":"42-154342","available":0,"dates":[]},"42-154846":{"id":"42-154846","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"51-146679":{"id":"51-146679","available":9,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147194":{"id":"51-147194","available":10,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147722":{"id":"51-147722","available":7,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148154":{"id":"51-148154","available":0,"dates":[]},"51-148553":{"id":"51-148553","available":0,"dates":[]},"51-148873":{"id":"51-148873","available":0,"dates":[]},"51-149545":{"id":"51-149545","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150133":{"id":"51-150133","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150617":{"id":"51-150617","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150995":{"id":"51-150995","available":-11,"dates":[]},"51-151158":{"id":"51-151158","available":0,"dates":[]},"51-151569":{"id":"51-151569","available":0,"dates":[]},"51-152061":{"id":"51-152061","available":0,"dates":[]},"51-152566":{"id":"51-152566","available":0,"dates":[]},"51-152797":{"id":"51-152797","available":0,"dates":[]},"51-153082":{"id":"51-153082","available":5,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153601":{"id":"51-153601","available":0,"dates":[]},"51-153706":{"id":"51-153706","available":0,"dates":[]},"51-154259":{"id":"51-154259","available":0,"dates":[]},"51-154780":{"id":"51-154780","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155321":{"id":"51-155321","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155527":{"id":"51-155527","available":-7,"dates":[]},"51-155622":{"id":"51-155622","available":6,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146872":{"id":"58-146872","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147385":{"id":"58-147385","available":0,"dates":[]},"58-147911":{"id":"58-147911","available":0,"dates":[]},"58-148346":{"id":"58-148346","available":0,"dates":[]},"58-148737":{"id":"58-148737","available":0,"dates":[]},"58-148928":{"id":"58-148928","available":-6,"dates":[]},"58-149666":{"id":"58-149666","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149670":{"id":"58-149670","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150226":{"id":"58-150226","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150230":{"id":"58-150230","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150704":{"id":"58-150704","available":0,"dates":[]},"58-150707":{"id":"58-150707","available":0,"dates":[]},"58-151208":{"id":"58-151208","available":0,"dates":[]},"58-151620":{"id":"58-151620","available":0,"dates":[]},"58-152096":{"id":"58-152096","available":0,"dates":[]},"58-152587":{"id":"58-152587","available":0,"dates":[]},"58-152826":{"id":"58-152826","available":0,"dates":[]},"58-153120":{"id":"58-153120","available":0,"dates":[]},"58-153421":{"id":"58-153421","available":0,"dates":[]},"58-154070":{"id":"58-154070","available":0,"dates":[]},"58-154243":{"id":"58-154243","available":0,"dates":[]},"58-154252":{"id":"58-154252","available":0,"dates":[]},"58-154774":{"id":"58-154774","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155140":{"id":"58-155140","available":46,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155611":{"id":"58-155611","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-T-10022-58-146194":{"id":"58-FLRL-T-10022-58-146194","available":10,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148958":{"id":"65-148958","available":0,"dates":[]},"65-149868":{"id":"65-149868","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149870":{"id":"65-149870","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150429":{"id":"65-150429","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150431":{"id":"65-150431","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150844":{"id":"65-150844","available":0,"dates":[]},"65-150855":{"id":"65-150855","available":0,"dates":[]},"65-151239":{"id":"65-151239","available":0,"dates":[]},"65-151646":{"id":"65-151646","available":0,"dates":[]},"65-152118":{"id":"65-152118","available":6,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152403":{"id":"65-152403","available":0,"dates":[]},"65-152840":{"id":"65-152840","available":0,"dates":[]},"65-153136":{"id":"65-153136","available":0,"dates":[]},"65-153438":{"id":"65-153438","available":8,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153612":{"id":"65-153612","available":0,"dates":[]},"65-153966":{"id":"65-153966","available":0,"dates":[]},"65-154405":{"id":"65-154405","available":0,"dates":[]},"65-154900":{"id":"65-154900","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155252":{"id":"65-155252","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155771":{"id":"65-155771","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150488":{"id":"66-150488","available":0,"dates":[]},"9-146731":{"id":"9-146731","available":10,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147246":{"id":"9-147246","available":0,"dates":[]},"9-147767":{"id":"9-147767","available":-1,"dates":[]},"9-148197":{"id":"9-148197","available":0,"dates":[]},"9-148591":{"id":"9-148591","available":0,"dates":[]},"9-152216":{"id":"9-152216","available":0,"dates":[]},"9-152912":{"id":"9-152912","available":0,"dates":[]},"9-153215":{"id":"9-153215","available":0,"dates":[]},"9-153511":{"id":"9-153511","available":0,"dates":[]},"9-155278":{"id":"9-155278","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155526":{"id":"9-155526","available":0,"dates":[]},"9-155563":{"id":"9-155563","available":12,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155810":{"id":"9-155810","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-T-10022-9-146049":{"id":"9-FLRL-T-10022-9-146049","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"item_reference":{"sku":"FLRL-B-10022","quantity":3},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150704","58-150707","58-154774","58-155140","58-155611"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154780","51-155321","51-155622"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150927","4-150933","4-154925","4-154931","4-155168","4-155177","4-155663","4-155673"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150668","41-150670","41-154804","41-155150","41-155644"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150739","42-150743","42-154846"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150932","2-154924","2-154930","2-155167","2-155176","2-155662","2-155672"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150892","10-150898","10-154914","10-155263","10-155868"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150571","11-155525","11-150577","11-154824","11-155273","11-155804"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155526","9-155563","9-155278","9-155810"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150931","1-154923","1-154929","1-155166","1-155175","1-155661","1-155671"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150844","65-150855","65-154900","65-155252","65-155771"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="6" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-risky-dm"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=700 700w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=800 800w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=900 900w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=500" alt="The Risky DM" srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=352 352w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=700 700w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=800 800w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=900 900w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=500" alt="The Risky DM" srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=352 352w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-risky-dm" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150832","4-150838","4-154886","4-154892","4-155235","4-155244","4-155749","4-155761"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150948","58-154937","58-155275","58-155806"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154784","51-155316","51-155617"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150726","41-150734","41-154907","41-155259","41-155779"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150831","2-150837","2-154885","2-154891","2-155234","2-155243","2-155748","2-155760"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150840","10-150842","10-154764","10-155134","10-155603"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150660","11-150665","11-154802","11-155148","11-155642"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150917","9-150923","9-154922","9-155271","9-155873"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150830","1-150836","1-154884","1-154890","1-155233","1-155242","1-155747","1-155759"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150714","65-150719","65-154834","65-155339","65-155683"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150489"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150830":{"id":"1-150830","available":0,"dates":[]},"1-150836":{"id":"1-150836","available":0,"dates":[]},"1-154884":{"id":"1-154884","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154890":{"id":"1-154890","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155233":{"id":"1-155233","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155242":{"id":"1-155242","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155747":{"id":"1-155747","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155759":{"id":"1-155759","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150840":{"id":"10-150840","available":0,"dates":[]},"10-150842":{"id":"10-150842","available":0,"dates":[]},"10-154764":{"id":"10-154764","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155134":{"id":"10-155134","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155603":{"id":"10-155603","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150660":{"id":"11-150660","available":0,"dates":[]},"11-150665":{"id":"11-150665","available":0,"dates":[]},"11-154802":{"id":"11-154802","available":77,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155148":{"id":"11-155148","available":44,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155642":{"id":"11-155642","available":76,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150831":{"id":"2-150831","available":0,"dates":[]},"2-150837":{"id":"2-150837","available":0,"dates":[]},"2-154885":{"id":"2-154885","available":0,"dates":[]},"2-154891":{"id":"2-154891","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155234":{"id":"2-155234","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155243":{"id":"2-155243","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155748":{"id":"2-155748","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155760":{"id":"2-155760","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150832":{"id":"4-150832","available":0,"dates":[]},"4-150838":{"id":"4-150838","available":0,"dates":[]},"4-154886":{"id":"4-154886","available":40,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154892":{"id":"4-154892","available":39,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155235":{"id":"4-155235","available":55,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155244":{"id":"4-155244","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155749":{"id":"4-155749","available":73,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155761":{"id":"4-155761","available":40,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150726":{"id":"41-150726","available":0,"dates":[]},"41-150734":{"id":"41-150734","available":0,"dates":[]},"41-154907":{"id":"41-154907","available":46,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155259":{"id":"41-155259","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155779":{"id":"41-155779","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154784":{"id":"51-154784","available":95,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155316":{"id":"51-155316","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155617":{"id":"51-155617","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150948":{"id":"58-150948","available":0,"dates":[]},"58-154937":{"id":"58-154937","available":60,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155275":{"id":"58-155275","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155806":{"id":"58-155806","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150714":{"id":"65-150714","available":0,"dates":[]},"65-150719":{"id":"65-150719","available":0,"dates":[]},"65-154834":{"id":"65-154834","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155339":{"id":"65-155339","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155683":{"id":"65-155683","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150489":{"id":"66-150489","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150917":{"id":"9-150917","available":0,"dates":[]},"9-150923":{"id":"9-150923","available":0,"dates":[]},"9-154922":{"id":"9-154922","available":54,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155271":{"id":"9-155271","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155873":{"id":"9-155873","available":21,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-risky-dm" title="View The Risky DM" data-product-card-title><h3 style="font-size: 1em;">The Risky DM</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$68 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">24 reviews with an average of 4.4 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.4" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="24" aria-hidden="true" style=" font-size: 12px;">(24)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Risky DM in Single" data-swatch-item="the-risky-dm" data-image-loaded href="https://urbanstems.com/products/the-risky-dm" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Risky DM in Double" data-swatch-item="double-the-risky-dm" href="https://urbanstems.com/products/double-the-risky-dm" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Risky DM in Triple" data-swatch-item="triple-the-risky-dm" href="https://urbanstems.com/products/triple-the-risky-dm" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="the-risky-dm" type="application/json">{"the-risky-dm":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage":null, "handle": "the-risky-dm", "priceAmount": 6800, "price": "$68 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-risky-dm", "variantName": null, "title": "The Risky DM", "images": [ { "alt": "The Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=700 700w" }, { "alt": "The Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_MainImage_PDP.jpg?v=1732637867\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=700 700w" } ], "variants": [{"id":45948487860472,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10190","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Risky DM - Single","public_title":"Single","options":["Single","Default Title"],"price":6800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4977393912,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4978475256,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4978671864,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4978868472,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4977426680,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4978508024,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4978704632,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4978901240,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4977459448,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4978540792,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4978737400,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4978934008,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150830":{"id":"1-150830","available":0,"dates":[]},"1-150836":{"id":"1-150836","available":0,"dates":[]},"1-153748":{"id":"1-153748","available":0,"dates":[]},"1-153814":{"id":"1-153814","available":0,"dates":[]},"1-154388":{"id":"1-154388","available":0,"dates":[]},"1-154394":{"id":"1-154394","available":4,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154884":{"id":"1-154884","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154890":{"id":"1-154890","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155233":{"id":"1-155233","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155242":{"id":"1-155242","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155747":{"id":"1-155747","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155759":{"id":"1-155759","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150840":{"id":"10-150840","available":0,"dates":[]},"10-150842":{"id":"10-150842","available":0,"dates":[]},"10-154084":{"id":"10-154084","available":0,"dates":[]},"10-154223":{"id":"10-154223","available":49,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154764":{"id":"10-154764","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155134":{"id":"10-155134","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155603":{"id":"10-155603","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150660":{"id":"11-150660","available":0,"dates":[]},"11-150665":{"id":"11-150665","available":0,"dates":[]},"11-154094":{"id":"11-154094","available":0,"dates":[]},"11-154476":{"id":"11-154476","available":10,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154802":{"id":"11-154802","available":77,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155148":{"id":"11-155148","available":44,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155642":{"id":"11-155642","available":76,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150831":{"id":"2-150831","available":0,"dates":[]},"2-150837":{"id":"2-150837","available":0,"dates":[]},"2-153749":{"id":"2-153749","available":0,"dates":[]},"2-153815":{"id":"2-153815","available":0,"dates":[]},"2-154389":{"id":"2-154389","available":0,"dates":[]},"2-154395":{"id":"2-154395","available":0,"dates":[]},"2-154885":{"id":"2-154885","available":0,"dates":[]},"2-154891":{"id":"2-154891","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155234":{"id":"2-155234","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155243":{"id":"2-155243","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155748":{"id":"2-155748","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155760":{"id":"2-155760","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150832":{"id":"4-150832","available":0,"dates":[]},"4-150838":{"id":"4-150838","available":0,"dates":[]},"4-153750":{"id":"4-153750","available":0,"dates":[]},"4-153816":{"id":"4-153816","available":0,"dates":[]},"4-154390":{"id":"4-154390","available":0,"dates":[]},"4-154396":{"id":"4-154396","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"4-154886":{"id":"4-154886","available":40,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154892":{"id":"4-154892","available":39,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155235":{"id":"4-155235","available":55,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155244":{"id":"4-155244","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155749":{"id":"4-155749","available":73,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155761":{"id":"4-155761","available":40,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150726":{"id":"41-150726","available":0,"dates":[]},"41-150734":{"id":"41-150734","available":0,"dates":[]},"41-154101":{"id":"41-154101","available":0,"dates":[]},"41-154415":{"id":"41-154415","available":8,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154907":{"id":"41-154907","available":46,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155259":{"id":"41-155259","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155779":{"id":"41-155779","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-151002":{"id":"51-151002","available":-27,"dates":[]},"51-153711":{"id":"51-153711","available":0,"dates":[]},"51-154264":{"id":"51-154264","available":-2,"dates":[]},"51-154784":{"id":"51-154784","available":95,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155316":{"id":"51-155316","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155617":{"id":"51-155617","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150948":{"id":"58-150948","available":0,"dates":[]},"58-150951":{"id":"58-150951","available":-5,"dates":[]},"58-153862":{"id":"58-153862","available":0,"dates":[]},"58-154490":{"id":"58-154490","available":0,"dates":[]},"58-154491":{"id":"58-154491","available":0,"dates":[]},"58-154937":{"id":"58-154937","available":60,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155275":{"id":"58-155275","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155806":{"id":"58-155806","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150714":{"id":"65-150714","available":0,"dates":[]},"65-150719":{"id":"65-150719","available":0,"dates":[]},"65-153901":{"id":"65-153901","available":0,"dates":[]},"65-154330":{"id":"65-154330","available":1,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"65-154834":{"id":"65-154834","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155339":{"id":"65-155339","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155683":{"id":"65-155683","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150489":{"id":"66-150489","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150917":{"id":"9-150917","available":0,"dates":[]},"9-150923":{"id":"9-150923","available":0,"dates":[]},"9-153878":{"id":"9-153878","available":0,"dates":[]},"9-154442":{"id":"9-154442","available":10,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154922":{"id":"9-154922","available":54,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155271":{"id":"9-155271","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155873":{"id":"9-155873","available":21,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150832","4-150838","4-154886","4-154892","4-155235","4-155244","4-155749","4-155761"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150948","58-154937","58-155275","58-155806"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154784","51-155316","51-155617"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150726","41-150734","41-154907","41-155259","41-155779"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150831","2-150837","2-154885","2-154891","2-155234","2-155243","2-155748","2-155760"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150840","10-150842","10-154764","10-155134","10-155603"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150660","11-150665","11-154802","11-155148","11-155642"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150917","9-150923","9-154922","9-155271","9-155873"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150830","1-150836","1-154884","1-154890","1-155233","1-155242","1-155747","1-155759"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150714","65-150719","65-154834","65-155339","65-155683"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150489"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-risky-dm":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-risky-dm", "priceAmount": 12200, "price": "$122 ", "priceCompareAtAmount": 13600, "priceCompareAt": "$136 ", "url": "https://urbanstems.com/products/double-the-risky-dm", "variantName": null, "title": "Double the Risky DM", "images": [ { "alt": "Double the Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=500 500w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=600 600w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=500 500w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=600 600w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=700 700w" }, { "alt": "Double the Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=500 500w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=600 600w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=500 500w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=600 600w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=700 700w" } ], "variants": [{"id":45948487794936,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10190","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Risky DM - Double","public_title":"Double","options":["Double","Default Title"],"price":12200,"weight":0,"compare_at_price":13600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150830":{"id":"1-150830","available":0,"dates":[]},"1-150836":{"id":"1-150836","available":0,"dates":[]},"1-153748":{"id":"1-153748","available":0,"dates":[]},"1-153814":{"id":"1-153814","available":0,"dates":[]},"1-154388":{"id":"1-154388","available":0,"dates":[]},"1-154394":{"id":"1-154394","available":2,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154884":{"id":"1-154884","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154890":{"id":"1-154890","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155233":{"id":"1-155233","available":4,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155242":{"id":"1-155242","available":2,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155747":{"id":"1-155747","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155759":{"id":"1-155759","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150840":{"id":"10-150840","available":0,"dates":[]},"10-150842":{"id":"10-150842","available":0,"dates":[]},"10-154084":{"id":"10-154084","available":0,"dates":[]},"10-154223":{"id":"10-154223","available":24,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154764":{"id":"10-154764","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155134":{"id":"10-155134","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155603":{"id":"10-155603","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150660":{"id":"11-150660","available":0,"dates":[]},"11-150665":{"id":"11-150665","available":0,"dates":[]},"11-154094":{"id":"11-154094","available":0,"dates":[]},"11-154476":{"id":"11-154476","available":5,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154802":{"id":"11-154802","available":38,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155148":{"id":"11-155148","available":22,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155642":{"id":"11-155642","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150831":{"id":"2-150831","available":0,"dates":[]},"2-150837":{"id":"2-150837","available":0,"dates":[]},"2-153749":{"id":"2-153749","available":0,"dates":[]},"2-153815":{"id":"2-153815","available":0,"dates":[]},"2-154389":{"id":"2-154389","available":0,"dates":[]},"2-154395":{"id":"2-154395","available":0,"dates":[]},"2-154885":{"id":"2-154885","available":0,"dates":[]},"2-154891":{"id":"2-154891","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155234":{"id":"2-155234","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155243":{"id":"2-155243","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155748":{"id":"2-155748","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155760":{"id":"2-155760","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150832":{"id":"4-150832","available":0,"dates":[]},"4-150838":{"id":"4-150838","available":0,"dates":[]},"4-153750":{"id":"4-153750","available":0,"dates":[]},"4-153816":{"id":"4-153816","available":0,"dates":[]},"4-154390":{"id":"4-154390","available":0,"dates":[]},"4-154396":{"id":"4-154396","available":0,"dates":[]},"4-154886":{"id":"4-154886","available":20,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154892":{"id":"4-154892","available":19,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155235":{"id":"4-155235","available":27,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155244":{"id":"4-155244","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155749":{"id":"4-155749","available":36,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155761":{"id":"4-155761","available":20,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150726":{"id":"41-150726","available":0,"dates":[]},"41-150734":{"id":"41-150734","available":0,"dates":[]},"41-154101":{"id":"41-154101","available":0,"dates":[]},"41-154415":{"id":"41-154415","available":4,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154907":{"id":"41-154907","available":23,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155259":{"id":"41-155259","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155779":{"id":"41-155779","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-151002":{"id":"51-151002","available":-14,"dates":[]},"51-153711":{"id":"51-153711","available":0,"dates":[]},"51-154264":{"id":"51-154264","available":-1,"dates":[]},"51-154784":{"id":"51-154784","available":47,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155316":{"id":"51-155316","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155617":{"id":"51-155617","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150948":{"id":"58-150948","available":0,"dates":[]},"58-150951":{"id":"58-150951","available":-3,"dates":[]},"58-153862":{"id":"58-153862","available":0,"dates":[]},"58-154490":{"id":"58-154490","available":0,"dates":[]},"58-154491":{"id":"58-154491","available":0,"dates":[]},"58-154937":{"id":"58-154937","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155275":{"id":"58-155275","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155806":{"id":"58-155806","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150714":{"id":"65-150714","available":0,"dates":[]},"65-150719":{"id":"65-150719","available":0,"dates":[]},"65-153901":{"id":"65-153901","available":0,"dates":[]},"65-154330":{"id":"65-154330","available":0,"dates":[]},"65-154834":{"id":"65-154834","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155339":{"id":"65-155339","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155683":{"id":"65-155683","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150489":{"id":"66-150489","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150917":{"id":"9-150917","available":0,"dates":[]},"9-150923":{"id":"9-150923","available":0,"dates":[]},"9-153878":{"id":"9-153878","available":0,"dates":[]},"9-154442":{"id":"9-154442","available":5,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154922":{"id":"9-154922","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155271":{"id":"9-155271","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155873":{"id":"9-155873","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150832","4-150838","4-154886","4-154892","4-155235","4-155244","4-155749","4-155761"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150948","58-154937","58-155275","58-155806"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154784","51-155316","51-155617"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150726","41-150734","41-154907","41-155259","41-155779"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150831","2-150837","2-154885","2-154891","2-155234","2-155243","2-155748","2-155760"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150840","10-150842","10-154764","10-155134","10-155603"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150660","11-150665","11-154802","11-155148","11-155642"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150917","9-150923","9-154922","9-155271","9-155873"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150830","1-150836","1-154884","1-154890","1-155233","1-155242","1-155747","1-155759"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150714","65-150719","65-154834","65-155339","65-155683"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150489"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-risky-dm":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-risky-dm", "priceAmount": 17300, "price": "$173 ", "priceCompareAtAmount": 20400, "priceCompareAt": "$204 ", "url": "https://urbanstems.com/products/triple-the-risky-dm", "variantName": null, "title": "Triple the Risky DM", "images": [ { "alt": "Triple the Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=700 700w" }, { "alt": "Triple the Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=700 700w" } ], "variants": [{"id":45948487827704,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10190","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Risky DM - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":17300,"weight":0,"compare_at_price":20400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150830":{"id":"1-150830","available":0,"dates":[]},"1-150836":{"id":"1-150836","available":0,"dates":[]},"1-153748":{"id":"1-153748","available":0,"dates":[]},"1-153814":{"id":"1-153814","available":0,"dates":[]},"1-154388":{"id":"1-154388","available":0,"dates":[]},"1-154394":{"id":"1-154394","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154884":{"id":"1-154884","available":0,"dates":[]},"1-154890":{"id":"1-154890","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155233":{"id":"1-155233","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155242":{"id":"1-155242","available":1,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155747":{"id":"1-155747","available":3,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155759":{"id":"1-155759","available":3,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150840":{"id":"10-150840","available":0,"dates":[]},"10-150842":{"id":"10-150842","available":0,"dates":[]},"10-154084":{"id":"10-154084","available":0,"dates":[]},"10-154223":{"id":"10-154223","available":16,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154764":{"id":"10-154764","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155134":{"id":"10-155134","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155603":{"id":"10-155603","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150660":{"id":"11-150660","available":0,"dates":[]},"11-150665":{"id":"11-150665","available":0,"dates":[]},"11-154094":{"id":"11-154094","available":0,"dates":[]},"11-154476":{"id":"11-154476","available":3,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154802":{"id":"11-154802","available":25,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155148":{"id":"11-155148","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155642":{"id":"11-155642","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150831":{"id":"2-150831","available":0,"dates":[]},"2-150837":{"id":"2-150837","available":0,"dates":[]},"2-153749":{"id":"2-153749","available":0,"dates":[]},"2-153815":{"id":"2-153815","available":0,"dates":[]},"2-154389":{"id":"2-154389","available":0,"dates":[]},"2-154395":{"id":"2-154395","available":0,"dates":[]},"2-154885":{"id":"2-154885","available":0,"dates":[]},"2-154891":{"id":"2-154891","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155234":{"id":"2-155234","available":6,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155243":{"id":"2-155243","available":3,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155748":{"id":"2-155748","available":6,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155760":{"id":"2-155760","available":3,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150832":{"id":"4-150832","available":0,"dates":[]},"4-150838":{"id":"4-150838","available":0,"dates":[]},"4-153750":{"id":"4-153750","available":0,"dates":[]},"4-153816":{"id":"4-153816","available":0,"dates":[]},"4-154390":{"id":"4-154390","available":0,"dates":[]},"4-154396":{"id":"4-154396","available":0,"dates":[]},"4-154886":{"id":"4-154886","available":13,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154892":{"id":"4-154892","available":12,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155235":{"id":"4-155235","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155244":{"id":"4-155244","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155749":{"id":"4-155749","available":24,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155761":{"id":"4-155761","available":13,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150726":{"id":"41-150726","available":0,"dates":[]},"41-150734":{"id":"41-150734","available":0,"dates":[]},"41-154101":{"id":"41-154101","available":0,"dates":[]},"41-154415":{"id":"41-154415","available":2,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154907":{"id":"41-154907","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155259":{"id":"41-155259","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155779":{"id":"41-155779","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-151002":{"id":"51-151002","available":-9,"dates":[]},"51-153711":{"id":"51-153711","available":0,"dates":[]},"51-154264":{"id":"51-154264","available":-1,"dates":[]},"51-154784":{"id":"51-154784","available":31,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155316":{"id":"51-155316","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155617":{"id":"51-155617","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150948":{"id":"58-150948","available":0,"dates":[]},"58-150951":{"id":"58-150951","available":-2,"dates":[]},"58-153862":{"id":"58-153862","available":0,"dates":[]},"58-154490":{"id":"58-154490","available":0,"dates":[]},"58-154491":{"id":"58-154491","available":0,"dates":[]},"58-154937":{"id":"58-154937","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155275":{"id":"58-155275","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155806":{"id":"58-155806","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150714":{"id":"65-150714","available":0,"dates":[]},"65-150719":{"id":"65-150719","available":0,"dates":[]},"65-153901":{"id":"65-153901","available":0,"dates":[]},"65-154330":{"id":"65-154330","available":0,"dates":[]},"65-154834":{"id":"65-154834","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155339":{"id":"65-155339","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155683":{"id":"65-155683","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150489":{"id":"66-150489","available":0,"dates":[]},"9-150917":{"id":"9-150917","available":0,"dates":[]},"9-150923":{"id":"9-150923","available":0,"dates":[]},"9-153878":{"id":"9-153878","available":0,"dates":[]},"9-154442":{"id":"9-154442","available":3,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154922":{"id":"9-154922","available":18,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155271":{"id":"9-155271","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155873":{"id":"9-155873","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150832","4-150838","4-154886","4-154892","4-155235","4-155244","4-155749","4-155761"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150948","58-154937","58-155275","58-155806"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154784","51-155316","51-155617"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150726","41-150734","41-154907","41-155259","41-155779"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150831","2-150837","2-154885","2-154891","2-155234","2-155243","2-155748","2-155760"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150840","10-150842","10-154764","10-155134","10-155603"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150660","11-150665","11-154802","11-155148","11-155642"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150917","9-150923","9-154922","9-155271","9-155873"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150830","1-150836","1-154884","1-154890","1-155233","1-155242","1-155747","1-155759"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150714","65-150719","65-154834","65-155339","65-155683"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <a class="promo-card promo-card--mobile-full-width block border-radius hover-zoom overflow position--relative" data-promo-card="7" data-promo-card-full-width-mobile="true" href="https://urbanstems.com/products/seasonal-subscription" style=" background-color: var(--dark); color: #fff; "> <figure class="promo-card__media promo-card__media--cover-desktop promo-card__media--cover-mobile aspect-ratio" style=" --aspect-ratio-height: 720; --aspect-ratio-width: 512; --media-opacity: 1.0;"><img loading="lazy" class="hover-zoom__el object-fit" src="//urbanstems.com/cdn/shop/files/V-Day_Subs_PromoCard.jpg?v=1735839628" loading="lazy" class="metafield-file_reference"> </figure> <div class="promo-card__info background-after cover flex-column flex--align-start flex--justify-end padding rte" style=" --background-after-bottom: 0; --background-after-image: linear-gradient(189.87deg, rgba(0, 0, 0, 0) 36.93%, rgba(0, 0, 0, 0.8) 67.81%); --background-after-height: 100%; --background-after-opacity: 0.8; --background-after-right: 0; --background-after-width: 100%; --padding-desktop: 40px; --padding-mobile: 24px; --button-background-color-override: var(--light); --button-border-color-override: var(--light); --button-color-override: var(--dark); --z-index: 1; "> <div class="headline position--relative z-index" style=" --headline-font-size: var(--promo-card-headline-font-size, 32px); "> <div class="metafield-rich_text_field"><h4><strong>Send Love All Year Long</strong></h4><p>Save up to 30% on Subscriptions</p></div> </div> <span class="btn btn--button before-cover pointer-events position--relative z-index" href="https://urbanstems.com/products/seasonal-subscription" style=" --button-text-transform: uppercase; gap: 8px; --pointer-events: all; --rte-margin-top: var(--promo-card-btn-margin-top, 2em); "> Send Now </span></div> </a><div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="8" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-satin"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=700 700w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=800 800w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=900 900w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500" alt="The Satin" srcset="//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=352 352w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=700 700w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=800 800w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=900 900w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500" alt="The Satin" srcset="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=352 352w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-satin" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150672","58-150674","58-154805","58-155153","58-155648"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154783","51-155315","51-155616"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150681","4-150684","4-154883","4-154889","4-155232","4-155241","4-155746","4-155758"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150728","41-150736","41-154842","41-155348","41-155694"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150887","42-150890","42-154911","42-155353","42-155785"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150680","2-150683","2-154882","2-154888","2-155231","2-155240","2-155745","2-155757","2-155552"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150937","10-150938","10-154895","10-155247","10-155767"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150942","11-150946","11-154768","11-155311","11-155608"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-127901"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150679","1-150682","1-154881","1-154887","1-155230","1-155239","1-155744","1-155756","1-155551"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150852","65-150863","65-154902","65-155254","65-155773"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150485"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150679":{"id":"1-150679","available":0,"dates":[]},"1-150682":{"id":"1-150682","available":0,"dates":[]},"1-154881":{"id":"1-154881","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154887":{"id":"1-154887","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155230":{"id":"1-155230","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155239":{"id":"1-155239","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155551":{"id":"1-155551","available":0,"dates":[]},"1-155744":{"id":"1-155744","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155756":{"id":"1-155756","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150937":{"id":"10-150937","available":0,"dates":[]},"10-150938":{"id":"10-150938","available":0,"dates":[]},"10-154895":{"id":"10-154895","available":105,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155247":{"id":"10-155247","available":54,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155767":{"id":"10-155767","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150942":{"id":"11-150942","available":0,"dates":[]},"11-150946":{"id":"11-150946","available":93,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154768":{"id":"11-154768","available":125,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155311":{"id":"11-155311","available":60,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155608":{"id":"11-155608","available":85,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150680":{"id":"2-150680","available":0,"dates":[]},"2-150683":{"id":"2-150683","available":0,"dates":[]},"2-154882":{"id":"2-154882","available":0,"dates":[]},"2-154888":{"id":"2-154888","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155231":{"id":"2-155231","available":22,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155240":{"id":"2-155240","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155552":{"id":"2-155552","available":0,"dates":[]},"2-155745":{"id":"2-155745","available":24,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155757":{"id":"2-155757","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150681":{"id":"4-150681","available":0,"dates":[]},"4-150684":{"id":"4-150684","available":0,"dates":[]},"4-154883":{"id":"4-154883","available":116,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154889":{"id":"4-154889","available":103,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155232":{"id":"4-155232","available":65,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155241":{"id":"4-155241","available":25,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155746":{"id":"4-155746","available":82,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155758":{"id":"4-155758","available":54,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150728":{"id":"41-150728","available":0,"dates":[]},"41-150736":{"id":"41-150736","available":0,"dates":[]},"41-154842":{"id":"41-154842","available":90,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155348":{"id":"41-155348","available":43,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155694":{"id":"41-155694","available":63,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150887":{"id":"42-150887","available":0,"dates":[]},"42-150890":{"id":"42-150890","available":0,"dates":[]},"42-154911":{"id":"42-154911","available":33,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155353":{"id":"42-155353","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155785":{"id":"42-155785","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154783":{"id":"51-154783","available":85,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155315":{"id":"51-155315","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155616":{"id":"51-155616","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150672":{"id":"58-150672","available":0,"dates":[]},"58-150674":{"id":"58-150674","available":0,"dates":[]},"58-154805":{"id":"58-154805","available":139,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155153":{"id":"58-155153","available":64,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155648":{"id":"58-155648","available":97,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150852":{"id":"65-150852","available":0,"dates":[]},"65-150863":{"id":"65-150863","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-154902":{"id":"65-154902","available":67,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155254":{"id":"65-155254","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155773":{"id":"65-155773","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150485":{"id":"66-150485","available":0,"dates":[]},"9-127901":{"id":"9-127901","available":0,"dates":[]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-satin" title="View The Satin" data-product-card-title><h3 style="font-size: 1em;">The Satin</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$72 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">169 reviews with an average of 4.533333333333333 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.533333333333333" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="169" aria-hidden="true" style=" font-size: 12px;">(169)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Satin in Single" data-swatch-item="the-satin" data-image-loaded href="https://urbanstems.com/products/the-satin" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Satin in Double" data-swatch-item="double-the-satin" href="https://urbanstems.com/products/double-the-satin" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Satin in Triple" data-swatch-item="triple-the-satin" href="https://urbanstems.com/products/triple-the-satin" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="the-satin" type="application/json">{"the-satin":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage":null, "handle": "the-satin", "priceAmount": 7200, "price": "$72 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-satin", "variantName": null, "title": "The Satin", "images": [ { "alt": "The Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Verona_SupportingImage_1_PDP.jpg?v=1727919082\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=700 700w" }, { "alt": "The Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=700 700w" } ], "variants": [{"id":45510415745272,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00078","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Satin - Single","public_title":"Single","options":["Single","Default Title"],"price":7200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7200,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7200,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7200,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":6480}],"price":6480,"compare_at_price":7200,"per_delivery_price":6480,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":6480}],"price":6480,"compare_at_price":7200,"per_delivery_price":6480,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":19440}],"price":19440,"compare_at_price":7200,"per_delivery_price":19440,"selling_plan_id":4984701176,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":19440}],"price":19440,"compare_at_price":7200,"per_delivery_price":19440,"selling_plan_id":4984733944,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":38880}],"price":38880,"compare_at_price":7200,"per_delivery_price":38880,"selling_plan_id":4985487608,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":38880}],"price":38880,"compare_at_price":7200,"per_delivery_price":38880,"selling_plan_id":4985520376,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146698":{"id":"1-146698","available":18,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146710":{"id":"1-146710","available":17,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146819":{"id":"1-146819","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147213":{"id":"1-147213","available":0,"dates":[]},"1-147225":{"id":"1-147225","available":0,"dates":[]},"1-147637":{"id":"1-147637","available":0,"dates":[]},"1-147677":{"id":"1-147677","available":0,"dates":[]},"1-148072":{"id":"1-148072","available":0,"dates":[]},"1-148109":{"id":"1-148109","available":0,"dates":[]},"1-148491":{"id":"1-148491","available":0,"dates":[]},"1-148513":{"id":"1-148513","available":0,"dates":[]},"1-148893":{"id":"1-148893","available":0,"dates":[]},"1-148910":{"id":"1-148910","available":-2,"dates":[]},"1-149626":{"id":"1-149626","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149635":{"id":"1-149635","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150194":{"id":"1-150194","available":112,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150203":{"id":"1-150203","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150679":{"id":"1-150679","available":0,"dates":[]},"1-150682":{"id":"1-150682","available":0,"dates":[]},"1-151175":{"id":"1-151175","available":0,"dates":[]},"1-151190":{"id":"1-151190","available":0,"dates":[]},"1-151586":{"id":"1-151586","available":0,"dates":[]},"1-151601":{"id":"1-151601","available":0,"dates":[]},"1-152078":{"id":"1-152078","available":0,"dates":[]},"1-152580":{"id":"1-152580","available":0,"dates":[]},"1-152811":{"id":"1-152811","available":0,"dates":[]},"1-152815":{"id":"1-152815","available":10,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152965":{"id":"1-152965","available":-4,"dates":[]},"1-153096":{"id":"1-153096","available":0,"dates":[]},"1-153108":{"id":"1-153108","available":0,"dates":[]},"1-153398":{"id":"1-153398","available":0,"dates":[]},"1-153409":{"id":"1-153409","available":0,"dates":[]},"1-153745":{"id":"1-153745","available":0,"dates":[]},"1-153811":{"id":"1-153811","available":0,"dates":[]},"1-154385":{"id":"1-154385","available":0,"dates":[]},"1-154391":{"id":"1-154391","available":2,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154881":{"id":"1-154881","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154887":{"id":"1-154887","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155230":{"id":"1-155230","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155239":{"id":"1-155239","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155538":{"id":"1-155538","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155551":{"id":"1-155551","available":0,"dates":[]},"1-155744":{"id":"1-155744","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155756":{"id":"1-155756","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-00078-1-144679":{"id":"1-FLRL-B-00078-1-144679","available":6,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-00078-1-146011":{"id":"1-FLRL-B-00078-1-146011","available":5,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-00078-1-146026":{"id":"1-FLRL-B-00078-1-146026","available":12,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146864":{"id":"10-146864","available":22,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147377":{"id":"10-147377","available":0,"dates":[]},"10-147903":{"id":"10-147903","available":0,"dates":[]},"10-148338":{"id":"10-148338","available":0,"dates":[]},"10-148729":{"id":"10-148729","available":0,"dates":[]},"10-149071":{"id":"10-149071","available":0,"dates":[]},"10-149642":{"id":"10-149642","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149645":{"id":"10-149645","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150210":{"id":"10-150210","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150212":{"id":"10-150212","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150937":{"id":"10-150937","available":0,"dates":[]},"10-150938":{"id":"10-150938","available":0,"dates":[]},"10-151363":{"id":"10-151363","available":-1,"dates":[]},"10-151754":{"id":"10-151754","available":-12,"dates":[]},"10-152210":{"id":"10-152210","available":0,"dates":[]},"10-152477":{"id":"10-152477","available":0,"dates":[]},"10-152908":{"id":"10-152908","available":0,"dates":[]},"10-153211":{"id":"10-153211","available":0,"dates":[]},"10-153430":{"id":"10-153430","available":0,"dates":[]},"10-154085":{"id":"10-154085","available":29,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"10-154444":{"id":"10-154444","available":0,"dates":[]},"10-154495":{"id":"10-154495","available":196,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154895":{"id":"10-154895","available":105,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155247":{"id":"10-155247","available":54,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155767":{"id":"10-155767","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-00078-10-144828":{"id":"10-FLRL-B-00078-10-144828","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-00078-10-145771":{"id":"10-FLRL-B-00078-10-145771","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"10-FLRL-B-00078-10-146186":{"id":"10-FLRL-B-00078-10-146186","available":12,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146311":{"id":"11-146311","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146512":{"id":"11-146512","available":42,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146652":{"id":"11-146652","available":42,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147168":{"id":"11-147168","available":0,"dates":[]},"11-147697":{"id":"11-147697","available":0,"dates":[]},"11-148129":{"id":"11-148129","available":-1,"dates":[]},"11-148531":{"id":"11-148531","available":0,"dates":[]},"11-149074":{"id":"11-149074","available":-1,"dates":[]},"11-149654":{"id":"11-149654","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149657":{"id":"11-149657","available":165,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150218":{"id":"11-150218","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150221":{"id":"11-150221","available":165,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150942":{"id":"11-150942","available":0,"dates":[]},"11-150946":{"id":"11-150946","available":93,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151366":{"id":"11-151366","available":-2,"dates":[]},"11-151757":{"id":"11-151757","available":0,"dates":[]},"11-152213":{"id":"11-152213","available":0,"dates":[]},"11-152644":{"id":"11-152644","available":0,"dates":[]},"11-152910":{"id":"11-152910","available":0,"dates":[]},"11-153213":{"id":"11-153213","available":0,"dates":[]},"11-153509":{"id":"11-153509","available":0,"dates":[]},"11-154090":{"id":"11-154090","available":13,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"11-154232":{"id":"11-154232","available":226,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154768":{"id":"11-154768","available":125,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155311":{"id":"11-155311","available":60,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155608":{"id":"11-155608","available":85,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-00078-11-144525":{"id":"11-FLRL-B-00078-11-144525","available":6,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-00078-11-145962":{"id":"11-FLRL-B-00078-11-145962","available":16,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-FLRL-B-00078-11-146311":{"id":"11-FLRL-B-00078-11-146311","available":0,"dates":[]},"11-FLRL-B-00078-11-146512":{"id":"11-FLRL-B-00078-11-146512","available":42,"dates":[]},"2-146699":{"id":"2-146699","available":30,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146711":{"id":"2-146711","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146820":{"id":"2-146820","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147214":{"id":"2-147214","available":0,"dates":[]},"2-147226":{"id":"2-147226","available":0,"dates":[]},"2-147638":{"id":"2-147638","available":0,"dates":[]},"2-147678":{"id":"2-147678","available":-3,"dates":[]},"2-148073":{"id":"2-148073","available":0,"dates":[]},"2-148110":{"id":"2-148110","available":0,"dates":[]},"2-148492":{"id":"2-148492","available":0,"dates":[]},"2-148514":{"id":"2-148514","available":0,"dates":[]},"2-148894":{"id":"2-148894","available":0,"dates":[]},"2-148911":{"id":"2-148911","available":0,"dates":[]},"2-149627":{"id":"2-149627","available":140,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149636":{"id":"2-149636","available":182,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150195":{"id":"2-150195","available":140,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150204":{"id":"2-150204","available":182,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150680":{"id":"2-150680","available":0,"dates":[]},"2-150683":{"id":"2-150683","available":0,"dates":[]},"2-151176":{"id":"2-151176","available":0,"dates":[]},"2-151191":{"id":"2-151191","available":0,"dates":[]},"2-151587":{"id":"2-151587","available":0,"dates":[]},"2-151602":{"id":"2-151602","available":0,"dates":[]},"2-152079":{"id":"2-152079","available":0,"dates":[]},"2-152581":{"id":"2-152581","available":0,"dates":[]},"2-152812":{"id":"2-152812","available":0,"dates":[]},"2-152816":{"id":"2-152816","available":10,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152966":{"id":"2-152966","available":0,"dates":[]},"2-153097":{"id":"2-153097","available":0,"dates":[]},"2-153109":{"id":"2-153109","available":0,"dates":[]},"2-153399":{"id":"2-153399","available":0,"dates":[]},"2-153410":{"id":"2-153410","available":0,"dates":[]},"2-153746":{"id":"2-153746","available":0,"dates":[]},"2-153812":{"id":"2-153812","available":0,"dates":[]},"2-154386":{"id":"2-154386","available":0,"dates":[]},"2-154392":{"id":"2-154392","available":5,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154882":{"id":"2-154882","available":0,"dates":[]},"2-154888":{"id":"2-154888","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155036":{"id":"2-155036","available":0,"dates":[]},"2-155231":{"id":"2-155231","available":22,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155240":{"id":"2-155240","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155539":{"id":"2-155539","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155552":{"id":"2-155552","available":0,"dates":[]},"2-155745":{"id":"2-155745","available":24,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155757":{"id":"2-155757","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-00078-2-144680":{"id":"2-FLRL-B-00078-2-144680","available":10,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-00078-2-145611":{"id":"2-FLRL-B-00078-2-145611","available":4,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"2-FLRL-B-00078-2-146012":{"id":"2-FLRL-B-00078-2-146012","available":16,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-00078-2-146027":{"id":"2-FLRL-B-00078-2-146027","available":20,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146833":{"id":"30-146833","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147350":{"id":"30-147350","available":0,"dates":[]},"30-147869":{"id":"30-147869","available":0,"dates":[]},"30-148304":{"id":"30-148304","available":0,"dates":[]},"30-148694":{"id":"30-148694","available":0,"dates":[]},"30-FLRL-B-00078-30-144781":{"id":"30-FLRL-B-00078-30-144781","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-00078-30-145741":{"id":"30-FLRL-B-00078-30-145741","available":"4","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"30-FLRL-B-00078-30-146157":{"id":"30-FLRL-B-00078-30-146157","available":19,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146700":{"id":"4-146700","available":40,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146712":{"id":"4-146712","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146821":{"id":"4-146821","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147215":{"id":"4-147215","available":0,"dates":[]},"4-147227":{"id":"4-147227","available":0,"dates":[]},"4-147639":{"id":"4-147639","available":0,"dates":[]},"4-147679":{"id":"4-147679","available":0,"dates":[]},"4-148074":{"id":"4-148074","available":0,"dates":[]},"4-148111":{"id":"4-148111","available":8,"dates":["2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28"]},"4-148493":{"id":"4-148493","available":4,"dates":["2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03"]},"4-148515":{"id":"4-148515","available":0,"dates":[]},"4-148895":{"id":"4-148895","available":0,"dates":[]},"4-148912":{"id":"4-148912","available":-16,"dates":[]},"4-149628":{"id":"4-149628","available":630,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149637":{"id":"4-149637","available":756,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150196":{"id":"4-150196","available":630,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150205":{"id":"4-150205","available":756,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150681":{"id":"4-150681","available":0,"dates":[]},"4-150684":{"id":"4-150684","available":0,"dates":[]},"4-151177":{"id":"4-151177","available":0,"dates":[]},"4-151192":{"id":"4-151192","available":0,"dates":[]},"4-151588":{"id":"4-151588","available":0,"dates":[]},"4-151603":{"id":"4-151603","available":0,"dates":[]},"4-151954":{"id":"4-151954","available":0,"dates":[]},"4-151955":{"id":"4-151955","available":27,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152080":{"id":"4-152080","available":0,"dates":[]},"4-152582":{"id":"4-152582","available":0,"dates":[]},"4-152813":{"id":"4-152813","available":0,"dates":[]},"4-152967":{"id":"4-152967","available":0,"dates":[]},"4-153098":{"id":"4-153098","available":0,"dates":[]},"4-153110":{"id":"4-153110","available":0,"dates":[]},"4-153400":{"id":"4-153400","available":0,"dates":[]},"4-153411":{"id":"4-153411","available":0,"dates":[]},"4-153747":{"id":"4-153747","available":0,"dates":[]},"4-153813":{"id":"4-153813","available":0,"dates":[]},"4-154127":{"id":"4-154127","available":0,"dates":[]},"4-154387":{"id":"4-154387","available":0,"dates":[]},"4-154393":{"id":"4-154393","available":0,"dates":[]},"4-154883":{"id":"4-154883","available":116,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154889":{"id":"4-154889","available":103,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155039":{"id":"4-155039","available":0,"dates":[]},"4-155232":{"id":"4-155232","available":65,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155241":{"id":"4-155241","available":25,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155540":{"id":"4-155540","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155746":{"id":"4-155746","available":82,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155758":{"id":"4-155758","available":54,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-00078-4-144671":{"id":"4-FLRL-B-00078-4-144671","available":3,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-00078-4-144681":{"id":"4-FLRL-B-00078-4-144681","available":3,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-00078-4-145597":{"id":"4-FLRL-B-00078-4-145597","available":"2","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"4-FLRL-B-00078-4-146013":{"id":"4-FLRL-B-00078-4-146013","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-00078-4-146028":{"id":"4-FLRL-B-00078-4-146028","available":3,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146779":{"id":"41-146779","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147295":{"id":"41-147295","available":0,"dates":[]},"41-147813":{"id":"41-147813","available":0,"dates":[]},"41-148243":{"id":"41-148243","available":-1,"dates":[]},"41-148635":{"id":"41-148635","available":0,"dates":[]},"41-148968":{"id":"41-148968","available":1,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"41-149660":{"id":"41-149660","available":196,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149663":{"id":"41-149663","available":252,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150256":{"id":"41-150256","available":196,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150264":{"id":"41-150264","available":252,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150728":{"id":"41-150728","available":0,"dates":[]},"41-150736":{"id":"41-150736","available":0,"dates":[]},"41-151249":{"id":"41-151249","available":0,"dates":[]},"41-151656":{"id":"41-151656","available":0,"dates":[]},"41-152128":{"id":"41-152128","available":0,"dates":[]},"41-152594":{"id":"41-152594","available":0,"dates":[]},"41-152846":{"id":"41-152846","available":0,"dates":[]},"41-153142":{"id":"41-153142","available":0,"dates":[]},"41-153617":{"id":"41-153617","available":0,"dates":[]},"41-153892":{"id":"41-153892","available":0,"dates":[]},"41-154338":{"id":"41-154338","available":54,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154842":{"id":"41-154842","available":90,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155348":{"id":"41-155348","available":43,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155694":{"id":"41-155694","available":63,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-00078-41-144804":{"id":"41-FLRL-B-00078-41-144804","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-00078-41-145679":{"id":"41-FLRL-B-00078-41-145679","available":"3","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"41-FLRL-B-00078-41-146101":{"id":"41-FLRL-B-00078-41-146101","available":26,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148978":{"id":"42-148978","available":0,"dates":[]},"42-149674":{"id":"42-149674","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149676":{"id":"42-149676","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150234":{"id":"42-150234","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150236":{"id":"42-150236","available":81,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150887":{"id":"42-150887","available":0,"dates":[]},"42-150890":{"id":"42-150890","available":0,"dates":[]},"42-151258":{"id":"42-151258","available":0,"dates":[]},"42-151666":{"id":"42-151666","available":0,"dates":[]},"42-152138":{"id":"42-152138","available":0,"dates":[]},"42-152417":{"id":"42-152417","available":0,"dates":[]},"42-152853":{"id":"42-152853","available":0,"dates":[]},"42-153149":{"id":"42-153149","available":0,"dates":[]},"42-153624":{"id":"42-153624","available":0,"dates":[]},"42-153970":{"id":"42-153970","available":0,"dates":[]},"42-154137":{"id":"42-154137","available":2,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"42-154426":{"id":"42-154426","available":18,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"42-154911":{"id":"42-154911","available":33,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155353":{"id":"42-155353","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155785":{"id":"42-155785","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-FLRL-B-00078-42-144639":{"id":"42-FLRL-B-00078-42-144639","available":1,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"50-153694":{"id":"50-153694","available":5,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-146672":{"id":"51-146672","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147187":{"id":"51-147187","available":29,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147715":{"id":"51-147715","available":16,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148147":{"id":"51-148147","available":0,"dates":[]},"51-148548":{"id":"51-148548","available":2,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-149554":{"id":"51-149554","available":283,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150142":{"id":"51-150142","available":283,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150626":{"id":"51-150626","available":283,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151004":{"id":"51-151004","available":-122,"dates":[]},"51-151967":{"id":"51-151967","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152055":{"id":"51-152055","available":20,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-153710":{"id":"51-153710","available":0,"dates":[]},"51-154263":{"id":"51-154263","available":0,"dates":[]},"51-154783":{"id":"51-154783","available":85,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155315":{"id":"51-155315","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155616":{"id":"51-155616","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-152302":{"id":"52-152302","available":0,"dates":[]},"52-152709":{"id":"52-152709","available":8,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152983":{"id":"52-152983","available":9,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-153703":{"id":"52-153703","available":9,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-154148":{"id":"52-154148","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"52-154149":{"id":"52-154149","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"58-146772":{"id":"58-146772","available":39,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147287":{"id":"58-147287","available":0,"dates":[]},"58-147803":{"id":"58-147803","available":0,"dates":[]},"58-148232":{"id":"58-148232","available":0,"dates":[]},"58-148627":{"id":"58-148627","available":0,"dates":[]},"58-149037":{"id":"58-149037","available":-4,"dates":[]},"58-149612":{"id":"58-149612","available":384,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149614":{"id":"58-149614","available":480,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150186":{"id":"58-150186","available":384,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150188":{"id":"58-150188","available":480,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150672":{"id":"58-150672","available":0,"dates":[]},"58-150674":{"id":"58-150674","available":0,"dates":[]},"58-151322":{"id":"58-151322","available":0,"dates":[]},"58-151726":{"id":"58-151726","available":2,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-151963":{"id":"58-151963","available":0,"dates":[]},"58-152179":{"id":"58-152179","available":0,"dates":[]},"58-152628":{"id":"58-152628","available":0,"dates":[]},"58-152882":{"id":"58-152882","available":0,"dates":[]},"58-153182":{"id":"58-153182","available":-2,"dates":[]},"58-153478":{"id":"58-153478","available":0,"dates":[]},"58-154073":{"id":"58-154073","available":0,"dates":[]},"58-154270":{"id":"58-154270","available":0,"dates":[]},"58-154271":{"id":"58-154271","available":0,"dates":[]},"58-154805":{"id":"58-154805","available":139,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155153":{"id":"58-155153","available":64,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155648":{"id":"58-155648","available":97,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-00078-58-144857":{"id":"58-FLRL-B-00078-58-144857","available":30,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-00078-58-145671":{"id":"58-FLRL-B-00078-58-145671","available":"26","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-00078-58-146093":{"id":"58-FLRL-B-00078-58-146093","available":40,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148961":{"id":"65-148961","available":0,"dates":[]},"65-149648":{"id":"65-149648","available":162,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149651":{"id":"65-149651","available":207,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150213":{"id":"65-150213","available":162,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150215":{"id":"65-150215","available":207,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150852":{"id":"65-150852","available":0,"dates":[]},"65-150863":{"id":"65-150863","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151242":{"id":"65-151242","available":0,"dates":[]},"65-151649":{"id":"65-151649","available":0,"dates":[]},"65-152121":{"id":"65-152121","available":8,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152404":{"id":"65-152404","available":0,"dates":[]},"65-152841":{"id":"65-152841","available":0,"dates":[]},"65-153137":{"id":"65-153137","available":0,"dates":[]},"65-153507":{"id":"65-153507","available":0,"dates":[]},"65-153904":{"id":"65-153904","available":80,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154147":{"id":"65-154147","available":0,"dates":[]},"65-154408":{"id":"65-154408","available":29,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"65-154902":{"id":"65-154902","available":67,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155254":{"id":"65-155254","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155773":{"id":"65-155773","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150485":{"id":"66-150485","available":0,"dates":[]},"9-127901":{"id":"9-127901","available":0,"dates":[]},"9-146846":{"id":"9-146846","available":10,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147362":{"id":"9-147362","available":0,"dates":[]},"9-147882":{"id":"9-147882","available":0,"dates":[]},"9-148318":{"id":"9-148318","available":0,"dates":[]},"9-148715":{"id":"9-148715","available":0,"dates":[]},"9-FLRL-B-00078-9-127901":{"id":"9-FLRL-B-00078-9-127901","available":0,"dates":[]},"9-FLRL-B-00078-9-145756":{"id":"9-FLRL-B-00078-9-145756","available":"4","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"9-FLRL-B-00078-9-146170":{"id":"9-FLRL-B-00078-9-146170","available":13,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150672","58-150674","58-154805","58-155153","58-155648"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154783","51-155315","51-155616"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150681","4-150684","4-154883","4-154889","4-155232","4-155241","4-155746","4-155758"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150728","41-150736","41-154842","41-155348","41-155694"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150887","42-150890","42-154911","42-155353","42-155785"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150680","2-150683","2-154882","2-154888","2-155231","2-155240","2-155745","2-155757","2-155552"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150937","10-150938","10-154895","10-155247","10-155767"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150942","11-150946","11-154768","11-155311","11-155608"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-127901"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150679","1-150682","1-154881","1-154887","1-155230","1-155239","1-155744","1-155756","1-155551"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150852","65-150863","65-154902","65-155254","65-155773"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150485"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-satin":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-satin", "priceAmount": 13000, "price": "$130 ", "priceCompareAtAmount": 14400, "priceCompareAt": "$144 ", "url": "https://urbanstems.com/products/double-the-satin", "variantName": null, "title": "Double the Satin", "images": [ { "alt": "Double the Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=700 700w" }, { "alt": "Double the Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=700 700w" } ], "variants": [{"id":45510437175544,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00078","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Satin - Double","public_title":"Double","options":["Double","Default Title"],"price":13000,"weight":0,"compare_at_price":14400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11700}],"price":11700,"compare_at_price":13000,"per_delivery_price":11700,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11700}],"price":11700,"compare_at_price":13000,"per_delivery_price":11700,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":35100}],"price":35100,"compare_at_price":13000,"per_delivery_price":35100,"selling_plan_id":4984897784,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":35100}],"price":35100,"compare_at_price":13000,"per_delivery_price":35100,"selling_plan_id":4984930552,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":70200}],"price":70200,"compare_at_price":13000,"per_delivery_price":70200,"selling_plan_id":4985684216,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":70200}],"price":70200,"compare_at_price":13000,"per_delivery_price":70200,"selling_plan_id":4985716984,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146819":{"id":"1-146819","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147213":{"id":"1-147213","available":0,"dates":[]},"1-147225":{"id":"1-147225","available":0,"dates":[]},"1-147637":{"id":"1-147637","available":0,"dates":[]},"1-147677":{"id":"1-147677","available":0,"dates":[]},"1-148072":{"id":"1-148072","available":0,"dates":[]},"1-148109":{"id":"1-148109","available":0,"dates":[]},"1-148491":{"id":"1-148491","available":0,"dates":[]},"1-148513":{"id":"1-148513","available":0,"dates":[]},"1-148893":{"id":"1-148893","available":0,"dates":[]},"1-148910":{"id":"1-148910","available":-1,"dates":[]},"1-149626":{"id":"1-149626","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149635":{"id":"1-149635","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150194":{"id":"1-150194","available":56,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150203":{"id":"1-150203","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150679":{"id":"1-150679","available":0,"dates":[]},"1-150682":{"id":"1-150682","available":0,"dates":[]},"1-151175":{"id":"1-151175","available":0,"dates":[]},"1-151190":{"id":"1-151190","available":0,"dates":[]},"1-151586":{"id":"1-151586","available":0,"dates":[]},"1-151601":{"id":"1-151601","available":0,"dates":[]},"1-152078":{"id":"1-152078","available":0,"dates":[]},"1-152580":{"id":"1-152580","available":0,"dates":[]},"1-152811":{"id":"1-152811","available":0,"dates":[]},"1-152815":{"id":"1-152815","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152965":{"id":"1-152965","available":-2,"dates":[]},"1-153096":{"id":"1-153096","available":0,"dates":[]},"1-153108":{"id":"1-153108","available":0,"dates":[]},"1-153398":{"id":"1-153398","available":0,"dates":[]},"1-153409":{"id":"1-153409","available":0,"dates":[]},"1-153745":{"id":"1-153745","available":0,"dates":[]},"1-153811":{"id":"1-153811","available":0,"dates":[]},"1-154385":{"id":"1-154385","available":0,"dates":[]},"1-154391":{"id":"1-154391","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154881":{"id":"1-154881","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154887":{"id":"1-154887","available":1,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155230":{"id":"1-155230","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155239":{"id":"1-155239","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155538":{"id":"1-155538","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155551":{"id":"1-155551","available":0,"dates":[]},"1-155744":{"id":"1-155744","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155756":{"id":"1-155756","available":4,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-147377":{"id":"10-147377","available":0,"dates":[]},"10-147903":{"id":"10-147903","available":0,"dates":[]},"10-148338":{"id":"10-148338","available":0,"dates":[]},"10-148729":{"id":"10-148729","available":0,"dates":[]},"10-149071":{"id":"10-149071","available":0,"dates":[]},"10-149642":{"id":"10-149642","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149645":{"id":"10-149645","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150210":{"id":"10-150210","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150212":{"id":"10-150212","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150937":{"id":"10-150937","available":0,"dates":[]},"10-150938":{"id":"10-150938","available":0,"dates":[]},"10-151363":{"id":"10-151363","available":-1,"dates":[]},"10-151754":{"id":"10-151754","available":-6,"dates":[]},"10-152210":{"id":"10-152210","available":0,"dates":[]},"10-152477":{"id":"10-152477","available":0,"dates":[]},"10-152908":{"id":"10-152908","available":0,"dates":[]},"10-153211":{"id":"10-153211","available":0,"dates":[]},"10-153430":{"id":"10-153430","available":0,"dates":[]},"10-154085":{"id":"10-154085","available":14,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"10-154444":{"id":"10-154444","available":0,"dates":[]},"10-154495":{"id":"10-154495","available":98,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154895":{"id":"10-154895","available":52,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155247":{"id":"10-155247","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155767":{"id":"10-155767","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-147168":{"id":"11-147168","available":0,"dates":[]},"11-147697":{"id":"11-147697","available":0,"dates":[]},"11-148129":{"id":"11-148129","available":-1,"dates":[]},"11-148531":{"id":"11-148531","available":0,"dates":[]},"11-149074":{"id":"11-149074","available":-1,"dates":[]},"11-149654":{"id":"11-149654","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149657":{"id":"11-149657","available":82,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150218":{"id":"11-150218","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150221":{"id":"11-150221","available":82,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150942":{"id":"11-150942","available":0,"dates":[]},"11-150946":{"id":"11-150946","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151366":{"id":"11-151366","available":-1,"dates":[]},"11-151757":{"id":"11-151757","available":0,"dates":[]},"11-152213":{"id":"11-152213","available":0,"dates":[]},"11-152644":{"id":"11-152644","available":0,"dates":[]},"11-152910":{"id":"11-152910","available":0,"dates":[]},"11-153213":{"id":"11-153213","available":0,"dates":[]},"11-153509":{"id":"11-153509","available":0,"dates":[]},"11-154090":{"id":"11-154090","available":6,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"11-154232":{"id":"11-154232","available":113,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154768":{"id":"11-154768","available":62,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155311":{"id":"11-155311","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155608":{"id":"11-155608","available":42,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-146820":{"id":"2-146820","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147214":{"id":"2-147214","available":0,"dates":[]},"2-147226":{"id":"2-147226","available":0,"dates":[]},"2-147638":{"id":"2-147638","available":0,"dates":[]},"2-147678":{"id":"2-147678","available":-2,"dates":[]},"2-148073":{"id":"2-148073","available":0,"dates":[]},"2-148110":{"id":"2-148110","available":0,"dates":[]},"2-148492":{"id":"2-148492","available":0,"dates":[]},"2-148514":{"id":"2-148514","available":0,"dates":[]},"2-148894":{"id":"2-148894","available":0,"dates":[]},"2-148911":{"id":"2-148911","available":0,"dates":[]},"2-149627":{"id":"2-149627","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149636":{"id":"2-149636","available":91,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150195":{"id":"2-150195","available":70,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150204":{"id":"2-150204","available":91,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150680":{"id":"2-150680","available":0,"dates":[]},"2-150683":{"id":"2-150683","available":0,"dates":[]},"2-151176":{"id":"2-151176","available":0,"dates":[]},"2-151191":{"id":"2-151191","available":0,"dates":[]},"2-151587":{"id":"2-151587","available":0,"dates":[]},"2-151602":{"id":"2-151602","available":0,"dates":[]},"2-152079":{"id":"2-152079","available":0,"dates":[]},"2-152581":{"id":"2-152581","available":0,"dates":[]},"2-152812":{"id":"2-152812","available":0,"dates":[]},"2-152816":{"id":"2-152816","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152966":{"id":"2-152966","available":0,"dates":[]},"2-153097":{"id":"2-153097","available":0,"dates":[]},"2-153109":{"id":"2-153109","available":0,"dates":[]},"2-153399":{"id":"2-153399","available":0,"dates":[]},"2-153410":{"id":"2-153410","available":0,"dates":[]},"2-153746":{"id":"2-153746","available":0,"dates":[]},"2-153812":{"id":"2-153812","available":0,"dates":[]},"2-154386":{"id":"2-154386","available":0,"dates":[]},"2-154392":{"id":"2-154392","available":2,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154882":{"id":"2-154882","available":0,"dates":[]},"2-154888":{"id":"2-154888","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155036":{"id":"2-155036","available":0,"dates":[]},"2-155231":{"id":"2-155231","available":11,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155240":{"id":"2-155240","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155539":{"id":"2-155539","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155552":{"id":"2-155552","available":0,"dates":[]},"2-155745":{"id":"2-155745","available":12,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155757":{"id":"2-155757","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"30-147350":{"id":"30-147350","available":0,"dates":[]},"30-147869":{"id":"30-147869","available":0,"dates":[]},"30-148304":{"id":"30-148304","available":0,"dates":[]},"30-148694":{"id":"30-148694","available":0,"dates":[]},"4-146821":{"id":"4-146821","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147215":{"id":"4-147215","available":0,"dates":[]},"4-147227":{"id":"4-147227","available":0,"dates":[]},"4-147639":{"id":"4-147639","available":0,"dates":[]},"4-147679":{"id":"4-147679","available":0,"dates":[]},"4-148074":{"id":"4-148074","available":0,"dates":[]},"4-148111":{"id":"4-148111","available":4,"dates":["2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28"]},"4-148493":{"id":"4-148493","available":2,"dates":["2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03"]},"4-148515":{"id":"4-148515","available":0,"dates":[]},"4-148895":{"id":"4-148895","available":0,"dates":[]},"4-148912":{"id":"4-148912","available":-8,"dates":[]},"4-149628":{"id":"4-149628","available":315,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149637":{"id":"4-149637","available":378,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150196":{"id":"4-150196","available":315,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150205":{"id":"4-150205","available":378,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150681":{"id":"4-150681","available":0,"dates":[]},"4-150684":{"id":"4-150684","available":0,"dates":[]},"4-151177":{"id":"4-151177","available":0,"dates":[]},"4-151192":{"id":"4-151192","available":0,"dates":[]},"4-151588":{"id":"4-151588","available":0,"dates":[]},"4-151603":{"id":"4-151603","available":0,"dates":[]},"4-151954":{"id":"4-151954","available":0,"dates":[]},"4-151955":{"id":"4-151955","available":13,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152080":{"id":"4-152080","available":0,"dates":[]},"4-152582":{"id":"4-152582","available":0,"dates":[]},"4-152813":{"id":"4-152813","available":0,"dates":[]},"4-152967":{"id":"4-152967","available":0,"dates":[]},"4-153098":{"id":"4-153098","available":0,"dates":[]},"4-153110":{"id":"4-153110","available":0,"dates":[]},"4-153400":{"id":"4-153400","available":0,"dates":[]},"4-153411":{"id":"4-153411","available":0,"dates":[]},"4-153747":{"id":"4-153747","available":0,"dates":[]},"4-153813":{"id":"4-153813","available":0,"dates":[]},"4-154127":{"id":"4-154127","available":0,"dates":[]},"4-154387":{"id":"4-154387","available":0,"dates":[]},"4-154393":{"id":"4-154393","available":0,"dates":[]},"4-154883":{"id":"4-154883","available":58,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154889":{"id":"4-154889","available":51,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155039":{"id":"4-155039","available":0,"dates":[]},"4-155232":{"id":"4-155232","available":32,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155241":{"id":"4-155241","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155540":{"id":"4-155540","available":19,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155746":{"id":"4-155746","available":41,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155758":{"id":"4-155758","available":27,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-147295":{"id":"41-147295","available":0,"dates":[]},"41-147813":{"id":"41-147813","available":0,"dates":[]},"41-148243":{"id":"41-148243","available":-1,"dates":[]},"41-148635":{"id":"41-148635","available":0,"dates":[]},"41-148968":{"id":"41-148968","available":0,"dates":[]},"41-149660":{"id":"41-149660","available":98,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149663":{"id":"41-149663","available":126,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150256":{"id":"41-150256","available":98,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150264":{"id":"41-150264","available":126,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150728":{"id":"41-150728","available":0,"dates":[]},"41-150736":{"id":"41-150736","available":0,"dates":[]},"41-151249":{"id":"41-151249","available":0,"dates":[]},"41-151656":{"id":"41-151656","available":0,"dates":[]},"41-152128":{"id":"41-152128","available":0,"dates":[]},"41-152594":{"id":"41-152594","available":0,"dates":[]},"41-152846":{"id":"41-152846","available":0,"dates":[]},"41-153142":{"id":"41-153142","available":0,"dates":[]},"41-153617":{"id":"41-153617","available":0,"dates":[]},"41-153892":{"id":"41-153892","available":0,"dates":[]},"41-154338":{"id":"41-154338","available":27,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154842":{"id":"41-154842","available":45,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155348":{"id":"41-155348","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155694":{"id":"41-155694","available":31,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-148978":{"id":"42-148978","available":0,"dates":[]},"42-149674":{"id":"42-149674","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149676":{"id":"42-149676","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150234":{"id":"42-150234","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150236":{"id":"42-150236","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150887":{"id":"42-150887","available":0,"dates":[]},"42-150890":{"id":"42-150890","available":0,"dates":[]},"42-151258":{"id":"42-151258","available":0,"dates":[]},"42-151666":{"id":"42-151666","available":0,"dates":[]},"42-152138":{"id":"42-152138","available":0,"dates":[]},"42-152417":{"id":"42-152417","available":0,"dates":[]},"42-152853":{"id":"42-152853","available":0,"dates":[]},"42-153149":{"id":"42-153149","available":0,"dates":[]},"42-153624":{"id":"42-153624","available":0,"dates":[]},"42-153970":{"id":"42-153970","available":0,"dates":[]},"42-154137":{"id":"42-154137","available":1,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"42-154426":{"id":"42-154426","available":9,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"42-154911":{"id":"42-154911","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155353":{"id":"42-155353","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155785":{"id":"42-155785","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"50-153694":{"id":"50-153694","available":2,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-147187":{"id":"51-147187","available":14,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147715":{"id":"51-147715","available":8,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148147":{"id":"51-148147","available":0,"dates":[]},"51-148548":{"id":"51-148548","available":1,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-149554":{"id":"51-149554","available":141,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150142":{"id":"51-150142","available":141,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150626":{"id":"51-150626","available":141,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151004":{"id":"51-151004","available":-61,"dates":[]},"51-151967":{"id":"51-151967","available":0,"dates":[]},"51-152055":{"id":"51-152055","available":10,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-153710":{"id":"51-153710","available":0,"dates":[]},"51-154263":{"id":"51-154263","available":0,"dates":[]},"51-154783":{"id":"51-154783","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155315":{"id":"51-155315","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155616":{"id":"51-155616","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-152302":{"id":"52-152302","available":0,"dates":[]},"52-152709":{"id":"52-152709","available":4,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152983":{"id":"52-152983","available":4,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-153703":{"id":"52-153703","available":4,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-154148":{"id":"52-154148","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"52-154149":{"id":"52-154149","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"58-147287":{"id":"58-147287","available":0,"dates":[]},"58-147803":{"id":"58-147803","available":0,"dates":[]},"58-148232":{"id":"58-148232","available":0,"dates":[]},"58-148627":{"id":"58-148627","available":0,"dates":[]},"58-149037":{"id":"58-149037","available":-2,"dates":[]},"58-149612":{"id":"58-149612","available":192,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149614":{"id":"58-149614","available":240,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150186":{"id":"58-150186","available":192,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150188":{"id":"58-150188","available":240,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150672":{"id":"58-150672","available":0,"dates":[]},"58-150674":{"id":"58-150674","available":0,"dates":[]},"58-151322":{"id":"58-151322","available":0,"dates":[]},"58-151726":{"id":"58-151726","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-151963":{"id":"58-151963","available":0,"dates":[]},"58-152179":{"id":"58-152179","available":0,"dates":[]},"58-152628":{"id":"58-152628","available":0,"dates":[]},"58-152882":{"id":"58-152882","available":0,"dates":[]},"58-153182":{"id":"58-153182","available":-1,"dates":[]},"58-153478":{"id":"58-153478","available":0,"dates":[]},"58-154073":{"id":"58-154073","available":0,"dates":[]},"58-154270":{"id":"58-154270","available":0,"dates":[]},"58-154271":{"id":"58-154271","available":0,"dates":[]},"58-154805":{"id":"58-154805","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155153":{"id":"58-155153","available":32,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155648":{"id":"58-155648","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-148961":{"id":"65-148961","available":0,"dates":[]},"65-149648":{"id":"65-149648","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149651":{"id":"65-149651","available":103,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150213":{"id":"65-150213","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150215":{"id":"65-150215","available":103,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150852":{"id":"65-150852","available":0,"dates":[]},"65-150863":{"id":"65-150863","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151242":{"id":"65-151242","available":0,"dates":[]},"65-151649":{"id":"65-151649","available":0,"dates":[]},"65-152121":{"id":"65-152121","available":4,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152404":{"id":"65-152404","available":0,"dates":[]},"65-152841":{"id":"65-152841","available":0,"dates":[]},"65-153137":{"id":"65-153137","available":0,"dates":[]},"65-153507":{"id":"65-153507","available":0,"dates":[]},"65-153904":{"id":"65-153904","available":40,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154147":{"id":"65-154147","available":0,"dates":[]},"65-154408":{"id":"65-154408","available":14,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"65-154902":{"id":"65-154902","available":33,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155254":{"id":"65-155254","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155773":{"id":"65-155773","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150485":{"id":"66-150485","available":0,"dates":[]},"9-127901":{"id":"9-127901","available":0,"dates":[]},"9-147362":{"id":"9-147362","available":0,"dates":[]},"9-147882":{"id":"9-147882","available":0,"dates":[]},"9-148318":{"id":"9-148318","available":0,"dates":[]},"9-148715":{"id":"9-148715","available":0,"dates":[]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150672","58-150674","58-154805","58-155153","58-155648"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154783","51-155315","51-155616"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150681","4-150684","4-154883","4-154889","4-155232","4-155241","4-155746","4-155758"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150728","41-150736","41-154842","41-155348","41-155694"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150887","42-150890","42-154911","42-155353","42-155785"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150680","2-150683","2-154882","2-154888","2-155231","2-155240","2-155745","2-155757","2-155552"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150937","10-150938","10-154895","10-155247","10-155767"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150942","11-150946","11-154768","11-155311","11-155608"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-127901"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150679","1-150682","1-154881","1-154887","1-155230","1-155239","1-155744","1-155756","1-155551"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150852","65-150863","65-154902","65-155254","65-155773"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150485"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-satin":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-satin", "priceAmount": 18300, "price": "$183 ", "priceCompareAtAmount": 21600, "priceCompareAt": "$216 ", "url": "https://urbanstems.com/products/triple-the-satin", "variantName": null, "title": "Triple the Satin", "images": [ { "alt": "Triple the Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=700 700w" }, { "alt": "Triple the Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=700 700w" } ], "variants": [{"id":45510442713336,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00078","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Satin - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":18300,"weight":0,"compare_at_price":21600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":16470}],"price":16470,"compare_at_price":18300,"per_delivery_price":16470,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":16470}],"price":16470,"compare_at_price":18300,"per_delivery_price":16470,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":49410}],"price":49410,"compare_at_price":18300,"per_delivery_price":49410,"selling_plan_id":4985094392,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":49410}],"price":49410,"compare_at_price":18300,"per_delivery_price":49410,"selling_plan_id":4985127160,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":98820}],"price":98820,"compare_at_price":18300,"per_delivery_price":98820,"selling_plan_id":4985880824,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":98820}],"price":98820,"compare_at_price":18300,"per_delivery_price":98820,"selling_plan_id":4985913592,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146819":{"id":"1-146819","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147213":{"id":"1-147213","available":0,"dates":[]},"1-147225":{"id":"1-147225","available":0,"dates":[]},"1-147637":{"id":"1-147637","available":0,"dates":[]},"1-147677":{"id":"1-147677","available":0,"dates":[]},"1-148072":{"id":"1-148072","available":0,"dates":[]},"1-148109":{"id":"1-148109","available":0,"dates":[]},"1-148491":{"id":"1-148491","available":0,"dates":[]},"1-148513":{"id":"1-148513","available":0,"dates":[]},"1-148893":{"id":"1-148893","available":0,"dates":[]},"1-148910":{"id":"1-148910","available":-1,"dates":[]},"1-149626":{"id":"1-149626","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149635":{"id":"1-149635","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150194":{"id":"1-150194","available":37,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150203":{"id":"1-150203","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150679":{"id":"1-150679","available":0,"dates":[]},"1-150682":{"id":"1-150682","available":0,"dates":[]},"1-151175":{"id":"1-151175","available":0,"dates":[]},"1-151190":{"id":"1-151190","available":0,"dates":[]},"1-151586":{"id":"1-151586","available":0,"dates":[]},"1-151601":{"id":"1-151601","available":0,"dates":[]},"1-152078":{"id":"1-152078","available":0,"dates":[]},"1-152580":{"id":"1-152580","available":0,"dates":[]},"1-152811":{"id":"1-152811","available":0,"dates":[]},"1-152815":{"id":"1-152815","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152965":{"id":"1-152965","available":-2,"dates":[]},"1-153096":{"id":"1-153096","available":0,"dates":[]},"1-153108":{"id":"1-153108","available":0,"dates":[]},"1-153398":{"id":"1-153398","available":0,"dates":[]},"1-153409":{"id":"1-153409","available":0,"dates":[]},"1-153745":{"id":"1-153745","available":0,"dates":[]},"1-153811":{"id":"1-153811","available":0,"dates":[]},"1-154385":{"id":"1-154385","available":0,"dates":[]},"1-154391":{"id":"1-154391","available":0,"dates":[]},"1-154881":{"id":"1-154881","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154887":{"id":"1-154887","available":0,"dates":[]},"1-155230":{"id":"1-155230","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155239":{"id":"1-155239","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155538":{"id":"1-155538","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155551":{"id":"1-155551","available":0,"dates":[]},"1-155744":{"id":"1-155744","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155756":{"id":"1-155756","available":3,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-147377":{"id":"10-147377","available":0,"dates":[]},"10-147903":{"id":"10-147903","available":0,"dates":[]},"10-148338":{"id":"10-148338","available":0,"dates":[]},"10-148729":{"id":"10-148729","available":0,"dates":[]},"10-149071":{"id":"10-149071","available":0,"dates":[]},"10-149642":{"id":"10-149642","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149645":{"id":"10-149645","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150210":{"id":"10-150210","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150212":{"id":"10-150212","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150937":{"id":"10-150937","available":0,"dates":[]},"10-150938":{"id":"10-150938","available":0,"dates":[]},"10-151363":{"id":"10-151363","available":-1,"dates":[]},"10-151754":{"id":"10-151754","available":-4,"dates":[]},"10-152210":{"id":"10-152210","available":0,"dates":[]},"10-152477":{"id":"10-152477","available":0,"dates":[]},"10-152908":{"id":"10-152908","available":0,"dates":[]},"10-153211":{"id":"10-153211","available":0,"dates":[]},"10-153430":{"id":"10-153430","available":0,"dates":[]},"10-154085":{"id":"10-154085","available":9,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"10-154444":{"id":"10-154444","available":0,"dates":[]},"10-154495":{"id":"10-154495","available":65,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154895":{"id":"10-154895","available":35,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155247":{"id":"10-155247","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155767":{"id":"10-155767","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-147168":{"id":"11-147168","available":0,"dates":[]},"11-147697":{"id":"11-147697","available":0,"dates":[]},"11-148129":{"id":"11-148129","available":-1,"dates":[]},"11-148531":{"id":"11-148531","available":0,"dates":[]},"11-149074":{"id":"11-149074","available":-1,"dates":[]},"11-149654":{"id":"11-149654","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149657":{"id":"11-149657","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150218":{"id":"11-150218","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150221":{"id":"11-150221","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150942":{"id":"11-150942","available":0,"dates":[]},"11-150946":{"id":"11-150946","available":31,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151366":{"id":"11-151366","available":-1,"dates":[]},"11-151757":{"id":"11-151757","available":0,"dates":[]},"11-152213":{"id":"11-152213","available":0,"dates":[]},"11-152644":{"id":"11-152644","available":0,"dates":[]},"11-152910":{"id":"11-152910","available":0,"dates":[]},"11-153213":{"id":"11-153213","available":0,"dates":[]},"11-153509":{"id":"11-153509","available":0,"dates":[]},"11-154090":{"id":"11-154090","available":4,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"11-154232":{"id":"11-154232","available":75,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154768":{"id":"11-154768","available":41,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155311":{"id":"11-155311","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155608":{"id":"11-155608","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-146820":{"id":"2-146820","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147214":{"id":"2-147214","available":0,"dates":[]},"2-147226":{"id":"2-147226","available":0,"dates":[]},"2-147638":{"id":"2-147638","available":0,"dates":[]},"2-147678":{"id":"2-147678","available":-1,"dates":[]},"2-148073":{"id":"2-148073","available":0,"dates":[]},"2-148110":{"id":"2-148110","available":0,"dates":[]},"2-148492":{"id":"2-148492","available":0,"dates":[]},"2-148514":{"id":"2-148514","available":0,"dates":[]},"2-148894":{"id":"2-148894","available":0,"dates":[]},"2-148911":{"id":"2-148911","available":0,"dates":[]},"2-149627":{"id":"2-149627","available":46,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149636":{"id":"2-149636","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150195":{"id":"2-150195","available":46,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150204":{"id":"2-150204","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150680":{"id":"2-150680","available":0,"dates":[]},"2-150683":{"id":"2-150683","available":0,"dates":[]},"2-151176":{"id":"2-151176","available":0,"dates":[]},"2-151191":{"id":"2-151191","available":0,"dates":[]},"2-151587":{"id":"2-151587","available":0,"dates":[]},"2-151602":{"id":"2-151602","available":0,"dates":[]},"2-152079":{"id":"2-152079","available":0,"dates":[]},"2-152581":{"id":"2-152581","available":0,"dates":[]},"2-152812":{"id":"2-152812","available":0,"dates":[]},"2-152816":{"id":"2-152816","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152966":{"id":"2-152966","available":0,"dates":[]},"2-153097":{"id":"2-153097","available":0,"dates":[]},"2-153109":{"id":"2-153109","available":0,"dates":[]},"2-153399":{"id":"2-153399","available":0,"dates":[]},"2-153410":{"id":"2-153410","available":0,"dates":[]},"2-153746":{"id":"2-153746","available":0,"dates":[]},"2-153812":{"id":"2-153812","available":0,"dates":[]},"2-154386":{"id":"2-154386","available":0,"dates":[]},"2-154392":{"id":"2-154392","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154882":{"id":"2-154882","available":0,"dates":[]},"2-154888":{"id":"2-154888","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155036":{"id":"2-155036","available":0,"dates":[]},"2-155231":{"id":"2-155231","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155240":{"id":"2-155240","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155539":{"id":"2-155539","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155552":{"id":"2-155552","available":0,"dates":[]},"2-155745":{"id":"2-155745","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155757":{"id":"2-155757","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"30-147350":{"id":"30-147350","available":0,"dates":[]},"30-147869":{"id":"30-147869","available":0,"dates":[]},"30-148304":{"id":"30-148304","available":0,"dates":[]},"30-148694":{"id":"30-148694","available":0,"dates":[]},"4-146821":{"id":"4-146821","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147215":{"id":"4-147215","available":0,"dates":[]},"4-147227":{"id":"4-147227","available":0,"dates":[]},"4-147639":{"id":"4-147639","available":0,"dates":[]},"4-147679":{"id":"4-147679","available":0,"dates":[]},"4-148074":{"id":"4-148074","available":0,"dates":[]},"4-148111":{"id":"4-148111","available":2,"dates":["2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28"]},"4-148493":{"id":"4-148493","available":1,"dates":["2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03"]},"4-148515":{"id":"4-148515","available":0,"dates":[]},"4-148895":{"id":"4-148895","available":0,"dates":[]},"4-148912":{"id":"4-148912","available":-6,"dates":[]},"4-149628":{"id":"4-149628","available":210,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149637":{"id":"4-149637","available":252,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150196":{"id":"4-150196","available":210,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150205":{"id":"4-150205","available":252,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150681":{"id":"4-150681","available":0,"dates":[]},"4-150684":{"id":"4-150684","available":0,"dates":[]},"4-151177":{"id":"4-151177","available":0,"dates":[]},"4-151192":{"id":"4-151192","available":0,"dates":[]},"4-151588":{"id":"4-151588","available":0,"dates":[]},"4-151603":{"id":"4-151603","available":0,"dates":[]},"4-151954":{"id":"4-151954","available":0,"dates":[]},"4-151955":{"id":"4-151955","available":9,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152080":{"id":"4-152080","available":0,"dates":[]},"4-152582":{"id":"4-152582","available":0,"dates":[]},"4-152813":{"id":"4-152813","available":0,"dates":[]},"4-152967":{"id":"4-152967","available":0,"dates":[]},"4-153098":{"id":"4-153098","available":0,"dates":[]},"4-153110":{"id":"4-153110","available":0,"dates":[]},"4-153400":{"id":"4-153400","available":0,"dates":[]},"4-153411":{"id":"4-153411","available":0,"dates":[]},"4-153747":{"id":"4-153747","available":0,"dates":[]},"4-153813":{"id":"4-153813","available":0,"dates":[]},"4-154127":{"id":"4-154127","available":0,"dates":[]},"4-154387":{"id":"4-154387","available":0,"dates":[]},"4-154393":{"id":"4-154393","available":0,"dates":[]},"4-154883":{"id":"4-154883","available":38,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154889":{"id":"4-154889","available":34,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155039":{"id":"4-155039","available":0,"dates":[]},"4-155232":{"id":"4-155232","available":21,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155241":{"id":"4-155241","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155540":{"id":"4-155540","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155746":{"id":"4-155746","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155758":{"id":"4-155758","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-147295":{"id":"41-147295","available":0,"dates":[]},"41-147813":{"id":"41-147813","available":0,"dates":[]},"41-148243":{"id":"41-148243","available":-1,"dates":[]},"41-148635":{"id":"41-148635","available":0,"dates":[]},"41-148968":{"id":"41-148968","available":0,"dates":[]},"41-149660":{"id":"41-149660","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149663":{"id":"41-149663","available":84,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150256":{"id":"41-150256","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150264":{"id":"41-150264","available":84,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150728":{"id":"41-150728","available":0,"dates":[]},"41-150736":{"id":"41-150736","available":0,"dates":[]},"41-151249":{"id":"41-151249","available":0,"dates":[]},"41-151656":{"id":"41-151656","available":0,"dates":[]},"41-152128":{"id":"41-152128","available":0,"dates":[]},"41-152594":{"id":"41-152594","available":0,"dates":[]},"41-152846":{"id":"41-152846","available":0,"dates":[]},"41-153142":{"id":"41-153142","available":0,"dates":[]},"41-153617":{"id":"41-153617","available":0,"dates":[]},"41-153892":{"id":"41-153892","available":0,"dates":[]},"41-154338":{"id":"41-154338","available":18,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154842":{"id":"41-154842","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155348":{"id":"41-155348","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155694":{"id":"41-155694","available":21,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-148978":{"id":"42-148978","available":0,"dates":[]},"42-149674":{"id":"42-149674","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149676":{"id":"42-149676","available":27,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150234":{"id":"42-150234","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150236":{"id":"42-150236","available":27,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150887":{"id":"42-150887","available":0,"dates":[]},"42-150890":{"id":"42-150890","available":0,"dates":[]},"42-151258":{"id":"42-151258","available":0,"dates":[]},"42-151666":{"id":"42-151666","available":0,"dates":[]},"42-152138":{"id":"42-152138","available":0,"dates":[]},"42-152417":{"id":"42-152417","available":0,"dates":[]},"42-152853":{"id":"42-152853","available":0,"dates":[]},"42-153149":{"id":"42-153149","available":0,"dates":[]},"42-153624":{"id":"42-153624","available":0,"dates":[]},"42-153970":{"id":"42-153970","available":0,"dates":[]},"42-154137":{"id":"42-154137","available":0,"dates":[]},"42-154426":{"id":"42-154426","available":6,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"42-154911":{"id":"42-154911","available":11,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155353":{"id":"42-155353","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155785":{"id":"42-155785","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"50-153694":{"id":"50-153694","available":1,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-147187":{"id":"51-147187","available":9,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147715":{"id":"51-147715","available":5,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148147":{"id":"51-148147","available":0,"dates":[]},"51-148548":{"id":"51-148548","available":0,"dates":[]},"51-149554":{"id":"51-149554","available":94,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150142":{"id":"51-150142","available":94,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150626":{"id":"51-150626","available":94,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151004":{"id":"51-151004","available":-41,"dates":[]},"51-151967":{"id":"51-151967","available":0,"dates":[]},"51-152055":{"id":"51-152055","available":6,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-153710":{"id":"51-153710","available":0,"dates":[]},"51-154263":{"id":"51-154263","available":0,"dates":[]},"51-154783":{"id":"51-154783","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155315":{"id":"51-155315","available":2,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155616":{"id":"51-155616","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-152302":{"id":"52-152302","available":0,"dates":[]},"52-152709":{"id":"52-152709","available":2,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152983":{"id":"52-152983","available":3,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-153703":{"id":"52-153703","available":3,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-154148":{"id":"52-154148","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"52-154149":{"id":"52-154149","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"58-147287":{"id":"58-147287","available":0,"dates":[]},"58-147803":{"id":"58-147803","available":0,"dates":[]},"58-148232":{"id":"58-148232","available":0,"dates":[]},"58-148627":{"id":"58-148627","available":0,"dates":[]},"58-149037":{"id":"58-149037","available":-2,"dates":[]},"58-149612":{"id":"58-149612","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149614":{"id":"58-149614","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150186":{"id":"58-150186","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150188":{"id":"58-150188","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150672":{"id":"58-150672","available":0,"dates":[]},"58-150674":{"id":"58-150674","available":0,"dates":[]},"58-151322":{"id":"58-151322","available":0,"dates":[]},"58-151726":{"id":"58-151726","available":0,"dates":[]},"58-151963":{"id":"58-151963","available":0,"dates":[]},"58-152179":{"id":"58-152179","available":0,"dates":[]},"58-152628":{"id":"58-152628","available":0,"dates":[]},"58-152882":{"id":"58-152882","available":0,"dates":[]},"58-153182":{"id":"58-153182","available":-1,"dates":[]},"58-153478":{"id":"58-153478","available":0,"dates":[]},"58-154073":{"id":"58-154073","available":0,"dates":[]},"58-154270":{"id":"58-154270","available":0,"dates":[]},"58-154271":{"id":"58-154271","available":0,"dates":[]},"58-154805":{"id":"58-154805","available":46,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155153":{"id":"58-155153","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155648":{"id":"58-155648","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-148961":{"id":"65-148961","available":0,"dates":[]},"65-149648":{"id":"65-149648","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149651":{"id":"65-149651","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150213":{"id":"65-150213","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150215":{"id":"65-150215","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150852":{"id":"65-150852","available":0,"dates":[]},"65-150863":{"id":"65-150863","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151242":{"id":"65-151242","available":0,"dates":[]},"65-151649":{"id":"65-151649","available":0,"dates":[]},"65-152121":{"id":"65-152121","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152404":{"id":"65-152404","available":0,"dates":[]},"65-152841":{"id":"65-152841","available":0,"dates":[]},"65-153137":{"id":"65-153137","available":0,"dates":[]},"65-153507":{"id":"65-153507","available":0,"dates":[]},"65-153904":{"id":"65-153904","available":26,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154147":{"id":"65-154147","available":0,"dates":[]},"65-154408":{"id":"65-154408","available":9,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"65-154902":{"id":"65-154902","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155254":{"id":"65-155254","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155773":{"id":"65-155773","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150485":{"id":"66-150485","available":0,"dates":[]},"9-127901":{"id":"9-127901","available":0,"dates":[]},"9-147362":{"id":"9-147362","available":0,"dates":[]},"9-147882":{"id":"9-147882","available":0,"dates":[]},"9-148318":{"id":"9-148318","available":0,"dates":[]},"9-148715":{"id":"9-148715","available":0,"dates":[]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150672","58-150674","58-154805","58-155153","58-155648"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154783","51-155315","51-155616"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150681","4-150684","4-154883","4-154889","4-155232","4-155241","4-155746","4-155758"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150728","41-150736","41-154842","41-155348","41-155694"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150887","42-150890","42-154911","42-155353","42-155785"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150680","2-150683","2-154882","2-154888","2-155231","2-155240","2-155745","2-155757","2-155552"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150937","10-150938","10-154895","10-155247","10-155767"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150942","11-150946","11-154768","11-155311","11-155608"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-127901"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150679","1-150682","1-154881","1-154887","1-155230","1-155239","1-155744","1-155756","1-155551"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150852","65-150863","65-154902","65-155254","65-155773"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="9" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-love-potion"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=500 500w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=600 600w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=700 700w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=800 800w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=900 900w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=500" alt="The Love Potion" srcset="//urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=352 352w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=500 500w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=600 600w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=700 700w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=800 800w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=900 900w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=500" alt="The Love Potion" srcset="//urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=352 352w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-love-potion" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150510","4-150537"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150877","58-150881"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150869","41-150875"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150886","42-150889"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150509","2-150536"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150652","10-150654"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150573","11-150579"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150508","1-150535","1-155555"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150848","65-150859"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150508":{"id":"1-150508","available":0,"dates":[]},"1-150535":{"id":"1-150535","available":0,"dates":[]},"1-155555":{"id":"1-155555","available":0,"dates":[]},"10-150652":{"id":"10-150652","available":0,"dates":[]},"10-150654":{"id":"10-150654","available":22,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150573":{"id":"11-150573","available":0,"dates":[]},"11-150579":{"id":"11-150579","available":0,"dates":[]},"2-150509":{"id":"2-150509","available":1,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150536":{"id":"2-150536","available":0,"dates":[]},"4-150510":{"id":"4-150510","available":0,"dates":[]},"4-150537":{"id":"4-150537","available":250,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150869":{"id":"41-150869","available":0,"dates":[]},"41-150875":{"id":"41-150875","available":103,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150886":{"id":"42-150886","available":0,"dates":[]},"42-150889":{"id":"42-150889","available":0,"dates":[]},"58-150877":{"id":"58-150877","available":0,"dates":[]},"58-150881":{"id":"58-150881","available":24,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150848":{"id":"65-150848","available":0,"dates":[]},"65-150859":{"id":"65-150859","available":0,"dates":[]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-love-potion" title="View The Love Potion" data-product-card-title><h3 style="font-size: 1em;">The Love Potion</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$72 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$90</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">12 reviews with an average of 3.8 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="3.8" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="12" aria-hidden="true" style=" font-size: 12px;">(12)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Love Potion in Single" data-swatch-item="the-love-potion" data-image-loaded href="https://urbanstems.com/products/the-love-potion" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Love Potion in Double" data-swatch-item="double-the-love-potion" href="https://urbanstems.com/products/double-the-love-potion" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="the-love-potion" type="application/json">{"the-love-potion":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "the-love-potion", "priceAmount": 7200, "price": "$72 ", "priceCompareAtAmount": 9000, "priceCompareAt": "$90 ", "url": "https://urbanstems.com/products/the-love-potion", "variantName": null, "title": "The Love Potion", "images": [ { "alt": "The Love Potion", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=500 500w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=600 600w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=500 500w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=600 600w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=700 700w" }, { "alt": "The Love Potion", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=500 500w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=600 600w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=500 500w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=600 600w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=700 700w" } ], "variants": [{"id":45948821143800,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10193","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Love Potion - Single","public_title":"Single","options":["Single","Default Title"],"price":7200,"weight":0,"compare_at_price":9000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7200,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7200,"per_delivery_price":22500,"selling_plan_id":4977590520,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7200,"per_delivery_price":30000,"selling_plan_id":4979065080,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7200,"per_delivery_price":37500,"selling_plan_id":4981915896,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7200,"per_delivery_price":45000,"selling_plan_id":4982112504,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7200,"per_delivery_price":90000,"selling_plan_id":4982407416,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7200,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7200,"per_delivery_price":22500,"selling_plan_id":4977623288,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7200,"per_delivery_price":30000,"selling_plan_id":4979097848,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7200,"per_delivery_price":37500,"selling_plan_id":4981948664,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7200,"per_delivery_price":45000,"selling_plan_id":4982145272,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7200,"per_delivery_price":90000,"selling_plan_id":4982440184,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7200,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7200,"per_delivery_price":22500,"selling_plan_id":4977656056,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7200,"per_delivery_price":30000,"selling_plan_id":4979130616,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7200,"per_delivery_price":37500,"selling_plan_id":4981981432,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7200,"per_delivery_price":45000,"selling_plan_id":4982178040,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7200,"per_delivery_price":90000,"selling_plan_id":4982472952,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150508":{"id":"1-150508","available":0,"dates":[]},"1-150535":{"id":"1-150535","available":0,"dates":[]},"1-154004":{"id":"1-154004","available":0,"dates":[]},"1-154031":{"id":"1-154031","available":0,"dates":[]},"1-154164":{"id":"1-154164","available":0,"dates":[]},"1-154194":{"id":"1-154194","available":0,"dates":[]},"1-155555":{"id":"1-155555","available":0,"dates":[]},"10-150652":{"id":"10-150652","available":0,"dates":[]},"10-150654":{"id":"10-150654","available":22,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-153944":{"id":"10-153944","available":0,"dates":[]},"10-154298":{"id":"10-154298","available":0,"dates":[]},"11-150573":{"id":"11-150573","available":0,"dates":[]},"11-150579":{"id":"11-150579","available":0,"dates":[]},"11-154089":{"id":"11-154089","available":0,"dates":[]},"11-154231":{"id":"11-154231","available":0,"dates":[]},"2-150509":{"id":"2-150509","available":1,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150536":{"id":"2-150536","available":0,"dates":[]},"2-154005":{"id":"2-154005","available":0,"dates":[]},"2-154032":{"id":"2-154032","available":0,"dates":[]},"2-154165":{"id":"2-154165","available":0,"dates":[]},"2-154195":{"id":"2-154195","available":0,"dates":[]},"2-155556":{"id":"2-155556","available":0,"dates":[]},"4-150510":{"id":"4-150510","available":0,"dates":[]},"4-150537":{"id":"4-150537","available":250,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154006":{"id":"4-154006","available":0,"dates":[]},"4-154033":{"id":"4-154033","available":0,"dates":[]},"4-154166":{"id":"4-154166","available":0,"dates":[]},"4-154196":{"id":"4-154196","available":0,"dates":[]},"41-150869":{"id":"41-150869","available":0,"dates":[]},"41-150875":{"id":"41-150875","available":103,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-154100":{"id":"41-154100","available":0,"dates":[]},"41-154414":{"id":"41-154414","available":0,"dates":[]},"42-150886":{"id":"42-150886","available":0,"dates":[]},"42-150889":{"id":"42-150889","available":0,"dates":[]},"42-153969":{"id":"42-153969","available":0,"dates":[]},"42-154425":{"id":"42-154425","available":0,"dates":[]},"51-151000":{"id":"51-151000","available":-13,"dates":[]},"51-153707":{"id":"51-153707","available":0,"dates":[]},"51-154260":{"id":"51-154260","available":0,"dates":[]},"58-150877":{"id":"58-150877","available":0,"dates":[]},"58-150881":{"id":"58-150881","available":24,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-153857":{"id":"58-153857","available":0,"dates":[]},"58-154417":{"id":"58-154417","available":0,"dates":[]},"58-154421":{"id":"58-154421","available":0,"dates":[]},"65-150848":{"id":"65-150848","available":0,"dates":[]},"65-150859":{"id":"65-150859","available":0,"dates":[]},"65-153899":{"id":"65-153899","available":0,"dates":[]},"65-154146":{"id":"65-154146","available":0,"dates":[]},"65-154404":{"id":"65-154404","available":0,"dates":[]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150510","4-150537"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150877","58-150881"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150869","41-150875"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150886","42-150889"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150509","2-150536"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150652","10-150654"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150573","11-150579"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150508","1-150535","1-155555"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150848","65-150859"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-love-potion":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-love-potion", "priceAmount": 12600, "price": "$126 ", "priceCompareAtAmount": 18000, "priceCompareAt": "$180 ", "url": "https://urbanstems.com/products/double-the-love-potion", "variantName": null, "title": "Double the Love Potion", "images": [ { "alt": "Double the Love Potion", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=500 500w, //urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=600 600w, //urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=500 500w, //urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=600 600w, //urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=700 700w" }, { "alt": "Double the Love Potion", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_MainImage_PDP.jpg?v=1733134967\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=500 500w, //urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=600 600w, //urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=500 500w, //urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=600 600w, //urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=700 700w" } ], "variants": [{"id":45948821274872,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10193","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Love Potion - Double","public_title":"Double","options":["Double","Default Title"],"price":12600,"weight":0,"compare_at_price":18000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150508":{"id":"1-150508","available":0,"dates":[]},"1-150535":{"id":"1-150535","available":0,"dates":[]},"1-154004":{"id":"1-154004","available":0,"dates":[]},"1-154031":{"id":"1-154031","available":0,"dates":[]},"1-154164":{"id":"1-154164","available":0,"dates":[]},"1-154194":{"id":"1-154194","available":0,"dates":[]},"1-155555":{"id":"1-155555","available":0,"dates":[]},"10-150652":{"id":"10-150652","available":0,"dates":[]},"10-150654":{"id":"10-150654","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-153944":{"id":"10-153944","available":0,"dates":[]},"10-154298":{"id":"10-154298","available":0,"dates":[]},"11-150573":{"id":"11-150573","available":0,"dates":[]},"11-150579":{"id":"11-150579","available":0,"dates":[]},"11-154089":{"id":"11-154089","available":0,"dates":[]},"11-154231":{"id":"11-154231","available":0,"dates":[]},"2-150509":{"id":"2-150509","available":0,"dates":[]},"2-150536":{"id":"2-150536","available":0,"dates":[]},"2-154005":{"id":"2-154005","available":0,"dates":[]},"2-154032":{"id":"2-154032","available":0,"dates":[]},"2-154165":{"id":"2-154165","available":0,"dates":[]},"2-154195":{"id":"2-154195","available":0,"dates":[]},"2-155556":{"id":"2-155556","available":0,"dates":[]},"4-150510":{"id":"4-150510","available":0,"dates":[]},"4-150537":{"id":"4-150537","available":125,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154006":{"id":"4-154006","available":0,"dates":[]},"4-154033":{"id":"4-154033","available":0,"dates":[]},"4-154166":{"id":"4-154166","available":0,"dates":[]},"4-154196":{"id":"4-154196","available":0,"dates":[]},"41-150869":{"id":"41-150869","available":0,"dates":[]},"41-150875":{"id":"41-150875","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-154100":{"id":"41-154100","available":0,"dates":[]},"41-154414":{"id":"41-154414","available":0,"dates":[]},"42-150886":{"id":"42-150886","available":0,"dates":[]},"42-150889":{"id":"42-150889","available":0,"dates":[]},"42-153969":{"id":"42-153969","available":0,"dates":[]},"42-154425":{"id":"42-154425","available":0,"dates":[]},"51-151000":{"id":"51-151000","available":-7,"dates":[]},"51-153707":{"id":"51-153707","available":0,"dates":[]},"51-154260":{"id":"51-154260","available":0,"dates":[]},"58-150877":{"id":"58-150877","available":0,"dates":[]},"58-150881":{"id":"58-150881","available":12,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-153857":{"id":"58-153857","available":0,"dates":[]},"58-154417":{"id":"58-154417","available":0,"dates":[]},"58-154421":{"id":"58-154421","available":0,"dates":[]},"65-150848":{"id":"65-150848","available":0,"dates":[]},"65-150859":{"id":"65-150859","available":0,"dates":[]},"65-153899":{"id":"65-153899","available":0,"dates":[]},"65-154146":{"id":"65-154146","available":0,"dates":[]},"65-154404":{"id":"65-154404","available":0,"dates":[]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150510","4-150537"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150877","58-150881"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150869","41-150875"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150886","42-150889"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150509","2-150536"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150652","10-150654"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150573","11-150579"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150508","1-150535","1-155555"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150848","65-150859"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="10" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-firecracker"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=700 700w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=800 800w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=900 900w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500" alt="The Firecracker" srcset="//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=352 352w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=700 700w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=800 800w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=900 900w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500" alt="The Firecracker" srcset="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=352 352w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Wirecutter_Badge_150px.png?v=1738704266" loading="lazy" class="metafield-file_reference"> <div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-firecracker" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-155044","58-150705","58-150708","58-154772","58-155138","58-155645"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154778","51-155313","51-155614"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150829","4-150835","4-154813","4-154816","4-155159","4-155171","4-155537","4-155654","4-155666"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150722","41-150730","41-154837","41-155342","41-155687"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150828","2-150834","2-154812","2-154815","2-155158","2-155170","2-155536","2-155653","2-155665","2-155548"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150651","10-150653","10-154893","10-155245","10-155765"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150940","11-150944","11-154798","11-155145","11-155803"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150914","9-150920","9-154920","9-155269","9-155871"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150827","1-150833","1-154811","1-154814","1-155157","1-155169","1-155535","1-155652","1-155664","1-155547"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150712","65-150717","65-154833","65-155337","65-155681"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"1-150827":{"id":"1-150827","available":0,"dates":[]},"1-150833":{"id":"1-150833","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-154811":{"id":"1-154811","available":15,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154814":{"id":"1-154814","available":11,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155157":{"id":"1-155157","available":28,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155169":{"id":"1-155169","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155535":{"id":"1-155535","available":55,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155547":{"id":"1-155547","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155652":{"id":"1-155652","available":22,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155664":{"id":"1-155664","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150651":{"id":"10-150651","available":0,"dates":[]},"10-150653":{"id":"10-150653","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154893":{"id":"10-154893","available":79,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155245":{"id":"10-155245","available":63,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155765":{"id":"10-155765","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150940":{"id":"11-150940","available":0,"dates":[]},"11-150944":{"id":"11-150944","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154798":{"id":"11-154798","available":81,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155145":{"id":"11-155145","available":64,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155803":{"id":"11-155803","available":82,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150828":{"id":"2-150828","available":0,"dates":[]},"2-150834":{"id":"2-150834","available":0,"dates":[]},"2-154812":{"id":"2-154812","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154815":{"id":"2-154815","available":18,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155158":{"id":"2-155158","available":49,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155170":{"id":"2-155170","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155536":{"id":"2-155536","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155548":{"id":"2-155548","available":0,"dates":[]},"2-155653":{"id":"2-155653","available":50,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155665":{"id":"2-155665","available":36,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150829":{"id":"4-150829","available":0,"dates":[]},"4-150835":{"id":"4-150835","available":456,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154813":{"id":"4-154813","available":135,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154816":{"id":"4-154816","available":78,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155159":{"id":"4-155159","available":93,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155171":{"id":"4-155171","available":48,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155537":{"id":"4-155537","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155654":{"id":"4-155654","available":111,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155666":{"id":"4-155666","available":66,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150722":{"id":"41-150722","available":0,"dates":[]},"41-150730":{"id":"41-150730","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-154837":{"id":"41-154837","available":96,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155342":{"id":"41-155342","available":66,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155687":{"id":"41-155687","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154778":{"id":"51-154778","available":45,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155313":{"id":"51-155313","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155614":{"id":"51-155614","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150705":{"id":"58-150705","available":0,"dates":[]},"58-150708":{"id":"58-150708","available":0,"dates":[]},"58-154772":{"id":"58-154772","available":117,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155044":{"id":"58-155044","available":0,"dates":[]},"58-155138":{"id":"58-155138","available":100,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155645":{"id":"58-155645","available":116,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150712":{"id":"65-150712","available":0,"dates":[]},"65-150717":{"id":"65-150717","available":19,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-154833":{"id":"65-154833","available":52,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155337":{"id":"65-155337","available":35,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155681":{"id":"65-155681","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150914":{"id":"9-150914","available":0,"dates":[]},"9-150920":{"id":"9-150920","available":0,"dates":[]},"9-154920":{"id":"9-154920","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155269":{"id":"9-155269","available":28,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155871":{"id":"9-155871","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-firecracker" title="View The Firecracker" data-product-card-title><h3 style="font-size: 1em;">The Firecracker</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$74 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">1458 reviews with an average of 4.9 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.9" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="1458" aria-hidden="true" style=" font-size: 12px;">(1458)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Firecracker in Single" data-swatch-item="the-firecracker" data-image-loaded href="https://urbanstems.com/products/the-firecracker" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Firecracker in Double" data-swatch-item="double-the-firecracker" href="https://urbanstems.com/products/double-the-firecracker" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Firecracker in Triple" data-swatch-item="triple-the-firecracker" href="https://urbanstems.com/products/triple-the-firecracker" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="the-firecracker" type="application/json">{"the-firecracker":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Wirecutter_Badge_150px.png?v=1738704266" }, "handle": "the-firecracker", "priceAmount": 7400, "price": "$74 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-firecracker", "variantName": null, "title": "The Firecracker", "images": [ { "alt": "The Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=700 700w" }, { "alt": "The Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=700 700w" } ], "variants": [{"id":45510413385976,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00025","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Firecracker - Single","public_title":"Single","options":["Single","Default Title"],"price":7400,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4888887544,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4891050232,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4891934968,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4892623096,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4893409528,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4888920312,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4891083000,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4891967736,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4892655864,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4893442296,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4888953080,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4891115768,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4892000504,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4892688632,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4893475064,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4983390456,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4983423224,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4983980280,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4984013048,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146736":{"id":"1-146736","available":42,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146752":{"id":"1-146752","available":22,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146861":{"id":"1-146861","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147251":{"id":"1-147251","available":0,"dates":[]},"1-147267":{"id":"1-147267","available":0,"dates":[]},"1-147772":{"id":"1-147772","available":0,"dates":[]},"1-147785":{"id":"1-147785","available":-1,"dates":[]},"1-148202":{"id":"1-148202","available":0,"dates":[]},"1-148215":{"id":"1-148215","available":0,"dates":[]},"1-148596":{"id":"1-148596","available":0,"dates":[]},"1-148608":{"id":"1-148608","available":0,"dates":[]},"1-148881":{"id":"1-148881","available":0,"dates":[]},"1-148899":{"id":"1-148899","available":0,"dates":[]},"1-149793":{"id":"1-149793","available":63,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149799":{"id":"1-149799","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150355":{"id":"1-150355","available":63,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150361":{"id":"1-150361","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150827":{"id":"1-150827","available":0,"dates":[]},"1-150833":{"id":"1-150833","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151166":{"id":"1-151166","available":12,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151181":{"id":"1-151181","available":13,"dates":["2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19"]},"1-151577":{"id":"1-151577","available":13,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151592":{"id":"1-151592","available":0,"dates":[]},"1-152069":{"id":"1-152069","available":12,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152574":{"id":"1-152574","available":0,"dates":[]},"1-152805":{"id":"1-152805","available":0,"dates":[]},"1-152962":{"id":"1-152962","available":0,"dates":[]},"1-153090":{"id":"1-153090","available":0,"dates":[]},"1-153102":{"id":"1-153102","available":9,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153392":{"id":"1-153392","available":0,"dates":[]},"1-153404":{"id":"1-153404","available":0,"dates":[]},"1-153724":{"id":"1-153724","available":0,"dates":[]},"1-153790":{"id":"1-153790","available":0,"dates":[]},"1-154305":{"id":"1-154305","available":0,"dates":[]},"1-154308":{"id":"1-154308","available":3,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154811":{"id":"1-154811","available":15,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154814":{"id":"1-154814","available":11,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155157":{"id":"1-155157","available":28,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155169":{"id":"1-155169","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155535":{"id":"1-155535","available":55,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155547":{"id":"1-155547","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155652":{"id":"1-155652","available":22,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155664":{"id":"1-155664","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-2024-10-05":{"id":"1-2024-10-05","available":1,"dates":["2024-10-05"]},"1-2024-10-06":{"id":"1-2024-10-06","available":32,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"1-2024-10-09":{"id":"1-2024-10-09","available":49,"dates":["2024-10-09","2024-10-10"]},"1-2024-10-11":{"id":"1-2024-10-11","available":48,"dates":["2024-10-11","2024-10-12"]},"1-2024-10-13":{"id":"1-2024-10-13","available":11,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"1-2024-10-16":{"id":"1-2024-10-16","available":38,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"1-2024-10-18":{"id":"1-2024-10-18","available":53,"dates":["2024-10-18","2024-10-19"]},"1-2024-10-20":{"id":"1-2024-10-20","available":89,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"1-2024-10-23":{"id":"1-2024-10-23","available":112,"dates":["2024-10-23","2024-10-24"]},"1-2024-10-25":{"id":"1-2024-10-25","available":85,"dates":["2024-10-25","2024-10-26"]},"1-2024-10-27":{"id":"1-2024-10-27","available":124,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"1-2024-10-30":{"id":"1-2024-10-30","available":95,"dates":["2024-10-30","2024-10-31"]},"1-2024-11-01":{"id":"1-2024-11-01","available":61,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-2024-11-06":{"id":"1-2024-11-06","available":22,"dates":["2024-11-06","2024-11-07"]},"1-FLRL-B-00025-1-144723":{"id":"1-FLRL-B-00025-1-144723","available":5,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-00025-1-145439":{"id":"1-FLRL-B-00025-1-145439","available":3,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"1-FLRL-B-00025-1-146073":{"id":"1-FLRL-B-00025-1-146073","available":9,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"1-FLRL-B-00025-1-146661":{"id":"1-FLRL-B-00025-1-146661","available":"8","dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"10-146836":{"id":"10-146836","available":60,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147353":{"id":"10-147353","available":0,"dates":[]},"10-147873":{"id":"10-147873","available":0,"dates":[]},"10-148309":{"id":"10-148309","available":0,"dates":[]},"10-148699":{"id":"10-148699","available":0,"dates":[]},"10-149012":{"id":"10-149012","available":0,"dates":[]},"10-149805":{"id":"10-149805","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149807":{"id":"10-149807","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150367":{"id":"10-150367","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150369":{"id":"10-150369","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150651":{"id":"10-150651","available":0,"dates":[]},"10-150653":{"id":"10-150653","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151294":{"id":"10-151294","available":0,"dates":[]},"10-151698":{"id":"10-151698","available":0,"dates":[]},"10-152151":{"id":"10-152151","available":0,"dates":[]},"10-152610":{"id":"10-152610","available":0,"dates":[]},"10-152862":{"id":"10-152862","available":0,"dates":[]},"10-153161":{"id":"10-153161","available":0,"dates":[]},"10-153458":{"id":"10-153458","available":0,"dates":[]},"10-153938":{"id":"10-153938","available":0,"dates":[]},"10-154397":{"id":"10-154397","available":0,"dates":[]},"10-154893":{"id":"10-154893","available":79,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155245":{"id":"10-155245","available":63,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155765":{"id":"10-155765","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-2024-10-03":{"id":"10-2024-10-03","available":16,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"10-2024-10-05":{"id":"10-2024-10-05","available":4,"dates":["2024-10-05","2024-10-06"]},"10-2024-10-07":{"id":"10-2024-10-07","available":47,"dates":["2024-10-07","2024-10-08"]},"10-2024-10-09":{"id":"10-2024-10-09","available":43,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"10-2024-10-14":{"id":"10-2024-10-14","available":41,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"10-2024-10-16":{"id":"10-2024-10-16","available":51,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"10-2024-10-21":{"id":"10-2024-10-21","available":95,"dates":["2024-10-21","2024-10-22"]},"10-2024-10-23":{"id":"10-2024-10-23","available":54,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"10-2024-10-28":{"id":"10-2024-10-28","available":111,"dates":["2024-10-28","2024-10-29"]},"10-2024-10-30":{"id":"10-2024-10-30","available":57,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-FLRL-B-00025-10-144824":{"id":"10-FLRL-B-00025-10-144824","available":5,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-00025-10-146160":{"id":"10-FLRL-B-00025-10-146160","available":15,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146717":{"id":"11-146717","available":102,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147232":{"id":"11-147232","available":0,"dates":[]},"11-147753":{"id":"11-147753","available":0,"dates":[]},"11-148182":{"id":"11-148182","available":0,"dates":[]},"11-148577":{"id":"11-148577","available":0,"dates":[]},"11-149072":{"id":"11-149072","available":-2,"dates":[]},"11-149813":{"id":"11-149813","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149815":{"id":"11-149815","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150371":{"id":"11-150371","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150373":{"id":"11-150373","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150940":{"id":"11-150940","available":0,"dates":[]},"11-150944":{"id":"11-150944","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151364":{"id":"11-151364","available":0,"dates":[]},"11-151755":{"id":"11-151755","available":0,"dates":[]},"11-152211":{"id":"11-152211","available":0,"dates":[]},"11-152643":{"id":"11-152643","available":0,"dates":[]},"11-152909":{"id":"11-152909","available":0,"dates":[]},"11-153212":{"id":"11-153212","available":0,"dates":[]},"11-153508":{"id":"11-153508","available":0,"dates":[]},"11-153914":{"id":"11-153914","available":0,"dates":[]},"11-154269":{"id":"11-154269","available":0,"dates":[]},"11-154798":{"id":"11-154798","available":81,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155145":{"id":"11-155145","available":64,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155803":{"id":"11-155803","available":82,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-2024-10-03":{"id":"11-2024-10-03","available":16,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"11-2024-10-07":{"id":"11-2024-10-07","available":73,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-09":{"id":"11-2024-10-09","available":80,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-14":{"id":"11-2024-10-14","available":41,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"11-2024-10-16":{"id":"11-2024-10-16","available":64,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"11-2024-10-21":{"id":"11-2024-10-21","available":132,"dates":["2024-10-21","2024-10-22"]},"11-2024-10-23":{"id":"11-2024-10-23","available":91,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-2024-10-28":{"id":"11-2024-10-28","available":188,"dates":["2024-10-28","2024-10-29"]},"11-2024-10-30":{"id":"11-2024-10-30","available":97,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-FLRL-B-00025-11-144687":{"id":"11-FLRL-B-00025-11-144687","available":18,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-00025-11-145618":{"id":"11-FLRL-B-00025-11-145618","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"11-FLRL-B-00025-11-146034":{"id":"11-FLRL-B-00025-11-146034","available":12,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146737":{"id":"2-146737","available":57,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146753":{"id":"2-146753","available":42,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146862":{"id":"2-146862","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147252":{"id":"2-147252","available":0,"dates":[]},"2-147268":{"id":"2-147268","available":0,"dates":[]},"2-147773":{"id":"2-147773","available":0,"dates":[]},"2-147786":{"id":"2-147786","available":0,"dates":[]},"2-148203":{"id":"2-148203","available":0,"dates":[]},"2-148216":{"id":"2-148216","available":0,"dates":[]},"2-148597":{"id":"2-148597","available":0,"dates":[]},"2-148609":{"id":"2-148609","available":0,"dates":[]},"2-148882":{"id":"2-148882","available":0,"dates":[]},"2-148900":{"id":"2-148900","available":0,"dates":[]},"2-149794":{"id":"2-149794","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149800":{"id":"2-149800","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150356":{"id":"2-150356","available":81,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150362":{"id":"2-150362","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150828":{"id":"2-150828","available":0,"dates":[]},"2-150834":{"id":"2-150834","available":0,"dates":[]},"2-151167":{"id":"2-151167","available":0,"dates":[]},"2-151182":{"id":"2-151182","available":-4,"dates":[]},"2-151578":{"id":"2-151578","available":-2,"dates":[]},"2-151593":{"id":"2-151593","available":0,"dates":[]},"2-152070":{"id":"2-152070","available":0,"dates":[]},"2-152575":{"id":"2-152575","available":0,"dates":[]},"2-152806":{"id":"2-152806","available":0,"dates":[]},"2-152814":{"id":"2-152814","available":8,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152963":{"id":"2-152963","available":0,"dates":[]},"2-153091":{"id":"2-153091","available":0,"dates":[]},"2-153103":{"id":"2-153103","available":0,"dates":[]},"2-153393":{"id":"2-153393","available":0,"dates":[]},"2-153405":{"id":"2-153405","available":0,"dates":[]},"2-153725":{"id":"2-153725","available":0,"dates":[]},"2-153791":{"id":"2-153791","available":0,"dates":[]},"2-154306":{"id":"2-154306","available":0,"dates":[]},"2-154309":{"id":"2-154309","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154812":{"id":"2-154812","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154815":{"id":"2-154815","available":18,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155158":{"id":"2-155158","available":49,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155170":{"id":"2-155170","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155536":{"id":"2-155536","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155548":{"id":"2-155548","available":0,"dates":[]},"2-155653":{"id":"2-155653","available":50,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155665":{"id":"2-155665","available":36,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-2024-10-06":{"id":"2-2024-10-06","available":42,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"2-2024-10-09":{"id":"2-2024-10-09","available":76,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12"]},"2-2024-10-13":{"id":"2-2024-10-13","available":31,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"2-2024-10-16":{"id":"2-2024-10-16","available":69,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"2-2024-10-18":{"id":"2-2024-10-18","available":89,"dates":["2024-10-18","2024-10-19"]},"2-2024-10-20":{"id":"2-2024-10-20","available":137,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"2-2024-10-23":{"id":"2-2024-10-23","available":141,"dates":["2024-10-23","2024-10-24"]},"2-2024-10-25":{"id":"2-2024-10-25","available":103,"dates":["2024-10-25","2024-10-26"]},"2-2024-10-27":{"id":"2-2024-10-27","available":160,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"2-2024-10-30":{"id":"2-2024-10-30","available":131,"dates":["2024-10-30","2024-10-31"]},"2-2024-11-01":{"id":"2-2024-11-01","available":96,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-2024-11-06":{"id":"2-2024-11-06","available":39,"dates":["2024-11-06","2024-11-07"]},"2-FLRL-B-00025-2-144724":{"id":"2-FLRL-B-00025-2-144724","available":7,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-00025-2-145440":{"id":"2-FLRL-B-00025-2-145440","available":5,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"2-FLRL-B-00025-2-145637":{"id":"2-FLRL-B-00025-2-145637","available":"1","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"2-FLRL-B-00025-2-146074":{"id":"2-FLRL-B-00025-2-146074","available":8,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"2-FLRL-B-00025-2-146662":{"id":"2-FLRL-B-00025-2-146662","available":"15","dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"30-146830":{"id":"30-146830","available":108,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147347":{"id":"30-147347","available":0,"dates":[]},"30-147866":{"id":"30-147866","available":0,"dates":[]},"30-148301":{"id":"30-148301","available":0,"dates":[]},"30-148688":{"id":"30-148688","available":0,"dates":[]},"30-2024-10-07":{"id":"30-2024-10-07","available":52,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"30-2024-10-14":{"id":"30-2024-10-14","available":193,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"30-2024-10-16":{"id":"30-2024-10-16","available":210,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"30-2024-10-21":{"id":"30-2024-10-21","available":295,"dates":["2024-10-21","2024-10-22"]},"30-2024-10-23":{"id":"30-2024-10-23","available":102,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"30-2024-10-28":{"id":"30-2024-10-28","available":203,"dates":["2024-10-28","2024-10-29"]},"30-2024-10-30":{"id":"30-2024-10-30","available":101,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-FLRL-B-00025-30-145442":{"id":"30-FLRL-B-00025-30-145442","available":51,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-00025-30-146664":{"id":"30-FLRL-B-00025-30-146664","available":95,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"30-FLRL-B-00025-4-000012":{"id":"30-FLRL-B-00025-4-000012","available":8,"dates":[]},"4-000011":{"id":"4-000011","available":0,"dates":["2024-10-01","2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000012":{"id":"4-000012","available":0,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21"]},"4-000013":{"id":"4-000013","available":0,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04"]},"4-000014":{"id":"4-000014","available":0,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000015":{"id":"4-000015","available":0,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-146738":{"id":"4-146738","available":102,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146754":{"id":"4-146754","available":66,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146863":{"id":"4-146863","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147253":{"id":"4-147253","available":0,"dates":[]},"4-147269":{"id":"4-147269","available":0,"dates":[]},"4-147774":{"id":"4-147774","available":0,"dates":[]},"4-147787":{"id":"4-147787","available":-4,"dates":[]},"4-148204":{"id":"4-148204","available":0,"dates":[]},"4-148217":{"id":"4-148217","available":0,"dates":[]},"4-148598":{"id":"4-148598","available":-2,"dates":[]},"4-148610":{"id":"4-148610","available":0,"dates":[]},"4-148883":{"id":"4-148883","available":0,"dates":[]},"4-148901":{"id":"4-148901","available":-2,"dates":[]},"4-149795":{"id":"4-149795","available":468,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149801":{"id":"4-149801","available":576,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150357":{"id":"4-150357","available":468,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150363":{"id":"4-150363","available":576,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150829":{"id":"4-150829","available":0,"dates":[]},"4-150835":{"id":"4-150835","available":456,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151168":{"id":"4-151168","available":0,"dates":[]},"4-151183":{"id":"4-151183","available":0,"dates":[]},"4-151579":{"id":"4-151579","available":0,"dates":[]},"4-151594":{"id":"4-151594","available":0,"dates":[]},"4-151952":{"id":"4-151952","available":0,"dates":[]},"4-151958":{"id":"4-151958","available":24,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152071":{"id":"4-152071","available":0,"dates":[]},"4-152576":{"id":"4-152576","available":0,"dates":[]},"4-152807":{"id":"4-152807","available":0,"dates":[]},"4-152964":{"id":"4-152964","available":0,"dates":[]},"4-153092":{"id":"4-153092","available":0,"dates":[]},"4-153104":{"id":"4-153104","available":0,"dates":[]},"4-153394":{"id":"4-153394","available":0,"dates":[]},"4-153406":{"id":"4-153406","available":-2,"dates":[]},"4-153726":{"id":"4-153726","available":-2,"dates":[]},"4-153792":{"id":"4-153792","available":-11,"dates":[]},"4-154307":{"id":"4-154307","available":0,"dates":[]},"4-154310":{"id":"4-154310","available":0,"dates":[]},"4-154813":{"id":"4-154813","available":135,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154816":{"id":"4-154816","available":78,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155037":{"id":"4-155037","available":0,"dates":[]},"4-155159":{"id":"4-155159","available":93,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155171":{"id":"4-155171","available":48,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155537":{"id":"4-155537","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155654":{"id":"4-155654","available":111,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155666":{"id":"4-155666","available":66,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-2024-10-03":{"id":"4-2024-10-03","available":47,"dates":["2024-10-03","2024-10-04","2024-10-05"]},"4-2024-10-05":{"id":"4-2024-10-05","available":1,"dates":["2024-10-05"]},"4-2024-10-06":{"id":"4-2024-10-06","available":76,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"4-2024-10-09":{"id":"4-2024-10-09","available":110,"dates":["2024-10-09","2024-10-10"]},"4-2024-10-11":{"id":"4-2024-10-11","available":109,"dates":["2024-10-11","2024-10-12"]},"4-2024-10-13":{"id":"4-2024-10-13","available":118,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"4-2024-10-16":{"id":"4-2024-10-16","available":32,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"4-2024-10-18":{"id":"4-2024-10-18","available":45,"dates":["2024-10-18","2024-10-19"]},"4-2024-10-20":{"id":"4-2024-10-20","available":126,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"4-2024-10-23":{"id":"4-2024-10-23","available":181,"dates":["2024-10-23","2024-10-24"]},"4-2024-10-25":{"id":"4-2024-10-25","available":149,"dates":["2024-10-25","2024-10-26"]},"4-2024-10-27":{"id":"4-2024-10-27","available":245,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"4-2024-10-30":{"id":"4-2024-10-30","available":212,"dates":["2024-10-30","2024-10-31"]},"4-2024-11-01":{"id":"4-2024-11-01","available":157,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-2024-11-06":{"id":"4-2024-11-06","available":61,"dates":["2024-11-06","2024-11-07"]},"4-FLRL-B-00025-4-000013":{"id":"4-FLRL-B-00025-4-000013","available":7,"dates":[]},"4-FLRL-B-00025-4-144725":{"id":"4-FLRL-B-00025-4-144725","available":6,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-00025-4-145638":{"id":"4-FLRL-B-00025-4-145638","available":"4","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"4-FLRL-B-00025-4-145655":{"id":"4-FLRL-B-00025-4-145655","available":1,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-B-00025-4-146075":{"id":"4-FLRL-B-00025-4-146075","available":14,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146867":{"id":"41-146867","available":74,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147380":{"id":"41-147380","available":0,"dates":[]},"41-147807":{"id":"41-147807","available":0,"dates":[]},"41-148237":{"id":"41-148237","available":0,"dates":[]},"41-148629":{"id":"41-148629","available":0,"dates":[]},"41-148851":{"id":"41-148851","available":0,"dates":[]},"41-149817":{"id":"41-149817","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149819":{"id":"41-149819","available":156,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150250":{"id":"41-150250","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150258":{"id":"41-150258","available":156,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150722":{"id":"41-150722","available":0,"dates":[]},"41-150730":{"id":"41-150730","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-151136":{"id":"41-151136","available":0,"dates":[]},"41-151547":{"id":"41-151547","available":48,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"41-152042":{"id":"41-152042","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"41-152549":{"id":"41-152549","available":0,"dates":[]},"41-152780":{"id":"41-152780","available":0,"dates":[]},"41-153064":{"id":"41-153064","available":0,"dates":[]},"41-153366":{"id":"41-153366","available":0,"dates":[]},"41-153887":{"id":"41-153887","available":0,"dates":[]},"41-154333":{"id":"41-154333","available":0,"dates":[]},"41-154837":{"id":"41-154837","available":96,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155342":{"id":"41-155342","available":66,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155687":{"id":"41-155687","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-2024-10-03":{"id":"41-2024-10-03","available":26,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"41-2024-10-07":{"id":"41-2024-10-07","available":69,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-09":{"id":"41-2024-10-09","available":71,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-14":{"id":"41-2024-10-14","available":49,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"41-2024-10-16":{"id":"41-2024-10-16","available":62,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"41-2024-10-21":{"id":"41-2024-10-21","available":118,"dates":["2024-10-21","2024-10-22"]},"41-2024-10-23":{"id":"41-2024-10-23","available":69,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"41-2024-10-28":{"id":"41-2024-10-28","available":142,"dates":["2024-10-28","2024-10-29"]},"41-2024-10-30":{"id":"41-2024-10-30","available":73,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-FLRL-B-00025-41-144851":{"id":"41-FLRL-B-00025-41-144851","available":34,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-00025-41-146189":{"id":"41-FLRL-B-00025-41-146189","available":11,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146783":{"id":"42-146783","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147298":{"id":"42-147298","available":0,"dates":[]},"42-147816":{"id":"42-147816","available":0,"dates":[]},"42-148247":{"id":"42-148247","available":0,"dates":[]},"42-148639":{"id":"42-148639","available":0,"dates":[]},"42-2024-10-03":{"id":"42-2024-10-03","available":5,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"42-2024-10-07":{"id":"42-2024-10-07","available":24,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"42-2024-10-09":{"id":"42-2024-10-09","available":28,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"42-2024-10-12":{"id":"42-2024-10-12","available":23,"dates":["2024-10-12","2024-10-13"]},"42-2024-10-14":{"id":"42-2024-10-14","available":42,"dates":["2024-10-14","2024-10-15"]},"42-2024-10-16":{"id":"42-2024-10-16","available":19,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"42-2024-10-21":{"id":"42-2024-10-21","available":47,"dates":["2024-10-21","2024-10-22"]},"42-2024-10-23":{"id":"42-2024-10-23","available":28,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"42-2024-10-28":{"id":"42-2024-10-28","available":56,"dates":["2024-10-28","2024-10-29"]},"42-2024-10-30":{"id":"42-2024-10-30","available":28,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-FLRL-B-00025-42-144763":{"id":"42-FLRL-B-00025-42-144763","available":11,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"42-FLRL-B-00025-42-145684":{"id":"42-FLRL-B-00025-42-145684","available":"19","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"42-FLRL-B-00025-42-146104":{"id":"42-FLRL-B-00025-42-146104","available":30,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148866":{"id":"51-148866","available":-2,"dates":[]},"51-149546":{"id":"51-149546","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150134":{"id":"51-150134","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150618":{"id":"51-150618","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150996":{"id":"51-150996","available":-54,"dates":[]},"51-151151":{"id":"51-151151","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151562":{"id":"51-151562","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-151965":{"id":"51-151965","available":20,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152053":{"id":"51-152053","available":9,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152559":{"id":"51-152559","available":2,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152790":{"id":"51-152790","available":2,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153075":{"id":"51-153075","available":0,"dates":[]},"51-153594":{"id":"51-153594","available":0,"dates":[]},"51-153704":{"id":"51-153704","available":0,"dates":[]},"51-154257":{"id":"51-154257","available":0,"dates":[]},"51-154778":{"id":"51-154778","available":45,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155313":{"id":"51-155313","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155614":{"id":"51-155614","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-146327":{"id":"52-146327","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146528":{"id":"52-146528","available":20,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146781":{"id":"52-146781","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147296":{"id":"52-147296","available":19,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147814":{"id":"52-147814","available":20,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148244":{"id":"52-148244","available":2,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148440":{"id":"52-148440","available":10,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148636":{"id":"52-148636","available":0,"dates":[]},"52-151983":{"id":"52-151983","available":3,"dates":["2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"52-2024-10-05":{"id":"52-2024-10-05","available":2,"dates":["2024-10-05","2024-10-06"]},"52-2024-10-07":{"id":"52-2024-10-07","available":18,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11"]},"52-2024-10-12":{"id":"52-2024-10-12","available":2,"dates":["2024-10-12","2024-10-13"]},"52-2024-10-14":{"id":"52-2024-10-14","available":19,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18"]},"52-2024-10-19":{"id":"52-2024-10-19","available":17,"dates":["2024-10-19","2024-10-20"]},"52-2024-10-21":{"id":"52-2024-10-21","available":24,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-2024-10-28":{"id":"52-2024-10-28","available":33,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-FLRL-B-00025-52-146327":{"id":"52-FLRL-B-00025-52-146327","available":0,"dates":[]},"52-FLRL-B-00025-52-146528":{"id":"52-FLRL-B-00025-52-146528","available":20,"dates":[]},"58-146869":{"id":"58-146869","available":139,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147382":{"id":"58-147382","available":0,"dates":[]},"58-147908":{"id":"58-147908","available":0,"dates":[]},"58-148343":{"id":"58-148343","available":0,"dates":[]},"58-148735":{"id":"58-148735","available":0,"dates":[]},"58-148949":{"id":"58-148949","available":2,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"58-149667":{"id":"58-149667","available":210,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149671":{"id":"58-149671","available":264,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150227":{"id":"58-150227","available":210,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150231":{"id":"58-150231","available":264,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150705":{"id":"58-150705","available":0,"dates":[]},"58-150708":{"id":"58-150708","available":0,"dates":[]},"58-151230":{"id":"58-151230","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151637":{"id":"58-151637","available":2,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-151959":{"id":"58-151959","available":0,"dates":[]},"58-152109":{"id":"58-152109","available":0,"dates":[]},"58-152589":{"id":"58-152589","available":0,"dates":[]},"58-152833":{"id":"58-152833","available":0,"dates":[]},"58-153129":{"id":"58-153129","available":0,"dates":[]},"58-153431":{"id":"58-153431","available":0,"dates":[]},"58-154067":{"id":"58-154067","available":0,"dates":[]},"58-154240":{"id":"58-154240","available":0,"dates":[]},"58-154249":{"id":"58-154249","available":0,"dates":[]},"58-154772":{"id":"58-154772","available":117,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155044":{"id":"58-155044","available":0,"dates":[]},"58-155138":{"id":"58-155138","available":100,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155645":{"id":"58-155645","available":116,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-2024-10-03":{"id":"58-2024-10-03","available":10,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"58-2024-10-07":{"id":"58-2024-10-07","available":96,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-09":{"id":"58-2024-10-09","available":109,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-14":{"id":"58-2024-10-14","available":96,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"58-2024-10-16":{"id":"58-2024-10-16","available":122,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"58-2024-10-21":{"id":"58-2024-10-21","available":225,"dates":["2024-10-21","2024-10-22"]},"58-2024-10-23":{"id":"58-2024-10-23","available":129,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-2024-10-28":{"id":"58-2024-10-28","available":263,"dates":["2024-10-28","2024-10-29"]},"58-2024-10-30":{"id":"58-2024-10-30","available":134,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-FLRL-B-00025-4-000011":{"id":"58-FLRL-B-00025-4-000011","available":15,"dates":[]},"58-FLRL-B-00025-58-144854":{"id":"58-FLRL-B-00025-58-144854","available":14,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-00025-58-146191":{"id":"58-FLRL-B-00025-58-146191","available":22,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148954":{"id":"65-148954","available":0,"dates":[]},"65-149809":{"id":"65-149809","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149811":{"id":"65-149811","available":114,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150240":{"id":"65-150240","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150245":{"id":"65-150245","available":114,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150712":{"id":"65-150712","available":0,"dates":[]},"65-150717":{"id":"65-150717","available":19,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151235":{"id":"65-151235","available":-1,"dates":[]},"65-151642":{"id":"65-151642","available":45,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152114":{"id":"65-152114","available":11,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152400":{"id":"65-152400","available":0,"dates":[]},"65-152837":{"id":"65-152837","available":0,"dates":[]},"65-153133":{"id":"65-153133","available":0,"dates":[]},"65-153435":{"id":"65-153435","available":36,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153609":{"id":"65-153609","available":0,"dates":[]},"65-153894":{"id":"65-153894","available":0,"dates":[]},"65-154329":{"id":"65-154329","available":0,"dates":[]},"65-154833":{"id":"65-154833","available":52,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155337":{"id":"65-155337","available":35,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155681":{"id":"65-155681","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149051":{"id":"9-149051","available":0,"dates":[]},"9-149829":{"id":"9-149829","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149831":{"id":"9-149831","available":48,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150406":{"id":"9-150406","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150412":{"id":"9-150412","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150914":{"id":"9-150914","available":0,"dates":[]},"9-150920":{"id":"9-150920","available":0,"dates":[]},"9-151336":{"id":"9-151336","available":0,"dates":[]},"9-151845":{"id":"9-151845","available":0,"dates":[]},"9-152192":{"id":"9-152192","available":0,"dates":[]},"9-152638":{"id":"9-152638","available":1,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07"]},"9-152893":{"id":"9-152893","available":0,"dates":[]},"9-153193":{"id":"9-153193","available":0,"dates":[]},"9-153634":{"id":"9-153634","available":0,"dates":[]},"9-153875":{"id":"9-153875","available":0,"dates":[]},"9-154439":{"id":"9-154439","available":0,"dates":[]},"9-154920":{"id":"9-154920","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155269":{"id":"9-155269","available":28,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155871":{"id":"9-155871","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-155044","58-150705","58-150708","58-154772","58-155138","58-155645"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154778","51-155313","51-155614"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150829","4-150835","4-154813","4-154816","4-155159","4-155171","4-155537","4-155654","4-155666"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150722","41-150730","41-154837","41-155342","41-155687"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150828","2-150834","2-154812","2-154815","2-155158","2-155170","2-155536","2-155653","2-155665","2-155548"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150651","10-150653","10-154893","10-155245","10-155765"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150940","11-150944","11-154798","11-155145","11-155803"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150914","9-150920","9-154920","9-155269","9-155871"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150827","1-150833","1-154811","1-154814","1-155157","1-155169","1-155535","1-155652","1-155664","1-155547"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150712","65-150717","65-154833","65-155337","65-155681"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-firecracker":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-firecracker", "priceAmount": 13300, "price": "$133 ", "priceCompareAtAmount": 14800, "priceCompareAt": "$148 ", "url": "https://urbanstems.com/products/double-the-firecracker", "variantName": null, "title": "Double the Firecracker", "images": [ { "alt": "Double the Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=700 700w" }, { "alt": "Double the Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=700 700w" } ], "variants": [{"id":45510436782328,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00025","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Firecracker - Double","public_title":"Double","options":["Double","Default Title"],"price":13300,"weight":0,"compare_at_price":14800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4983455992,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4983488760,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4984045816,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4984078584,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146736":{"id":"1-146736","available":21,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146752":{"id":"1-146752","available":11,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146861":{"id":"1-146861","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147251":{"id":"1-147251","available":0,"dates":[]},"1-147267":{"id":"1-147267","available":0,"dates":[]},"1-147772":{"id":"1-147772","available":0,"dates":[]},"1-147785":{"id":"1-147785","available":-1,"dates":[]},"1-148202":{"id":"1-148202","available":0,"dates":[]},"1-148215":{"id":"1-148215","available":0,"dates":[]},"1-148596":{"id":"1-148596","available":0,"dates":[]},"1-148608":{"id":"1-148608","available":0,"dates":[]},"1-148881":{"id":"1-148881","available":0,"dates":[]},"1-148899":{"id":"1-148899","available":0,"dates":[]},"1-149793":{"id":"1-149793","available":31,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149799":{"id":"1-149799","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150355":{"id":"1-150355","available":31,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150361":{"id":"1-150361","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150827":{"id":"1-150827","available":0,"dates":[]},"1-150833":{"id":"1-150833","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151166":{"id":"1-151166","available":6,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151181":{"id":"1-151181","available":6,"dates":["2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19"]},"1-151577":{"id":"1-151577","available":6,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151592":{"id":"1-151592","available":0,"dates":[]},"1-152069":{"id":"1-152069","available":6,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152574":{"id":"1-152574","available":0,"dates":[]},"1-152805":{"id":"1-152805","available":0,"dates":[]},"1-152962":{"id":"1-152962","available":0,"dates":[]},"1-153090":{"id":"1-153090","available":0,"dates":[]},"1-153102":{"id":"1-153102","available":4,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153392":{"id":"1-153392","available":0,"dates":[]},"1-153404":{"id":"1-153404","available":0,"dates":[]},"1-153724":{"id":"1-153724","available":0,"dates":[]},"1-153790":{"id":"1-153790","available":0,"dates":[]},"1-154305":{"id":"1-154305","available":0,"dates":[]},"1-154308":{"id":"1-154308","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154811":{"id":"1-154811","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154814":{"id":"1-154814","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155157":{"id":"1-155157","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155169":{"id":"1-155169","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155535":{"id":"1-155535","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155547":{"id":"1-155547","available":8,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155652":{"id":"1-155652","available":11,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155664":{"id":"1-155664","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-D-00025-1-146073":{"id":"1-FLRL-D-00025-1-146073","available":4,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146836":{"id":"10-146836","available":30,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147353":{"id":"10-147353","available":0,"dates":[]},"10-147873":{"id":"10-147873","available":0,"dates":[]},"10-148309":{"id":"10-148309","available":0,"dates":[]},"10-148699":{"id":"10-148699","available":0,"dates":[]},"10-149012":{"id":"10-149012","available":0,"dates":[]},"10-149805":{"id":"10-149805","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149807":{"id":"10-149807","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150367":{"id":"10-150367","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150369":{"id":"10-150369","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150651":{"id":"10-150651","available":0,"dates":[]},"10-150653":{"id":"10-150653","available":8,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151294":{"id":"10-151294","available":0,"dates":[]},"10-151698":{"id":"10-151698","available":0,"dates":[]},"10-152151":{"id":"10-152151","available":0,"dates":[]},"10-152610":{"id":"10-152610","available":0,"dates":[]},"10-152862":{"id":"10-152862","available":0,"dates":[]},"10-153161":{"id":"10-153161","available":0,"dates":[]},"10-153458":{"id":"10-153458","available":0,"dates":[]},"10-153938":{"id":"10-153938","available":0,"dates":[]},"10-154397":{"id":"10-154397","available":0,"dates":[]},"10-154893":{"id":"10-154893","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155245":{"id":"10-155245","available":31,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155765":{"id":"10-155765","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-D-00025-10-146160":{"id":"10-FLRL-D-00025-10-146160","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146717":{"id":"11-146717","available":51,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147232":{"id":"11-147232","available":0,"dates":[]},"11-147753":{"id":"11-147753","available":0,"dates":[]},"11-148182":{"id":"11-148182","available":0,"dates":[]},"11-148577":{"id":"11-148577","available":0,"dates":[]},"11-149072":{"id":"11-149072","available":-1,"dates":[]},"11-149813":{"id":"11-149813","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149815":{"id":"11-149815","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150371":{"id":"11-150371","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150373":{"id":"11-150373","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150940":{"id":"11-150940","available":0,"dates":[]},"11-150944":{"id":"11-150944","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151364":{"id":"11-151364","available":0,"dates":[]},"11-151755":{"id":"11-151755","available":0,"dates":[]},"11-152211":{"id":"11-152211","available":0,"dates":[]},"11-152643":{"id":"11-152643","available":0,"dates":[]},"11-152909":{"id":"11-152909","available":0,"dates":[]},"11-153212":{"id":"11-153212","available":0,"dates":[]},"11-153508":{"id":"11-153508","available":0,"dates":[]},"11-153914":{"id":"11-153914","available":0,"dates":[]},"11-154269":{"id":"11-154269","available":0,"dates":[]},"11-154798":{"id":"11-154798","available":40,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155145":{"id":"11-155145","available":32,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155803":{"id":"11-155803","available":41,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-D-00025-11-146034":{"id":"11-FLRL-D-00025-11-146034","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146737":{"id":"2-146737","available":28,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146753":{"id":"2-146753","available":21,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146862":{"id":"2-146862","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147252":{"id":"2-147252","available":0,"dates":[]},"2-147268":{"id":"2-147268","available":0,"dates":[]},"2-147773":{"id":"2-147773","available":0,"dates":[]},"2-147786":{"id":"2-147786","available":0,"dates":[]},"2-148203":{"id":"2-148203","available":0,"dates":[]},"2-148216":{"id":"2-148216","available":0,"dates":[]},"2-148597":{"id":"2-148597","available":0,"dates":[]},"2-148609":{"id":"2-148609","available":0,"dates":[]},"2-148882":{"id":"2-148882","available":0,"dates":[]},"2-148900":{"id":"2-148900","available":0,"dates":[]},"2-149794":{"id":"2-149794","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149800":{"id":"2-149800","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150356":{"id":"2-150356","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150362":{"id":"2-150362","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150828":{"id":"2-150828","available":0,"dates":[]},"2-150834":{"id":"2-150834","available":0,"dates":[]},"2-151167":{"id":"2-151167","available":0,"dates":[]},"2-151182":{"id":"2-151182","available":-2,"dates":[]},"2-151578":{"id":"2-151578","available":-1,"dates":[]},"2-151593":{"id":"2-151593","available":0,"dates":[]},"2-152070":{"id":"2-152070","available":0,"dates":[]},"2-152575":{"id":"2-152575","available":0,"dates":[]},"2-152806":{"id":"2-152806","available":0,"dates":[]},"2-152814":{"id":"2-152814","available":4,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152963":{"id":"2-152963","available":0,"dates":[]},"2-153091":{"id":"2-153091","available":0,"dates":[]},"2-153103":{"id":"2-153103","available":0,"dates":[]},"2-153393":{"id":"2-153393","available":0,"dates":[]},"2-153405":{"id":"2-153405","available":0,"dates":[]},"2-153725":{"id":"2-153725","available":0,"dates":[]},"2-153791":{"id":"2-153791","available":0,"dates":[]},"2-154306":{"id":"2-154306","available":0,"dates":[]},"2-154309":{"id":"2-154309","available":0,"dates":[]},"2-154812":{"id":"2-154812","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154815":{"id":"2-154815","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155158":{"id":"2-155158","available":24,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155170":{"id":"2-155170","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155536":{"id":"2-155536","available":29,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155548":{"id":"2-155548","available":0,"dates":[]},"2-155653":{"id":"2-155653","available":25,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155665":{"id":"2-155665","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-D-00025-2-146074":{"id":"2-FLRL-D-00025-2-146074","available":4,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146830":{"id":"30-146830","available":54,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147347":{"id":"30-147347","available":0,"dates":[]},"30-147866":{"id":"30-147866","available":0,"dates":[]},"30-148301":{"id":"30-148301","available":0,"dates":[]},"30-148688":{"id":"30-148688","available":0,"dates":[]},"30-FLRL-D-00025-30-146664":{"id":"30-FLRL-D-00025-30-146664","available":47,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-000011":{"id":"4-000011","available":0,"dates":["2024-10-01","2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000012":{"id":"4-000012","available":0,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21"]},"4-000013":{"id":"4-000013","available":0,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04"]},"4-000014":{"id":"4-000014","available":0,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000015":{"id":"4-000015","available":0,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-146738":{"id":"4-146738","available":51,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146754":{"id":"4-146754","available":33,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146863":{"id":"4-146863","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147253":{"id":"4-147253","available":0,"dates":[]},"4-147269":{"id":"4-147269","available":0,"dates":[]},"4-147774":{"id":"4-147774","available":0,"dates":[]},"4-147787":{"id":"4-147787","available":-2,"dates":[]},"4-148204":{"id":"4-148204","available":0,"dates":[]},"4-148217":{"id":"4-148217","available":0,"dates":[]},"4-148598":{"id":"4-148598","available":-1,"dates":[]},"4-148610":{"id":"4-148610","available":0,"dates":[]},"4-148883":{"id":"4-148883","available":0,"dates":[]},"4-148901":{"id":"4-148901","available":-1,"dates":[]},"4-149795":{"id":"4-149795","available":234,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149801":{"id":"4-149801","available":288,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150357":{"id":"4-150357","available":234,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150363":{"id":"4-150363","available":288,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150829":{"id":"4-150829","available":0,"dates":[]},"4-150835":{"id":"4-150835","available":228,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151168":{"id":"4-151168","available":0,"dates":[]},"4-151183":{"id":"4-151183","available":0,"dates":[]},"4-151579":{"id":"4-151579","available":0,"dates":[]},"4-151594":{"id":"4-151594","available":0,"dates":[]},"4-151952":{"id":"4-151952","available":0,"dates":[]},"4-151958":{"id":"4-151958","available":12,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152071":{"id":"4-152071","available":0,"dates":[]},"4-152576":{"id":"4-152576","available":0,"dates":[]},"4-152807":{"id":"4-152807","available":0,"dates":[]},"4-152964":{"id":"4-152964","available":0,"dates":[]},"4-153092":{"id":"4-153092","available":0,"dates":[]},"4-153104":{"id":"4-153104","available":0,"dates":[]},"4-153394":{"id":"4-153394","available":0,"dates":[]},"4-153406":{"id":"4-153406","available":-1,"dates":[]},"4-153726":{"id":"4-153726","available":-1,"dates":[]},"4-153792":{"id":"4-153792","available":-6,"dates":[]},"4-154307":{"id":"4-154307","available":0,"dates":[]},"4-154310":{"id":"4-154310","available":0,"dates":[]},"4-154813":{"id":"4-154813","available":67,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154816":{"id":"4-154816","available":39,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155037":{"id":"4-155037","available":0,"dates":[]},"4-155159":{"id":"4-155159","available":46,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155171":{"id":"4-155171","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155537":{"id":"4-155537","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155654":{"id":"4-155654","available":55,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155666":{"id":"4-155666","available":33,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-D-00025-4-145655":{"id":"4-FLRL-D-00025-4-145655","available":0,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-D-00025-4-146075":{"id":"4-FLRL-D-00025-4-146075","available":7,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146867":{"id":"41-146867","available":37,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147380":{"id":"41-147380","available":0,"dates":[]},"41-147807":{"id":"41-147807","available":0,"dates":[]},"41-148237":{"id":"41-148237","available":0,"dates":[]},"41-148629":{"id":"41-148629","available":0,"dates":[]},"41-148851":{"id":"41-148851","available":0,"dates":[]},"41-149817":{"id":"41-149817","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149819":{"id":"41-149819","available":78,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150250":{"id":"41-150250","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150258":{"id":"41-150258","available":78,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150722":{"id":"41-150722","available":0,"dates":[]},"41-150730":{"id":"41-150730","available":34,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-151136":{"id":"41-151136","available":0,"dates":[]},"41-151547":{"id":"41-151547","available":24,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"41-152042":{"id":"41-152042","available":0,"dates":[]},"41-152549":{"id":"41-152549","available":0,"dates":[]},"41-152780":{"id":"41-152780","available":0,"dates":[]},"41-153064":{"id":"41-153064","available":0,"dates":[]},"41-153366":{"id":"41-153366","available":0,"dates":[]},"41-153887":{"id":"41-153887","available":0,"dates":[]},"41-154333":{"id":"41-154333","available":0,"dates":[]},"41-154837":{"id":"41-154837","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155342":{"id":"41-155342","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155687":{"id":"41-155687","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-D-00025-41-146189":{"id":"41-FLRL-D-00025-41-146189","available":5,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146783":{"id":"42-146783","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147298":{"id":"42-147298","available":0,"dates":[]},"42-147816":{"id":"42-147816","available":0,"dates":[]},"42-148247":{"id":"42-148247","available":0,"dates":[]},"42-148639":{"id":"42-148639","available":0,"dates":[]},"42-FLRL-D-00025-42-146104":{"id":"42-FLRL-D-00025-42-146104","available":15,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148866":{"id":"51-148866","available":-1,"dates":[]},"51-149546":{"id":"51-149546","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150134":{"id":"51-150134","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150618":{"id":"51-150618","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150996":{"id":"51-150996","available":-27,"dates":[]},"51-151151":{"id":"51-151151","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151562":{"id":"51-151562","available":0,"dates":[]},"51-151965":{"id":"51-151965","available":10,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152053":{"id":"51-152053","available":4,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152559":{"id":"51-152559","available":1,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152790":{"id":"51-152790","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153075":{"id":"51-153075","available":0,"dates":[]},"51-153594":{"id":"51-153594","available":0,"dates":[]},"51-153704":{"id":"51-153704","available":0,"dates":[]},"51-154257":{"id":"51-154257","available":0,"dates":[]},"51-154778":{"id":"51-154778","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155313":{"id":"51-155313","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155614":{"id":"51-155614","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-146327":{"id":"52-146327","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146528":{"id":"52-146528","available":10,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146781":{"id":"52-146781","available":17,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147296":{"id":"52-147296","available":9,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147814":{"id":"52-147814","available":10,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148244":{"id":"52-148244","available":1,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148440":{"id":"52-148440","available":5,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148636":{"id":"52-148636","available":0,"dates":[]},"52-151983":{"id":"52-151983","available":1,"dates":["2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"58-146869":{"id":"58-146869","available":69,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147382":{"id":"58-147382","available":0,"dates":[]},"58-147908":{"id":"58-147908","available":0,"dates":[]},"58-148343":{"id":"58-148343","available":0,"dates":[]},"58-148735":{"id":"58-148735","available":0,"dates":[]},"58-148949":{"id":"58-148949","available":1,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"58-149667":{"id":"58-149667","available":105,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149671":{"id":"58-149671","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150227":{"id":"58-150227","available":105,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150231":{"id":"58-150231","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150705":{"id":"58-150705","available":0,"dates":[]},"58-150708":{"id":"58-150708","available":0,"dates":[]},"58-151230":{"id":"58-151230","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151637":{"id":"58-151637","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-151959":{"id":"58-151959","available":0,"dates":[]},"58-152109":{"id":"58-152109","available":0,"dates":[]},"58-152589":{"id":"58-152589","available":0,"dates":[]},"58-152833":{"id":"58-152833","available":0,"dates":[]},"58-153129":{"id":"58-153129","available":0,"dates":[]},"58-153431":{"id":"58-153431","available":0,"dates":[]},"58-154067":{"id":"58-154067","available":0,"dates":[]},"58-154240":{"id":"58-154240","available":0,"dates":[]},"58-154249":{"id":"58-154249","available":0,"dates":[]},"58-154772":{"id":"58-154772","available":58,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155044":{"id":"58-155044","available":0,"dates":[]},"58-155138":{"id":"58-155138","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155645":{"id":"58-155645","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-D-00025-58-146191":{"id":"58-FLRL-D-00025-58-146191","available":11,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148954":{"id":"65-148954","available":0,"dates":[]},"65-149809":{"id":"65-149809","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149811":{"id":"65-149811","available":57,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150240":{"id":"65-150240","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150245":{"id":"65-150245","available":57,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150712":{"id":"65-150712","available":0,"dates":[]},"65-150717":{"id":"65-150717","available":9,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151235":{"id":"65-151235","available":-1,"dates":[]},"65-151642":{"id":"65-151642","available":22,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152114":{"id":"65-152114","available":5,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152400":{"id":"65-152400","available":0,"dates":[]},"65-152837":{"id":"65-152837","available":0,"dates":[]},"65-153133":{"id":"65-153133","available":0,"dates":[]},"65-153435":{"id":"65-153435","available":18,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153609":{"id":"65-153609","available":0,"dates":[]},"65-153894":{"id":"65-153894","available":0,"dates":[]},"65-154329":{"id":"65-154329","available":0,"dates":[]},"65-154833":{"id":"65-154833","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155337":{"id":"65-155337","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155681":{"id":"65-155681","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149051":{"id":"9-149051","available":0,"dates":[]},"9-149829":{"id":"9-149829","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149831":{"id":"9-149831","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150406":{"id":"9-150406","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150412":{"id":"9-150412","available":24,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150914":{"id":"9-150914","available":0,"dates":[]},"9-150920":{"id":"9-150920","available":0,"dates":[]},"9-151336":{"id":"9-151336","available":0,"dates":[]},"9-151845":{"id":"9-151845","available":0,"dates":[]},"9-152192":{"id":"9-152192","available":0,"dates":[]},"9-152638":{"id":"9-152638","available":0,"dates":[]},"9-152893":{"id":"9-152893","available":0,"dates":[]},"9-153193":{"id":"9-153193","available":0,"dates":[]},"9-153634":{"id":"9-153634","available":0,"dates":[]},"9-153875":{"id":"9-153875","available":0,"dates":[]},"9-154439":{"id":"9-154439","available":0,"dates":[]},"9-154920":{"id":"9-154920","available":12,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155269":{"id":"9-155269","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155871":{"id":"9-155871","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-155044","58-150705","58-150708","58-154772","58-155138","58-155645"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154778","51-155313","51-155614"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150829","4-150835","4-154813","4-154816","4-155159","4-155171","4-155537","4-155654","4-155666"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150722","41-150730","41-154837","41-155342","41-155687"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150828","2-150834","2-154812","2-154815","2-155158","2-155170","2-155536","2-155653","2-155665","2-155548"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150651","10-150653","10-154893","10-155245","10-155765"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150940","11-150944","11-154798","11-155145","11-155803"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150914","9-150920","9-154920","9-155269","9-155871"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150827","1-150833","1-154811","1-154814","1-155157","1-155169","1-155535","1-155652","1-155664","1-155547"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150712","65-150717","65-154833","65-155337","65-155681"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-firecracker":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-firecracker", "priceAmount": 18800, "price": "$188 ", "priceCompareAtAmount": 22200, "priceCompareAt": "$222 ", "url": "https://urbanstems.com/products/triple-the-firecracker", "variantName": null, "title": "Triple the Firecracker", "images": [ { "alt": "Triple the Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=700 700w" }, { "alt": "Triple the Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=700 700w" } ], "variants": [{"id":45510442221816,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00025","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Firecracker - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":18800,"weight":0,"compare_at_price":22200,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4983521528,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4983554296,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4984111352,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4984144120,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146736":{"id":"1-146736","available":14,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146752":{"id":"1-146752","available":7,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146861":{"id":"1-146861","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147251":{"id":"1-147251","available":0,"dates":[]},"1-147267":{"id":"1-147267","available":0,"dates":[]},"1-147772":{"id":"1-147772","available":0,"dates":[]},"1-147785":{"id":"1-147785","available":-1,"dates":[]},"1-148202":{"id":"1-148202","available":0,"dates":[]},"1-148215":{"id":"1-148215","available":0,"dates":[]},"1-148596":{"id":"1-148596","available":0,"dates":[]},"1-148608":{"id":"1-148608","available":0,"dates":[]},"1-148881":{"id":"1-148881","available":0,"dates":[]},"1-148899":{"id":"1-148899","available":0,"dates":[]},"1-149793":{"id":"1-149793","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149799":{"id":"1-149799","available":24,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150355":{"id":"1-150355","available":21,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150361":{"id":"1-150361","available":24,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150827":{"id":"1-150827","available":0,"dates":[]},"1-150833":{"id":"1-150833","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151166":{"id":"1-151166","available":4,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151181":{"id":"1-151181","available":4,"dates":["2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19"]},"1-151577":{"id":"1-151577","available":4,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151592":{"id":"1-151592","available":0,"dates":[]},"1-152069":{"id":"1-152069","available":4,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152574":{"id":"1-152574","available":0,"dates":[]},"1-152805":{"id":"1-152805","available":0,"dates":[]},"1-152962":{"id":"1-152962","available":0,"dates":[]},"1-153090":{"id":"1-153090","available":0,"dates":[]},"1-153102":{"id":"1-153102","available":3,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153392":{"id":"1-153392","available":0,"dates":[]},"1-153404":{"id":"1-153404","available":0,"dates":[]},"1-153724":{"id":"1-153724","available":0,"dates":[]},"1-153790":{"id":"1-153790","available":0,"dates":[]},"1-154305":{"id":"1-154305","available":0,"dates":[]},"1-154308":{"id":"1-154308","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154811":{"id":"1-154811","available":5,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154814":{"id":"1-154814","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155157":{"id":"1-155157","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155169":{"id":"1-155169","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155535":{"id":"1-155535","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155547":{"id":"1-155547","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155652":{"id":"1-155652","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155664":{"id":"1-155664","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-T-00025-1-146073":{"id":"1-FLRL-T-00025-1-146073","available":3,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146836":{"id":"10-146836","available":20,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147353":{"id":"10-147353","available":0,"dates":[]},"10-147873":{"id":"10-147873","available":0,"dates":[]},"10-148309":{"id":"10-148309","available":0,"dates":[]},"10-148699":{"id":"10-148699","available":0,"dates":[]},"10-149012":{"id":"10-149012","available":0,"dates":[]},"10-149805":{"id":"10-149805","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149807":{"id":"10-149807","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150367":{"id":"10-150367","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150369":{"id":"10-150369","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150651":{"id":"10-150651","available":0,"dates":[]},"10-150653":{"id":"10-150653","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151294":{"id":"10-151294","available":0,"dates":[]},"10-151698":{"id":"10-151698","available":0,"dates":[]},"10-152151":{"id":"10-152151","available":0,"dates":[]},"10-152610":{"id":"10-152610","available":0,"dates":[]},"10-152862":{"id":"10-152862","available":0,"dates":[]},"10-153161":{"id":"10-153161","available":0,"dates":[]},"10-153458":{"id":"10-153458","available":0,"dates":[]},"10-153938":{"id":"10-153938","available":0,"dates":[]},"10-154397":{"id":"10-154397","available":0,"dates":[]},"10-154893":{"id":"10-154893","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155245":{"id":"10-155245","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155765":{"id":"10-155765","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-T-00025-10-146160":{"id":"10-FLRL-T-00025-10-146160","available":5,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146717":{"id":"11-146717","available":34,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147232":{"id":"11-147232","available":0,"dates":[]},"11-147753":{"id":"11-147753","available":0,"dates":[]},"11-148182":{"id":"11-148182","available":0,"dates":[]},"11-148577":{"id":"11-148577","available":0,"dates":[]},"11-149072":{"id":"11-149072","available":-1,"dates":[]},"11-149813":{"id":"11-149813","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149815":{"id":"11-149815","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150371":{"id":"11-150371","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150373":{"id":"11-150373","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150940":{"id":"11-150940","available":0,"dates":[]},"11-150944":{"id":"11-150944","available":15,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151364":{"id":"11-151364","available":0,"dates":[]},"11-151755":{"id":"11-151755","available":0,"dates":[]},"11-152211":{"id":"11-152211","available":0,"dates":[]},"11-152643":{"id":"11-152643","available":0,"dates":[]},"11-152909":{"id":"11-152909","available":0,"dates":[]},"11-153212":{"id":"11-153212","available":0,"dates":[]},"11-153508":{"id":"11-153508","available":0,"dates":[]},"11-153914":{"id":"11-153914","available":0,"dates":[]},"11-154269":{"id":"11-154269","available":0,"dates":[]},"11-154798":{"id":"11-154798","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155145":{"id":"11-155145","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155803":{"id":"11-155803","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-00025-11-146034":{"id":"11-FLRL-T-00025-11-146034","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146737":{"id":"2-146737","available":19,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146753":{"id":"2-146753","available":14,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146862":{"id":"2-146862","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147252":{"id":"2-147252","available":0,"dates":[]},"2-147268":{"id":"2-147268","available":0,"dates":[]},"2-147773":{"id":"2-147773","available":0,"dates":[]},"2-147786":{"id":"2-147786","available":0,"dates":[]},"2-148203":{"id":"2-148203","available":0,"dates":[]},"2-148216":{"id":"2-148216","available":0,"dates":[]},"2-148597":{"id":"2-148597","available":0,"dates":[]},"2-148609":{"id":"2-148609","available":0,"dates":[]},"2-148882":{"id":"2-148882","available":0,"dates":[]},"2-148900":{"id":"2-148900","available":0,"dates":[]},"2-149794":{"id":"2-149794","available":27,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149800":{"id":"2-149800","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150356":{"id":"2-150356","available":27,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150362":{"id":"2-150362","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150828":{"id":"2-150828","available":0,"dates":[]},"2-150834":{"id":"2-150834","available":0,"dates":[]},"2-151167":{"id":"2-151167","available":0,"dates":[]},"2-151182":{"id":"2-151182","available":-2,"dates":[]},"2-151578":{"id":"2-151578","available":-1,"dates":[]},"2-151593":{"id":"2-151593","available":0,"dates":[]},"2-152070":{"id":"2-152070","available":0,"dates":[]},"2-152575":{"id":"2-152575","available":0,"dates":[]},"2-152806":{"id":"2-152806","available":0,"dates":[]},"2-152814":{"id":"2-152814","available":2,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152963":{"id":"2-152963","available":0,"dates":[]},"2-153091":{"id":"2-153091","available":0,"dates":[]},"2-153103":{"id":"2-153103","available":0,"dates":[]},"2-153393":{"id":"2-153393","available":0,"dates":[]},"2-153405":{"id":"2-153405","available":0,"dates":[]},"2-153725":{"id":"2-153725","available":0,"dates":[]},"2-153791":{"id":"2-153791","available":0,"dates":[]},"2-154306":{"id":"2-154306","available":0,"dates":[]},"2-154309":{"id":"2-154309","available":0,"dates":[]},"2-154812":{"id":"2-154812","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154815":{"id":"2-154815","available":6,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155158":{"id":"2-155158","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155170":{"id":"2-155170","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155536":{"id":"2-155536","available":19,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155548":{"id":"2-155548","available":0,"dates":[]},"2-155653":{"id":"2-155653","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155665":{"id":"2-155665","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-T-00025-2-146074":{"id":"2-FLRL-T-00025-2-146074","available":2,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"2-FLRL-T-00025-2-146662":{"id":"2-FLRL-T-00025-2-146662","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"30-146830":{"id":"30-146830","available":36,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147347":{"id":"30-147347","available":0,"dates":[]},"30-147866":{"id":"30-147866","available":0,"dates":[]},"30-148301":{"id":"30-148301","available":0,"dates":[]},"30-148688":{"id":"30-148688","available":0,"dates":[]},"30-FLRL-T-00025-30-146664":{"id":"30-FLRL-T-00025-30-146664","available":31,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-000011":{"id":"4-000011","available":0,"dates":["2024-10-01","2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000012":{"id":"4-000012","available":0,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21"]},"4-000013":{"id":"4-000013","available":0,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04"]},"4-000014":{"id":"4-000014","available":0,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000015":{"id":"4-000015","available":0,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-146738":{"id":"4-146738","available":34,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146754":{"id":"4-146754","available":22,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146863":{"id":"4-146863","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147253":{"id":"4-147253","available":0,"dates":[]},"4-147269":{"id":"4-147269","available":0,"dates":[]},"4-147774":{"id":"4-147774","available":0,"dates":[]},"4-147787":{"id":"4-147787","available":-2,"dates":[]},"4-148204":{"id":"4-148204","available":0,"dates":[]},"4-148217":{"id":"4-148217","available":0,"dates":[]},"4-148598":{"id":"4-148598","available":-1,"dates":[]},"4-148610":{"id":"4-148610","available":0,"dates":[]},"4-148883":{"id":"4-148883","available":0,"dates":[]},"4-148901":{"id":"4-148901","available":-1,"dates":[]},"4-149795":{"id":"4-149795","available":156,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149801":{"id":"4-149801","available":192,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150357":{"id":"4-150357","available":156,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150363":{"id":"4-150363","available":192,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150829":{"id":"4-150829","available":0,"dates":[]},"4-150835":{"id":"4-150835","available":152,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151168":{"id":"4-151168","available":0,"dates":[]},"4-151183":{"id":"4-151183","available":0,"dates":[]},"4-151579":{"id":"4-151579","available":0,"dates":[]},"4-151594":{"id":"4-151594","available":0,"dates":[]},"4-151952":{"id":"4-151952","available":0,"dates":[]},"4-151958":{"id":"4-151958","available":8,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152071":{"id":"4-152071","available":0,"dates":[]},"4-152576":{"id":"4-152576","available":0,"dates":[]},"4-152807":{"id":"4-152807","available":0,"dates":[]},"4-152964":{"id":"4-152964","available":0,"dates":[]},"4-153092":{"id":"4-153092","available":0,"dates":[]},"4-153104":{"id":"4-153104","available":0,"dates":[]},"4-153394":{"id":"4-153394","available":0,"dates":[]},"4-153406":{"id":"4-153406","available":-1,"dates":[]},"4-153726":{"id":"4-153726","available":-1,"dates":[]},"4-153792":{"id":"4-153792","available":-4,"dates":[]},"4-154307":{"id":"4-154307","available":0,"dates":[]},"4-154310":{"id":"4-154310","available":0,"dates":[]},"4-154813":{"id":"4-154813","available":45,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154816":{"id":"4-154816","available":26,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155037":{"id":"4-155037","available":0,"dates":[]},"4-155159":{"id":"4-155159","available":31,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155171":{"id":"4-155171","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155537":{"id":"4-155537","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155654":{"id":"4-155654","available":37,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155666":{"id":"4-155666","available":22,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-T-00025-4-145655":{"id":"4-FLRL-T-00025-4-145655","available":0,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-T-00025-4-146075":{"id":"4-FLRL-T-00025-4-146075","available":4,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146867":{"id":"41-146867","available":24,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147380":{"id":"41-147380","available":0,"dates":[]},"41-147807":{"id":"41-147807","available":0,"dates":[]},"41-148237":{"id":"41-148237","available":0,"dates":[]},"41-148629":{"id":"41-148629","available":0,"dates":[]},"41-148851":{"id":"41-148851","available":0,"dates":[]},"41-149817":{"id":"41-149817","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149819":{"id":"41-149819","available":52,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150250":{"id":"41-150250","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150258":{"id":"41-150258","available":52,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150722":{"id":"41-150722","available":0,"dates":[]},"41-150730":{"id":"41-150730","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-151136":{"id":"41-151136","available":0,"dates":[]},"41-151547":{"id":"41-151547","available":16,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"41-152042":{"id":"41-152042","available":0,"dates":[]},"41-152549":{"id":"41-152549","available":0,"dates":[]},"41-152780":{"id":"41-152780","available":0,"dates":[]},"41-153064":{"id":"41-153064","available":0,"dates":[]},"41-153366":{"id":"41-153366","available":0,"dates":[]},"41-153887":{"id":"41-153887","available":0,"dates":[]},"41-154333":{"id":"41-154333","available":0,"dates":[]},"41-154837":{"id":"41-154837","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155342":{"id":"41-155342","available":22,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155687":{"id":"41-155687","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-00025-41-146189":{"id":"41-FLRL-T-00025-41-146189","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146783":{"id":"42-146783","available":9,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147298":{"id":"42-147298","available":0,"dates":[]},"42-147816":{"id":"42-147816","available":0,"dates":[]},"42-148247":{"id":"42-148247","available":0,"dates":[]},"42-148639":{"id":"42-148639","available":0,"dates":[]},"42-FLRL-T-00025-42-146104":{"id":"42-FLRL-T-00025-42-146104","available":10,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148866":{"id":"51-148866","available":-1,"dates":[]},"51-149546":{"id":"51-149546","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150134":{"id":"51-150134","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150618":{"id":"51-150618","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150996":{"id":"51-150996","available":-18,"dates":[]},"51-151151":{"id":"51-151151","available":0,"dates":[]},"51-151562":{"id":"51-151562","available":0,"dates":[]},"51-151965":{"id":"51-151965","available":6,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152053":{"id":"51-152053","available":3,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152559":{"id":"51-152559","available":0,"dates":[]},"51-152790":{"id":"51-152790","available":0,"dates":[]},"51-153075":{"id":"51-153075","available":0,"dates":[]},"51-153594":{"id":"51-153594","available":0,"dates":[]},"51-153704":{"id":"51-153704","available":0,"dates":[]},"51-154257":{"id":"51-154257","available":0,"dates":[]},"51-154778":{"id":"51-154778","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155313":{"id":"51-155313","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155614":{"id":"51-155614","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-146327":{"id":"52-146327","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146528":{"id":"52-146528","available":6,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146781":{"id":"52-146781","available":11,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147296":{"id":"52-147296","available":6,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147814":{"id":"52-147814","available":6,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148244":{"id":"52-148244","available":0,"dates":[]},"52-148440":{"id":"52-148440","available":3,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148636":{"id":"52-148636","available":0,"dates":[]},"52-151983":{"id":"52-151983","available":1,"dates":["2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"58-146869":{"id":"58-146869","available":46,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147382":{"id":"58-147382","available":0,"dates":[]},"58-147908":{"id":"58-147908","available":0,"dates":[]},"58-148343":{"id":"58-148343","available":0,"dates":[]},"58-148735":{"id":"58-148735","available":0,"dates":[]},"58-148949":{"id":"58-148949","available":0,"dates":[]},"58-149667":{"id":"58-149667","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149671":{"id":"58-149671","available":88,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150227":{"id":"58-150227","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150231":{"id":"58-150231","available":88,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150705":{"id":"58-150705","available":0,"dates":[]},"58-150708":{"id":"58-150708","available":0,"dates":[]},"58-151230":{"id":"58-151230","available":0,"dates":[]},"58-151637":{"id":"58-151637","available":0,"dates":[]},"58-151959":{"id":"58-151959","available":0,"dates":[]},"58-152109":{"id":"58-152109","available":0,"dates":[]},"58-152589":{"id":"58-152589","available":0,"dates":[]},"58-152833":{"id":"58-152833","available":0,"dates":[]},"58-153129":{"id":"58-153129","available":0,"dates":[]},"58-153431":{"id":"58-153431","available":0,"dates":[]},"58-154067":{"id":"58-154067","available":0,"dates":[]},"58-154240":{"id":"58-154240","available":0,"dates":[]},"58-154249":{"id":"58-154249","available":0,"dates":[]},"58-154772":{"id":"58-154772","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155044":{"id":"58-155044","available":0,"dates":[]},"58-155138":{"id":"58-155138","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155645":{"id":"58-155645","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-T-00025-58-146191":{"id":"58-FLRL-T-00025-58-146191","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148954":{"id":"65-148954","available":0,"dates":[]},"65-149809":{"id":"65-149809","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149811":{"id":"65-149811","available":38,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150240":{"id":"65-150240","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150245":{"id":"65-150245","available":38,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150712":{"id":"65-150712","available":0,"dates":[]},"65-150717":{"id":"65-150717","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151235":{"id":"65-151235","available":-1,"dates":[]},"65-151642":{"id":"65-151642","available":15,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152114":{"id":"65-152114","available":3,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152400":{"id":"65-152400","available":0,"dates":[]},"65-152837":{"id":"65-152837","available":0,"dates":[]},"65-153133":{"id":"65-153133","available":0,"dates":[]},"65-153435":{"id":"65-153435","available":12,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153609":{"id":"65-153609","available":0,"dates":[]},"65-153894":{"id":"65-153894","available":0,"dates":[]},"65-154329":{"id":"65-154329","available":0,"dates":[]},"65-154833":{"id":"65-154833","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155337":{"id":"65-155337","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155681":{"id":"65-155681","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149051":{"id":"9-149051","available":0,"dates":[]},"9-149829":{"id":"9-149829","available":12,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149831":{"id":"9-149831","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150406":{"id":"9-150406","available":12,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150412":{"id":"9-150412","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150914":{"id":"9-150914","available":0,"dates":[]},"9-150920":{"id":"9-150920","available":0,"dates":[]},"9-151336":{"id":"9-151336","available":0,"dates":[]},"9-151845":{"id":"9-151845","available":0,"dates":[]},"9-152192":{"id":"9-152192","available":0,"dates":[]},"9-152638":{"id":"9-152638","available":0,"dates":[]},"9-152893":{"id":"9-152893","available":0,"dates":[]},"9-153193":{"id":"9-153193","available":0,"dates":[]},"9-153634":{"id":"9-153634","available":0,"dates":[]},"9-153875":{"id":"9-153875","available":0,"dates":[]},"9-154439":{"id":"9-154439","available":0,"dates":[]},"9-154920":{"id":"9-154920","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155269":{"id":"9-155269","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155871":{"id":"9-155871","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-155044","58-150705","58-150708","58-154772","58-155138","58-155645"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154778","51-155313","51-155614"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150829","4-150835","4-154813","4-154816","4-155159","4-155171","4-155537","4-155654","4-155666"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150722","41-150730","41-154837","41-155342","41-155687"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150828","2-150834","2-154812","2-154815","2-155158","2-155170","2-155536","2-155653","2-155665","2-155548"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150651","10-150653","10-154893","10-155245","10-155765"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150940","11-150944","11-154798","11-155145","11-155803"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150914","9-150920","9-154920","9-155269","9-155871"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150827","1-150833","1-154811","1-154814","1-155157","1-155169","1-155535","1-155652","1-155664","1-155547"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150712","65-150717","65-154833","65-155337","65-155681"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="11" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-peace"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=500 500w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=600 600w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=700 700w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=800 800w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=900 900w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=500" alt="The Peace" srcset="//urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=352 352w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=500 500w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=600 600w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=700 700w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=800 800w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=900 900w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=500" alt="The Peace" srcset="//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=352 352w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-peace" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150710","58-150709","58-155515","58-155516","58-155517","58-155190","58-155680"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150936","4-155514","4-154928","4-154934","4-155229","4-155238","4-155743","4-155755"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150725","41-150733","41-154836","41-155341","41-155686"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155530","42-150741","42-150745","42-154845"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150935","2-154927","2-155513","2-154933","2-155228","2-155237","2-155742","2-155754"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150894","10-150900","10-154913","10-155262","10-155867"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150941","11-150945","11-154904","11-155272","11-155802"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155277","9-155809"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150934","1-155512","1-154926","1-154932","1-155227","1-155236","1-155741","1-155753"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150850","65-150861","65-154896","65-155248","65-155801"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150934":{"id":"1-150934","available":0,"dates":[]},"1-154926":{"id":"1-154926","available":-1,"dates":[]},"1-154932":{"id":"1-154932","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155227":{"id":"1-155227","available":26,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155236":{"id":"1-155236","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155512":{"id":"1-155512","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155741":{"id":"1-155741","available":22,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155753":{"id":"1-155753","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150894":{"id":"10-150894","available":0,"dates":[]},"10-150900":{"id":"10-150900","available":0,"dates":[]},"10-154913":{"id":"10-154913","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155262":{"id":"10-155262","available":70,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155867":{"id":"10-155867","available":77,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150941":{"id":"11-150941","available":0,"dates":[]},"11-150945":{"id":"11-150945","available":0,"dates":[]},"11-154904":{"id":"11-154904","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155272":{"id":"11-155272","available":79,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155802":{"id":"11-155802","available":93,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150935":{"id":"2-150935","available":0,"dates":[]},"2-154927":{"id":"2-154927","available":-1,"dates":[]},"2-154933":{"id":"2-154933","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155228":{"id":"2-155228","available":27,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155237":{"id":"2-155237","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155513":{"id":"2-155513","available":0,"dates":[]},"2-155742":{"id":"2-155742","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155754":{"id":"2-155754","available":24,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150936":{"id":"4-150936","available":-3,"dates":[]},"4-154928":{"id":"4-154928","available":-13,"dates":[]},"4-154934":{"id":"4-154934","available":88,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155229":{"id":"4-155229","available":121,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155238":{"id":"4-155238","available":60,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155514":{"id":"4-155514","available":-1,"dates":[]},"4-155743":{"id":"4-155743","available":150,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155755":{"id":"4-155755","available":102,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150725":{"id":"41-150725","available":0,"dates":[]},"41-150733":{"id":"41-150733","available":0,"dates":[]},"41-154836":{"id":"41-154836","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155341":{"id":"41-155341","available":64,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155686":{"id":"41-155686","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150741":{"id":"42-150741","available":0,"dates":[]},"42-150745":{"id":"42-150745","available":0,"dates":[]},"42-154845":{"id":"42-154845","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155530":{"id":"42-155530","available":0,"dates":[]},"58-150709":{"id":"58-150709","available":0,"dates":[]},"58-150710":{"id":"58-150710","available":-8,"dates":[]},"58-155190":{"id":"58-155190","available":179,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155515":{"id":"58-155515","available":0,"dates":[]},"58-155516":{"id":"58-155516","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155517":{"id":"58-155517","available":159,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155680":{"id":"58-155680","available":203,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150850":{"id":"65-150850","available":0,"dates":[]},"65-150861":{"id":"65-150861","available":0,"dates":[]},"65-154896":{"id":"65-154896","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155248":{"id":"65-155248","available":54,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155801":{"id":"65-155801","available":53,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-155277":{"id":"9-155277","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155809":{"id":"9-155809","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-peace" title="View The Peace" data-product-card-title><h3 style="font-size: 1em;">The Peace</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$74 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">174 reviews with an average of 4.5 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.5" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="174" aria-hidden="true" style=" font-size: 12px;">(174)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Peace in Single" data-swatch-item="the-peace" data-image-loaded href="https://urbanstems.com/products/the-peace" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Peace in Double" data-swatch-item="double-the-peace" href="https://urbanstems.com/products/double-the-peace" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Peace in Triple" data-swatch-item="triple-the-peace" href="https://urbanstems.com/products/triple-the-peace" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="the-peace" type="application/json">{"the-peace":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage":null, "handle": "the-peace", "priceAmount": 7400, "price": "$74 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-peace", "variantName": null, "title": "The Peace", "images": [ { "alt": "The Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Peace_SupportingImage_1_PDP.jpg?v=1727920080\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=500 500w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=600 600w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=500 500w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=600 600w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=700 700w" }, { "alt": "The Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=500 500w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=600 600w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=500 500w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=600 600w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=700 700w" } ], "variants": [{"id":45510431965432,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10032","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Peace - Single","public_title":"Single","options":["Single","Default Title"],"price":7400,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4929028344,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4929224952,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4929323256,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4929421560,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4929519864,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4929061112,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4929257720,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4929356024,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4929454328,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4929552632,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4929093880,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4929290488,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4929388792,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4929487096,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4929585400,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4984832248,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4984865016,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4985618680,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4985651448,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146476":{"id":"1-146476","available":24,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146576":{"id":"1-146576","available":24,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146616":{"id":"1-146616","available":12,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146725":{"id":"1-146725","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147093":{"id":"1-147093","available":0,"dates":[]},"1-147133":{"id":"1-147133","available":0,"dates":[]},"1-147613":{"id":"1-147613","available":0,"dates":[]},"1-147656":{"id":"1-147656","available":0,"dates":[]},"1-148051":{"id":"1-148051","available":0,"dates":[]},"1-148091":{"id":"1-148091","available":0,"dates":[]},"1-148466":{"id":"1-148466","available":0,"dates":[]},"1-148501":{"id":"1-148501","available":0,"dates":[]},"1-148878":{"id":"1-148878","available":0,"dates":[]},"1-148896":{"id":"1-148896","available":0,"dates":[]},"1-149855":{"id":"1-149855","available":22,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149861":{"id":"1-149861","available":22,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150420":{"id":"1-150420","available":22,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150426":{"id":"1-150426","available":22,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150928":{"id":"1-150928","available":7,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150934":{"id":"1-150934","available":0,"dates":[]},"1-151163":{"id":"1-151163","available":0,"dates":[]},"1-151178":{"id":"1-151178","available":0,"dates":[]},"1-151574":{"id":"1-151574","available":0,"dates":[]},"1-151589":{"id":"1-151589","available":0,"dates":[]},"1-152066":{"id":"1-152066","available":0,"dates":[]},"1-152571":{"id":"1-152571","available":0,"dates":[]},"1-152802":{"id":"1-152802","available":0,"dates":[]},"1-152977":{"id":"1-152977","available":-3,"dates":[]},"1-153087":{"id":"1-153087","available":0,"dates":[]},"1-153099":{"id":"1-153099","available":0,"dates":[]},"1-153389":{"id":"1-153389","available":0,"dates":[]},"1-153401":{"id":"1-153401","available":0,"dates":[]},"1-153730":{"id":"1-153730","available":0,"dates":[]},"1-153796":{"id":"1-153796","available":0,"dates":[]},"1-154484":{"id":"1-154484","available":0,"dates":[]},"1-154487":{"id":"1-154487","available":-3,"dates":[]},"1-154926":{"id":"1-154926","available":-1,"dates":[]},"1-154932":{"id":"1-154932","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155227":{"id":"1-155227","available":26,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155236":{"id":"1-155236","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155512":{"id":"1-155512","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155741":{"id":"1-155741","available":22,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155753":{"id":"1-155753","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-10032-1-144484":{"id":"1-FLRL-B-10032-1-144484","available":7,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-10032-1-145506":{"id":"1-FLRL-B-10032-1-145506","available":"1","dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"1-FLRL-B-10032-1-145873":{"id":"1-FLRL-B-10032-1-145873","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-10032-1-145920":{"id":"1-FLRL-B-10032-1-145920","available":5,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146835":{"id":"10-146835","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147352":{"id":"10-147352","available":0,"dates":[]},"10-147872":{"id":"10-147872","available":0,"dates":[]},"10-148308":{"id":"10-148308","available":0,"dates":[]},"10-148698":{"id":"10-148698","available":0,"dates":[]},"10-149040":{"id":"10-149040","available":0,"dates":[]},"10-149865":{"id":"10-149865","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149867":{"id":"10-149867","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150386":{"id":"10-150386","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150392":{"id":"10-150392","available":35,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150894":{"id":"10-150894","available":0,"dates":[]},"10-150900":{"id":"10-150900","available":0,"dates":[]},"10-151325":{"id":"10-151325","available":0,"dates":[]},"10-151852":{"id":"10-151852","available":0,"dates":[]},"10-152181":{"id":"10-152181","available":0,"dates":[]},"10-152629":{"id":"10-152629","available":0,"dates":[]},"10-152884":{"id":"10-152884","available":0,"dates":[]},"10-153184":{"id":"10-153184","available":0,"dates":[]},"10-153625":{"id":"10-153625","available":0,"dates":[]},"10-153881":{"id":"10-153881","available":0,"dates":[]},"10-154428":{"id":"10-154428","available":0,"dates":[]},"10-154913":{"id":"10-154913","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155262":{"id":"10-155262","available":70,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155867":{"id":"10-155867","available":77,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-10032-10-144823":{"id":"10-FLRL-B-10032-10-144823","available":5,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-146771":{"id":"11-146771","available":37,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147286":{"id":"11-147286","available":0,"dates":[]},"11-147802":{"id":"11-147802","available":0,"dates":[]},"11-148339":{"id":"11-148339","available":7,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148730":{"id":"11-148730","available":-3,"dates":[]},"11-149019":{"id":"11-149019","available":-2,"dates":[]},"11-149873":{"id":"11-149873","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149875":{"id":"11-149875","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150434":{"id":"11-150434","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150436":{"id":"11-150436","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150941":{"id":"11-150941","available":0,"dates":[]},"11-150945":{"id":"11-150945","available":0,"dates":[]},"11-151302":{"id":"11-151302","available":0,"dates":[]},"11-151706":{"id":"11-151706","available":-3,"dates":[]},"11-152158":{"id":"11-152158","available":0,"dates":[]},"11-152612":{"id":"11-152612","available":0,"dates":[]},"11-152867":{"id":"11-152867","available":0,"dates":[]},"11-153166":{"id":"11-153166","available":0,"dates":[]},"11-153463":{"id":"11-153463","available":0,"dates":[]},"11-154110":{"id":"11-154110","available":0,"dates":[]},"11-154410":{"id":"11-154410","available":0,"dates":[]},"11-154904":{"id":"11-154904","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155272":{"id":"11-155272","available":79,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155802":{"id":"11-155802","available":93,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-10032-11-144848":{"id":"11-FLRL-B-10032-11-144848","available":25,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-10032-11-146092":{"id":"11-FLRL-B-10032-11-146092","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146577":{"id":"2-146577","available":42,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146617":{"id":"2-146617","available":30,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146726":{"id":"2-146726","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147094":{"id":"2-147094","available":0,"dates":[]},"2-147134":{"id":"2-147134","available":0,"dates":[]},"2-147614":{"id":"2-147614","available":0,"dates":[]},"2-147657":{"id":"2-147657","available":0,"dates":[]},"2-148052":{"id":"2-148052","available":0,"dates":[]},"2-148092":{"id":"2-148092","available":0,"dates":[]},"2-148467":{"id":"2-148467","available":0,"dates":[]},"2-148502":{"id":"2-148502","available":0,"dates":[]},"2-148879":{"id":"2-148879","available":0,"dates":[]},"2-148897":{"id":"2-148897","available":0,"dates":[]},"2-149856":{"id":"2-149856","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149862":{"id":"2-149862","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150421":{"id":"2-150421","available":33,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150427":{"id":"2-150427","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150929":{"id":"2-150929","available":3,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150935":{"id":"2-150935","available":0,"dates":[]},"2-151164":{"id":"2-151164","available":0,"dates":[]},"2-151179":{"id":"2-151179","available":0,"dates":[]},"2-151575":{"id":"2-151575","available":0,"dates":[]},"2-151590":{"id":"2-151590","available":-4,"dates":[]},"2-152067":{"id":"2-152067","available":0,"dates":[]},"2-152572":{"id":"2-152572","available":0,"dates":[]},"2-152803":{"id":"2-152803","available":0,"dates":[]},"2-152978":{"id":"2-152978","available":0,"dates":[]},"2-153088":{"id":"2-153088","available":0,"dates":[]},"2-153100":{"id":"2-153100","available":0,"dates":[]},"2-153390":{"id":"2-153390","available":0,"dates":[]},"2-153402":{"id":"2-153402","available":0,"dates":[]},"2-153731":{"id":"2-153731","available":-2,"dates":[]},"2-153797":{"id":"2-153797","available":0,"dates":[]},"2-154485":{"id":"2-154485","available":0,"dates":[]},"2-154488":{"id":"2-154488","available":-4,"dates":[]},"2-154927":{"id":"2-154927","available":-1,"dates":[]},"2-154933":{"id":"2-154933","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155228":{"id":"2-155228","available":27,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155237":{"id":"2-155237","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155513":{"id":"2-155513","available":0,"dates":[]},"2-155742":{"id":"2-155742","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155754":{"id":"2-155754","available":24,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-10032-2-144485":{"id":"2-FLRL-B-10032-2-144485","available":11,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-10032-2-145507":{"id":"2-FLRL-B-10032-2-145507","available":"2","dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"2-FLRL-B-10032-2-145874":{"id":"2-FLRL-B-10032-2-145874","available":2,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-10032-2-145921":{"id":"2-FLRL-B-10032-2-145921","available":16,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146788":{"id":"30-146788","available":56,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147304":{"id":"30-147304","available":0,"dates":[]},"30-147822":{"id":"30-147822","available":0,"dates":[]},"30-148253":{"id":"30-148253","available":0,"dates":[]},"30-148645":{"id":"30-148645","available":0,"dates":[]},"30-FLRL-B-10032-30-144770":{"id":"30-FLRL-B-10032-30-144770","available":7,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-146478":{"id":"4-146478","available":48,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146578":{"id":"4-146578","available":48,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146618":{"id":"4-146618","available":30,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146727":{"id":"4-146727","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147095":{"id":"4-147095","available":0,"dates":[]},"4-147135":{"id":"4-147135","available":0,"dates":[]},"4-147615":{"id":"4-147615","available":0,"dates":[]},"4-147658":{"id":"4-147658","available":0,"dates":[]},"4-148053":{"id":"4-148053","available":0,"dates":[]},"4-148093":{"id":"4-148093","available":0,"dates":[]},"4-148468":{"id":"4-148468","available":0,"dates":[]},"4-148503":{"id":"4-148503","available":0,"dates":[]},"4-148880":{"id":"4-148880","available":0,"dates":[]},"4-148898":{"id":"4-148898","available":0,"dates":[]},"4-149857":{"id":"4-149857","available":165,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149863":{"id":"4-149863","available":209,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150422":{"id":"4-150422","available":165,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150428":{"id":"4-150428","available":209,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150930":{"id":"4-150930","available":133,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150936":{"id":"4-150936","available":-3,"dates":[]},"4-151165":{"id":"4-151165","available":0,"dates":[]},"4-151180":{"id":"4-151180","available":0,"dates":[]},"4-151576":{"id":"4-151576","available":0,"dates":[]},"4-151591":{"id":"4-151591","available":0,"dates":[]},"4-151950":{"id":"4-151950","available":22,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-151953":{"id":"4-151953","available":0,"dates":[]},"4-152068":{"id":"4-152068","available":0,"dates":[]},"4-152573":{"id":"4-152573","available":1,"dates":["2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07"]},"4-152804":{"id":"4-152804","available":0,"dates":[]},"4-152979":{"id":"4-152979","available":55,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-153089":{"id":"4-153089","available":0,"dates":[]},"4-153101":{"id":"4-153101","available":0,"dates":[]},"4-153391":{"id":"4-153391","available":0,"dates":[]},"4-153403":{"id":"4-153403","available":0,"dates":[]},"4-153732":{"id":"4-153732","available":-4,"dates":[]},"4-153798":{"id":"4-153798","available":0,"dates":[]},"4-154126":{"id":"4-154126","available":0,"dates":[]},"4-154486":{"id":"4-154486","available":0,"dates":[]},"4-154489":{"id":"4-154489","available":-17,"dates":[]},"4-154928":{"id":"4-154928","available":-13,"dates":[]},"4-154934":{"id":"4-154934","available":88,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155229":{"id":"4-155229","available":121,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155238":{"id":"4-155238","available":60,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155514":{"id":"4-155514","available":-1,"dates":[]},"4-155743":{"id":"4-155743","available":150,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155755":{"id":"4-155755","available":102,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-10032-4-144443":{"id":"4-FLRL-B-10032-4-144443","available":33,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-10032-4-144486":{"id":"4-FLRL-B-10032-4-144486","available":36,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-10032-4-145875":{"id":"4-FLRL-B-10032-4-145875","available":"7","dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-10032-4-145922":{"id":"4-FLRL-B-10032-4-145922","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146815":{"id":"41-146815","available":36,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147333":{"id":"41-147333","available":0,"dates":[]},"41-147851":{"id":"41-147851","available":0,"dates":[]},"41-148286":{"id":"41-148286","available":0,"dates":[]},"41-148671":{"id":"41-148671","available":0,"dates":[]},"41-149025":{"id":"41-149025","available":0,"dates":[]},"41-149877":{"id":"41-149877","available":48,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149879":{"id":"41-149879","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150253":{"id":"41-150253","available":48,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150261":{"id":"41-150261","available":54,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150725":{"id":"41-150725","available":0,"dates":[]},"41-150733":{"id":"41-150733","available":0,"dates":[]},"41-151308":{"id":"41-151308","available":-2,"dates":[]},"41-151712":{"id":"41-151712","available":0,"dates":[]},"41-152164":{"id":"41-152164","available":0,"dates":[]},"41-152618":{"id":"41-152618","available":0,"dates":[]},"41-152873":{"id":"41-152873","available":0,"dates":[]},"41-153172":{"id":"41-153172","available":0,"dates":[]},"41-153469":{"id":"41-153469","available":0,"dates":[]},"41-153886":{"id":"41-153886","available":0,"dates":[]},"41-154332":{"id":"41-154332","available":0,"dates":[]},"41-154836":{"id":"41-154836","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155341":{"id":"41-155341","available":64,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155686":{"id":"41-155686","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-10032-41-144799":{"id":"41-FLRL-B-10032-41-144799","available":40,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-10032-41-145719":{"id":"41-FLRL-B-10032-41-145719","available":"2","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"41-FLRL-B-10032-41-146139":{"id":"41-FLRL-B-10032-41-146139","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148973":{"id":"42-148973","available":0,"dates":[]},"42-149887":{"id":"42-149887","available":12,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149889":{"id":"42-149889","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150269":{"id":"42-150269","available":12,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150273":{"id":"42-150273","available":18,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150741":{"id":"42-150741","available":0,"dates":[]},"42-150745":{"id":"42-150745","available":0,"dates":[]},"42-151254":{"id":"42-151254","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"42-151661":{"id":"42-151661","available":0,"dates":[]},"42-152133":{"id":"42-152133","available":0,"dates":[]},"42-152414":{"id":"42-152414","available":0,"dates":[]},"42-152851":{"id":"42-152851","available":0,"dates":[]},"42-153147":{"id":"42-153147","available":0,"dates":[]},"42-153622":{"id":"42-153622","available":0,"dates":[]},"42-153905":{"id":"42-153905","available":0,"dates":[]},"42-154341":{"id":"42-154341","available":0,"dates":[]},"42-154845":{"id":"42-154845","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155530":{"id":"42-155530","available":0,"dates":[]},"51-148021":{"id":"51-148021","available":45,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-148022":{"id":"51-148022","available":34,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148146":{"id":"51-148146","available":9,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"51-148547":{"id":"51-148547","available":26,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-148970":{"id":"52-148970","available":21,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"52-151251":{"id":"52-151251","available":20,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"52-151658":{"id":"52-151658","available":10,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-151969":{"id":"52-151969","available":0,"dates":[]},"52-152130":{"id":"52-152130","available":7,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"52-152293":{"id":"52-152293","available":22,"dates":["2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13"]},"52-152596":{"id":"52-152596","available":0,"dates":[]},"52-152710":{"id":"52-152710","available":20,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152848":{"id":"52-152848","available":0,"dates":[]},"52-152984":{"id":"52-152984","available":10,"dates":["2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27"]},"52-153144":{"id":"52-153144","available":7,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"52-153291":{"id":"52-153291","available":20,"dates":["2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03"]},"52-153619":{"id":"52-153619","available":0,"dates":[]},"52-153701":{"id":"52-153701","available":65,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-155033":{"id":"52-155033","available":1,"dates":["2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31"]},"58-146868":{"id":"58-146868","available":99,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147381":{"id":"58-147381","available":0,"dates":[]},"58-147907":{"id":"58-147907","available":0,"dates":[]},"58-148233":{"id":"58-148233","available":0,"dates":[]},"58-148628":{"id":"58-148628","available":-1,"dates":[]},"58-149075":{"id":"58-149075","available":-4,"dates":[]},"58-149668":{"id":"58-149668","available":84,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149672":{"id":"58-149672","available":102,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150228":{"id":"58-150228","available":84,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150232":{"id":"58-150232","available":102,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150709":{"id":"58-150709","available":0,"dates":[]},"58-150710":{"id":"58-150710","available":-8,"dates":[]},"58-151367":{"id":"58-151367","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151758":{"id":"58-151758","available":-67,"dates":[]},"58-151964":{"id":"58-151964","available":0,"dates":[]},"58-152214":{"id":"58-152214","available":0,"dates":[]},"58-152480":{"id":"58-152480","available":0,"dates":[]},"58-152911":{"id":"58-152911","available":0,"dates":[]},"58-153214":{"id":"58-153214","available":0,"dates":[]},"58-153510":{"id":"58-153510","available":0,"dates":[]},"58-153849":{"id":"58-153849","available":0,"dates":[]},"58-154327":{"id":"58-154327","available":0,"dates":[]},"58-154328":{"id":"58-154328","available":0,"dates":[]},"58-154832":{"id":"58-154832","available":211,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155190":{"id":"58-155190","available":179,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155515":{"id":"58-155515","available":0,"dates":[]},"58-155516":{"id":"58-155516","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155517":{"id":"58-155517","available":159,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155680":{"id":"58-155680","available":203,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-10032-58-144853":{"id":"58-FLRL-B-10032-58-144853","available":21,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-10032-58-145775":{"id":"58-FLRL-B-10032-58-145775","available":"6","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-10032-58-146190":{"id":"58-FLRL-B-10032-58-146190","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148952":{"id":"65-148952","available":0,"dates":[]},"65-149869":{"id":"65-149869","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149871":{"id":"65-149871","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150430":{"id":"65-150430","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150432":{"id":"65-150432","available":42,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150850":{"id":"65-150850","available":0,"dates":[]},"65-150861":{"id":"65-150861","available":0,"dates":[]},"65-151233":{"id":"65-151233","available":0,"dates":[]},"65-151640":{"id":"65-151640","available":1,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152112":{"id":"65-152112","available":9,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152398":{"id":"65-152398","available":0,"dates":[]},"65-152835":{"id":"65-152835","available":0,"dates":[]},"65-153131":{"id":"65-153131","available":0,"dates":[]},"65-153433":{"id":"65-153433","available":56,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153607":{"id":"65-153607","available":0,"dates":[]},"65-153893":{"id":"65-153893","available":72,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154141":{"id":"65-154141","available":-3,"dates":[]},"65-154399":{"id":"65-154399","available":0,"dates":[]},"65-154896":{"id":"65-154896","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155248":{"id":"65-155248","available":54,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155801":{"id":"65-155801","available":53,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-146874":{"id":"9-146874","available":20,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06"]},"9-147387":{"id":"9-147387","available":0,"dates":[]},"9-147912":{"id":"9-147912","available":0,"dates":[]},"9-148305":{"id":"9-148305","available":0,"dates":[]},"9-148695":{"id":"9-148695","available":0,"dates":[]},"9-155277":{"id":"9-155277","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155809":{"id":"9-155809","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-B-10032-9-144858":{"id":"9-FLRL-B-10032-9-144858","available":1,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"9-FLRL-B-10032-9-145782":{"id":"9-FLRL-B-10032-9-145782","available":"18","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150710","58-150709","58-155515","58-155516","58-155517","58-155190","58-155680"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150936","4-155514","4-154928","4-154934","4-155229","4-155238","4-155743","4-155755"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150725","41-150733","41-154836","41-155341","41-155686"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155530","42-150741","42-150745","42-154845"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150935","2-154927","2-155513","2-154933","2-155228","2-155237","2-155742","2-155754"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150894","10-150900","10-154913","10-155262","10-155867"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150941","11-150945","11-154904","11-155272","11-155802"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155277","9-155809"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150934","1-155512","1-154926","1-154932","1-155227","1-155236","1-155741","1-155753"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150850","65-150861","65-154896","65-155248","65-155801"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-peace":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-peace", "priceAmount": 13300, "price": "$133 ", "priceCompareAtAmount": 14800, "priceCompareAt": "$148 ", "url": "https://urbanstems.com/products/double-the-peace", "variantName": null, "title": "Double the Peace", "images": [ { "alt": "Double the Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=700 700w" }, { "alt": "Double the Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=700 700w" } ], "variants": [{"id":45510439469304,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10032","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Peace - Double","public_title":"Double","options":["Double","Default Title"],"price":13300,"weight":0,"compare_at_price":14800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4984963320,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4984996088,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4985749752,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4985782520,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146476":{"id":"1-146476","available":12,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146576":{"id":"1-146576","available":12,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146616":{"id":"1-146616","available":6,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146725":{"id":"1-146725","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147093":{"id":"1-147093","available":0,"dates":[]},"1-147133":{"id":"1-147133","available":0,"dates":[]},"1-147613":{"id":"1-147613","available":0,"dates":[]},"1-147656":{"id":"1-147656","available":0,"dates":[]},"1-148051":{"id":"1-148051","available":0,"dates":[]},"1-148091":{"id":"1-148091","available":0,"dates":[]},"1-148466":{"id":"1-148466","available":0,"dates":[]},"1-148501":{"id":"1-148501","available":0,"dates":[]},"1-148878":{"id":"1-148878","available":0,"dates":[]},"1-148896":{"id":"1-148896","available":0,"dates":[]},"1-149855":{"id":"1-149855","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149861":{"id":"1-149861","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150420":{"id":"1-150420","available":11,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150426":{"id":"1-150426","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150928":{"id":"1-150928","available":3,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150934":{"id":"1-150934","available":0,"dates":[]},"1-151163":{"id":"1-151163","available":0,"dates":[]},"1-151178":{"id":"1-151178","available":0,"dates":[]},"1-151574":{"id":"1-151574","available":0,"dates":[]},"1-151589":{"id":"1-151589","available":0,"dates":[]},"1-152066":{"id":"1-152066","available":0,"dates":[]},"1-152571":{"id":"1-152571","available":0,"dates":[]},"1-152802":{"id":"1-152802","available":0,"dates":[]},"1-152977":{"id":"1-152977","available":-2,"dates":[]},"1-153087":{"id":"1-153087","available":0,"dates":[]},"1-153099":{"id":"1-153099","available":0,"dates":[]},"1-153389":{"id":"1-153389","available":0,"dates":[]},"1-153401":{"id":"1-153401","available":0,"dates":[]},"1-153730":{"id":"1-153730","available":0,"dates":[]},"1-153796":{"id":"1-153796","available":0,"dates":[]},"1-154484":{"id":"1-154484","available":0,"dates":[]},"1-154487":{"id":"1-154487","available":-2,"dates":[]},"1-154926":{"id":"1-154926","available":-1,"dates":[]},"1-154932":{"id":"1-154932","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155227":{"id":"1-155227","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155236":{"id":"1-155236","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155512":{"id":"1-155512","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155741":{"id":"1-155741","available":11,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155753":{"id":"1-155753","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-D-10032-1-145873":{"id":"1-FLRL-D-10032-1-145873","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-D-10032-1-145920":{"id":"1-FLRL-D-10032-1-145920","available":2,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146835":{"id":"10-146835","available":17,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147352":{"id":"10-147352","available":0,"dates":[]},"10-147872":{"id":"10-147872","available":0,"dates":[]},"10-148308":{"id":"10-148308","available":0,"dates":[]},"10-148698":{"id":"10-148698","available":0,"dates":[]},"10-149040":{"id":"10-149040","available":0,"dates":[]},"10-149865":{"id":"10-149865","available":14,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149867":{"id":"10-149867","available":17,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150386":{"id":"10-150386","available":14,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150392":{"id":"10-150392","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150894":{"id":"10-150894","available":0,"dates":[]},"10-150900":{"id":"10-150900","available":0,"dates":[]},"10-151325":{"id":"10-151325","available":0,"dates":[]},"10-151852":{"id":"10-151852","available":0,"dates":[]},"10-152181":{"id":"10-152181","available":0,"dates":[]},"10-152629":{"id":"10-152629","available":0,"dates":[]},"10-152884":{"id":"10-152884","available":0,"dates":[]},"10-153184":{"id":"10-153184","available":0,"dates":[]},"10-153625":{"id":"10-153625","available":0,"dates":[]},"10-153881":{"id":"10-153881","available":0,"dates":[]},"10-154428":{"id":"10-154428","available":0,"dates":[]},"10-154913":{"id":"10-154913","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155262":{"id":"10-155262","available":35,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155867":{"id":"10-155867","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-146771":{"id":"11-146771","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147286":{"id":"11-147286","available":0,"dates":[]},"11-147802":{"id":"11-147802","available":0,"dates":[]},"11-148339":{"id":"11-148339","available":3,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148730":{"id":"11-148730","available":-2,"dates":[]},"11-149019":{"id":"11-149019","available":-1,"dates":[]},"11-149873":{"id":"11-149873","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149875":{"id":"11-149875","available":22,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150434":{"id":"11-150434","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150436":{"id":"11-150436","available":22,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150941":{"id":"11-150941","available":0,"dates":[]},"11-150945":{"id":"11-150945","available":0,"dates":[]},"11-151302":{"id":"11-151302","available":0,"dates":[]},"11-151706":{"id":"11-151706","available":-2,"dates":[]},"11-152158":{"id":"11-152158","available":0,"dates":[]},"11-152612":{"id":"11-152612","available":0,"dates":[]},"11-152867":{"id":"11-152867","available":0,"dates":[]},"11-153166":{"id":"11-153166","available":0,"dates":[]},"11-153463":{"id":"11-153463","available":0,"dates":[]},"11-154110":{"id":"11-154110","available":0,"dates":[]},"11-154410":{"id":"11-154410","available":0,"dates":[]},"11-154904":{"id":"11-154904","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155272":{"id":"11-155272","available":39,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155802":{"id":"11-155802","available":46,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-D-10032-11-146092":{"id":"11-FLRL-D-10032-11-146092","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146577":{"id":"2-146577","available":21,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146617":{"id":"2-146617","available":15,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146726":{"id":"2-146726","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147094":{"id":"2-147094","available":0,"dates":[]},"2-147134":{"id":"2-147134","available":0,"dates":[]},"2-147614":{"id":"2-147614","available":0,"dates":[]},"2-147657":{"id":"2-147657","available":0,"dates":[]},"2-148052":{"id":"2-148052","available":0,"dates":[]},"2-148092":{"id":"2-148092","available":0,"dates":[]},"2-148467":{"id":"2-148467","available":0,"dates":[]},"2-148502":{"id":"2-148502","available":0,"dates":[]},"2-148879":{"id":"2-148879","available":0,"dates":[]},"2-148897":{"id":"2-148897","available":0,"dates":[]},"2-149856":{"id":"2-149856","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149862":{"id":"2-149862","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150421":{"id":"2-150421","available":16,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150427":{"id":"2-150427","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150929":{"id":"2-150929","available":1,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150935":{"id":"2-150935","available":0,"dates":[]},"2-151164":{"id":"2-151164","available":0,"dates":[]},"2-151179":{"id":"2-151179","available":0,"dates":[]},"2-151575":{"id":"2-151575","available":0,"dates":[]},"2-151590":{"id":"2-151590","available":-2,"dates":[]},"2-152067":{"id":"2-152067","available":0,"dates":[]},"2-152572":{"id":"2-152572","available":0,"dates":[]},"2-152803":{"id":"2-152803","available":0,"dates":[]},"2-152978":{"id":"2-152978","available":0,"dates":[]},"2-153088":{"id":"2-153088","available":0,"dates":[]},"2-153100":{"id":"2-153100","available":0,"dates":[]},"2-153390":{"id":"2-153390","available":0,"dates":[]},"2-153402":{"id":"2-153402","available":0,"dates":[]},"2-153731":{"id":"2-153731","available":-1,"dates":[]},"2-153797":{"id":"2-153797","available":0,"dates":[]},"2-154485":{"id":"2-154485","available":0,"dates":[]},"2-154488":{"id":"2-154488","available":-2,"dates":[]},"2-154927":{"id":"2-154927","available":-1,"dates":[]},"2-154933":{"id":"2-154933","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155228":{"id":"2-155228","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155237":{"id":"2-155237","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155513":{"id":"2-155513","available":0,"dates":[]},"2-155742":{"id":"2-155742","available":13,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155754":{"id":"2-155754","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-D-10032-2-145874":{"id":"2-FLRL-D-10032-2-145874","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-D-10032-2-145921":{"id":"2-FLRL-D-10032-2-145921","available":8,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146788":{"id":"30-146788","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147304":{"id":"30-147304","available":0,"dates":[]},"30-147822":{"id":"30-147822","available":0,"dates":[]},"30-148253":{"id":"30-148253","available":0,"dates":[]},"30-148645":{"id":"30-148645","available":0,"dates":[]},"4-146478":{"id":"4-146478","available":24,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146578":{"id":"4-146578","available":24,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146618":{"id":"4-146618","available":15,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146727":{"id":"4-146727","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147095":{"id":"4-147095","available":0,"dates":[]},"4-147135":{"id":"4-147135","available":0,"dates":[]},"4-147615":{"id":"4-147615","available":0,"dates":[]},"4-147658":{"id":"4-147658","available":0,"dates":[]},"4-148053":{"id":"4-148053","available":0,"dates":[]},"4-148093":{"id":"4-148093","available":0,"dates":[]},"4-148468":{"id":"4-148468","available":0,"dates":[]},"4-148503":{"id":"4-148503","available":0,"dates":[]},"4-148880":{"id":"4-148880","available":0,"dates":[]},"4-148898":{"id":"4-148898","available":0,"dates":[]},"4-149857":{"id":"4-149857","available":82,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149863":{"id":"4-149863","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150422":{"id":"4-150422","available":82,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150428":{"id":"4-150428","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150930":{"id":"4-150930","available":66,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150936":{"id":"4-150936","available":-2,"dates":[]},"4-151165":{"id":"4-151165","available":0,"dates":[]},"4-151180":{"id":"4-151180","available":0,"dates":[]},"4-151576":{"id":"4-151576","available":0,"dates":[]},"4-151591":{"id":"4-151591","available":0,"dates":[]},"4-151950":{"id":"4-151950","available":11,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-151953":{"id":"4-151953","available":0,"dates":[]},"4-152068":{"id":"4-152068","available":0,"dates":[]},"4-152573":{"id":"4-152573","available":0,"dates":[]},"4-152804":{"id":"4-152804","available":0,"dates":[]},"4-152979":{"id":"4-152979","available":27,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-153089":{"id":"4-153089","available":0,"dates":[]},"4-153101":{"id":"4-153101","available":0,"dates":[]},"4-153391":{"id":"4-153391","available":0,"dates":[]},"4-153403":{"id":"4-153403","available":0,"dates":[]},"4-153732":{"id":"4-153732","available":-2,"dates":[]},"4-153798":{"id":"4-153798","available":0,"dates":[]},"4-154126":{"id":"4-154126","available":0,"dates":[]},"4-154486":{"id":"4-154486","available":0,"dates":[]},"4-154489":{"id":"4-154489","available":-9,"dates":[]},"4-154928":{"id":"4-154928","available":-7,"dates":[]},"4-154934":{"id":"4-154934","available":44,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155229":{"id":"4-155229","available":60,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155238":{"id":"4-155238","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155514":{"id":"4-155514","available":-1,"dates":[]},"4-155743":{"id":"4-155743","available":75,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155755":{"id":"4-155755","available":51,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-D-10032-4-145922":{"id":"4-FLRL-D-10032-4-145922","available":3,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146815":{"id":"41-146815","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147333":{"id":"41-147333","available":0,"dates":[]},"41-147851":{"id":"41-147851","available":0,"dates":[]},"41-148286":{"id":"41-148286","available":0,"dates":[]},"41-148671":{"id":"41-148671","available":0,"dates":[]},"41-149025":{"id":"41-149025","available":0,"dates":[]},"41-149877":{"id":"41-149877","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149879":{"id":"41-149879","available":27,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150253":{"id":"41-150253","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150261":{"id":"41-150261","available":27,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150725":{"id":"41-150725","available":0,"dates":[]},"41-150733":{"id":"41-150733","available":0,"dates":[]},"41-151308":{"id":"41-151308","available":-1,"dates":[]},"41-151712":{"id":"41-151712","available":0,"dates":[]},"41-152164":{"id":"41-152164","available":0,"dates":[]},"41-152618":{"id":"41-152618","available":0,"dates":[]},"41-152873":{"id":"41-152873","available":0,"dates":[]},"41-153172":{"id":"41-153172","available":0,"dates":[]},"41-153469":{"id":"41-153469","available":0,"dates":[]},"41-153886":{"id":"41-153886","available":0,"dates":[]},"41-154332":{"id":"41-154332","available":0,"dates":[]},"41-154836":{"id":"41-154836","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155341":{"id":"41-155341","available":32,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155686":{"id":"41-155686","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-D-10032-41-146139":{"id":"41-FLRL-D-10032-41-146139","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148973":{"id":"42-148973","available":0,"dates":[]},"42-149887":{"id":"42-149887","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149889":{"id":"42-149889","available":9,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150269":{"id":"42-150269","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150273":{"id":"42-150273","available":9,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150741":{"id":"42-150741","available":0,"dates":[]},"42-150745":{"id":"42-150745","available":0,"dates":[]},"42-151254":{"id":"42-151254","available":0,"dates":[]},"42-151661":{"id":"42-151661","available":0,"dates":[]},"42-152133":{"id":"42-152133","available":0,"dates":[]},"42-152414":{"id":"42-152414","available":0,"dates":[]},"42-152851":{"id":"42-152851","available":0,"dates":[]},"42-153147":{"id":"42-153147","available":0,"dates":[]},"42-153622":{"id":"42-153622","available":0,"dates":[]},"42-153905":{"id":"42-153905","available":0,"dates":[]},"42-154341":{"id":"42-154341","available":0,"dates":[]},"42-154845":{"id":"42-154845","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155530":{"id":"42-155530","available":0,"dates":[]},"51-148021":{"id":"51-148021","available":22,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-148022":{"id":"51-148022","available":17,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148146":{"id":"51-148146","available":4,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"51-148547":{"id":"51-148547","available":13,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-148970":{"id":"52-148970","available":10,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"52-151251":{"id":"52-151251","available":10,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"52-151658":{"id":"52-151658","available":5,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-151969":{"id":"52-151969","available":0,"dates":[]},"52-152130":{"id":"52-152130","available":3,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"52-152293":{"id":"52-152293","available":11,"dates":["2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13"]},"52-152596":{"id":"52-152596","available":0,"dates":[]},"52-152710":{"id":"52-152710","available":10,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152848":{"id":"52-152848","available":0,"dates":[]},"52-152984":{"id":"52-152984","available":5,"dates":["2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27"]},"52-153144":{"id":"52-153144","available":3,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"52-153291":{"id":"52-153291","available":10,"dates":["2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03"]},"52-153619":{"id":"52-153619","available":0,"dates":[]},"52-153701":{"id":"52-153701","available":32,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-155033":{"id":"52-155033","available":0,"dates":[]},"58-146868":{"id":"58-146868","available":49,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147381":{"id":"58-147381","available":0,"dates":[]},"58-147907":{"id":"58-147907","available":0,"dates":[]},"58-148233":{"id":"58-148233","available":0,"dates":[]},"58-148628":{"id":"58-148628","available":-1,"dates":[]},"58-149075":{"id":"58-149075","available":-2,"dates":[]},"58-149668":{"id":"58-149668","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149672":{"id":"58-149672","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150228":{"id":"58-150228","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150232":{"id":"58-150232","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150709":{"id":"58-150709","available":0,"dates":[]},"58-150710":{"id":"58-150710","available":-4,"dates":[]},"58-151367":{"id":"58-151367","available":0,"dates":[]},"58-151758":{"id":"58-151758","available":-34,"dates":[]},"58-151964":{"id":"58-151964","available":0,"dates":[]},"58-152214":{"id":"58-152214","available":0,"dates":[]},"58-152480":{"id":"58-152480","available":0,"dates":[]},"58-152911":{"id":"58-152911","available":0,"dates":[]},"58-153214":{"id":"58-153214","available":0,"dates":[]},"58-153510":{"id":"58-153510","available":0,"dates":[]},"58-153849":{"id":"58-153849","available":0,"dates":[]},"58-154327":{"id":"58-154327","available":0,"dates":[]},"58-154328":{"id":"58-154328","available":0,"dates":[]},"58-154832":{"id":"58-154832","available":105,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155190":{"id":"58-155190","available":89,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155515":{"id":"58-155515","available":0,"dates":[]},"58-155516":{"id":"58-155516","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155517":{"id":"58-155517","available":79,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155680":{"id":"58-155680","available":101,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-D-10032-58-146190":{"id":"58-FLRL-D-10032-58-146190","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148952":{"id":"65-148952","available":0,"dates":[]},"65-149869":{"id":"65-149869","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149871":{"id":"65-149871","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150430":{"id":"65-150430","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150432":{"id":"65-150432","available":21,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150850":{"id":"65-150850","available":0,"dates":[]},"65-150861":{"id":"65-150861","available":0,"dates":[]},"65-151233":{"id":"65-151233","available":0,"dates":[]},"65-151640":{"id":"65-151640","available":0,"dates":[]},"65-152112":{"id":"65-152112","available":4,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152398":{"id":"65-152398","available":0,"dates":[]},"65-152835":{"id":"65-152835","available":0,"dates":[]},"65-153131":{"id":"65-153131","available":0,"dates":[]},"65-153433":{"id":"65-153433","available":28,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153607":{"id":"65-153607","available":0,"dates":[]},"65-153893":{"id":"65-153893","available":36,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154141":{"id":"65-154141","available":-2,"dates":[]},"65-154399":{"id":"65-154399","available":0,"dates":[]},"65-154896":{"id":"65-154896","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155248":{"id":"65-155248","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155801":{"id":"65-155801","available":26,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-146874":{"id":"9-146874","available":10,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06"]},"9-147387":{"id":"9-147387","available":0,"dates":[]},"9-147912":{"id":"9-147912","available":0,"dates":[]},"9-148305":{"id":"9-148305","available":0,"dates":[]},"9-148695":{"id":"9-148695","available":0,"dates":[]},"9-155277":{"id":"9-155277","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155809":{"id":"9-155809","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150710","58-150709","58-155515","58-155516","58-155517","58-155190","58-155680"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150936","4-155514","4-154928","4-154934","4-155229","4-155238","4-155743","4-155755"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150725","41-150733","41-154836","41-155341","41-155686"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155530","42-150741","42-150745","42-154845"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150935","2-154927","2-155513","2-154933","2-155228","2-155237","2-155742","2-155754"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150894","10-150900","10-154913","10-155262","10-155867"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150941","11-150945","11-154904","11-155272","11-155802"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155277","9-155809"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150934","1-155512","1-154926","1-154932","1-155227","1-155236","1-155741","1-155753"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150850","65-150861","65-154896","65-155248","65-155801"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-peace":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-peace", "priceAmount": 18800, "price": "$188 ", "priceCompareAtAmount": 22200, "priceCompareAt": "$222 ", "url": "https://urbanstems.com/products/triple-the-peace", "variantName": null, "title": "Triple the Peace", "images": [ { "alt": "Triple the Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=700 700w" }, { "alt": "Triple the Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=700 700w" } ], "variants": [{"id":45510443106552,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10032","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Peace - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":18800,"weight":0,"compare_at_price":22200,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4985159928,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4985192696,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4985946360,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4985979128,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146476":{"id":"1-146476","available":8,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146576":{"id":"1-146576","available":8,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146616":{"id":"1-146616","available":4,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146725":{"id":"1-146725","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147093":{"id":"1-147093","available":0,"dates":[]},"1-147133":{"id":"1-147133","available":0,"dates":[]},"1-147613":{"id":"1-147613","available":0,"dates":[]},"1-147656":{"id":"1-147656","available":0,"dates":[]},"1-148051":{"id":"1-148051","available":0,"dates":[]},"1-148091":{"id":"1-148091","available":0,"dates":[]},"1-148466":{"id":"1-148466","available":0,"dates":[]},"1-148501":{"id":"1-148501","available":0,"dates":[]},"1-148878":{"id":"1-148878","available":0,"dates":[]},"1-148896":{"id":"1-148896","available":0,"dates":[]},"1-149855":{"id":"1-149855","available":7,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149861":{"id":"1-149861","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150420":{"id":"1-150420","available":7,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150426":{"id":"1-150426","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150928":{"id":"1-150928","available":2,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150934":{"id":"1-150934","available":0,"dates":[]},"1-151163":{"id":"1-151163","available":0,"dates":[]},"1-151178":{"id":"1-151178","available":0,"dates":[]},"1-151574":{"id":"1-151574","available":0,"dates":[]},"1-151589":{"id":"1-151589","available":0,"dates":[]},"1-152066":{"id":"1-152066","available":0,"dates":[]},"1-152571":{"id":"1-152571","available":0,"dates":[]},"1-152802":{"id":"1-152802","available":0,"dates":[]},"1-152977":{"id":"1-152977","available":-1,"dates":[]},"1-153087":{"id":"1-153087","available":0,"dates":[]},"1-153099":{"id":"1-153099","available":0,"dates":[]},"1-153389":{"id":"1-153389","available":0,"dates":[]},"1-153401":{"id":"1-153401","available":0,"dates":[]},"1-153730":{"id":"1-153730","available":0,"dates":[]},"1-153796":{"id":"1-153796","available":0,"dates":[]},"1-154484":{"id":"1-154484","available":0,"dates":[]},"1-154487":{"id":"1-154487","available":-1,"dates":[]},"1-154926":{"id":"1-154926","available":-1,"dates":[]},"1-154932":{"id":"1-154932","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155227":{"id":"1-155227","available":8,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155236":{"id":"1-155236","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155512":{"id":"1-155512","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155741":{"id":"1-155741","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155753":{"id":"1-155753","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-T-10032-1-145873":{"id":"1-FLRL-T-10032-1-145873","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-T-10032-1-145920":{"id":"1-FLRL-T-10032-1-145920","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146835":{"id":"10-146835","available":11,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147352":{"id":"10-147352","available":0,"dates":[]},"10-147872":{"id":"10-147872","available":0,"dates":[]},"10-148308":{"id":"10-148308","available":0,"dates":[]},"10-148698":{"id":"10-148698","available":0,"dates":[]},"10-149040":{"id":"10-149040","available":0,"dates":[]},"10-149865":{"id":"10-149865","available":9,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149867":{"id":"10-149867","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150386":{"id":"10-150386","available":9,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150392":{"id":"10-150392","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150894":{"id":"10-150894","available":0,"dates":[]},"10-150900":{"id":"10-150900","available":0,"dates":[]},"10-151325":{"id":"10-151325","available":0,"dates":[]},"10-151852":{"id":"10-151852","available":0,"dates":[]},"10-152181":{"id":"10-152181","available":0,"dates":[]},"10-152629":{"id":"10-152629","available":0,"dates":[]},"10-152884":{"id":"10-152884","available":0,"dates":[]},"10-153184":{"id":"10-153184","available":0,"dates":[]},"10-153625":{"id":"10-153625","available":0,"dates":[]},"10-153881":{"id":"10-153881","available":0,"dates":[]},"10-154428":{"id":"10-154428","available":0,"dates":[]},"10-154913":{"id":"10-154913","available":23,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155262":{"id":"10-155262","available":23,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155867":{"id":"10-155867","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-146771":{"id":"11-146771","available":12,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147286":{"id":"11-147286","available":0,"dates":[]},"11-147802":{"id":"11-147802","available":0,"dates":[]},"11-148339":{"id":"11-148339","available":2,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148730":{"id":"11-148730","available":-1,"dates":[]},"11-149019":{"id":"11-149019","available":-1,"dates":[]},"11-149873":{"id":"11-149873","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149875":{"id":"11-149875","available":14,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150434":{"id":"11-150434","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150436":{"id":"11-150436","available":14,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150941":{"id":"11-150941","available":0,"dates":[]},"11-150945":{"id":"11-150945","available":0,"dates":[]},"11-151302":{"id":"11-151302","available":0,"dates":[]},"11-151706":{"id":"11-151706","available":-1,"dates":[]},"11-152158":{"id":"11-152158","available":0,"dates":[]},"11-152612":{"id":"11-152612","available":0,"dates":[]},"11-152867":{"id":"11-152867","available":0,"dates":[]},"11-153166":{"id":"11-153166","available":0,"dates":[]},"11-153463":{"id":"11-153463","available":0,"dates":[]},"11-154110":{"id":"11-154110","available":0,"dates":[]},"11-154410":{"id":"11-154410","available":0,"dates":[]},"11-154904":{"id":"11-154904","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155272":{"id":"11-155272","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155802":{"id":"11-155802","available":31,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-10032-11-146092":{"id":"11-FLRL-T-10032-11-146092","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146577":{"id":"2-146577","available":14,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146617":{"id":"2-146617","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146726":{"id":"2-146726","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147094":{"id":"2-147094","available":0,"dates":[]},"2-147134":{"id":"2-147134","available":0,"dates":[]},"2-147614":{"id":"2-147614","available":0,"dates":[]},"2-147657":{"id":"2-147657","available":0,"dates":[]},"2-148052":{"id":"2-148052","available":0,"dates":[]},"2-148092":{"id":"2-148092","available":0,"dates":[]},"2-148467":{"id":"2-148467","available":0,"dates":[]},"2-148502":{"id":"2-148502","available":0,"dates":[]},"2-148879":{"id":"2-148879","available":0,"dates":[]},"2-148897":{"id":"2-148897","available":0,"dates":[]},"2-149856":{"id":"2-149856","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149862":{"id":"2-149862","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150421":{"id":"2-150421","available":11,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150427":{"id":"2-150427","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150929":{"id":"2-150929","available":0,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150935":{"id":"2-150935","available":0,"dates":[]},"2-151164":{"id":"2-151164","available":0,"dates":[]},"2-151179":{"id":"2-151179","available":0,"dates":[]},"2-151575":{"id":"2-151575","available":0,"dates":[]},"2-151590":{"id":"2-151590","available":-2,"dates":[]},"2-152067":{"id":"2-152067","available":0,"dates":[]},"2-152572":{"id":"2-152572","available":0,"dates":[]},"2-152803":{"id":"2-152803","available":0,"dates":[]},"2-152978":{"id":"2-152978","available":0,"dates":[]},"2-153088":{"id":"2-153088","available":0,"dates":[]},"2-153100":{"id":"2-153100","available":0,"dates":[]},"2-153390":{"id":"2-153390","available":0,"dates":[]},"2-153402":{"id":"2-153402","available":0,"dates":[]},"2-153731":{"id":"2-153731","available":-1,"dates":[]},"2-153797":{"id":"2-153797","available":0,"dates":[]},"2-154485":{"id":"2-154485","available":0,"dates":[]},"2-154488":{"id":"2-154488","available":-2,"dates":[]},"2-154927":{"id":"2-154927","available":-1,"dates":[]},"2-154933":{"id":"2-154933","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155228":{"id":"2-155228","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155237":{"id":"2-155237","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155513":{"id":"2-155513","available":0,"dates":[]},"2-155742":{"id":"2-155742","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155754":{"id":"2-155754","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-T-10032-2-145874":{"id":"2-FLRL-T-10032-2-145874","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-T-10032-2-145921":{"id":"2-FLRL-T-10032-2-145921","available":5,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146788":{"id":"30-146788","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147304":{"id":"30-147304","available":0,"dates":[]},"30-147822":{"id":"30-147822","available":0,"dates":[]},"30-148253":{"id":"30-148253","available":0,"dates":[]},"30-148645":{"id":"30-148645","available":0,"dates":[]},"4-146478":{"id":"4-146478","available":16,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146578":{"id":"4-146578","available":16,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146618":{"id":"4-146618","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146727":{"id":"4-146727","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147095":{"id":"4-147095","available":0,"dates":[]},"4-147135":{"id":"4-147135","available":0,"dates":[]},"4-147615":{"id":"4-147615","available":0,"dates":[]},"4-147658":{"id":"4-147658","available":0,"dates":[]},"4-148053":{"id":"4-148053","available":0,"dates":[]},"4-148093":{"id":"4-148093","available":0,"dates":[]},"4-148468":{"id":"4-148468","available":0,"dates":[]},"4-148503":{"id":"4-148503","available":0,"dates":[]},"4-148880":{"id":"4-148880","available":0,"dates":[]},"4-148898":{"id":"4-148898","available":0,"dates":[]},"4-149857":{"id":"4-149857","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149863":{"id":"4-149863","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150422":{"id":"4-150422","available":55,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150428":{"id":"4-150428","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150930":{"id":"4-150930","available":44,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150936":{"id":"4-150936","available":-1,"dates":[]},"4-151165":{"id":"4-151165","available":0,"dates":[]},"4-151180":{"id":"4-151180","available":0,"dates":[]},"4-151576":{"id":"4-151576","available":0,"dates":[]},"4-151591":{"id":"4-151591","available":0,"dates":[]},"4-151950":{"id":"4-151950","available":7,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-151953":{"id":"4-151953","available":0,"dates":[]},"4-152068":{"id":"4-152068","available":0,"dates":[]},"4-152573":{"id":"4-152573","available":0,"dates":[]},"4-152804":{"id":"4-152804","available":0,"dates":[]},"4-152979":{"id":"4-152979","available":17,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-153089":{"id":"4-153089","available":0,"dates":[]},"4-153101":{"id":"4-153101","available":0,"dates":[]},"4-153391":{"id":"4-153391","available":0,"dates":[]},"4-153403":{"id":"4-153403","available":0,"dates":[]},"4-153732":{"id":"4-153732","available":-2,"dates":[]},"4-153798":{"id":"4-153798","available":0,"dates":[]},"4-154126":{"id":"4-154126","available":0,"dates":[]},"4-154486":{"id":"4-154486","available":0,"dates":[]},"4-154489":{"id":"4-154489","available":-6,"dates":[]},"4-154928":{"id":"4-154928","available":-5,"dates":[]},"4-154934":{"id":"4-154934","available":29,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155229":{"id":"4-155229","available":40,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155238":{"id":"4-155238","available":20,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155514":{"id":"4-155514","available":-1,"dates":[]},"4-155743":{"id":"4-155743","available":50,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155755":{"id":"4-155755","available":34,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-T-10032-4-145875":{"id":"4-FLRL-T-10032-4-145875","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-T-10032-4-145922":{"id":"4-FLRL-T-10032-4-145922","available":2,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146815":{"id":"41-146815","available":12,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147333":{"id":"41-147333","available":0,"dates":[]},"41-147851":{"id":"41-147851","available":0,"dates":[]},"41-148286":{"id":"41-148286","available":0,"dates":[]},"41-148671":{"id":"41-148671","available":0,"dates":[]},"41-149025":{"id":"41-149025","available":0,"dates":[]},"41-149877":{"id":"41-149877","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149879":{"id":"41-149879","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150253":{"id":"41-150253","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150261":{"id":"41-150261","available":18,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150725":{"id":"41-150725","available":0,"dates":[]},"41-150733":{"id":"41-150733","available":0,"dates":[]},"41-151308":{"id":"41-151308","available":-1,"dates":[]},"41-151712":{"id":"41-151712","available":0,"dates":[]},"41-152164":{"id":"41-152164","available":0,"dates":[]},"41-152618":{"id":"41-152618","available":0,"dates":[]},"41-152873":{"id":"41-152873","available":0,"dates":[]},"41-153172":{"id":"41-153172","available":0,"dates":[]},"41-153469":{"id":"41-153469","available":0,"dates":[]},"41-153886":{"id":"41-153886","available":0,"dates":[]},"41-154332":{"id":"41-154332","available":0,"dates":[]},"41-154836":{"id":"41-154836","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155341":{"id":"41-155341","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155686":{"id":"41-155686","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-10032-41-146139":{"id":"41-FLRL-T-10032-41-146139","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148973":{"id":"42-148973","available":0,"dates":[]},"42-149887":{"id":"42-149887","available":4,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149889":{"id":"42-149889","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150269":{"id":"42-150269","available":4,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150273":{"id":"42-150273","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150741":{"id":"42-150741","available":0,"dates":[]},"42-150745":{"id":"42-150745","available":0,"dates":[]},"42-151254":{"id":"42-151254","available":0,"dates":[]},"42-151661":{"id":"42-151661","available":0,"dates":[]},"42-152133":{"id":"42-152133","available":0,"dates":[]},"42-152414":{"id":"42-152414","available":0,"dates":[]},"42-152851":{"id":"42-152851","available":0,"dates":[]},"42-153147":{"id":"42-153147","available":0,"dates":[]},"42-153622":{"id":"42-153622","available":0,"dates":[]},"42-153905":{"id":"42-153905","available":0,"dates":[]},"42-154341":{"id":"42-154341","available":0,"dates":[]},"42-154845":{"id":"42-154845","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155530":{"id":"42-155530","available":0,"dates":[]},"51-148021":{"id":"51-148021","available":15,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-148022":{"id":"51-148022","available":11,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148146":{"id":"51-148146","available":3,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"51-148547":{"id":"51-148547","available":8,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-148970":{"id":"52-148970","available":7,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"52-151251":{"id":"52-151251","available":6,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"52-151658":{"id":"52-151658","available":3,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-151969":{"id":"52-151969","available":0,"dates":[]},"52-152130":{"id":"52-152130","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"52-152293":{"id":"52-152293","available":7,"dates":["2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13"]},"52-152596":{"id":"52-152596","available":0,"dates":[]},"52-152710":{"id":"52-152710","available":6,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152848":{"id":"52-152848","available":0,"dates":[]},"52-152984":{"id":"52-152984","available":3,"dates":["2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27"]},"52-153144":{"id":"52-153144","available":2,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"52-153291":{"id":"52-153291","available":6,"dates":["2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03"]},"52-153619":{"id":"52-153619","available":0,"dates":[]},"52-153701":{"id":"52-153701","available":21,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-155033":{"id":"52-155033","available":0,"dates":[]},"58-146868":{"id":"58-146868","available":33,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147381":{"id":"58-147381","available":0,"dates":[]},"58-147907":{"id":"58-147907","available":0,"dates":[]},"58-148233":{"id":"58-148233","available":0,"dates":[]},"58-148628":{"id":"58-148628","available":-1,"dates":[]},"58-149075":{"id":"58-149075","available":-2,"dates":[]},"58-149668":{"id":"58-149668","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149672":{"id":"58-149672","available":34,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150228":{"id":"58-150228","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150232":{"id":"58-150232","available":34,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150709":{"id":"58-150709","available":0,"dates":[]},"58-150710":{"id":"58-150710","available":-3,"dates":[]},"58-151367":{"id":"58-151367","available":0,"dates":[]},"58-151758":{"id":"58-151758","available":-23,"dates":[]},"58-151964":{"id":"58-151964","available":0,"dates":[]},"58-152214":{"id":"58-152214","available":0,"dates":[]},"58-152480":{"id":"58-152480","available":0,"dates":[]},"58-152911":{"id":"58-152911","available":0,"dates":[]},"58-153214":{"id":"58-153214","available":0,"dates":[]},"58-153510":{"id":"58-153510","available":0,"dates":[]},"58-153849":{"id":"58-153849","available":0,"dates":[]},"58-154327":{"id":"58-154327","available":0,"dates":[]},"58-154328":{"id":"58-154328","available":0,"dates":[]},"58-154832":{"id":"58-154832","available":70,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155190":{"id":"58-155190","available":59,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155515":{"id":"58-155515","available":0,"dates":[]},"58-155516":{"id":"58-155516","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155517":{"id":"58-155517","available":53,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155680":{"id":"58-155680","available":67,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-T-10032-58-146190":{"id":"58-FLRL-T-10032-58-146190","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148952":{"id":"65-148952","available":0,"dates":[]},"65-149869":{"id":"65-149869","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149871":{"id":"65-149871","available":14,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150430":{"id":"65-150430","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150432":{"id":"65-150432","available":14,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150850":{"id":"65-150850","available":0,"dates":[]},"65-150861":{"id":"65-150861","available":0,"dates":[]},"65-151233":{"id":"65-151233","available":0,"dates":[]},"65-151640":{"id":"65-151640","available":0,"dates":[]},"65-152112":{"id":"65-152112","available":3,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152398":{"id":"65-152398","available":0,"dates":[]},"65-152835":{"id":"65-152835","available":0,"dates":[]},"65-153131":{"id":"65-153131","available":0,"dates":[]},"65-153433":{"id":"65-153433","available":18,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153607":{"id":"65-153607","available":0,"dates":[]},"65-153893":{"id":"65-153893","available":24,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154141":{"id":"65-154141","available":-1,"dates":[]},"65-154399":{"id":"65-154399","available":0,"dates":[]},"65-154896":{"id":"65-154896","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155248":{"id":"65-155248","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155801":{"id":"65-155801","available":17,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-146874":{"id":"9-146874","available":6,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06"]},"9-147387":{"id":"9-147387","available":0,"dates":[]},"9-147912":{"id":"9-147912","available":0,"dates":[]},"9-148305":{"id":"9-148305","available":0,"dates":[]},"9-148695":{"id":"9-148695","available":0,"dates":[]},"9-155277":{"id":"9-155277","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155809":{"id":"9-155809","available":11,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150710","58-150709","58-155515","58-155516","58-155517","58-155190","58-155680"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150936","4-155514","4-154928","4-154934","4-155229","4-155238","4-155743","4-155755"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150725","41-150733","41-154836","41-155341","41-155686"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155530","42-150741","42-150745","42-154845"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150935","2-154927","2-155513","2-154933","2-155228","2-155237","2-155742","2-155754"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150894","10-150900","10-154913","10-155262","10-155867"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150941","11-150945","11-154904","11-155272","11-155802"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155277","9-155809"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150934","1-155512","1-154926","1-154932","1-155227","1-155236","1-155741","1-155753"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150850","65-150861","65-154896","65-155248","65-155801"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="12" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-zay-bouquet"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=500 500w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=600 600w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=700 700w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=800 800w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=900 900w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=500" alt="The Zay Bouquet" srcset="//urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=352 352w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=500 500w" width="500" height="365" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=500 500w, //urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=600 600w, //urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=700 700w, //urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=800 800w, //urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=900 900w, //urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=500" alt="The Zay Bouquet" srcset="//urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=352 352w, //urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-zay-bouquet" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150947","58-150950","58-154775","58-155141","58-155612"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155878"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150699","4-150687","4-154830","4-155189","4-155183","4-155752","4-155764"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150721","41-150729","41-154840","41-155346","41-155692"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155875","52-154843","52-155191","52-155695"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155533","42-150885","42-150888","42-155534","42-154848","42-155194","42-155698"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150698","2-150686","2-154829","2-155188","2-155182","2-155751","2-155763"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150550","10-150558","10-154935","10-155409","10-155800"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150939","11-150943","11-154799","11-155274","11-155805"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150697","1-150685","1-154828","1-155187","1-155181","1-155750","1-155762"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150711","65-150716","65-154835","65-155340","65-155685"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150685":{"id":"1-150685","available":0,"dates":[]},"1-150697":{"id":"1-150697","available":0,"dates":[]},"1-154828":{"id":"1-154828","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155181":{"id":"1-155181","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155187":{"id":"1-155187","available":19,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155750":{"id":"1-155750","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155762":{"id":"1-155762","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150550":{"id":"10-150550","available":0,"dates":[]},"10-150558":{"id":"10-150558","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154935":{"id":"10-154935","available":75,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155409":{"id":"10-155409","available":55,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155800":{"id":"10-155800","available":77,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150939":{"id":"11-150939","available":0,"dates":[]},"11-150943":{"id":"11-150943","available":12,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154799":{"id":"11-154799","available":96,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155274":{"id":"11-155274","available":58,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155805":{"id":"11-155805","available":94,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150686":{"id":"2-150686","available":0,"dates":[]},"2-150698":{"id":"2-150698","available":0,"dates":[]},"2-154829":{"id":"2-154829","available":0,"dates":[]},"2-155182":{"id":"2-155182","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155188":{"id":"2-155188","available":22,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155751":{"id":"2-155751","available":33,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155763":{"id":"2-155763","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150687":{"id":"4-150687","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150699":{"id":"4-150699","available":-199,"dates":[]},"4-154830":{"id":"4-154830","available":127,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155183":{"id":"4-155183","available":48,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155189":{"id":"4-155189","available":97,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155752":{"id":"4-155752","available":123,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155764":{"id":"4-155764","available":81,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150721":{"id":"41-150721","available":0,"dates":[]},"41-150729":{"id":"41-150729","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-154840":{"id":"41-154840","available":79,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155346":{"id":"41-155346","available":48,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155692":{"id":"41-155692","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150885":{"id":"42-150885","available":0,"dates":[]},"42-150888":{"id":"42-150888","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-154848":{"id":"42-154848","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155194":{"id":"42-155194","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155533":{"id":"42-155533","available":156,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-155534":{"id":"42-155534","available":102,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-155698":{"id":"42-155698","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-155878":{"id":"51-155878","available":43,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-154843":{"id":"52-154843","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155191":{"id":"52-155191","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155695":{"id":"52-155695","available":11,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155875":{"id":"52-155875","available":40,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-150947":{"id":"58-150947","available":0,"dates":[]},"58-150950":{"id":"58-150950","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-154775":{"id":"58-154775","available":125,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155141":{"id":"58-155141","available":84,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155612":{"id":"58-155612","available":116,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150711":{"id":"65-150711","available":0,"dates":[]},"65-150716":{"id":"65-150716","available":0,"dates":[]},"65-154835":{"id":"65-154835","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155340":{"id":"65-155340","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155685":{"id":"65-155685","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-zay-bouquet" title="View The Zay Bouquet" data-product-card-title><h3 style="font-size: 1em;">The Zay Bouquet</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$75 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">90 reviews with an average of 4.1 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.1" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="90" aria-hidden="true" style=" font-size: 12px;">(90)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Zay Bouquet in Single" data-swatch-item="the-zay-bouquet" data-image-loaded href="https://urbanstems.com/products/the-zay-bouquet" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Zay Bouquet in Double" data-swatch-item="double-the-zay-bouquet" href="https://urbanstems.com/products/double-the-zay-bouquet" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="the-zay-bouquet" type="application/json">{"the-zay-bouquet":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage":null, "handle": "the-zay-bouquet", "priceAmount": 7500, "price": "$75 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-zay-bouquet", "variantName": null, "title": "The Zay Bouquet", "images": [ { "alt": "The Zay Bouquet", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Zay_Lifestyle_2.jpg?v=1738170798\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=500 500w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=600 600w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=500 500w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=600 600w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=700 700w" }, { "alt": "The Zay Bouquet", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=500 500w, //urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=600 600w, //urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=500 500w, //urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=600 600w, //urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=700 700w" } ], "variants": [{"id":45715015336184,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10033","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Zay Bouquet - Single","public_title":"Single","options":["Single","Default Title"],"price":7500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7500,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7500,"per_delivery_price":22500,"selling_plan_id":4929618168,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7500,"per_delivery_price":30000,"selling_plan_id":4929716472,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7500,"per_delivery_price":37500,"selling_plan_id":4929814776,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7500,"per_delivery_price":45000,"selling_plan_id":4929913080,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7500,"per_delivery_price":90000,"selling_plan_id":4930011384,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7500,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7500,"per_delivery_price":22500,"selling_plan_id":4929650936,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7500,"per_delivery_price":30000,"selling_plan_id":4929749240,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7500,"per_delivery_price":37500,"selling_plan_id":4929847544,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7500,"per_delivery_price":45000,"selling_plan_id":4929945848,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7500,"per_delivery_price":90000,"selling_plan_id":4930044152,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7500,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7500,"per_delivery_price":22500,"selling_plan_id":4929683704,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7500,"per_delivery_price":30000,"selling_plan_id":4929782008,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7500,"per_delivery_price":37500,"selling_plan_id":4929880312,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7500,"per_delivery_price":45000,"selling_plan_id":4929978616,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7500,"per_delivery_price":90000,"selling_plan_id":4930076920,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146491":{"id":"1-146491","available":18,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146591":{"id":"1-146591","available":24,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146628":{"id":"1-146628","available":18,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146737":{"id":"1-146737","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147108":{"id":"1-147108","available":0,"dates":[]},"1-147145":{"id":"1-147145","available":0,"dates":[]},"1-147628":{"id":"1-147628","available":0,"dates":[]},"1-147669":{"id":"1-147669","available":0,"dates":[]},"1-148063":{"id":"1-148063","available":0,"dates":[]},"1-148102":{"id":"1-148102","available":0,"dates":[]},"1-148479":{"id":"1-148479","available":0,"dates":[]},"1-148507":{"id":"1-148507","available":0,"dates":[]},"1-148890":{"id":"1-148890","available":16,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"1-148907":{"id":"1-148907","available":8,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"1-149623":{"id":"1-149623","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149632":{"id":"1-149632","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150191":{"id":"1-150191","available":56,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150200":{"id":"1-150200","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150685":{"id":"1-150685","available":0,"dates":[]},"1-150697":{"id":"1-150697","available":0,"dates":[]},"1-151020":{"id":"1-151020","available":0,"dates":[]},"1-151023":{"id":"1-151023","available":0,"dates":[]},"1-151346":{"id":"1-151346","available":0,"dates":[]},"1-151355":{"id":"1-151355","available":0,"dates":[]},"1-151735":{"id":"1-151735","available":0,"dates":[]},"1-151747":{"id":"1-151747","available":0,"dates":[]},"1-152202":{"id":"1-152202","available":0,"dates":[]},"1-152470":{"id":"1-152470","available":0,"dates":[]},"1-152898":{"id":"1-152898","available":0,"dates":[]},"1-152974":{"id":"1-152974","available":0,"dates":[]},"1-153198":{"id":"1-153198","available":0,"dates":[]},"1-153204":{"id":"1-153204","available":0,"dates":[]},"1-153494":{"id":"1-153494","available":0,"dates":[]},"1-153500":{"id":"1-153500","available":0,"dates":[]},"1-153772":{"id":"1-153772","available":0,"dates":[]},"1-153836":{"id":"1-153836","available":0,"dates":[]},"1-154314":{"id":"1-154314","available":2,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154322":{"id":"1-154322","available":0,"dates":[]},"1-154820":{"id":"1-154820","available":8,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154828":{"id":"1-154828","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155181":{"id":"1-155181","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155187":{"id":"1-155187","available":19,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155750":{"id":"1-155750","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155762":{"id":"1-155762","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-10033-1-144465":{"id":"1-FLRL-B-10033-1-144465","available":2,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"1-FLRL-B-10033-1-144501":{"id":"1-FLRL-B-10033-1-144501","available":6,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-10033-1-145937":{"id":"1-FLRL-B-10033-1-145937","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146863":{"id":"10-146863","available":30,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147376":{"id":"10-147376","available":0,"dates":[]},"10-147902":{"id":"10-147902","available":0,"dates":[]},"10-148337":{"id":"10-148337","available":0,"dates":[]},"10-148728":{"id":"10-148728","available":0,"dates":[]},"10-148836":{"id":"10-148836","available":7,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"10-149641":{"id":"10-149641","available":78,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149644":{"id":"10-149644","available":102,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150209":{"id":"10-150209","available":78,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150211":{"id":"10-150211","available":102,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150550":{"id":"10-150550","available":0,"dates":[]},"10-150558":{"id":"10-150558","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151362":{"id":"10-151362","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"10-151753":{"id":"10-151753","available":0,"dates":[]},"10-152209":{"id":"10-152209","available":0,"dates":[]},"10-152476":{"id":"10-152476","available":0,"dates":[]},"10-152907":{"id":"10-152907","available":0,"dates":[]},"10-153210":{"id":"10-153210","available":0,"dates":[]},"10-153506":{"id":"10-153506","available":0,"dates":[]},"10-154082":{"id":"10-154082","available":0,"dates":[]},"10-154225":{"id":"10-154225","available":0,"dates":[]},"10-154935":{"id":"10-154935","available":75,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155409":{"id":"10-155409","available":55,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155800":{"id":"10-155800","available":77,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-10033-10-144847":{"id":"10-FLRL-B-10033-10-144847","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-10033-10-146185":{"id":"10-FLRL-B-10033-10-146185","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146865":{"id":"11-146865","available":66,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147378":{"id":"11-147378","available":0,"dates":[]},"11-147904":{"id":"11-147904","available":0,"dates":[]},"11-148340":{"id":"11-148340","available":0,"dates":[]},"11-148731":{"id":"11-148731","available":0,"dates":[]},"11-149023":{"id":"11-149023","available":0,"dates":[]},"11-149653":{"id":"11-149653","available":99,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149656":{"id":"11-149656","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150217":{"id":"11-150217","available":99,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150220":{"id":"11-150220","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150939":{"id":"11-150939","available":0,"dates":[]},"11-150943":{"id":"11-150943","available":12,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151306":{"id":"11-151306","available":-3,"dates":[]},"11-151710":{"id":"11-151710","available":0,"dates":[]},"11-152162":{"id":"11-152162","available":0,"dates":[]},"11-152616":{"id":"11-152616","available":0,"dates":[]},"11-152871":{"id":"11-152871","available":0,"dates":[]},"11-153170":{"id":"11-153170","available":0,"dates":[]},"11-153467":{"id":"11-153467","available":0,"dates":[]},"11-154095":{"id":"11-154095","available":0,"dates":[]},"11-154473":{"id":"11-154473","available":0,"dates":[]},"11-154799":{"id":"11-154799","available":96,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155274":{"id":"11-155274","available":58,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155805":{"id":"11-155805","available":94,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-10033-11-144849":{"id":"11-FLRL-B-10033-11-144849","available":8,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-10033-11-146187":{"id":"11-FLRL-B-10033-11-146187","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146592":{"id":"2-146592","available":36,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146629":{"id":"2-146629","available":18,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146738":{"id":"2-146738","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147109":{"id":"2-147109","available":0,"dates":[]},"2-147146":{"id":"2-147146","available":0,"dates":[]},"2-147629":{"id":"2-147629","available":0,"dates":[]},"2-147670":{"id":"2-147670","available":0,"dates":[]},"2-148064":{"id":"2-148064","available":0,"dates":[]},"2-148103":{"id":"2-148103","available":-1,"dates":[]},"2-148480":{"id":"2-148480","available":0,"dates":[]},"2-148508":{"id":"2-148508","available":0,"dates":[]},"2-148891":{"id":"2-148891","available":24,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"2-148908":{"id":"2-148908","available":8,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"2-149624":{"id":"2-149624","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149633":{"id":"2-149633","available":96,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150192":{"id":"2-150192","available":72,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150201":{"id":"2-150201","available":96,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150686":{"id":"2-150686","available":0,"dates":[]},"2-150698":{"id":"2-150698","available":0,"dates":[]},"2-151021":{"id":"2-151021","available":0,"dates":[]},"2-151024":{"id":"2-151024","available":0,"dates":[]},"2-151347":{"id":"2-151347","available":0,"dates":[]},"2-151356":{"id":"2-151356","available":0,"dates":[]},"2-151736":{"id":"2-151736","available":0,"dates":[]},"2-151748":{"id":"2-151748","available":0,"dates":[]},"2-152203":{"id":"2-152203","available":0,"dates":[]},"2-152471":{"id":"2-152471","available":0,"dates":[]},"2-152899":{"id":"2-152899","available":0,"dates":[]},"2-152904":{"id":"2-152904","available":11,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152975":{"id":"2-152975","available":0,"dates":[]},"2-153199":{"id":"2-153199","available":0,"dates":[]},"2-153205":{"id":"2-153205","available":0,"dates":[]},"2-153495":{"id":"2-153495","available":0,"dates":[]},"2-153501":{"id":"2-153501","available":0,"dates":[]},"2-153773":{"id":"2-153773","available":0,"dates":[]},"2-153837":{"id":"2-153837","available":0,"dates":[]},"2-154315":{"id":"2-154315","available":6,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154323":{"id":"2-154323","available":0,"dates":[]},"2-154821":{"id":"2-154821","available":8,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154829":{"id":"2-154829","available":0,"dates":[]},"2-155182":{"id":"2-155182","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155188":{"id":"2-155188","available":22,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155751":{"id":"2-155751","available":33,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155763":{"id":"2-155763","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-10033-2-144502":{"id":"2-FLRL-B-10033-2-144502","available":9,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-10033-2-145898":{"id":"2-FLRL-B-10033-2-145898","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-10033-2-145938":{"id":"2-FLRL-B-10033-2-145938","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146796":{"id":"30-146796","available":70,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147313":{"id":"30-147313","available":0,"dates":[]},"30-147831":{"id":"30-147831","available":0,"dates":[]},"30-148262":{"id":"30-148262","available":88,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"30-148693":{"id":"30-148693","available":0,"dates":[]},"30-148751":{"id":"30-148751","available":0,"dates":[]},"30-FLRL-B-10033-30-146119":{"id":"30-FLRL-B-10033-30-146119","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146493":{"id":"4-146493","available":60,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146593":{"id":"4-146593","available":72,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146630":{"id":"4-146630","available":42,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146739":{"id":"4-146739","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147110":{"id":"4-147110","available":26,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"4-147147":{"id":"4-147147","available":13,"dates":["2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"4-147630":{"id":"4-147630","available":0,"dates":[]},"4-147671":{"id":"4-147671","available":0,"dates":[]},"4-148065":{"id":"4-148065","available":0,"dates":[]},"4-148104":{"id":"4-148104","available":0,"dates":[]},"4-148481":{"id":"4-148481","available":0,"dates":[]},"4-148509":{"id":"4-148509","available":0,"dates":[]},"4-148892":{"id":"4-148892","available":160,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"4-148909":{"id":"4-148909","available":88,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"4-149625":{"id":"4-149625","available":448,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149634":{"id":"4-149634","available":552,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150193":{"id":"4-150193","available":448,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150202":{"id":"4-150202","available":552,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150687":{"id":"4-150687","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150699":{"id":"4-150699","available":-199,"dates":[]},"4-151022":{"id":"4-151022","available":-6,"dates":[]},"4-151025":{"id":"4-151025","available":0,"dates":[]},"4-151348":{"id":"4-151348","available":0,"dates":[]},"4-151357":{"id":"4-151357","available":4,"dates":["2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19"]},"4-151737":{"id":"4-151737","available":0,"dates":[]},"4-151749":{"id":"4-151749","available":0,"dates":[]},"4-151949":{"id":"4-151949","available":0,"dates":[]},"4-151956":{"id":"4-151956","available":27,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152204":{"id":"4-152204","available":0,"dates":[]},"4-152472":{"id":"4-152472","available":5,"dates":["2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07"]},"4-152900":{"id":"4-152900","available":0,"dates":[]},"4-152976":{"id":"4-152976","available":0,"dates":[]},"4-153200":{"id":"4-153200","available":0,"dates":[]},"4-153206":{"id":"4-153206","available":0,"dates":[]},"4-153496":{"id":"4-153496","available":0,"dates":[]},"4-153502":{"id":"4-153502","available":0,"dates":[]},"4-153774":{"id":"4-153774","available":0,"dates":[]},"4-153838":{"id":"4-153838","available":0,"dates":[]},"4-154316":{"id":"4-154316","available":0,"dates":[]},"4-154324":{"id":"4-154324","available":0,"dates":[]},"4-154822":{"id":"4-154822","available":83,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154830":{"id":"4-154830","available":127,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155183":{"id":"4-155183","available":48,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155189":{"id":"4-155189","available":97,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155752":{"id":"4-155752","available":123,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155764":{"id":"4-155764","available":81,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-10033-4-144467":{"id":"4-FLRL-B-10033-4-144467","available":4,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-10033-4-145939":{"id":"4-FLRL-B-10033-4-145939","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146778":{"id":"41-146778","available":48,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147294":{"id":"41-147294","available":0,"dates":[]},"41-147812":{"id":"41-147812","available":0,"dates":[]},"41-148242":{"id":"41-148242","available":56,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"41-148535":{"id":"41-148535","available":0,"dates":[]},"41-148750":{"id":"41-148750","available":0,"dates":[]},"41-149029":{"id":"41-149029","available":11,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"41-149659":{"id":"41-149659","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149662":{"id":"41-149662","available":152,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150249":{"id":"41-150249","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150257":{"id":"41-150257","available":152,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150721":{"id":"41-150721","available":0,"dates":[]},"41-150729":{"id":"41-150729","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-151312":{"id":"41-151312","available":5,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"41-151716":{"id":"41-151716","available":0,"dates":[]},"41-152168":{"id":"41-152168","available":0,"dates":[]},"41-152620":{"id":"41-152620","available":0,"dates":[]},"41-152875":{"id":"41-152875","available":0,"dates":[]},"41-153174":{"id":"41-153174","available":0,"dates":[]},"41-153471":{"id":"41-153471","available":0,"dates":[]},"41-153890":{"id":"41-153890","available":0,"dates":[]},"41-154336":{"id":"41-154336","available":0,"dates":[]},"41-154840":{"id":"41-154840","available":79,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155346":{"id":"41-155346","available":48,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155692":{"id":"41-155692","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-10033-41-144758":{"id":"41-FLRL-B-10033-41-144758","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-10033-41-146100":{"id":"41-FLRL-B-10033-41-146100","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146826":{"id":"42-146826","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147343":{"id":"42-147343","available":0,"dates":[]},"42-147862":{"id":"42-147862","available":0,"dates":[]},"42-148297":{"id":"42-148297","available":0,"dates":[]},"42-148685":{"id":"42-148685","available":0,"dates":[]},"42-149039":{"id":"42-149039","available":0,"dates":[]},"42-149673":{"id":"42-149673","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149675":{"id":"42-149675","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150233":{"id":"42-150233","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150235":{"id":"42-150235","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150885":{"id":"42-150885","available":0,"dates":[]},"42-150888":{"id":"42-150888","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-151324":{"id":"42-151324","available":0,"dates":[]},"42-151728":{"id":"42-151728","available":0,"dates":[]},"42-152180":{"id":"42-152180","available":0,"dates":[]},"42-152452":{"id":"42-152452","available":0,"dates":[]},"42-152883":{"id":"42-152883","available":0,"dates":[]},"42-153183":{"id":"42-153183","available":0,"dates":[]},"42-153479":{"id":"42-153479","available":0,"dates":[]},"42-153908":{"id":"42-153908","available":0,"dates":[]},"42-154344":{"id":"42-154344","available":0,"dates":[]},"42-154848":{"id":"42-154848","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155194":{"id":"42-155194","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155533":{"id":"42-155533","available":156,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-155534":{"id":"42-155534","available":102,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-155698":{"id":"42-155698","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-FLRL-B-10033-42-144814":{"id":"42-FLRL-B-10033-42-144814","available":1,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"42-FLRL-B-10033-42-146149":{"id":"42-FLRL-B-10033-42-146149","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-155878":{"id":"51-155878","available":43,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-148971":{"id":"52-148971","available":11,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"52-149690":{"id":"52-149690","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150265":{"id":"52-150265","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150492":{"id":"52-150492","available":109,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151005":{"id":"52-151005","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151252":{"id":"52-151252","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"52-151659":{"id":"52-151659","available":0,"dates":[]},"52-151968":{"id":"52-151968","available":-20,"dates":[]},"52-152131":{"id":"52-152131","available":20,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"52-152294":{"id":"52-152294","available":1,"dates":["2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13"]},"52-152597":{"id":"52-152597","available":8,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"52-152849":{"id":"52-152849","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"52-153145":{"id":"52-153145","available":0,"dates":[]},"52-153620":{"id":"52-153620","available":0,"dates":[]},"52-153702":{"id":"52-153702","available":0,"dates":[]},"52-153716":{"id":"52-153716","available":0,"dates":[]},"52-154339":{"id":"52-154339","available":0,"dates":[]},"52-154843":{"id":"52-154843","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155191":{"id":"52-155191","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155531":{"id":"52-155531","available":0,"dates":[]},"52-155695":{"id":"52-155695","available":11,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155875":{"id":"52-155875","available":40,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-146773":{"id":"58-146773","available":84,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147288":{"id":"58-147288","available":0,"dates":[]},"58-147804":{"id":"58-147804","available":0,"dates":[]},"58-148234":{"id":"58-148234","available":96,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-148682":{"id":"58-148682","available":0,"dates":[]},"58-148752":{"id":"58-148752","available":99,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-149076":{"id":"58-149076","available":-3,"dates":[]},"58-149880":{"id":"58-149880","available":198,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149883":{"id":"58-149883","available":253,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150439":{"id":"58-150439","available":198,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150442":{"id":"58-150442","available":253,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150947":{"id":"58-150947","available":0,"dates":[]},"58-150950":{"id":"58-150950","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151319":{"id":"58-151319","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151723":{"id":"58-151723","available":0,"dates":[]},"58-151962":{"id":"58-151962","available":0,"dates":[]},"58-152176":{"id":"58-152176","available":0,"dates":[]},"58-152625":{"id":"58-152625","available":0,"dates":[]},"58-152879":{"id":"58-152879","available":0,"dates":[]},"58-153179":{"id":"58-153179","available":0,"dates":[]},"58-153475":{"id":"58-153475","available":0,"dates":[]},"58-154071":{"id":"58-154071","available":0,"dates":[]},"58-154244":{"id":"58-154244","available":0,"dates":[]},"58-154253":{"id":"58-154253","available":0,"dates":[]},"58-154775":{"id":"58-154775","available":125,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155141":{"id":"58-155141","available":84,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155612":{"id":"58-155612","available":116,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-10033-58-144752":{"id":"58-FLRL-B-10033-58-144752","available":12,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-10033-58-146094":{"id":"58-FLRL-B-10033-58-146094","available":9,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148840":{"id":"65-148840","available":0,"dates":[]},"65-149647":{"id":"65-149647","available":88,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149650":{"id":"65-149650","available":104,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150239":{"id":"65-150239","available":88,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150244":{"id":"65-150244","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150711":{"id":"65-150711","available":0,"dates":[]},"65-150716":{"id":"65-150716","available":0,"dates":[]},"65-151301":{"id":"65-151301","available":0,"dates":[]},"65-151705":{"id":"65-151705","available":0,"dates":[]},"65-152157":{"id":"65-152157","available":17,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152434":{"id":"65-152434","available":0,"dates":[]},"65-152866":{"id":"65-152866","available":0,"dates":[]},"65-153165":{"id":"65-153165","available":0,"dates":[]},"65-153462":{"id":"65-153462","available":0,"dates":[]},"65-153902":{"id":"65-153902","available":0,"dates":[]},"65-154331":{"id":"65-154331","available":0,"dates":[]},"65-154835":{"id":"65-154835","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155340":{"id":"65-155340","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155685":{"id":"65-155685","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-148755":{"id":"9-148755","available":156,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150947","58-150950","58-154775","58-155141","58-155612"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155878"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150699","4-150687","4-154830","4-155189","4-155183","4-155752","4-155764"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150721","41-150729","41-154840","41-155346","41-155692"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155875","52-154843","52-155191","52-155695"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155533","42-150885","42-150888","42-155534","42-154848","42-155194","42-155698"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150698","2-150686","2-154829","2-155188","2-155182","2-155751","2-155763"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150550","10-150558","10-154935","10-155409","10-155800"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150939","11-150943","11-154799","11-155274","11-155805"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150697","1-150685","1-154828","1-155187","1-155181","1-155750","1-155762"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150711","65-150716","65-154835","65-155340","65-155685"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-zay-bouquet":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-zay-bouquet", "priceAmount": 12000, "price": "$120 ", "priceCompareAtAmount": 15000, "priceCompareAt": "$150 ", "url": "https://urbanstems.com/products/double-the-zay-bouquet", "variantName": null, "title": "Double the Zay Bouquet", "images": [ { "alt": "Double the Zay Bouquet", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Zay_Lifestyle_2.jpg?v=1738170798\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=500 500w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=600 600w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=500 500w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=600 600w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=700 700w" }, { "alt": "Double the Zay Bouquet", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=700 700w" } ], "variants": [{"id":45715017236728,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10033","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Zay Bouquet - Double","public_title":"Double","options":["Double","Default Title"],"price":12000,"weight":0,"compare_at_price":15000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146491":{"id":"1-146491","available":9,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146591":{"id":"1-146591","available":12,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146628":{"id":"1-146628","available":9,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146737":{"id":"1-146737","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147108":{"id":"1-147108","available":0,"dates":[]},"1-147145":{"id":"1-147145","available":0,"dates":[]},"1-147628":{"id":"1-147628","available":0,"dates":[]},"1-147669":{"id":"1-147669","available":0,"dates":[]},"1-148063":{"id":"1-148063","available":0,"dates":[]},"1-148102":{"id":"1-148102","available":0,"dates":[]},"1-148479":{"id":"1-148479","available":0,"dates":[]},"1-148507":{"id":"1-148507","available":0,"dates":[]},"1-148890":{"id":"1-148890","available":8,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"1-148907":{"id":"1-148907","available":4,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"1-149623":{"id":"1-149623","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149632":{"id":"1-149632","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150191":{"id":"1-150191","available":28,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150200":{"id":"1-150200","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150685":{"id":"1-150685","available":0,"dates":[]},"1-150697":{"id":"1-150697","available":0,"dates":[]},"1-151020":{"id":"1-151020","available":0,"dates":[]},"1-151023":{"id":"1-151023","available":0,"dates":[]},"1-151346":{"id":"1-151346","available":0,"dates":[]},"1-151355":{"id":"1-151355","available":0,"dates":[]},"1-151735":{"id":"1-151735","available":0,"dates":[]},"1-151747":{"id":"1-151747","available":0,"dates":[]},"1-152202":{"id":"1-152202","available":0,"dates":[]},"1-152470":{"id":"1-152470","available":0,"dates":[]},"1-152898":{"id":"1-152898","available":0,"dates":[]},"1-152974":{"id":"1-152974","available":0,"dates":[]},"1-153198":{"id":"1-153198","available":0,"dates":[]},"1-153204":{"id":"1-153204","available":0,"dates":[]},"1-153494":{"id":"1-153494","available":0,"dates":[]},"1-153500":{"id":"1-153500","available":0,"dates":[]},"1-153772":{"id":"1-153772","available":0,"dates":[]},"1-153836":{"id":"1-153836","available":0,"dates":[]},"1-154314":{"id":"1-154314","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154322":{"id":"1-154322","available":0,"dates":[]},"1-154820":{"id":"1-154820","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154828":{"id":"1-154828","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155181":{"id":"1-155181","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155187":{"id":"1-155187","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155750":{"id":"1-155750","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155762":{"id":"1-155762","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-D-10033-1-145937":{"id":"1-FLRL-D-10033-1-145937","available":0,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146863":{"id":"10-146863","available":15,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147376":{"id":"10-147376","available":0,"dates":[]},"10-147902":{"id":"10-147902","available":0,"dates":[]},"10-148337":{"id":"10-148337","available":0,"dates":[]},"10-148728":{"id":"10-148728","available":0,"dates":[]},"10-148836":{"id":"10-148836","available":3,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"10-149641":{"id":"10-149641","available":39,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149644":{"id":"10-149644","available":51,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150209":{"id":"10-150209","available":39,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150211":{"id":"10-150211","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150550":{"id":"10-150550","available":0,"dates":[]},"10-150558":{"id":"10-150558","available":0,"dates":[]},"10-151362":{"id":"10-151362","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"10-151753":{"id":"10-151753","available":0,"dates":[]},"10-152209":{"id":"10-152209","available":0,"dates":[]},"10-152476":{"id":"10-152476","available":0,"dates":[]},"10-152907":{"id":"10-152907","available":0,"dates":[]},"10-153210":{"id":"10-153210","available":0,"dates":[]},"10-153506":{"id":"10-153506","available":0,"dates":[]},"10-154082":{"id":"10-154082","available":0,"dates":[]},"10-154225":{"id":"10-154225","available":0,"dates":[]},"10-154935":{"id":"10-154935","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155409":{"id":"10-155409","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155800":{"id":"10-155800","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-D-10033-10-146185":{"id":"10-FLRL-D-10033-10-146185","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146865":{"id":"11-146865","available":33,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147378":{"id":"11-147378","available":0,"dates":[]},"11-147904":{"id":"11-147904","available":0,"dates":[]},"11-148340":{"id":"11-148340","available":0,"dates":[]},"11-148731":{"id":"11-148731","available":0,"dates":[]},"11-149023":{"id":"11-149023","available":0,"dates":[]},"11-149653":{"id":"11-149653","available":49,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149656":{"id":"11-149656","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150217":{"id":"11-150217","available":49,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150220":{"id":"11-150220","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150939":{"id":"11-150939","available":0,"dates":[]},"11-150943":{"id":"11-150943","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151306":{"id":"11-151306","available":-2,"dates":[]},"11-151710":{"id":"11-151710","available":0,"dates":[]},"11-152162":{"id":"11-152162","available":0,"dates":[]},"11-152616":{"id":"11-152616","available":0,"dates":[]},"11-152871":{"id":"11-152871","available":0,"dates":[]},"11-153170":{"id":"11-153170","available":0,"dates":[]},"11-153467":{"id":"11-153467","available":0,"dates":[]},"11-154095":{"id":"11-154095","available":0,"dates":[]},"11-154473":{"id":"11-154473","available":0,"dates":[]},"11-154799":{"id":"11-154799","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155274":{"id":"11-155274","available":29,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155805":{"id":"11-155805","available":47,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-D-10033-11-146187":{"id":"11-FLRL-D-10033-11-146187","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146592":{"id":"2-146592","available":18,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146629":{"id":"2-146629","available":9,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146738":{"id":"2-146738","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147109":{"id":"2-147109","available":0,"dates":[]},"2-147146":{"id":"2-147146","available":0,"dates":[]},"2-147629":{"id":"2-147629","available":0,"dates":[]},"2-147670":{"id":"2-147670","available":0,"dates":[]},"2-148064":{"id":"2-148064","available":0,"dates":[]},"2-148103":{"id":"2-148103","available":-1,"dates":[]},"2-148480":{"id":"2-148480","available":0,"dates":[]},"2-148508":{"id":"2-148508","available":0,"dates":[]},"2-148891":{"id":"2-148891","available":12,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"2-148908":{"id":"2-148908","available":4,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"2-149624":{"id":"2-149624","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149633":{"id":"2-149633","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150192":{"id":"2-150192","available":36,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150201":{"id":"2-150201","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150686":{"id":"2-150686","available":0,"dates":[]},"2-150698":{"id":"2-150698","available":0,"dates":[]},"2-151021":{"id":"2-151021","available":0,"dates":[]},"2-151024":{"id":"2-151024","available":0,"dates":[]},"2-151347":{"id":"2-151347","available":0,"dates":[]},"2-151356":{"id":"2-151356","available":0,"dates":[]},"2-151736":{"id":"2-151736","available":0,"dates":[]},"2-151748":{"id":"2-151748","available":0,"dates":[]},"2-152203":{"id":"2-152203","available":0,"dates":[]},"2-152471":{"id":"2-152471","available":0,"dates":[]},"2-152899":{"id":"2-152899","available":0,"dates":[]},"2-152904":{"id":"2-152904","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152975":{"id":"2-152975","available":0,"dates":[]},"2-153199":{"id":"2-153199","available":0,"dates":[]},"2-153205":{"id":"2-153205","available":0,"dates":[]},"2-153495":{"id":"2-153495","available":0,"dates":[]},"2-153501":{"id":"2-153501","available":0,"dates":[]},"2-153773":{"id":"2-153773","available":0,"dates":[]},"2-153837":{"id":"2-153837","available":0,"dates":[]},"2-154315":{"id":"2-154315","available":3,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154323":{"id":"2-154323","available":0,"dates":[]},"2-154821":{"id":"2-154821","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154829":{"id":"2-154829","available":0,"dates":[]},"2-155182":{"id":"2-155182","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155188":{"id":"2-155188","available":11,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155751":{"id":"2-155751","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155763":{"id":"2-155763","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-D-10033-2-145898":{"id":"2-FLRL-D-10033-2-145898","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-D-10033-2-145938":{"id":"2-FLRL-D-10033-2-145938","available":0,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146796":{"id":"30-146796","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147313":{"id":"30-147313","available":0,"dates":[]},"30-147831":{"id":"30-147831","available":0,"dates":[]},"30-148262":{"id":"30-148262","available":44,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"30-148693":{"id":"30-148693","available":0,"dates":[]},"30-148751":{"id":"30-148751","available":0,"dates":[]},"30-FLRL-D-10033-30-146119":{"id":"30-FLRL-D-10033-30-146119","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146493":{"id":"4-146493","available":30,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146593":{"id":"4-146593","available":36,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146630":{"id":"4-146630","available":21,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146739":{"id":"4-146739","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147110":{"id":"4-147110","available":13,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"4-147147":{"id":"4-147147","available":6,"dates":["2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"4-147630":{"id":"4-147630","available":0,"dates":[]},"4-147671":{"id":"4-147671","available":0,"dates":[]},"4-148065":{"id":"4-148065","available":0,"dates":[]},"4-148104":{"id":"4-148104","available":0,"dates":[]},"4-148481":{"id":"4-148481","available":0,"dates":[]},"4-148509":{"id":"4-148509","available":0,"dates":[]},"4-148892":{"id":"4-148892","available":80,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"4-148909":{"id":"4-148909","available":44,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"4-149625":{"id":"4-149625","available":224,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149634":{"id":"4-149634","available":276,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150193":{"id":"4-150193","available":224,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150202":{"id":"4-150202","available":276,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150687":{"id":"4-150687","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150699":{"id":"4-150699","available":-100,"dates":[]},"4-151022":{"id":"4-151022","available":-3,"dates":[]},"4-151025":{"id":"4-151025","available":0,"dates":[]},"4-151348":{"id":"4-151348","available":0,"dates":[]},"4-151357":{"id":"4-151357","available":2,"dates":["2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19"]},"4-151737":{"id":"4-151737","available":0,"dates":[]},"4-151749":{"id":"4-151749","available":0,"dates":[]},"4-151949":{"id":"4-151949","available":0,"dates":[]},"4-151956":{"id":"4-151956","available":13,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152204":{"id":"4-152204","available":0,"dates":[]},"4-152472":{"id":"4-152472","available":2,"dates":["2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07"]},"4-152900":{"id":"4-152900","available":0,"dates":[]},"4-152976":{"id":"4-152976","available":0,"dates":[]},"4-153200":{"id":"4-153200","available":0,"dates":[]},"4-153206":{"id":"4-153206","available":0,"dates":[]},"4-153496":{"id":"4-153496","available":0,"dates":[]},"4-153502":{"id":"4-153502","available":0,"dates":[]},"4-153774":{"id":"4-153774","available":0,"dates":[]},"4-153838":{"id":"4-153838","available":0,"dates":[]},"4-154316":{"id":"4-154316","available":0,"dates":[]},"4-154324":{"id":"4-154324","available":0,"dates":[]},"4-154822":{"id":"4-154822","available":41,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154830":{"id":"4-154830","available":63,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155183":{"id":"4-155183","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155189":{"id":"4-155189","available":48,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155752":{"id":"4-155752","available":61,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155764":{"id":"4-155764","available":40,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-D-10033-4-145939":{"id":"4-FLRL-D-10033-4-145939","available":3,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146778":{"id":"41-146778","available":24,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147294":{"id":"41-147294","available":0,"dates":[]},"41-147812":{"id":"41-147812","available":0,"dates":[]},"41-148242":{"id":"41-148242","available":28,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"41-148535":{"id":"41-148535","available":0,"dates":[]},"41-148750":{"id":"41-148750","available":0,"dates":[]},"41-149029":{"id":"41-149029","available":5,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"41-149659":{"id":"41-149659","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149662":{"id":"41-149662","available":76,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150249":{"id":"41-150249","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150257":{"id":"41-150257","available":76,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150721":{"id":"41-150721","available":0,"dates":[]},"41-150729":{"id":"41-150729","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-151312":{"id":"41-151312","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"41-151716":{"id":"41-151716","available":0,"dates":[]},"41-152168":{"id":"41-152168","available":0,"dates":[]},"41-152620":{"id":"41-152620","available":0,"dates":[]},"41-152875":{"id":"41-152875","available":0,"dates":[]},"41-153174":{"id":"41-153174","available":0,"dates":[]},"41-153471":{"id":"41-153471","available":0,"dates":[]},"41-153890":{"id":"41-153890","available":0,"dates":[]},"41-154336":{"id":"41-154336","available":0,"dates":[]},"41-154840":{"id":"41-154840","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155346":{"id":"41-155346","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155692":{"id":"41-155692","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-D-10033-41-146100":{"id":"41-FLRL-D-10033-41-146100","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146826":{"id":"42-146826","available":9,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147343":{"id":"42-147343","available":0,"dates":[]},"42-147862":{"id":"42-147862","available":0,"dates":[]},"42-148297":{"id":"42-148297","available":0,"dates":[]},"42-148685":{"id":"42-148685","available":0,"dates":[]},"42-149039":{"id":"42-149039","available":0,"dates":[]},"42-149673":{"id":"42-149673","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149675":{"id":"42-149675","available":22,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150233":{"id":"42-150233","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150235":{"id":"42-150235","available":22,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150885":{"id":"42-150885","available":0,"dates":[]},"42-150888":{"id":"42-150888","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-151324":{"id":"42-151324","available":0,"dates":[]},"42-151728":{"id":"42-151728","available":0,"dates":[]},"42-152180":{"id":"42-152180","available":0,"dates":[]},"42-152452":{"id":"42-152452","available":0,"dates":[]},"42-152883":{"id":"42-152883","available":0,"dates":[]},"42-153183":{"id":"42-153183","available":0,"dates":[]},"42-153479":{"id":"42-153479","available":0,"dates":[]},"42-153908":{"id":"42-153908","available":0,"dates":[]},"42-154344":{"id":"42-154344","available":0,"dates":[]},"42-154848":{"id":"42-154848","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155194":{"id":"42-155194","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155533":{"id":"42-155533","available":78,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-155534":{"id":"42-155534","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-155698":{"id":"42-155698","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-FLRL-D-10033-42-146149":{"id":"42-FLRL-D-10033-42-146149","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-155878":{"id":"51-155878","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-148971":{"id":"52-148971","available":5,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"52-149690":{"id":"52-149690","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150265":{"id":"52-150265","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150492":{"id":"52-150492","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151005":{"id":"52-151005","available":3,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151252":{"id":"52-151252","available":0,"dates":[]},"52-151659":{"id":"52-151659","available":0,"dates":[]},"52-151968":{"id":"52-151968","available":-10,"dates":[]},"52-152131":{"id":"52-152131","available":10,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"52-152294":{"id":"52-152294","available":0,"dates":[]},"52-152597":{"id":"52-152597","available":4,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"52-152849":{"id":"52-152849","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"52-153145":{"id":"52-153145","available":0,"dates":[]},"52-153620":{"id":"52-153620","available":0,"dates":[]},"52-153702":{"id":"52-153702","available":0,"dates":[]},"52-153716":{"id":"52-153716","available":0,"dates":[]},"52-154339":{"id":"52-154339","available":0,"dates":[]},"52-154843":{"id":"52-154843","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155191":{"id":"52-155191","available":4,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155531":{"id":"52-155531","available":0,"dates":[]},"52-155695":{"id":"52-155695","available":5,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155875":{"id":"52-155875","available":20,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-146773":{"id":"58-146773","available":42,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147288":{"id":"58-147288","available":0,"dates":[]},"58-147804":{"id":"58-147804","available":0,"dates":[]},"58-148234":{"id":"58-148234","available":48,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-148682":{"id":"58-148682","available":0,"dates":[]},"58-148752":{"id":"58-148752","available":49,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-149076":{"id":"58-149076","available":-2,"dates":[]},"58-149880":{"id":"58-149880","available":99,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149883":{"id":"58-149883","available":126,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150439":{"id":"58-150439","available":99,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150442":{"id":"58-150442","available":126,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150947":{"id":"58-150947","available":0,"dates":[]},"58-150950":{"id":"58-150950","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151319":{"id":"58-151319","available":0,"dates":[]},"58-151723":{"id":"58-151723","available":0,"dates":[]},"58-151962":{"id":"58-151962","available":0,"dates":[]},"58-152176":{"id":"58-152176","available":0,"dates":[]},"58-152625":{"id":"58-152625","available":0,"dates":[]},"58-152879":{"id":"58-152879","available":0,"dates":[]},"58-153179":{"id":"58-153179","available":0,"dates":[]},"58-153475":{"id":"58-153475","available":0,"dates":[]},"58-154071":{"id":"58-154071","available":0,"dates":[]},"58-154244":{"id":"58-154244","available":0,"dates":[]},"58-154253":{"id":"58-154253","available":0,"dates":[]},"58-154775":{"id":"58-154775","available":62,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155141":{"id":"58-155141","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155612":{"id":"58-155612","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-D-10033-58-146094":{"id":"58-FLRL-D-10033-58-146094","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148840":{"id":"65-148840","available":0,"dates":[]},"65-149647":{"id":"65-149647","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149650":{"id":"65-149650","available":52,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150239":{"id":"65-150239","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150244":{"id":"65-150244","available":52,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150711":{"id":"65-150711","available":0,"dates":[]},"65-150716":{"id":"65-150716","available":0,"dates":[]},"65-151301":{"id":"65-151301","available":0,"dates":[]},"65-151705":{"id":"65-151705","available":0,"dates":[]},"65-152157":{"id":"65-152157","available":8,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152434":{"id":"65-152434","available":0,"dates":[]},"65-152866":{"id":"65-152866","available":0,"dates":[]},"65-153165":{"id":"65-153165","available":0,"dates":[]},"65-153462":{"id":"65-153462","available":0,"dates":[]},"65-153902":{"id":"65-153902","available":0,"dates":[]},"65-154331":{"id":"65-154331","available":0,"dates":[]},"65-154835":{"id":"65-154835","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155340":{"id":"65-155340","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155685":{"id":"65-155685","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-148755":{"id":"9-148755","available":78,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150947","58-150950","58-154775","58-155141","58-155612"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155878"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150699","4-150687","4-154830","4-155189","4-155183","4-155752","4-155764"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150721","41-150729","41-154840","41-155346","41-155692"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155875","52-154843","52-155191","52-155695"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155533","42-150885","42-150888","42-155534","42-154848","42-155194","42-155698"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150698","2-150686","2-154829","2-155188","2-155182","2-155751","2-155763"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150550","10-150558","10-154935","10-155409","10-155800"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150939","11-150943","11-154799","11-155274","11-155805"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150697","1-150685","1-154828","1-155187","1-155181","1-155750","1-155762"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150711","65-150716","65-154835","65-155340","65-155685"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="13" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-flutter"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=500 500w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=600 600w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=700 700w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=800 800w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=900 900w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=500" alt="The Flutter" srcset="//urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=352 352w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=500 500w, //urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=600 600w, //urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=700 700w, //urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=800 800w, //urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=900 900w, //urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=500" alt="The Flutter" srcset="//urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=352 352w, //urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-flutter" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150507","4-150534","4-154740","4-154758","4-155108","4-155123","4-155571","4-155589"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150671","58-150673","58-154807","58-155151","58-155646"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154786","51-155318","51-155619"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150867","41-150873","41-154770","41-155257","41-155777"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150506","2-150533","2-154739","2-154757","2-155107","2-155122","2-155570","2-155588"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150552","10-150560","10-154762","10-155132","10-155601"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150657","11-150662","11-154801","11-155146","11-155640"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150607","9-150613","9-154777","9-155142","9-155613"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150505","1-150532","1-154738","1-154756","1-155106","1-155121","1-155569","1-155587"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150846","65-150857","65-154897","65-155249","65-155768"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150505":{"id":"1-150505","available":0,"dates":[]},"1-150532":{"id":"1-150532","available":39,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-154738":{"id":"1-154738","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154756":{"id":"1-154756","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155106":{"id":"1-155106","available":20,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155121":{"id":"1-155121","available":4,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155569":{"id":"1-155569","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155587":{"id":"1-155587","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150552":{"id":"10-150552","available":0,"dates":[]},"10-150560":{"id":"10-150560","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154762":{"id":"10-154762","available":64,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155132":{"id":"10-155132","available":59,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155601":{"id":"10-155601","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150657":{"id":"11-150657","available":0,"dates":[]},"11-150662":{"id":"11-150662","available":0,"dates":[]},"11-154801":{"id":"11-154801","available":60,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155146":{"id":"11-155146","available":75,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155640":{"id":"11-155640","available":64,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150506":{"id":"2-150506","available":0,"dates":[]},"2-150533":{"id":"2-150533","available":0,"dates":[]},"2-154739":{"id":"2-154739","available":0,"dates":[]},"2-154757":{"id":"2-154757","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155107":{"id":"2-155107","available":32,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155122":{"id":"2-155122","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155570":{"id":"2-155570","available":21,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155588":{"id":"2-155588","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150507":{"id":"4-150507","available":0,"dates":[]},"4-150534":{"id":"4-150534","available":382,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154740":{"id":"4-154740","available":99,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154758":{"id":"4-154758","available":62,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155108":{"id":"4-155108","available":84,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155123":{"id":"4-155123","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155571":{"id":"4-155571","available":75,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155589":{"id":"4-155589","available":42,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150867":{"id":"41-150867","available":0,"dates":[]},"41-150873":{"id":"41-150873","available":0,"dates":[]},"41-154770":{"id":"41-154770","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155257":{"id":"41-155257","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155777":{"id":"41-155777","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154786":{"id":"51-154786","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155318":{"id":"51-155318","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155619":{"id":"51-155619","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150671":{"id":"58-150671","available":0,"dates":[]},"58-150673":{"id":"58-150673","available":0,"dates":[]},"58-154807":{"id":"58-154807","available":89,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155151":{"id":"58-155151","available":84,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155646":{"id":"58-155646","available":76,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150846":{"id":"65-150846","available":0,"dates":[]},"65-150857":{"id":"65-150857","available":0,"dates":[]},"65-154897":{"id":"65-154897","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155249":{"id":"65-155249","available":39,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155768":{"id":"65-155768","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150607":{"id":"9-150607","available":0,"dates":[]},"9-150613":{"id":"9-150613","available":0,"dates":[]},"9-154777":{"id":"9-154777","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155142":{"id":"9-155142","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155613":{"id":"9-155613","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":"2024-11-13T05:00:00Z", "blackout_to":"2024-12-02T05:00:00Z"} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-flutter" title="View The Flutter" data-product-card-title><h3 style="font-size: 1em;">The Flutter</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$79 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$88</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">29 reviews with an average of 3.7 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="3.7" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="29" aria-hidden="true" style=" font-size: 12px;">(29)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Flutter in Single" data-swatch-item="the-flutter" data-image-loaded href="https://urbanstems.com/products/the-flutter" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Flutter in Double" data-swatch-item="double-the-flutter" href="https://urbanstems.com/products/double-the-flutter" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="the-flutter" type="application/json">{"the-flutter":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "the-flutter", "priceAmount": 7900, "price": "$79 ", "priceCompareAtAmount": 8800, "priceCompareAt": "$88 ", "url": "https://urbanstems.com/products/the-flutter", "variantName": null, "title": "The Flutter", "images": [ { "alt": "The Flutter", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_SupportingImage_1_PDP.jpg?v=1737490846\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=500 500w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=600 600w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=500 500w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=600 600w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=700 700w" }, { "alt": "The Flutter", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_MainImage_PDP.jpg?v=1729895958\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=500 500w, //urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=600 600w, //urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=500 500w, //urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=600 600w, //urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=700 700w" } ], "variants": [{"id":45843091194104,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10170","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Flutter - Single","public_title":"Single","options":["Single","Default Title"],"price":7900,"weight":0,"compare_at_price":8800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7900,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":7900,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7900,"per_delivery_price":22500,"selling_plan_id":4921950456,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7900,"per_delivery_price":30000,"selling_plan_id":4922343672,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7900,"per_delivery_price":37500,"selling_plan_id":4922736888,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7900,"per_delivery_price":45000,"selling_plan_id":4923130104,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7900,"per_delivery_price":90000,"selling_plan_id":4923425016,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":7900,"per_delivery_price":126000,"selling_plan_id":4926079224,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":7900,"per_delivery_price":63000,"selling_plan_id":4926341368,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":7900,"per_delivery_price":52500,"selling_plan_id":4926996728,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":7900,"per_delivery_price":42000,"selling_plan_id":4927652088,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":7900,"per_delivery_price":31500,"selling_plan_id":4928307448,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7900,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":7900,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7900,"per_delivery_price":22500,"selling_plan_id":4921983224,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7900,"per_delivery_price":30000,"selling_plan_id":4922376440,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7900,"per_delivery_price":37500,"selling_plan_id":4922769656,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7900,"per_delivery_price":45000,"selling_plan_id":4923162872,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7900,"per_delivery_price":90000,"selling_plan_id":4923457784,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":7900,"per_delivery_price":126000,"selling_plan_id":4926111992,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":7900,"per_delivery_price":63000,"selling_plan_id":4926374136,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":7900,"per_delivery_price":52500,"selling_plan_id":4927029496,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":7900,"per_delivery_price":42000,"selling_plan_id":4927684856,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":7900,"per_delivery_price":31500,"selling_plan_id":4928340216,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7900,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7900,"per_delivery_price":22500,"selling_plan_id":4922015992,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7900,"per_delivery_price":30000,"selling_plan_id":4922409208,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7900,"per_delivery_price":37500,"selling_plan_id":4922802424,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7900,"per_delivery_price":45000,"selling_plan_id":4923195640,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7900,"per_delivery_price":90000,"selling_plan_id":4923490552,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148781":{"id":"1-148781","available":0,"dates":[]},"1-148817":{"id":"1-148817","available":0,"dates":[]},"1-150505":{"id":"1-150505","available":0,"dates":[]},"1-150532":{"id":"1-150532","available":39,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151056":{"id":"1-151056","available":0,"dates":[]},"1-151100":{"id":"1-151100","available":0,"dates":[]},"1-151466":{"id":"1-151466","available":0,"dates":[]},"1-151512":{"id":"1-151512","available":0,"dates":[]},"1-152008":{"id":"1-152008","available":0,"dates":[]},"1-152520":{"id":"1-152520","available":0,"dates":[]},"1-152744":{"id":"1-152744","available":0,"dates":[]},"1-152956":{"id":"1-152956","available":-5,"dates":[]},"1-153003":{"id":"1-153003","available":0,"dates":[]},"1-153036":{"id":"1-153036","available":0,"dates":[]},"1-153306":{"id":"1-153306","available":0,"dates":[]},"1-153339":{"id":"1-153339","available":0,"dates":[]},"1-154013":{"id":"1-154013","available":0,"dates":[]},"1-154039":{"id":"1-154039","available":0,"dates":[]},"1-154173":{"id":"1-154173","available":0,"dates":[]},"1-154203":{"id":"1-154203","available":3,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154738":{"id":"1-154738","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154756":{"id":"1-154756","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155106":{"id":"1-155106","available":20,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155121":{"id":"1-155121","available":4,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155569":{"id":"1-155569","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155587":{"id":"1-155587","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-149042":{"id":"10-149042","available":2,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"10-150552":{"id":"10-150552","available":0,"dates":[]},"10-150560":{"id":"10-150560","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151327":{"id":"10-151327","available":0,"dates":[]},"10-151854":{"id":"10-151854","available":0,"dates":[]},"10-152183":{"id":"10-152183","available":0,"dates":[]},"10-152631":{"id":"10-152631","available":0,"dates":[]},"10-152886":{"id":"10-152886","available":0,"dates":[]},"10-153186":{"id":"10-153186","available":0,"dates":[]},"10-153627":{"id":"10-153627","available":0,"dates":[]},"10-154079":{"id":"10-154079","available":0,"dates":[]},"10-154221":{"id":"10-154221","available":0,"dates":[]},"10-154762":{"id":"10-154762","available":64,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155132":{"id":"10-155132","available":59,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155601":{"id":"10-155601","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-148917":{"id":"11-148917","available":0,"dates":[]},"11-150657":{"id":"11-150657","available":0,"dates":[]},"11-150662":{"id":"11-150662","available":0,"dates":[]},"11-151197":{"id":"11-151197","available":0,"dates":[]},"11-151608":{"id":"11-151608","available":0,"dates":[]},"11-152085":{"id":"11-152085","available":0,"dates":[]},"11-152387":{"id":"11-152387","available":0,"dates":[]},"11-152819":{"id":"11-152819","available":0,"dates":[]},"11-153113":{"id":"11-153113","available":0,"dates":[]},"11-153414":{"id":"11-153414","available":0,"dates":[]},"11-154092":{"id":"11-154092","available":0,"dates":[]},"11-154475":{"id":"11-154475","available":0,"dates":[]},"11-154801":{"id":"11-154801","available":60,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155146":{"id":"11-155146","available":75,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155640":{"id":"11-155640","available":64,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148782":{"id":"2-148782","available":0,"dates":[]},"2-148818":{"id":"2-148818","available":0,"dates":[]},"2-150506":{"id":"2-150506","available":0,"dates":[]},"2-150533":{"id":"2-150533","available":0,"dates":[]},"2-151057":{"id":"2-151057","available":0,"dates":[]},"2-151101":{"id":"2-151101","available":0,"dates":[]},"2-151467":{"id":"2-151467","available":0,"dates":[]},"2-151513":{"id":"2-151513","available":0,"dates":[]},"2-152009":{"id":"2-152009","available":0,"dates":[]},"2-152521":{"id":"2-152521","available":0,"dates":[]},"2-152745":{"id":"2-152745","available":0,"dates":[]},"2-152957":{"id":"2-152957","available":0,"dates":[]},"2-153004":{"id":"2-153004","available":0,"dates":[]},"2-153037":{"id":"2-153037","available":0,"dates":[]},"2-153307":{"id":"2-153307","available":0,"dates":[]},"2-153340":{"id":"2-153340","available":0,"dates":[]},"2-154014":{"id":"2-154014","available":0,"dates":[]},"2-154040":{"id":"2-154040","available":0,"dates":[]},"2-154174":{"id":"2-154174","available":0,"dates":[]},"2-154204":{"id":"2-154204","available":0,"dates":[]},"2-154739":{"id":"2-154739","available":0,"dates":[]},"2-154757":{"id":"2-154757","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155107":{"id":"2-155107","available":32,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155122":{"id":"2-155122","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155570":{"id":"2-155570","available":21,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155588":{"id":"2-155588","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-148783":{"id":"4-148783","available":0,"dates":[]},"4-148819":{"id":"4-148819","available":0,"dates":[]},"4-149399":{"id":"4-149399","available":348,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149426":{"id":"4-149426","available":432,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-149999":{"id":"4-149999","available":348,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150026":{"id":"4-150026","available":432,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150507":{"id":"4-150507","available":0,"dates":[]},"4-150534":{"id":"4-150534","available":382,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151058":{"id":"4-151058","available":0,"dates":[]},"4-151102":{"id":"4-151102","available":0,"dates":[]},"4-151468":{"id":"4-151468","available":0,"dates":[]},"4-151514":{"id":"4-151514","available":0,"dates":[]},"4-152010":{"id":"4-152010","available":0,"dates":[]},"4-152522":{"id":"4-152522","available":0,"dates":[]},"4-152746":{"id":"4-152746","available":0,"dates":[]},"4-152958":{"id":"4-152958","available":1,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-153005":{"id":"4-153005","available":0,"dates":[]},"4-153038":{"id":"4-153038","available":0,"dates":[]},"4-153308":{"id":"4-153308","available":0,"dates":[]},"4-153341":{"id":"4-153341","available":0,"dates":[]},"4-154015":{"id":"4-154015","available":0,"dates":[]},"4-154041":{"id":"4-154041","available":0,"dates":[]},"4-154124":{"id":"4-154124","available":0,"dates":[]},"4-154175":{"id":"4-154175","available":0,"dates":[]},"4-154205":{"id":"4-154205","available":0,"dates":[]},"4-154740":{"id":"4-154740","available":99,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154758":{"id":"4-154758","available":62,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155108":{"id":"4-155108","available":84,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155123":{"id":"4-155123","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155571":{"id":"4-155571","available":75,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155589":{"id":"4-155589","available":42,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-148852":{"id":"41-148852","available":0,"dates":[]},"41-150867":{"id":"41-150867","available":0,"dates":[]},"41-150873":{"id":"41-150873","available":0,"dates":[]},"41-151137":{"id":"41-151137","available":0,"dates":[]},"41-151548":{"id":"41-151548","available":0,"dates":[]},"41-152043":{"id":"41-152043","available":0,"dates":[]},"41-152550":{"id":"41-152550","available":0,"dates":[]},"41-152781":{"id":"41-152781","available":0,"dates":[]},"41-153065":{"id":"41-153065","available":0,"dates":[]},"41-153367":{"id":"41-153367","available":0,"dates":[]},"41-154097":{"id":"41-154097","available":0,"dates":[]},"41-154235":{"id":"41-154235","available":6,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154770":{"id":"41-154770","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155257":{"id":"41-155257","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155777":{"id":"41-155777","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-148869":{"id":"51-148869","available":6,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-150998":{"id":"51-150998","available":-3,"dates":[]},"51-151154":{"id":"51-151154","available":0,"dates":[]},"51-151565":{"id":"51-151565","available":0,"dates":[]},"51-152057":{"id":"51-152057","available":0,"dates":[]},"51-152562":{"id":"51-152562","available":6,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152793":{"id":"51-152793","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153078":{"id":"51-153078","available":0,"dates":[]},"51-153597":{"id":"51-153597","available":0,"dates":[]},"51-153713":{"id":"51-153713","available":0,"dates":[]},"51-154266":{"id":"51-154266","available":0,"dates":[]},"51-154786":{"id":"51-154786","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155318":{"id":"51-155318","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155619":{"id":"51-155619","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-148927":{"id":"58-148927","available":0,"dates":[]},"58-150671":{"id":"58-150671","available":0,"dates":[]},"58-150673":{"id":"58-150673","available":0,"dates":[]},"58-151207":{"id":"58-151207","available":0,"dates":[]},"58-151619":{"id":"58-151619","available":0,"dates":[]},"58-152095":{"id":"58-152095","available":0,"dates":[]},"58-152586":{"id":"58-152586","available":0,"dates":[]},"58-152825":{"id":"58-152825","available":0,"dates":[]},"58-153119":{"id":"58-153119","available":0,"dates":[]},"58-153420":{"id":"58-153420","available":0,"dates":[]},"58-153853":{"id":"58-153853","available":0,"dates":[]},"58-154479":{"id":"58-154479","available":0,"dates":[]},"58-154481":{"id":"58-154481","available":0,"dates":[]},"58-154807":{"id":"58-154807","available":89,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155151":{"id":"58-155151","available":84,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155646":{"id":"58-155646","available":76,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-149015":{"id":"65-149015","available":6,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"65-150846":{"id":"65-150846","available":0,"dates":[]},"65-150857":{"id":"65-150857","available":0,"dates":[]},"65-151297":{"id":"65-151297","available":0,"dates":[]},"65-151701":{"id":"65-151701","available":0,"dates":[]},"65-152154":{"id":"65-152154","available":22,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152432":{"id":"65-152432","available":0,"dates":[]},"65-152864":{"id":"65-152864","available":0,"dates":[]},"65-153163":{"id":"65-153163","available":0,"dates":[]},"65-153460":{"id":"65-153460","available":0,"dates":[]},"65-153896":{"id":"65-153896","available":0,"dates":[]},"65-154143":{"id":"65-154143","available":0,"dates":[]},"65-154401":{"id":"65-154401","available":0,"dates":[]},"65-154897":{"id":"65-154897","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155249":{"id":"65-155249","available":39,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155768":{"id":"65-155768","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149053":{"id":"9-149053","available":0,"dates":[]},"9-150607":{"id":"9-150607","available":0,"dates":[]},"9-150613":{"id":"9-150613","available":0,"dates":[]},"9-151338":{"id":"9-151338","available":0,"dates":[]},"9-151847":{"id":"9-151847","available":0,"dates":[]},"9-152194":{"id":"9-152194","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"9-152640":{"id":"9-152640","available":0,"dates":[]},"9-152895":{"id":"9-152895","available":0,"dates":[]},"9-153195":{"id":"9-153195","available":0,"dates":[]},"9-153636":{"id":"9-153636","available":0,"dates":[]},"9-154106":{"id":"9-154106","available":0,"dates":[]},"9-154256":{"id":"9-154256","available":0,"dates":[]},"9-154777":{"id":"9-154777","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155142":{"id":"9-155142","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155613":{"id":"9-155613","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150507","4-150534","4-154740","4-154758","4-155108","4-155123","4-155571","4-155589"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150671","58-150673","58-154807","58-155151","58-155646"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154786","51-155318","51-155619"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150867","41-150873","41-154770","41-155257","41-155777"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150506","2-150533","2-154739","2-154757","2-155107","2-155122","2-155570","2-155588"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150552","10-150560","10-154762","10-155132","10-155601"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150657","11-150662","11-154801","11-155146","11-155640"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150607","9-150613","9-154777","9-155142","9-155613"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150505","1-150532","1-154738","1-154756","1-155106","1-155121","1-155569","1-155587"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150846","65-150857","65-154897","65-155249","65-155768"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":"2024-11-13T05:00:00Z", "blackout_to":"2024-12-02T05:00:00Z"} }, "double-the-flutter":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-flutter", "priceAmount": 14100, "price": "$141 ", "priceCompareAtAmount": 17600, "priceCompareAt": "$176 ", "url": "https://urbanstems.com/products/double-the-flutter", "variantName": null, "title": "Double the Flutter", "images": [ { "alt": "Double the Flutter", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=700 700w" }, { "alt": "Double the Flutter", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_MainImage_PDP.jpg?v=1729901616\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=700 700w" } ], "variants": [{"id":45843034734840,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10170","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Flutter - Double","public_title":"Double","options":["Double","Default Title"],"price":14100,"weight":0,"compare_at_price":17600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148781":{"id":"1-148781","available":0,"dates":[]},"1-148817":{"id":"1-148817","available":0,"dates":[]},"1-150505":{"id":"1-150505","available":0,"dates":[]},"1-150532":{"id":"1-150532","available":19,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151056":{"id":"1-151056","available":0,"dates":[]},"1-151100":{"id":"1-151100","available":0,"dates":[]},"1-151466":{"id":"1-151466","available":0,"dates":[]},"1-151512":{"id":"1-151512","available":0,"dates":[]},"1-152008":{"id":"1-152008","available":0,"dates":[]},"1-152520":{"id":"1-152520","available":0,"dates":[]},"1-152744":{"id":"1-152744","available":0,"dates":[]},"1-152956":{"id":"1-152956","available":-3,"dates":[]},"1-153003":{"id":"1-153003","available":0,"dates":[]},"1-153036":{"id":"1-153036","available":0,"dates":[]},"1-153306":{"id":"1-153306","available":0,"dates":[]},"1-153339":{"id":"1-153339","available":0,"dates":[]},"1-154013":{"id":"1-154013","available":0,"dates":[]},"1-154039":{"id":"1-154039","available":0,"dates":[]},"1-154173":{"id":"1-154173","available":0,"dates":[]},"1-154203":{"id":"1-154203","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154738":{"id":"1-154738","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154756":{"id":"1-154756","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155106":{"id":"1-155106","available":10,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155121":{"id":"1-155121","available":2,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155569":{"id":"1-155569","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155587":{"id":"1-155587","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-149042":{"id":"10-149042","available":1,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"10-150552":{"id":"10-150552","available":0,"dates":[]},"10-150560":{"id":"10-150560","available":8,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151327":{"id":"10-151327","available":0,"dates":[]},"10-151854":{"id":"10-151854","available":0,"dates":[]},"10-152183":{"id":"10-152183","available":0,"dates":[]},"10-152631":{"id":"10-152631","available":0,"dates":[]},"10-152886":{"id":"10-152886","available":0,"dates":[]},"10-153186":{"id":"10-153186","available":0,"dates":[]},"10-153627":{"id":"10-153627","available":0,"dates":[]},"10-154079":{"id":"10-154079","available":0,"dates":[]},"10-154221":{"id":"10-154221","available":0,"dates":[]},"10-154762":{"id":"10-154762","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155132":{"id":"10-155132","available":29,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155601":{"id":"10-155601","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-148917":{"id":"11-148917","available":0,"dates":[]},"11-150657":{"id":"11-150657","available":0,"dates":[]},"11-150662":{"id":"11-150662","available":0,"dates":[]},"11-151197":{"id":"11-151197","available":0,"dates":[]},"11-151608":{"id":"11-151608","available":0,"dates":[]},"11-152085":{"id":"11-152085","available":0,"dates":[]},"11-152387":{"id":"11-152387","available":0,"dates":[]},"11-152819":{"id":"11-152819","available":0,"dates":[]},"11-153113":{"id":"11-153113","available":0,"dates":[]},"11-153414":{"id":"11-153414","available":0,"dates":[]},"11-154092":{"id":"11-154092","available":0,"dates":[]},"11-154475":{"id":"11-154475","available":0,"dates":[]},"11-154801":{"id":"11-154801","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155146":{"id":"11-155146","available":37,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155640":{"id":"11-155640","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148782":{"id":"2-148782","available":0,"dates":[]},"2-148818":{"id":"2-148818","available":0,"dates":[]},"2-150506":{"id":"2-150506","available":0,"dates":[]},"2-150533":{"id":"2-150533","available":0,"dates":[]},"2-151057":{"id":"2-151057","available":0,"dates":[]},"2-151101":{"id":"2-151101","available":0,"dates":[]},"2-151467":{"id":"2-151467","available":0,"dates":[]},"2-151513":{"id":"2-151513","available":0,"dates":[]},"2-152009":{"id":"2-152009","available":0,"dates":[]},"2-152521":{"id":"2-152521","available":0,"dates":[]},"2-152745":{"id":"2-152745","available":0,"dates":[]},"2-152957":{"id":"2-152957","available":0,"dates":[]},"2-153004":{"id":"2-153004","available":0,"dates":[]},"2-153037":{"id":"2-153037","available":0,"dates":[]},"2-153307":{"id":"2-153307","available":0,"dates":[]},"2-153340":{"id":"2-153340","available":0,"dates":[]},"2-154014":{"id":"2-154014","available":0,"dates":[]},"2-154040":{"id":"2-154040","available":0,"dates":[]},"2-154174":{"id":"2-154174","available":0,"dates":[]},"2-154204":{"id":"2-154204","available":0,"dates":[]},"2-154739":{"id":"2-154739","available":0,"dates":[]},"2-154757":{"id":"2-154757","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155107":{"id":"2-155107","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155122":{"id":"2-155122","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155570":{"id":"2-155570","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155588":{"id":"2-155588","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-148783":{"id":"4-148783","available":0,"dates":[]},"4-148819":{"id":"4-148819","available":0,"dates":[]},"4-149399":{"id":"4-149399","available":174,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149426":{"id":"4-149426","available":216,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-149999":{"id":"4-149999","available":174,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150026":{"id":"4-150026","available":216,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150507":{"id":"4-150507","available":0,"dates":[]},"4-150534":{"id":"4-150534","available":190,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151058":{"id":"4-151058","available":0,"dates":[]},"4-151102":{"id":"4-151102","available":0,"dates":[]},"4-151468":{"id":"4-151468","available":0,"dates":[]},"4-151514":{"id":"4-151514","available":0,"dates":[]},"4-152010":{"id":"4-152010","available":0,"dates":[]},"4-152522":{"id":"4-152522","available":0,"dates":[]},"4-152746":{"id":"4-152746","available":0,"dates":[]},"4-152958":{"id":"4-152958","available":0,"dates":[]},"4-153005":{"id":"4-153005","available":0,"dates":[]},"4-153038":{"id":"4-153038","available":0,"dates":[]},"4-153308":{"id":"4-153308","available":0,"dates":[]},"4-153341":{"id":"4-153341","available":0,"dates":[]},"4-154015":{"id":"4-154015","available":0,"dates":[]},"4-154041":{"id":"4-154041","available":0,"dates":[]},"4-154124":{"id":"4-154124","available":0,"dates":[]},"4-154175":{"id":"4-154175","available":0,"dates":[]},"4-154205":{"id":"4-154205","available":0,"dates":[]},"4-154740":{"id":"4-154740","available":49,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154758":{"id":"4-154758","available":31,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155108":{"id":"4-155108","available":42,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155123":{"id":"4-155123","available":21,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155571":{"id":"4-155571","available":37,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155589":{"id":"4-155589","available":21,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-148852":{"id":"41-148852","available":0,"dates":[]},"41-150867":{"id":"41-150867","available":0,"dates":[]},"41-150873":{"id":"41-150873","available":0,"dates":[]},"41-151137":{"id":"41-151137","available":0,"dates":[]},"41-151548":{"id":"41-151548","available":0,"dates":[]},"41-152043":{"id":"41-152043","available":0,"dates":[]},"41-152550":{"id":"41-152550","available":0,"dates":[]},"41-152781":{"id":"41-152781","available":0,"dates":[]},"41-153065":{"id":"41-153065","available":0,"dates":[]},"41-153367":{"id":"41-153367","available":0,"dates":[]},"41-154097":{"id":"41-154097","available":0,"dates":[]},"41-154235":{"id":"41-154235","available":3,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154770":{"id":"41-154770","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155257":{"id":"41-155257","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155777":{"id":"41-155777","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-148869":{"id":"51-148869","available":3,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-150998":{"id":"51-150998","available":-2,"dates":[]},"51-151154":{"id":"51-151154","available":0,"dates":[]},"51-151565":{"id":"51-151565","available":0,"dates":[]},"51-152057":{"id":"51-152057","available":0,"dates":[]},"51-152562":{"id":"51-152562","available":3,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152793":{"id":"51-152793","available":0,"dates":[]},"51-153078":{"id":"51-153078","available":0,"dates":[]},"51-153597":{"id":"51-153597","available":0,"dates":[]},"51-153713":{"id":"51-153713","available":0,"dates":[]},"51-154266":{"id":"51-154266","available":0,"dates":[]},"51-154786":{"id":"51-154786","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155318":{"id":"51-155318","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155619":{"id":"51-155619","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-148927":{"id":"58-148927","available":0,"dates":[]},"58-150671":{"id":"58-150671","available":0,"dates":[]},"58-150673":{"id":"58-150673","available":0,"dates":[]},"58-151207":{"id":"58-151207","available":0,"dates":[]},"58-151619":{"id":"58-151619","available":0,"dates":[]},"58-152095":{"id":"58-152095","available":0,"dates":[]},"58-152586":{"id":"58-152586","available":0,"dates":[]},"58-152825":{"id":"58-152825","available":0,"dates":[]},"58-153119":{"id":"58-153119","available":0,"dates":[]},"58-153420":{"id":"58-153420","available":0,"dates":[]},"58-153853":{"id":"58-153853","available":0,"dates":[]},"58-154479":{"id":"58-154479","available":0,"dates":[]},"58-154481":{"id":"58-154481","available":0,"dates":[]},"58-154807":{"id":"58-154807","available":44,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155151":{"id":"58-155151","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155646":{"id":"58-155646","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-149015":{"id":"65-149015","available":3,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"65-150846":{"id":"65-150846","available":0,"dates":[]},"65-150857":{"id":"65-150857","available":0,"dates":[]},"65-151297":{"id":"65-151297","available":0,"dates":[]},"65-151701":{"id":"65-151701","available":0,"dates":[]},"65-152154":{"id":"65-152154","available":11,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152432":{"id":"65-152432","available":0,"dates":[]},"65-152864":{"id":"65-152864","available":0,"dates":[]},"65-153163":{"id":"65-153163","available":0,"dates":[]},"65-153460":{"id":"65-153460","available":0,"dates":[]},"65-153896":{"id":"65-153896","available":0,"dates":[]},"65-154143":{"id":"65-154143","available":0,"dates":[]},"65-154401":{"id":"65-154401","available":0,"dates":[]},"65-154897":{"id":"65-154897","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155249":{"id":"65-155249","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155768":{"id":"65-155768","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149053":{"id":"9-149053","available":0,"dates":[]},"9-150607":{"id":"9-150607","available":0,"dates":[]},"9-150613":{"id":"9-150613","available":0,"dates":[]},"9-151338":{"id":"9-151338","available":0,"dates":[]},"9-151847":{"id":"9-151847","available":0,"dates":[]},"9-152194":{"id":"9-152194","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"9-152640":{"id":"9-152640","available":0,"dates":[]},"9-152895":{"id":"9-152895","available":0,"dates":[]},"9-153195":{"id":"9-153195","available":0,"dates":[]},"9-153636":{"id":"9-153636","available":0,"dates":[]},"9-154106":{"id":"9-154106","available":0,"dates":[]},"9-154256":{"id":"9-154256","available":0,"dates":[]},"9-154777":{"id":"9-154777","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155142":{"id":"9-155142","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155613":{"id":"9-155613","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150507","4-150534","4-154740","4-154758","4-155108","4-155123","4-155571","4-155589"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150671","58-150673","58-154807","58-155151","58-155646"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154786","51-155318","51-155619"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150867","41-150873","41-154770","41-155257","41-155777"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150506","2-150533","2-154739","2-154757","2-155107","2-155122","2-155570","2-155588"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150552","10-150560","10-154762","10-155132","10-155601"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150657","11-150662","11-154801","11-155146","11-155640"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150607","9-150613","9-154777","9-155142","9-155613"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150505","1-150532","1-154738","1-154756","1-155106","1-155121","1-155569","1-155587"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150846","65-150857","65-154897","65-155249","65-155768"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <a class="promo-card promo-card--mobile-full-width block border-radius hover-zoom overflow position--relative" data-promo-card="13" data-promo-card-full-width-mobile="true" href="https://urbanstems.com/collections/the-valentines-day-collection" style=" background-color: var(--dark); color: #fff; "> <figure class="promo-card__media promo-card__media--cover-desktop promo-card__media--cover-mobile aspect-ratio" style=" --aspect-ratio-height: 720; --aspect-ratio-width: 512; --media-opacity: 1.0;"><img loading="lazy" class="hover-zoom__el object-fit" src="//urbanstems.com/cdn/shop/files/V-Day_Collection_PromoCard.jpg?v=1736160391" loading="lazy" class="metafield-file_reference"> </figure> <div class="promo-card__info background-after cover flex-column flex--align-start flex--justify-end padding rte" style=" --background-after-bottom: 0; --background-after-image: linear-gradient(189.87deg, rgba(0, 0, 0, 0) 36.93%, rgba(0, 0, 0, 0.8) 67.81%); --background-after-height: 100%; --background-after-opacity: 0.0; --background-after-right: 0; --background-after-width: 100%; --padding-desktop: 40px; --padding-mobile: 24px; --button-background-color-override: var(--light); --button-border-color-override: var(--light); --button-color-override: var(--dark); --z-index: 1; "> <div class="headline position--relative z-index" style=" --headline-font-size: var(--promo-card-headline-font-size, 32px); "> </div></div> </a><div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="15" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-lace"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=500 500w, //urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=600 600w, //urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=700 700w, //urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=800 800w, //urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=900 900w, //urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=500" alt="The Lace" srcset="//urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=352 352w, //urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=500 500w, //urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=600 600w, //urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=700 700w, //urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=800 800w, //urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=900 900w, //urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=500" alt="The Lace" srcset="//urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=352 352w, //urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-lace" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150635","4-150647","4-154794","4-154796","4-155162","4-155173","4-155657","4-155669"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150594","58-150601","58-154773","58-155139","58-155610"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154782","51-155314","51-155615"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150868","41-150874","41-154906","41-155258","41-155778"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150740","42-150744"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150646","2-154793","2-155161","2-155172","2-155656","2-155668","2-150634","2-155559"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150691","10-150693","10-154823","10-155143","10-155638"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150658","11-150663","11-154803","11-155147","11-155641"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-154810","9-155155","9-155650"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150645","1-154792","1-155160","1-155655","1-155667","1-150633"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150847","65-150858","65-154899","65-155251","65-155770"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"1-150633":{"id":"1-150633","available":0,"dates":[]},"1-150645":{"id":"1-150645","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-154792":{"id":"1-154792","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155160":{"id":"1-155160","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155655":{"id":"1-155655","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155667":{"id":"1-155667","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150691":{"id":"10-150691","available":0,"dates":[]},"10-150693":{"id":"10-150693","available":0,"dates":[]},"10-154823":{"id":"10-154823","available":18,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155143":{"id":"10-155143","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155638":{"id":"10-155638","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150658":{"id":"11-150658","available":0,"dates":[]},"11-150663":{"id":"11-150663","available":0,"dates":[]},"11-154803":{"id":"11-154803","available":18,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155147":{"id":"11-155147","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155641":{"id":"11-155641","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150634":{"id":"2-150634","available":0,"dates":[]},"2-150646":{"id":"2-150646","available":0,"dates":[]},"2-154793":{"id":"2-154793","available":0,"dates":[]},"2-155161":{"id":"2-155161","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155172":{"id":"2-155172","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155559":{"id":"2-155559","available":0,"dates":[]},"2-155656":{"id":"2-155656","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155668":{"id":"2-155668","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150635":{"id":"4-150635","available":0,"dates":[]},"4-150647":{"id":"4-150647","available":0,"dates":[]},"4-154794":{"id":"4-154794","available":16,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154796":{"id":"4-154796","available":18,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155162":{"id":"4-155162","available":23,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155173":{"id":"4-155173","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155657":{"id":"4-155657","available":30,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155669":{"id":"4-155669","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150868":{"id":"41-150868","available":0,"dates":[]},"41-150874":{"id":"41-150874","available":0,"dates":[]},"41-154906":{"id":"41-154906","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155258":{"id":"41-155258","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155778":{"id":"41-155778","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150740":{"id":"42-150740","available":0,"dates":[]},"42-150744":{"id":"42-150744","available":0,"dates":[]},"51-154782":{"id":"51-154782","available":29,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155314":{"id":"51-155314","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155615":{"id":"51-155615","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150594":{"id":"58-150594","available":0,"dates":[]},"58-150601":{"id":"58-150601","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-154773":{"id":"58-154773","available":19,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155139":{"id":"58-155139","available":23,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155610":{"id":"58-155610","available":37,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150847":{"id":"65-150847","available":0,"dates":[]},"65-150858":{"id":"65-150858","available":0,"dates":[]},"65-154899":{"id":"65-154899","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155251":{"id":"65-155251","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155770":{"id":"65-155770","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-154810":{"id":"9-154810","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155155":{"id":"9-155155","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155650":{"id":"9-155650","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-lace" title="View The Lace" data-product-card-title><h3 style="font-size: 1em;">The Lace</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$81 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$95</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">8 reviews with an average of 4.0 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.0" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="8" aria-hidden="true" style=" font-size: 12px;">(8)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Lace in Single" data-swatch-item="the-lace" data-image-loaded href="https://urbanstems.com/products/the-lace" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Lace in Double" data-swatch-item="double-the-lace" href="https://urbanstems.com/products/double-the-lace" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="the-lace" type="application/json">{"the-lace":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "the-lace", "priceAmount": 8100, "price": "$81 ", "priceCompareAtAmount": 9500, "priceCompareAt": "$95 ", "url": "https://urbanstems.com/products/the-lace", "variantName": null, "title": "The Lace", "images": [ { "alt": "The Lace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=500 500w, //urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=600 600w, //urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=500 500w, //urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=600 600w, //urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=700 700w" }, { "alt": "The Lace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=500 500w, //urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=600 600w, //urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=500 500w, //urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=600 600w, //urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=700 700w" } ], "variants": [{"id":45948821405944,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10192","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Lace - Single","public_title":"Single","options":["Single","Default Title"],"price":8100,"weight":0,"compare_at_price":9500,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":8100,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":8100,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":8100,"per_delivery_price":22500,"selling_plan_id":4977688824,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":8100,"per_delivery_price":31500,"selling_plan_id":4978245880,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":8100,"per_delivery_price":30000,"selling_plan_id":4979163384,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":8100,"per_delivery_price":42000,"selling_plan_id":4979392760,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":8100,"per_delivery_price":52500,"selling_plan_id":4980179192,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":8100,"per_delivery_price":63000,"selling_plan_id":4980670712,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":8100,"per_delivery_price":126000,"selling_plan_id":4981457144,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":8100,"per_delivery_price":37500,"selling_plan_id":4981817592,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":8100,"per_delivery_price":45000,"selling_plan_id":4982210808,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":8100,"per_delivery_price":90000,"selling_plan_id":4982505720,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":8100,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":8100,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":8100,"per_delivery_price":22500,"selling_plan_id":4977721592,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":8100,"per_delivery_price":31500,"selling_plan_id":4978278648,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":8100,"per_delivery_price":30000,"selling_plan_id":4979196152,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":8100,"per_delivery_price":42000,"selling_plan_id":4979425528,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":8100,"per_delivery_price":52500,"selling_plan_id":4980211960,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":8100,"per_delivery_price":63000,"selling_plan_id":4980703480,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":8100,"per_delivery_price":126000,"selling_plan_id":4981489912,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":8100,"per_delivery_price":37500,"selling_plan_id":4981850360,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":8100,"per_delivery_price":45000,"selling_plan_id":4982243576,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":8100,"per_delivery_price":90000,"selling_plan_id":4982538488,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":8100,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":8100,"per_delivery_price":22500,"selling_plan_id":4977754360,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":8100,"per_delivery_price":30000,"selling_plan_id":4979228920,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":8100,"per_delivery_price":37500,"selling_plan_id":4981883128,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":8100,"per_delivery_price":45000,"selling_plan_id":4982276344,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":8100,"per_delivery_price":90000,"selling_plan_id":4982571256,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150633":{"id":"1-150633","available":0,"dates":[]},"1-150645":{"id":"1-150645","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-153742":{"id":"1-153742","available":0,"dates":[]},"1-153808":{"id":"1-153808","available":0,"dates":[]},"1-154158":{"id":"1-154158","available":0,"dates":[]},"1-154461":{"id":"1-154461","available":0,"dates":[]},"1-154467":{"id":"1-154467","available":-2,"dates":[]},"1-154792":{"id":"1-154792","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155160":{"id":"1-155160","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155655":{"id":"1-155655","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155667":{"id":"1-155667","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150691":{"id":"10-150691","available":0,"dates":[]},"10-150693":{"id":"10-150693","available":0,"dates":[]},"10-153943":{"id":"10-153943","available":0,"dates":[]},"10-154317":{"id":"10-154317","available":0,"dates":[]},"10-154823":{"id":"10-154823","available":18,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155143":{"id":"10-155143","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155638":{"id":"10-155638","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150658":{"id":"11-150658","available":0,"dates":[]},"11-150663":{"id":"11-150663","available":0,"dates":[]},"11-154093":{"id":"11-154093","available":0,"dates":[]},"11-154477":{"id":"11-154477","available":0,"dates":[]},"11-154803":{"id":"11-154803","available":18,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155147":{"id":"11-155147","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155641":{"id":"11-155641","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150634":{"id":"2-150634","available":0,"dates":[]},"2-150646":{"id":"2-150646","available":0,"dates":[]},"2-153743":{"id":"2-153743","available":0,"dates":[]},"2-153809":{"id":"2-153809","available":0,"dates":[]},"2-154159":{"id":"2-154159","available":0,"dates":[]},"2-154462":{"id":"2-154462","available":0,"dates":[]},"2-154468":{"id":"2-154468","available":-2,"dates":[]},"2-154793":{"id":"2-154793","available":0,"dates":[]},"2-155161":{"id":"2-155161","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155172":{"id":"2-155172","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155559":{"id":"2-155559","available":0,"dates":[]},"2-155656":{"id":"2-155656","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155668":{"id":"2-155668","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150635":{"id":"4-150635","available":0,"dates":[]},"4-150647":{"id":"4-150647","available":0,"dates":[]},"4-153744":{"id":"4-153744","available":0,"dates":[]},"4-153810":{"id":"4-153810","available":0,"dates":[]},"4-154160":{"id":"4-154160","available":0,"dates":[]},"4-154463":{"id":"4-154463","available":-1,"dates":[]},"4-154469":{"id":"4-154469","available":-5,"dates":[]},"4-154794":{"id":"4-154794","available":16,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154796":{"id":"4-154796","available":18,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155162":{"id":"4-155162","available":23,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155173":{"id":"4-155173","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155657":{"id":"4-155657","available":30,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155669":{"id":"4-155669","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150868":{"id":"41-150868","available":0,"dates":[]},"41-150874":{"id":"41-150874","available":0,"dates":[]},"41-154099":{"id":"41-154099","available":0,"dates":[]},"41-154413":{"id":"41-154413","available":0,"dates":[]},"41-154906":{"id":"41-154906","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155258":{"id":"41-155258","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155778":{"id":"41-155778","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150740":{"id":"42-150740","available":0,"dates":[]},"42-150744":{"id":"42-150744","available":0,"dates":[]},"51-150999":{"id":"51-150999","available":-3,"dates":[]},"51-153709":{"id":"51-153709","available":0,"dates":[]},"51-154262":{"id":"51-154262","available":0,"dates":[]},"51-154782":{"id":"51-154782","available":29,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155314":{"id":"51-155314","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155615":{"id":"51-155615","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150594":{"id":"58-150594","available":0,"dates":[]},"58-150601":{"id":"58-150601","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-154069":{"id":"58-154069","available":0,"dates":[]},"58-154242":{"id":"58-154242","available":0,"dates":[]},"58-154251":{"id":"58-154251","available":0,"dates":[]},"58-154773":{"id":"58-154773","available":19,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155139":{"id":"58-155139","available":23,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155610":{"id":"58-155610","available":37,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150847":{"id":"65-150847","available":0,"dates":[]},"65-150858":{"id":"65-150858","available":0,"dates":[]},"65-153898":{"id":"65-153898","available":0,"dates":[]},"65-154145":{"id":"65-154145","available":0,"dates":[]},"65-154403":{"id":"65-154403","available":0,"dates":[]},"65-154899":{"id":"65-154899","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155251":{"id":"65-155251","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155770":{"id":"65-155770","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-153933":{"id":"9-153933","available":0,"dates":[]},"9-154483":{"id":"9-154483","available":0,"dates":[]},"9-154810":{"id":"9-154810","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155155":{"id":"9-155155","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155650":{"id":"9-155650","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150635","4-150647","4-154794","4-154796","4-155162","4-155173","4-155657","4-155669"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150594","58-150601","58-154773","58-155139","58-155610"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154782","51-155314","51-155615"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150868","41-150874","41-154906","41-155258","41-155778"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150740","42-150744"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150646","2-154793","2-155161","2-155172","2-155656","2-155668","2-150634","2-155559"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150691","10-150693","10-154823","10-155143","10-155638"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150658","11-150663","11-154803","11-155147","11-155641"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-154810","9-155155","9-155650"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150645","1-154792","1-155160","1-155655","1-155667","1-150633"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150847","65-150858","65-154899","65-155251","65-155770"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-lace":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-lace", "priceAmount": 13300, "price": "$133 ", "priceCompareAtAmount": 19000, "priceCompareAt": "$190 ", "url": "https://urbanstems.com/products/double-the-lace", "variantName": null, "title": "Double the Lace", "images": [ { "alt": "Double the Lace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=700 700w" }, { "alt": "Double the Lace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_MainImage_PDP.jpg?v=1732631942\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=700 700w" } ], "variants": [{"id":45948821078264,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10192","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Lace - Double","public_title":"Double","options":["Double","Default Title"],"price":13300,"weight":0,"compare_at_price":19000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150633":{"id":"1-150633","available":0,"dates":[]},"1-150645":{"id":"1-150645","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-153742":{"id":"1-153742","available":0,"dates":[]},"1-153808":{"id":"1-153808","available":0,"dates":[]},"1-154158":{"id":"1-154158","available":0,"dates":[]},"1-154461":{"id":"1-154461","available":0,"dates":[]},"1-154467":{"id":"1-154467","available":-1,"dates":[]},"1-154792":{"id":"1-154792","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155160":{"id":"1-155160","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155655":{"id":"1-155655","available":3,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155667":{"id":"1-155667","available":4,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150691":{"id":"10-150691","available":0,"dates":[]},"10-150693":{"id":"10-150693","available":0,"dates":[]},"10-153943":{"id":"10-153943","available":0,"dates":[]},"10-154317":{"id":"10-154317","available":0,"dates":[]},"10-154823":{"id":"10-154823","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155143":{"id":"10-155143","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155638":{"id":"10-155638","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150658":{"id":"11-150658","available":0,"dates":[]},"11-150663":{"id":"11-150663","available":0,"dates":[]},"11-154093":{"id":"11-154093","available":0,"dates":[]},"11-154477":{"id":"11-154477","available":0,"dates":[]},"11-154803":{"id":"11-154803","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155147":{"id":"11-155147","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155641":{"id":"11-155641","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150634":{"id":"2-150634","available":0,"dates":[]},"2-150646":{"id":"2-150646","available":0,"dates":[]},"2-153743":{"id":"2-153743","available":0,"dates":[]},"2-153809":{"id":"2-153809","available":0,"dates":[]},"2-154159":{"id":"2-154159","available":0,"dates":[]},"2-154462":{"id":"2-154462","available":0,"dates":[]},"2-154468":{"id":"2-154468","available":-1,"dates":[]},"2-154793":{"id":"2-154793","available":0,"dates":[]},"2-155161":{"id":"2-155161","available":2,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155172":{"id":"2-155172","available":4,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155559":{"id":"2-155559","available":0,"dates":[]},"2-155656":{"id":"2-155656","available":3,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155668":{"id":"2-155668","available":4,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150635":{"id":"4-150635","available":0,"dates":[]},"4-150647":{"id":"4-150647","available":0,"dates":[]},"4-153744":{"id":"4-153744","available":0,"dates":[]},"4-153810":{"id":"4-153810","available":0,"dates":[]},"4-154160":{"id":"4-154160","available":0,"dates":[]},"4-154463":{"id":"4-154463","available":-1,"dates":[]},"4-154469":{"id":"4-154469","available":-3,"dates":[]},"4-154794":{"id":"4-154794","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154796":{"id":"4-154796","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155162":{"id":"4-155162","available":11,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155173":{"id":"4-155173","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155657":{"id":"4-155657","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155669":{"id":"4-155669","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150868":{"id":"41-150868","available":0,"dates":[]},"41-150874":{"id":"41-150874","available":0,"dates":[]},"41-154099":{"id":"41-154099","available":0,"dates":[]},"41-154413":{"id":"41-154413","available":0,"dates":[]},"41-154906":{"id":"41-154906","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155258":{"id":"41-155258","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155778":{"id":"41-155778","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150740":{"id":"42-150740","available":0,"dates":[]},"42-150744":{"id":"42-150744","available":0,"dates":[]},"51-150999":{"id":"51-150999","available":-2,"dates":[]},"51-153709":{"id":"51-153709","available":0,"dates":[]},"51-154262":{"id":"51-154262","available":0,"dates":[]},"51-154782":{"id":"51-154782","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155314":{"id":"51-155314","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155615":{"id":"51-155615","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150594":{"id":"58-150594","available":0,"dates":[]},"58-150601":{"id":"58-150601","available":0,"dates":[]},"58-154069":{"id":"58-154069","available":0,"dates":[]},"58-154242":{"id":"58-154242","available":0,"dates":[]},"58-154251":{"id":"58-154251","available":0,"dates":[]},"58-154773":{"id":"58-154773","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155139":{"id":"58-155139","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155610":{"id":"58-155610","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150847":{"id":"65-150847","available":0,"dates":[]},"65-150858":{"id":"65-150858","available":0,"dates":[]},"65-153898":{"id":"65-153898","available":0,"dates":[]},"65-154145":{"id":"65-154145","available":0,"dates":[]},"65-154403":{"id":"65-154403","available":0,"dates":[]},"65-154899":{"id":"65-154899","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155251":{"id":"65-155251","available":4,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155770":{"id":"65-155770","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-153933":{"id":"9-153933","available":0,"dates":[]},"9-154483":{"id":"9-154483","available":0,"dates":[]},"9-154810":{"id":"9-154810","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155155":{"id":"9-155155","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155650":{"id":"9-155650","available":6,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150635","4-150647","4-154794","4-154796","4-155162","4-155173","4-155657","4-155669"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150594","58-150601","58-154773","58-155139","58-155610"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154782","51-155314","51-155615"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150868","41-150874","41-154906","41-155258","41-155778"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150740","42-150744"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150646","2-154793","2-155161","2-155172","2-155656","2-155668","2-150634","2-155559"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150691","10-150693","10-154823","10-155143","10-155638"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150658","11-150663","11-154803","11-155147","11-155641"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-154810","9-155155","9-155650"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150645","1-154792","1-155160","1-155655","1-155667","1-150633"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150847","65-150858","65-154899","65-155251","65-155770"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="16" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-parasol"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=700 700w, //urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=800 800w, //urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=900 900w, //urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=500" alt="Double the Parasol" srcset="//urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=352 352w, //urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=700 700w, //urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=800 800w, //urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=900 900w, //urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=500" alt="Double the Parasol" srcset="//urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=352 352w, //urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-parasol" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150814","58-150817","58-154877","58-155222","58-155734"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150767","4-150782","4-154864","4-155210","4-155713"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150805","41-150810","41-154875","41-155219","41-155730"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150766","2-150781","2-154863","2-155209","2-155712","2-155544"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150790","10-150792","10-154867","10-155212","10-155720"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150795","11-150800","11-154871","11-155215","11-155724"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150821","9-150825","9-154880","9-155225","9-155740"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150765","1-150780","1-154862","1-155208","1-155711","1-155543"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"1-150765":{"id":"1-150765","available":0,"dates":[]},"1-150780":{"id":"1-150780","available":0,"dates":[]},"1-154862":{"id":"1-154862","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155208":{"id":"1-155208","available":8,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155543":{"id":"1-155543","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155711":{"id":"1-155711","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150790":{"id":"10-150790","available":0,"dates":[]},"10-150792":{"id":"10-150792","available":0,"dates":[]},"10-154867":{"id":"10-154867","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155212":{"id":"10-155212","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155720":{"id":"10-155720","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150795":{"id":"11-150795","available":0,"dates":[]},"11-150800":{"id":"11-150800","available":0,"dates":[]},"11-154871":{"id":"11-154871","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155215":{"id":"11-155215","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155724":{"id":"11-155724","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150766":{"id":"2-150766","available":0,"dates":[]},"2-150781":{"id":"2-150781","available":0,"dates":[]},"2-154863":{"id":"2-154863","available":0,"dates":[]},"2-155209":{"id":"2-155209","available":17,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155544":{"id":"2-155544","available":0,"dates":[]},"2-155712":{"id":"2-155712","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150767":{"id":"4-150767","available":0,"dates":[]},"4-150782":{"id":"4-150782","available":0,"dates":[]},"4-154864":{"id":"4-154864","available":16,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155210":{"id":"4-155210","available":55,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155713":{"id":"4-155713","available":66,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150805":{"id":"41-150805","available":0,"dates":[]},"41-150810":{"id":"41-150810","available":0,"dates":[]},"41-154875":{"id":"41-154875","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155219":{"id":"41-155219","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155730":{"id":"41-155730","available":19,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-150814":{"id":"58-150814","available":0,"dates":[]},"58-150817":{"id":"58-150817","available":0,"dates":[]},"58-154877":{"id":"58-154877","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155222":{"id":"58-155222","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155734":{"id":"58-155734","available":37,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150821":{"id":"9-150821","available":0,"dates":[]},"9-150825":{"id":"9-150825","available":0,"dates":[]},"9-154880":{"id":"9-154880","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155225":{"id":"9-155225","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155740":{"id":"9-155740","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-parasol" title="View Double the Parasol" data-product-card-title><h3 style="font-size: 1em;">Double the Parasol</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$84 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$120</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">26 reviews with an average of 4.9 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.9" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="26" aria-hidden="true" style=" font-size: 12px;">(26)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Parasol in Single" data-swatch-item="the-parasol" href="https://urbanstems.com/products/the-parasol" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Parasol in Double" data-swatch-item="double-the-parasol" data-image-loaded href="https://urbanstems.com/products/double-the-parasol" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="double-the-parasol" type="application/json">{"the-parasol":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "the-parasol", "priceAmount": 5000, "price": "$50 ", "priceCompareAtAmount": 6000, "priceCompareAt": "$60 ", "url": "https://urbanstems.com/products/the-parasol", "variantName": null, "title": "The Parasol", "images": [ { "alt": "The Parasol", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Parasol_SupportingImage_1_PDP.jpg?v=1733242207\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=500 500w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=600 600w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=500 500w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=600 600w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=700 700w" }, { "alt": "The Parasol", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Parasol_MainImage_PDP.jpg?v=1733242207\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=500 500w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=600 600w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=500 500w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=600 600w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=700 700w" } ], "variants": [{"id":45510418858232,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00137","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Parasol - Single","public_title":"Single","options":["Single","Default Title"],"price":5000,"weight":0,"compare_at_price":6000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5000,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5000,"per_delivery_price":18000,"selling_plan_id":4977295608,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5000,"per_delivery_price":30000,"selling_plan_id":4978376952,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5000,"per_delivery_price":36000,"selling_plan_id":4978573560,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5000,"per_delivery_price":72000,"selling_plan_id":4978770168,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5000,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5000,"per_delivery_price":18000,"selling_plan_id":4977328376,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5000,"per_delivery_price":30000,"selling_plan_id":4978409720,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5000,"per_delivery_price":36000,"selling_plan_id":4978606328,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5000,"per_delivery_price":72000,"selling_plan_id":4978802936,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5000,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5000,"per_delivery_price":18000,"selling_plan_id":4977361144,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5000,"per_delivery_price":30000,"selling_plan_id":4978442488,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5000,"per_delivery_price":36000,"selling_plan_id":4978639096,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5000,"per_delivery_price":72000,"selling_plan_id":4978835704,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-149723":{"id":"1-149723","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149738":{"id":"1-149738","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150285":{"id":"1-150285","available":20,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150300":{"id":"1-150300","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150765":{"id":"1-150765","available":0,"dates":[]},"1-150780":{"id":"1-150780","available":0,"dates":[]},"1-154059":{"id":"1-154059","available":0,"dates":[]},"1-154360":{"id":"1-154360","available":0,"dates":[]},"1-154862":{"id":"1-154862","available":16,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155208":{"id":"1-155208","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155543":{"id":"1-155543","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155711":{"id":"1-155711","available":19,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149749":{"id":"10-149749","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149754":{"id":"10-149754","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150311":{"id":"10-150311","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150316":{"id":"10-150316","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150790":{"id":"10-150790","available":0,"dates":[]},"10-150792":{"id":"10-150792","available":0,"dates":[]},"10-154087":{"id":"10-154087","available":0,"dates":[]},"10-154367":{"id":"10-154367","available":0,"dates":[]},"10-154867":{"id":"10-154867","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155212":{"id":"10-155212","available":39,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155720":{"id":"10-155720","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149759":{"id":"11-149759","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149764":{"id":"11-149764","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150321":{"id":"11-150321","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150326":{"id":"11-150326","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150795":{"id":"11-150795","available":0,"dates":[]},"11-150800":{"id":"11-150800","available":0,"dates":[]},"11-154113":{"id":"11-154113","available":0,"dates":[]},"11-154370":{"id":"11-154370","available":0,"dates":[]},"11-154871":{"id":"11-154871","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155215":{"id":"11-155215","available":55,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155724":{"id":"11-155724","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-149724":{"id":"2-149724","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149739":{"id":"2-149739","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150286":{"id":"2-150286","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150301":{"id":"2-150301","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150766":{"id":"2-150766","available":0,"dates":[]},"2-150781":{"id":"2-150781","available":0,"dates":[]},"2-154060":{"id":"2-154060","available":0,"dates":[]},"2-154361":{"id":"2-154361","available":0,"dates":[]},"2-154863":{"id":"2-154863","available":0,"dates":[]},"2-155209":{"id":"2-155209","available":35,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155544":{"id":"2-155544","available":0,"dates":[]},"2-155712":{"id":"2-155712","available":19,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-149725":{"id":"4-149725","available":300,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149740":{"id":"4-149740","available":360,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150287":{"id":"4-150287","available":300,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150302":{"id":"4-150302","available":360,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150767":{"id":"4-150767","available":0,"dates":[]},"4-150782":{"id":"4-150782","available":0,"dates":[]},"4-154061":{"id":"4-154061","available":0,"dates":[]},"4-154362":{"id":"4-154362","available":0,"dates":[]},"4-154864":{"id":"4-154864","available":33,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155210":{"id":"4-155210","available":111,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155713":{"id":"4-155713","available":133,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149769":{"id":"41-149769","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149774":{"id":"41-149774","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150331":{"id":"41-150331","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150336":{"id":"41-150336","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150805":{"id":"41-150805","available":0,"dates":[]},"41-150810":{"id":"41-150810","available":0,"dates":[]},"41-154104":{"id":"41-154104","available":0,"dates":[]},"41-154375":{"id":"41-154375","available":0,"dates":[]},"41-154875":{"id":"41-154875","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155219":{"id":"41-155219","available":38,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155730":{"id":"41-155730","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149778":{"id":"58-149778","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149781":{"id":"58-149781","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150340":{"id":"58-150340","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150343":{"id":"58-150343","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150814":{"id":"58-150814","available":0,"dates":[]},"58-150817":{"id":"58-150817","available":0,"dates":[]},"58-154074":{"id":"58-154074","available":0,"dates":[]},"58-154379":{"id":"58-154379","available":0,"dates":[]},"58-154877":{"id":"58-154877","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155222":{"id":"58-155222","available":55,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155734":{"id":"58-155734","available":74,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149785":{"id":"9-149785","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149790":{"id":"9-149790","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150347":{"id":"9-150347","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150352":{"id":"9-150352","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150821":{"id":"9-150821","available":0,"dates":[]},"9-150825":{"id":"9-150825","available":0,"dates":[]},"9-154108":{"id":"9-154108","available":0,"dates":[]},"9-154383":{"id":"9-154383","available":0,"dates":[]},"9-154880":{"id":"9-154880","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155225":{"id":"9-155225","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155740":{"id":"9-155740","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150814","58-150817","58-154877","58-155222","58-155734"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150767","4-150782","4-154864","4-155210","4-155713"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150805","41-150810","41-154875","41-155219","41-155730"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150766","2-150781","2-154863","2-155209","2-155712","2-155544"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150790","10-150792","10-154867","10-155212","10-155720"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150795","11-150800","11-154871","11-155215","11-155724"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150821","9-150825","9-154880","9-155225","9-155740"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150765","1-150780","1-154862","1-155208","1-155711","1-155543"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"blackout_from":null, "blackout_to":null} }, "double-the-parasol":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-parasol", "priceAmount": 8400, "price": "$84 ", "priceCompareAtAmount": 12000, "priceCompareAt": "$120 ", "url": "https://urbanstems.com/products/double-the-parasol", "variantName": null, "title": "Double the Parasol", "images": [ { "alt": "Double the Parasol", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleParasol_SupportingImage_1_PDP.jpg?v=1733241686&width=700 700w" }, { "alt": "Double the Parasol", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/DoubleParasol_MainImage_PDP.jpg?v=1733241686\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleParasol_MainImage_PDP.jpg?v=1733241686&width=700 700w" } ], "variants": [{"id":45607258226936,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00137","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Parasol - Double","public_title":"Double","options":["Double","Default Title"],"price":8400,"weight":0,"compare_at_price":12000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150765":{"id":"1-150765","available":0,"dates":[]},"1-150780":{"id":"1-150780","available":0,"dates":[]},"1-154059":{"id":"1-154059","available":0,"dates":[]},"1-154360":{"id":"1-154360","available":0,"dates":[]},"1-154862":{"id":"1-154862","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155208":{"id":"1-155208","available":8,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155543":{"id":"1-155543","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155711":{"id":"1-155711","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150790":{"id":"10-150790","available":0,"dates":[]},"10-150792":{"id":"10-150792","available":0,"dates":[]},"10-154087":{"id":"10-154087","available":0,"dates":[]},"10-154367":{"id":"10-154367","available":0,"dates":[]},"10-154867":{"id":"10-154867","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155212":{"id":"10-155212","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155720":{"id":"10-155720","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150795":{"id":"11-150795","available":0,"dates":[]},"11-150800":{"id":"11-150800","available":0,"dates":[]},"11-154113":{"id":"11-154113","available":0,"dates":[]},"11-154370":{"id":"11-154370","available":0,"dates":[]},"11-154871":{"id":"11-154871","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155215":{"id":"11-155215","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155724":{"id":"11-155724","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150766":{"id":"2-150766","available":0,"dates":[]},"2-150781":{"id":"2-150781","available":0,"dates":[]},"2-154060":{"id":"2-154060","available":0,"dates":[]},"2-154361":{"id":"2-154361","available":0,"dates":[]},"2-154863":{"id":"2-154863","available":0,"dates":[]},"2-155209":{"id":"2-155209","available":17,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155544":{"id":"2-155544","available":0,"dates":[]},"2-155712":{"id":"2-155712","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150767":{"id":"4-150767","available":0,"dates":[]},"4-150782":{"id":"4-150782","available":0,"dates":[]},"4-154061":{"id":"4-154061","available":0,"dates":[]},"4-154362":{"id":"4-154362","available":0,"dates":[]},"4-154864":{"id":"4-154864","available":16,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155210":{"id":"4-155210","available":55,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155713":{"id":"4-155713","available":66,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150805":{"id":"41-150805","available":0,"dates":[]},"41-150810":{"id":"41-150810","available":0,"dates":[]},"41-154104":{"id":"41-154104","available":0,"dates":[]},"41-154375":{"id":"41-154375","available":0,"dates":[]},"41-154875":{"id":"41-154875","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155219":{"id":"41-155219","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155730":{"id":"41-155730","available":19,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-150814":{"id":"58-150814","available":0,"dates":[]},"58-150817":{"id":"58-150817","available":0,"dates":[]},"58-154074":{"id":"58-154074","available":0,"dates":[]},"58-154379":{"id":"58-154379","available":0,"dates":[]},"58-154877":{"id":"58-154877","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155222":{"id":"58-155222","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155734":{"id":"58-155734","available":37,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150821":{"id":"9-150821","available":0,"dates":[]},"9-150825":{"id":"9-150825","available":0,"dates":[]},"9-154108":{"id":"9-154108","available":0,"dates":[]},"9-154383":{"id":"9-154383","available":0,"dates":[]},"9-154880":{"id":"9-154880","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155225":{"id":"9-155225","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155740":{"id":"9-155740","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150814","58-150817","58-154877","58-155222","58-155734"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150767","4-150782","4-154864","4-155210","4-155713"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150805","41-150810","41-154875","41-155219","41-155730"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150766","2-150781","2-154863","2-155209","2-155712","2-155544"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150790","10-150792","10-154867","10-155212","10-155720"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150795","11-150800","11-154871","11-155215","11-155724"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150821","9-150825","9-154880","9-155225","9-155740"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150765","1-150780","1-154862","1-155208","1-155711","1-155543"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="17" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-kiss-me-on-my-tulips"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=500 500w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=600 600w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=700 700w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=800 800w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=900 900w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=500" alt="Double the Kiss Me On My Tulips" srcset="//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=352 352w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=500 500w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=600 600w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=700 700w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=800 800w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=900 900w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=500" alt="Double the Kiss Me On My Tulips" srcset="//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=352 352w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-kiss-me-on-my-tulips" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150764","4-150779"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150813","58-150816"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150804","41-150809"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150763","2-150778","2-155550"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150789","10-150791"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150794","11-150799"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150820","9-150824"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150762","1-150777","1-155549"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"1-150762":{"id":"1-150762","available":0,"dates":[]},"1-150777":{"id":"1-150777","available":0,"dates":[]},"1-155549":{"id":"1-155549","available":25,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150789":{"id":"10-150789","available":0,"dates":[]},"10-150791":{"id":"10-150791","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150794":{"id":"11-150794","available":0,"dates":[]},"11-150799":{"id":"11-150799","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150763":{"id":"2-150763","available":0,"dates":[]},"2-150778":{"id":"2-150778","available":0,"dates":[]},"2-155550":{"id":"2-155550","available":0,"dates":[]},"4-150764":{"id":"4-150764","available":0,"dates":[]},"4-150779":{"id":"4-150779","available":81,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150804":{"id":"41-150804","available":0,"dates":[]},"41-150809":{"id":"41-150809","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150813":{"id":"58-150813","available":0,"dates":[]},"58-150816":{"id":"58-150816","available":31,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150820":{"id":"9-150820","available":0,"dates":[]},"9-150824":{"id":"9-150824","available":0,"dates":[]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-kiss-me-on-my-tulips" title="View Double the Kiss Me On My Tulips" data-product-card-title><h3 style="font-size: 1em;">Double the Kiss Me On My Tulips</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$84 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$120</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">6 reviews with an average of 4.0 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.0" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="6" aria-hidden="true" style=" font-size: 12px;">(6)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Kiss Me On My Tulips in Single" data-swatch-item="the-kiss-me-on-my-tulips" href="https://urbanstems.com/products/the-kiss-me-on-my-tulips" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Kiss Me On My Tulips in Double" data-swatch-item="double-the-kiss-me-on-my-tulips" data-image-loaded href="https://urbanstems.com/products/double-the-kiss-me-on-my-tulips" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="double-the-kiss-me-on-my-tulips" type="application/json">{"the-kiss-me-on-my-tulips":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "the-kiss-me-on-my-tulips", "priceAmount": 5000, "price": "$50 ", "priceCompareAtAmount": 6000, "priceCompareAt": "$60 ", "url": "https://urbanstems.com/products/the-kiss-me-on-my-tulips", "variantName": null, "title": "The Kiss Me On My Tulips", "images": [ { "alt": "The Kiss Me On My Tulips", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=500 500w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=600 600w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=500 500w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=600 600w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=700 700w" }, { "alt": "The Kiss Me On My Tulips", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=500 500w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=600 600w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=500 500w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=600 600w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=700 700w" } ], "variants": [{"id":45948821373176,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10191","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Kiss Me On My Tulips - Single","public_title":"Single","options":["Single","Default Title"],"price":5000,"weight":0,"compare_at_price":6000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150762":{"id":"1-150762","available":0,"dates":[]},"1-150777":{"id":"1-150777","available":0,"dates":[]},"1-154062":{"id":"1-154062","available":0,"dates":[]},"1-154363":{"id":"1-154363","available":3,"dates":["2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"1-155549":{"id":"1-155549","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150789":{"id":"10-150789","available":0,"dates":[]},"10-150791":{"id":"10-150791","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-153942":{"id":"10-153942","available":3,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"10-154366":{"id":"10-154366","available":32,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-150794":{"id":"11-150794","available":0,"dates":[]},"11-150799":{"id":"11-150799","available":34,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154112":{"id":"11-154112","available":0,"dates":[]},"11-154369":{"id":"11-154369","available":47,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"2-150763":{"id":"2-150763","available":0,"dates":[]},"2-150778":{"id":"2-150778","available":0,"dates":[]},"2-154063":{"id":"2-154063","available":0,"dates":[]},"2-154364":{"id":"2-154364","available":0,"dates":[]},"2-155550":{"id":"2-155550","available":0,"dates":[]},"4-150764":{"id":"4-150764","available":0,"dates":[]},"4-150779":{"id":"4-150779","available":163,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154064":{"id":"4-154064","available":0,"dates":[]},"4-154365":{"id":"4-154365","available":59,"dates":["2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-150804":{"id":"41-150804","available":0,"dates":[]},"41-150809":{"id":"41-150809","available":41,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-154103":{"id":"41-154103","available":0,"dates":[]},"41-154374":{"id":"41-154374","available":25,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"58-150813":{"id":"58-150813","available":0,"dates":[]},"58-150816":{"id":"58-150816","available":63,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-153855":{"id":"58-153855","available":0,"dates":[]},"58-154378":{"id":"58-154378","available":19,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-150820":{"id":"9-150820","available":0,"dates":[]},"9-150824":{"id":"9-150824","available":0,"dates":[]},"9-154382":{"id":"9-154382","available":0,"dates":[]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150764","4-150779"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150813","58-150816"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150804","41-150809"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150763","2-150778","2-155550"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150789","10-150791"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150794","11-150799"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150820","9-150824"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150762","1-150777","1-155549"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-kiss-me-on-my-tulips":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-kiss-me-on-my-tulips", "priceAmount": 8400, "price": "$84 ", "priceCompareAtAmount": 12000, "priceCompareAt": "$120 ", "url": "https://urbanstems.com/products/double-the-kiss-me-on-my-tulips", "variantName": null, "title": "Double the Kiss Me On My Tulips", "images": [ { "alt": "Double the Kiss Me On My Tulips", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=500 500w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=600 600w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=500 500w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=600 600w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733134908&width=700 700w" }, { "alt": "Double the Kiss Me On My Tulips", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=500 500w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=600 600w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=500 500w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=600 600w, //urbanstems.com/cdn/shop/files/Double_KissMeOnMyTulips_MainImage_PDP.jpg?v=1733134908&width=700 700w" } ], "variants": [{"id":45948821176568,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10191","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Kiss Me On My Tulips - Double","public_title":"Double","options":["Double","Default Title"],"price":8400,"weight":0,"compare_at_price":12000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150762":{"id":"1-150762","available":0,"dates":[]},"1-150777":{"id":"1-150777","available":0,"dates":[]},"1-154062":{"id":"1-154062","available":0,"dates":[]},"1-154363":{"id":"1-154363","available":1,"dates":["2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"1-155549":{"id":"1-155549","available":25,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150789":{"id":"10-150789","available":0,"dates":[]},"10-150791":{"id":"10-150791","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-153942":{"id":"10-153942","available":1,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"10-154366":{"id":"10-154366","available":16,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-150794":{"id":"11-150794","available":0,"dates":[]},"11-150799":{"id":"11-150799","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154112":{"id":"11-154112","available":0,"dates":[]},"11-154369":{"id":"11-154369","available":23,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"2-150763":{"id":"2-150763","available":0,"dates":[]},"2-150778":{"id":"2-150778","available":0,"dates":[]},"2-154063":{"id":"2-154063","available":0,"dates":[]},"2-154364":{"id":"2-154364","available":0,"dates":[]},"2-155550":{"id":"2-155550","available":0,"dates":[]},"4-150764":{"id":"4-150764","available":0,"dates":[]},"4-150779":{"id":"4-150779","available":81,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154064":{"id":"4-154064","available":0,"dates":[]},"4-154365":{"id":"4-154365","available":29,"dates":["2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-150804":{"id":"41-150804","available":0,"dates":[]},"41-150809":{"id":"41-150809","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-154103":{"id":"41-154103","available":0,"dates":[]},"41-154374":{"id":"41-154374","available":12,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"58-150813":{"id":"58-150813","available":0,"dates":[]},"58-150816":{"id":"58-150816","available":31,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-153855":{"id":"58-153855","available":0,"dates":[]},"58-154378":{"id":"58-154378","available":9,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-150820":{"id":"9-150820","available":0,"dates":[]},"9-150824":{"id":"9-150824","available":0,"dates":[]},"9-154382":{"id":"9-154382","available":0,"dates":[]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150764","4-150779"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150813","58-150816"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150804","41-150809"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150763","2-150778","2-155550"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150789","10-150791"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150794","11-150799"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150820","9-150824"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150762","1-150777","1-155549"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="18" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-peony"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=700 700w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=800 800w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=900 900w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500" alt="The Peony" srcset="//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=352 352w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=700 700w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=800 800w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=900 900w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500" alt="The Peony" srcset="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=352 352w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" loading="lazy" class="metafield-file_reference"> <div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-peony" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150754","58-150756","58-154851","58-155520","58-155733"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150773","4-150788","4-154861","4-155207","4-155707"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150807","41-150812","41-154874","41-155307","41-155729"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150772","2-150787","2-154860","2-155206","2-155706","2-155542"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150749","10-150752","10-154849","10-155519","10-155719"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150797","11-150802","11-154870","11-155305","11-155723"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150822","9-150826","9-154879","9-155308","9-155739"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150771","1-150786","1-154859","1-155205","1-155705"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-150771":{"id":"1-150771","available":0,"dates":[]},"1-150786":{"id":"1-150786","available":0,"dates":[]},"1-154859":{"id":"1-154859","available":0,"dates":[]},"1-155205":{"id":"1-155205","available":27,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155705":{"id":"1-155705","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150749":{"id":"10-150749","available":0,"dates":[]},"10-150752":{"id":"10-150752","available":0,"dates":[]},"10-154849":{"id":"10-154849","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155519":{"id":"10-155519","available":75,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155719":{"id":"10-155719","available":100,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150797":{"id":"11-150797","available":0,"dates":[]},"11-150802":{"id":"11-150802","available":0,"dates":[]},"11-154870":{"id":"11-154870","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155305":{"id":"11-155305","available":62,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155723":{"id":"11-155723","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150772":{"id":"2-150772","available":0,"dates":[]},"2-150787":{"id":"2-150787","available":0,"dates":[]},"2-154860":{"id":"2-154860","available":0,"dates":[]},"2-155206":{"id":"2-155206","available":45,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155542":{"id":"2-155542","available":0,"dates":[]},"2-155706":{"id":"2-155706","available":46,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150773":{"id":"4-150773","available":0,"dates":[]},"4-150788":{"id":"4-150788","available":0,"dates":[]},"4-154861":{"id":"4-154861","available":130,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155207":{"id":"4-155207","available":165,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155707":{"id":"4-155707","available":241,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150807":{"id":"41-150807","available":0,"dates":[]},"41-150812":{"id":"41-150812","available":0,"dates":[]},"41-154874":{"id":"41-154874","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155307":{"id":"41-155307","available":60,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155729":{"id":"41-155729","available":78,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-150754":{"id":"58-150754","available":0,"dates":[]},"58-150756":{"id":"58-150756","available":0,"dates":[]},"58-154851":{"id":"58-154851","available":43,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155520":{"id":"58-155520","available":101,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155733":{"id":"58-155733","available":133,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150822":{"id":"9-150822","available":0,"dates":[]},"9-150826":{"id":"9-150826","available":0,"dates":[]},"9-154879":{"id":"9-154879","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155308":{"id":"9-155308","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155739":{"id":"9-155739","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-peony" title="View The Peony" data-product-card-title><h3 style="font-size: 1em;">The Peony</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$92 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">474 reviews with an average of 4.8 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.8" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="474" aria-hidden="true" style=" font-size: 12px;">(474)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Peony in Single" data-swatch-item="the-peony" data-image-loaded href="https://urbanstems.com/products/the-peony" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Peony in Double" data-swatch-item="double-the-peony" href="https://urbanstems.com/products/double-the-peony" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Peony in Triple" data-swatch-item="triple-the-peony" href="https://urbanstems.com/products/triple-the-peony" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="the-peony" type="application/json">{"the-peony":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "the-peony", "priceAmount": 9200, "price": "$92 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-peony", "variantName": null, "title": "The Peony", "images": [ { "alt": "The Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Peony_v2_SupportingImage_PDP.jpg?v=1737972145\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=700 700w" }, { "alt": "The Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Peony_V2_MainImage_PDP.jpg?v=1737972145\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=700 700w" } ], "variants": [{"id":45510417678584,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00117","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Peony - Single","public_title":"Single","options":["Single","Default Title"],"price":9200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148657":{"id":"1-148657","available":0,"dates":[]},"1-148999":{"id":"1-148999","available":0,"dates":[]},"1-149729":{"id":"1-149729","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149744":{"id":"1-149744","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150291":{"id":"1-150291","available":70,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150306":{"id":"1-150306","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150771":{"id":"1-150771","available":0,"dates":[]},"1-150786":{"id":"1-150786","available":0,"dates":[]},"1-151280":{"id":"1-151280","available":0,"dates":[]},"1-151684":{"id":"1-151684","available":0,"dates":[]},"1-152142":{"id":"1-152142","available":0,"dates":[]},"1-152601":{"id":"1-152601","available":0,"dates":[]},"1-152854":{"id":"1-152854","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-153150":{"id":"1-153150","available":1,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153721":{"id":"1-153721","available":0,"dates":[]},"1-154357":{"id":"1-154357","available":0,"dates":[]},"1-154499":{"id":"1-154499","available":0,"dates":[]},"1-154859":{"id":"1-154859","available":0,"dates":[]},"1-155205":{"id":"1-155205","available":27,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155541":{"id":"1-155541","available":0,"dates":[]},"1-155705":{"id":"1-155705","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149751":{"id":"10-149751","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149756":{"id":"10-149756","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150313":{"id":"10-150313","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150318":{"id":"10-150318","available":110,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150749":{"id":"10-150749","available":0,"dates":[]},"10-150752":{"id":"10-150752","available":0,"dates":[]},"10-154086":{"id":"10-154086","available":0,"dates":[]},"10-154347":{"id":"10-154347","available":0,"dates":[]},"10-154849":{"id":"10-154849","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155195":{"id":"10-155195","available":80,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155519":{"id":"10-155519","available":75,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155719":{"id":"10-155719","available":100,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149761":{"id":"11-149761","available":120,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149766":{"id":"11-149766","available":140,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150323":{"id":"11-150323","available":120,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150328":{"id":"11-150328","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150797":{"id":"11-150797","available":0,"dates":[]},"11-150802":{"id":"11-150802","available":0,"dates":[]},"11-154114":{"id":"11-154114","available":0,"dates":[]},"11-154372":{"id":"11-154372","available":0,"dates":[]},"11-154507":{"id":"11-154507","available":0,"dates":[]},"11-154870":{"id":"11-154870","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155305":{"id":"11-155305","available":62,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155723":{"id":"11-155723","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148658":{"id":"2-148658","available":0,"dates":[]},"2-149000":{"id":"2-149000","available":0,"dates":[]},"2-149730":{"id":"2-149730","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149745":{"id":"2-149745","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150292":{"id":"2-150292","available":90,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150307":{"id":"2-150307","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150772":{"id":"2-150772","available":0,"dates":[]},"2-150787":{"id":"2-150787","available":0,"dates":[]},"2-151281":{"id":"2-151281","available":0,"dates":[]},"2-151685":{"id":"2-151685","available":0,"dates":[]},"2-152143":{"id":"2-152143","available":0,"dates":[]},"2-152602":{"id":"2-152602","available":0,"dates":[]},"2-152855":{"id":"2-152855","available":0,"dates":[]},"2-153151":{"id":"2-153151","available":0,"dates":[]},"2-153722":{"id":"2-153722","available":0,"dates":[]},"2-154358":{"id":"2-154358","available":0,"dates":[]},"2-154500":{"id":"2-154500","available":0,"dates":[]},"2-154860":{"id":"2-154860","available":0,"dates":[]},"2-155034":{"id":"2-155034","available":0,"dates":[]},"2-155206":{"id":"2-155206","available":45,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155542":{"id":"2-155542","available":0,"dates":[]},"2-155706":{"id":"2-155706","available":46,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148437":{"id":"4-148437","available":36,"dates":["2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"4-148659":{"id":"4-148659","available":0,"dates":[]},"4-149001":{"id":"4-149001","available":0,"dates":[]},"4-149731":{"id":"4-149731","available":650,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149746":{"id":"4-149746","available":790,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150293":{"id":"4-150293","available":650,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150308":{"id":"4-150308","available":790,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150773":{"id":"4-150773","available":0,"dates":[]},"4-150788":{"id":"4-150788","available":0,"dates":[]},"4-151282":{"id":"4-151282","available":0,"dates":[]},"4-151686":{"id":"4-151686","available":1,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"4-152144":{"id":"4-152144","available":0,"dates":[]},"4-152603":{"id":"4-152603","available":0,"dates":[]},"4-152856":{"id":"4-152856","available":0,"dates":[]},"4-153152":{"id":"4-153152","available":0,"dates":[]},"4-153723":{"id":"4-153723","available":0,"dates":[]},"4-154359":{"id":"4-154359","available":0,"dates":[]},"4-154501":{"id":"4-154501","available":0,"dates":[]},"4-154861":{"id":"4-154861","available":130,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155207":{"id":"4-155207","available":165,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155707":{"id":"4-155707","available":241,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149771":{"id":"41-149771","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149776":{"id":"41-149776","available":180,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150333":{"id":"41-150333","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150338":{"id":"41-150338","available":180,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150807":{"id":"41-150807","available":0,"dates":[]},"41-150812":{"id":"41-150812","available":0,"dates":[]},"41-154105":{"id":"41-154105","available":0,"dates":[]},"41-154377":{"id":"41-154377","available":0,"dates":[]},"41-154510":{"id":"41-154510","available":0,"dates":[]},"41-154874":{"id":"41-154874","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155307":{"id":"41-155307","available":60,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155729":{"id":"41-155729","available":78,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-148439":{"id":"58-148439","available":0,"dates":[]},"58-148661":{"id":"58-148661","available":0,"dates":[]},"58-149005":{"id":"58-149005","available":-9,"dates":[]},"58-149714":{"id":"58-149714","available":260,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149716":{"id":"58-149716","available":320,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150276":{"id":"58-150276","available":260,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150278":{"id":"58-150278","available":320,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150754":{"id":"58-150754","available":0,"dates":[]},"58-150756":{"id":"58-150756","available":0,"dates":[]},"58-151286":{"id":"58-151286","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151690":{"id":"58-151690","available":-63,"dates":[]},"58-152146":{"id":"58-152146","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"58-152605":{"id":"58-152605","available":0,"dates":[]},"58-152857":{"id":"58-152857","available":0,"dates":[]},"58-153153":{"id":"58-153153","available":0,"dates":[]},"58-154075":{"id":"58-154075","available":1,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"58-154153":{"id":"58-154153","available":0,"dates":[]},"58-154349":{"id":"58-154349","available":1,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"58-154851":{"id":"58-154851","available":43,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155197":{"id":"58-155197","available":104,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155520":{"id":"58-155520","available":101,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155733":{"id":"58-155733","available":133,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149787":{"id":"9-149787","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149792":{"id":"9-149792","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150349":{"id":"9-150349","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150354":{"id":"9-150354","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150822":{"id":"9-150822","available":0,"dates":[]},"9-150826":{"id":"9-150826","available":0,"dates":[]},"9-154109":{"id":"9-154109","available":0,"dates":[]},"9-154384":{"id":"9-154384","available":0,"dates":[]},"9-154513":{"id":"9-154513","available":0,"dates":[]},"9-154879":{"id":"9-154879","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155308":{"id":"9-155308","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155739":{"id":"9-155739","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150754","58-150756","58-154851","58-155520","58-155733"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150773","4-150788","4-154861","4-155207","4-155707"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150807","41-150812","41-154874","41-155307","41-155729"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150772","2-150787","2-154860","2-155206","2-155706","2-155542"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150749","10-150752","10-154849","10-155519","10-155719"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150797","11-150802","11-154870","11-155305","11-155723"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150822","9-150826","9-154879","9-155308","9-155739"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150771","1-150786","1-154859","1-155205","1-155705"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} }, "double-the-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "double-the-peony", "priceAmount": 16500, "price": "$165 ", "priceCompareAtAmount": 18400, "priceCompareAt": "$184 ", "url": "https://urbanstems.com/products/double-the-peony", "variantName": null, "title": "Double the Peony", "images": [ { "alt": "Double the Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=700 700w" }, { "alt": "Double the Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=700 700w" } ], "variants": [{"id":45607260684536,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00117","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Peony - Double","public_title":"Double","options":["Double","Default Title"],"price":16500,"weight":0,"compare_at_price":18400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148657":{"id":"1-148657","available":0,"dates":[]},"1-148999":{"id":"1-148999","available":0,"dates":[]},"1-149729":{"id":"1-149729","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149744":{"id":"1-149744","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150291":{"id":"1-150291","available":35,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150306":{"id":"1-150306","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150771":{"id":"1-150771","available":0,"dates":[]},"1-150786":{"id":"1-150786","available":0,"dates":[]},"1-151280":{"id":"1-151280","available":0,"dates":[]},"1-151684":{"id":"1-151684","available":0,"dates":[]},"1-152142":{"id":"1-152142","available":0,"dates":[]},"1-152601":{"id":"1-152601","available":0,"dates":[]},"1-152854":{"id":"1-152854","available":1,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-153150":{"id":"1-153150","available":0,"dates":[]},"1-153721":{"id":"1-153721","available":0,"dates":[]},"1-154357":{"id":"1-154357","available":0,"dates":[]},"1-154499":{"id":"1-154499","available":0,"dates":[]},"1-154859":{"id":"1-154859","available":0,"dates":[]},"1-155205":{"id":"1-155205","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155541":{"id":"1-155541","available":0,"dates":[]},"1-155705":{"id":"1-155705","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149751":{"id":"10-149751","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149756":{"id":"10-149756","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150313":{"id":"10-150313","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150318":{"id":"10-150318","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150749":{"id":"10-150749","available":0,"dates":[]},"10-150752":{"id":"10-150752","available":0,"dates":[]},"10-154086":{"id":"10-154086","available":0,"dates":[]},"10-154347":{"id":"10-154347","available":0,"dates":[]},"10-154849":{"id":"10-154849","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155195":{"id":"10-155195","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155519":{"id":"10-155519","available":37,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155719":{"id":"10-155719","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149761":{"id":"11-149761","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149766":{"id":"11-149766","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150323":{"id":"11-150323","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150328":{"id":"11-150328","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150797":{"id":"11-150797","available":0,"dates":[]},"11-150802":{"id":"11-150802","available":0,"dates":[]},"11-154114":{"id":"11-154114","available":0,"dates":[]},"11-154372":{"id":"11-154372","available":0,"dates":[]},"11-154507":{"id":"11-154507","available":0,"dates":[]},"11-154870":{"id":"11-154870","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155305":{"id":"11-155305","available":31,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155723":{"id":"11-155723","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148658":{"id":"2-148658","available":0,"dates":[]},"2-149000":{"id":"2-149000","available":0,"dates":[]},"2-149730":{"id":"2-149730","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149745":{"id":"2-149745","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150292":{"id":"2-150292","available":45,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150307":{"id":"2-150307","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150772":{"id":"2-150772","available":0,"dates":[]},"2-150787":{"id":"2-150787","available":0,"dates":[]},"2-151281":{"id":"2-151281","available":0,"dates":[]},"2-151685":{"id":"2-151685","available":0,"dates":[]},"2-152143":{"id":"2-152143","available":0,"dates":[]},"2-152602":{"id":"2-152602","available":0,"dates":[]},"2-152855":{"id":"2-152855","available":0,"dates":[]},"2-153151":{"id":"2-153151","available":0,"dates":[]},"2-153722":{"id":"2-153722","available":0,"dates":[]},"2-154358":{"id":"2-154358","available":0,"dates":[]},"2-154500":{"id":"2-154500","available":0,"dates":[]},"2-154860":{"id":"2-154860","available":0,"dates":[]},"2-155034":{"id":"2-155034","available":0,"dates":[]},"2-155206":{"id":"2-155206","available":22,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155542":{"id":"2-155542","available":0,"dates":[]},"2-155706":{"id":"2-155706","available":23,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148437":{"id":"4-148437","available":18,"dates":["2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"4-148659":{"id":"4-148659","available":0,"dates":[]},"4-149001":{"id":"4-149001","available":0,"dates":[]},"4-149731":{"id":"4-149731","available":325,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149746":{"id":"4-149746","available":395,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150293":{"id":"4-150293","available":325,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150308":{"id":"4-150308","available":395,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150773":{"id":"4-150773","available":0,"dates":[]},"4-150788":{"id":"4-150788","available":0,"dates":[]},"4-151282":{"id":"4-151282","available":0,"dates":[]},"4-151686":{"id":"4-151686","available":0,"dates":[]},"4-152144":{"id":"4-152144","available":0,"dates":[]},"4-152603":{"id":"4-152603","available":0,"dates":[]},"4-152856":{"id":"4-152856","available":0,"dates":[]},"4-153152":{"id":"4-153152","available":0,"dates":[]},"4-153723":{"id":"4-153723","available":0,"dates":[]},"4-154359":{"id":"4-154359","available":0,"dates":[]},"4-154501":{"id":"4-154501","available":0,"dates":[]},"4-154861":{"id":"4-154861","available":64,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155207":{"id":"4-155207","available":82,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155707":{"id":"4-155707","available":120,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149771":{"id":"41-149771","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149776":{"id":"41-149776","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150333":{"id":"41-150333","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150338":{"id":"41-150338","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150807":{"id":"41-150807","available":0,"dates":[]},"41-150812":{"id":"41-150812","available":0,"dates":[]},"41-154105":{"id":"41-154105","available":0,"dates":[]},"41-154377":{"id":"41-154377","available":0,"dates":[]},"41-154510":{"id":"41-154510","available":0,"dates":[]},"41-154874":{"id":"41-154874","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155307":{"id":"41-155307","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155729":{"id":"41-155729","available":39,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-148439":{"id":"58-148439","available":0,"dates":[]},"58-148661":{"id":"58-148661","available":0,"dates":[]},"58-149005":{"id":"58-149005","available":-5,"dates":[]},"58-149714":{"id":"58-149714","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149716":{"id":"58-149716","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150276":{"id":"58-150276","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150278":{"id":"58-150278","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150754":{"id":"58-150754","available":0,"dates":[]},"58-150756":{"id":"58-150756","available":0,"dates":[]},"58-151286":{"id":"58-151286","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151690":{"id":"58-151690","available":-32,"dates":[]},"58-152146":{"id":"58-152146","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"58-152605":{"id":"58-152605","available":0,"dates":[]},"58-152857":{"id":"58-152857","available":0,"dates":[]},"58-153153":{"id":"58-153153","available":0,"dates":[]},"58-154075":{"id":"58-154075","available":0,"dates":[]},"58-154153":{"id":"58-154153","available":0,"dates":[]},"58-154349":{"id":"58-154349","available":0,"dates":[]},"58-154851":{"id":"58-154851","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155197":{"id":"58-155197","available":52,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155520":{"id":"58-155520","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155733":{"id":"58-155733","available":66,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149787":{"id":"9-149787","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149792":{"id":"9-149792","available":25,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150349":{"id":"9-150349","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150354":{"id":"9-150354","available":25,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150822":{"id":"9-150822","available":0,"dates":[]},"9-150826":{"id":"9-150826","available":0,"dates":[]},"9-154109":{"id":"9-154109","available":0,"dates":[]},"9-154384":{"id":"9-154384","available":0,"dates":[]},"9-154513":{"id":"9-154513","available":0,"dates":[]},"9-154879":{"id":"9-154879","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155308":{"id":"9-155308","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155739":{"id":"9-155739","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150754","58-150756","58-154851","58-155520","58-155733"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150773","4-150788","4-154861","4-155207","4-155707"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150807","41-150812","41-154874","41-155307","41-155729"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150772","2-150787","2-154860","2-155206","2-155706","2-155542"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150749","10-150752","10-154849","10-155519","10-155719"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150797","11-150802","11-154870","11-155305","11-155723"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150822","9-150826","9-154879","9-155308","9-155739"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150771","1-150786","1-154859","1-155205","1-155705"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} }, "triple-the-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "triple-the-peony", "priceAmount": 23400, "price": "$234 ", "priceCompareAtAmount": 27600, "priceCompareAt": "$276 ", "url": "https://urbanstems.com/products/triple-the-peony", "variantName": null, "title": "Triple the Peony", "images": [ { "alt": "Triple the Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=700 700w" }, { "alt": "Triple the Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=700 700w" } ], "variants": [{"id":45510442615032,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00117","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Peony - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":23400,"weight":0,"compare_at_price":27600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148657":{"id":"1-148657","available":0,"dates":[]},"1-148999":{"id":"1-148999","available":0,"dates":[]},"1-149729":{"id":"1-149729","available":23,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149744":{"id":"1-149744","available":26,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150291":{"id":"1-150291","available":23,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150306":{"id":"1-150306","available":26,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150771":{"id":"1-150771","available":0,"dates":[]},"1-150786":{"id":"1-150786","available":0,"dates":[]},"1-151280":{"id":"1-151280","available":0,"dates":[]},"1-151684":{"id":"1-151684","available":0,"dates":[]},"1-152142":{"id":"1-152142","available":0,"dates":[]},"1-152601":{"id":"1-152601","available":0,"dates":[]},"1-152854":{"id":"1-152854","available":1,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-153150":{"id":"1-153150","available":0,"dates":[]},"1-153721":{"id":"1-153721","available":0,"dates":[]},"1-154357":{"id":"1-154357","available":0,"dates":[]},"1-154499":{"id":"1-154499","available":0,"dates":[]},"1-154859":{"id":"1-154859","available":0,"dates":[]},"1-155205":{"id":"1-155205","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155541":{"id":"1-155541","available":0,"dates":[]},"1-155705":{"id":"1-155705","available":6,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149751":{"id":"10-149751","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149756":{"id":"10-149756","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150313":{"id":"10-150313","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150318":{"id":"10-150318","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150749":{"id":"10-150749","available":0,"dates":[]},"10-150752":{"id":"10-150752","available":0,"dates":[]},"10-154086":{"id":"10-154086","available":0,"dates":[]},"10-154347":{"id":"10-154347","available":0,"dates":[]},"10-154849":{"id":"10-154849","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155195":{"id":"10-155195","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155519":{"id":"10-155519","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155719":{"id":"10-155719","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149761":{"id":"11-149761","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149766":{"id":"11-149766","available":46,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150323":{"id":"11-150323","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150328":{"id":"11-150328","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150797":{"id":"11-150797","available":0,"dates":[]},"11-150802":{"id":"11-150802","available":0,"dates":[]},"11-154114":{"id":"11-154114","available":0,"dates":[]},"11-154372":{"id":"11-154372","available":0,"dates":[]},"11-154507":{"id":"11-154507","available":0,"dates":[]},"11-154870":{"id":"11-154870","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155305":{"id":"11-155305","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155723":{"id":"11-155723","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148658":{"id":"2-148658","available":0,"dates":[]},"2-149000":{"id":"2-149000","available":0,"dates":[]},"2-149730":{"id":"2-149730","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149745":{"id":"2-149745","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150292":{"id":"2-150292","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150307":{"id":"2-150307","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150772":{"id":"2-150772","available":0,"dates":[]},"2-150787":{"id":"2-150787","available":0,"dates":[]},"2-151281":{"id":"2-151281","available":0,"dates":[]},"2-151685":{"id":"2-151685","available":0,"dates":[]},"2-152143":{"id":"2-152143","available":0,"dates":[]},"2-152602":{"id":"2-152602","available":0,"dates":[]},"2-152855":{"id":"2-152855","available":0,"dates":[]},"2-153151":{"id":"2-153151","available":0,"dates":[]},"2-153722":{"id":"2-153722","available":0,"dates":[]},"2-154358":{"id":"2-154358","available":0,"dates":[]},"2-154500":{"id":"2-154500","available":0,"dates":[]},"2-154860":{"id":"2-154860","available":0,"dates":[]},"2-155034":{"id":"2-155034","available":0,"dates":[]},"2-155206":{"id":"2-155206","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155542":{"id":"2-155542","available":0,"dates":[]},"2-155706":{"id":"2-155706","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148437":{"id":"4-148437","available":12,"dates":["2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"4-148659":{"id":"4-148659","available":0,"dates":[]},"4-149001":{"id":"4-149001","available":0,"dates":[]},"4-149731":{"id":"4-149731","available":216,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149746":{"id":"4-149746","available":263,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150293":{"id":"4-150293","available":216,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150308":{"id":"4-150308","available":263,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150773":{"id":"4-150773","available":0,"dates":[]},"4-150788":{"id":"4-150788","available":0,"dates":[]},"4-151282":{"id":"4-151282","available":0,"dates":[]},"4-151686":{"id":"4-151686","available":0,"dates":[]},"4-152144":{"id":"4-152144","available":0,"dates":[]},"4-152603":{"id":"4-152603","available":0,"dates":[]},"4-152856":{"id":"4-152856","available":0,"dates":[]},"4-153152":{"id":"4-153152","available":0,"dates":[]},"4-153723":{"id":"4-153723","available":0,"dates":[]},"4-154359":{"id":"4-154359","available":0,"dates":[]},"4-154501":{"id":"4-154501","available":0,"dates":[]},"4-154861":{"id":"4-154861","available":42,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155207":{"id":"4-155207","available":55,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155707":{"id":"4-155707","available":80,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149771":{"id":"41-149771","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149776":{"id":"41-149776","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150333":{"id":"41-150333","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150338":{"id":"41-150338","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150807":{"id":"41-150807","available":0,"dates":[]},"41-150812":{"id":"41-150812","available":0,"dates":[]},"41-154105":{"id":"41-154105","available":0,"dates":[]},"41-154377":{"id":"41-154377","available":0,"dates":[]},"41-154510":{"id":"41-154510","available":0,"dates":[]},"41-154874":{"id":"41-154874","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155307":{"id":"41-155307","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155729":{"id":"41-155729","available":26,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-148439":{"id":"58-148439","available":0,"dates":[]},"58-148661":{"id":"58-148661","available":0,"dates":[]},"58-149005":{"id":"58-149005","available":-3,"dates":[]},"58-149714":{"id":"58-149714","available":86,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149716":{"id":"58-149716","available":106,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150276":{"id":"58-150276","available":86,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150278":{"id":"58-150278","available":106,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150754":{"id":"58-150754","available":0,"dates":[]},"58-150756":{"id":"58-150756","available":0,"dates":[]},"58-151286":{"id":"58-151286","available":0,"dates":[]},"58-151690":{"id":"58-151690","available":-21,"dates":[]},"58-152146":{"id":"58-152146","available":0,"dates":[]},"58-152605":{"id":"58-152605","available":0,"dates":[]},"58-152857":{"id":"58-152857","available":0,"dates":[]},"58-153153":{"id":"58-153153","available":0,"dates":[]},"58-154075":{"id":"58-154075","available":0,"dates":[]},"58-154153":{"id":"58-154153","available":0,"dates":[]},"58-154349":{"id":"58-154349","available":0,"dates":[]},"58-154851":{"id":"58-154851","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155197":{"id":"58-155197","available":34,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155520":{"id":"58-155520","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155733":{"id":"58-155733","available":44,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149787":{"id":"9-149787","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149792":{"id":"9-149792","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150349":{"id":"9-150349","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150354":{"id":"9-150354","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150822":{"id":"9-150822","available":0,"dates":[]},"9-150826":{"id":"9-150826","available":0,"dates":[]},"9-154109":{"id":"9-154109","available":0,"dates":[]},"9-154384":{"id":"9-154384","available":0,"dates":[]},"9-154513":{"id":"9-154513","available":0,"dates":[]},"9-154879":{"id":"9-154879","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155308":{"id":"9-155308","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155739":{"id":"9-155739","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150754","58-150756","58-154851","58-155520","58-155733"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150773","4-150788","4-154861","4-155207","4-155707"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150807","41-150812","41-154874","41-155307","41-155729"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150772","2-150787","2-154860","2-155206","2-155706","2-155542"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150749","10-150752","10-154849","10-155519","10-155719"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150797","11-150802","11-154870","11-155305","11-155723"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150822","9-150826","9-154879","9-155308","9-155739"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150771","1-150786","1-154859","1-155205","1-155705"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="19" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-snow-peony"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=500 500w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=600 600w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=700 700w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=800 800w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=900 900w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=500" alt="The Snow Peony" srcset="//urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=352 352w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=800 800w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=900 900w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500" alt="The Snow Peony" srcset="//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=352 352w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" loading="lazy" class="metafield-file_reference"> </figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-snow-peony" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150815","58-150818","58-154876","58-155223","58-155732"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150770","4-154855","4-155201","4-155701"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150806","41-150811","41-154873","41-155306","41-155728"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150769","2-150784","2-154854","2-155200","2-155700","2-155560"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150748","10-150751","10-154866","10-155303","10-155718"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150796","11-150801","11-154869","11-155304","11-155722"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155529","9-150757","9-150758","9-155528","9-155522","9-155738"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150768","1-150783","1-154853","1-155199","1-155699"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"1-150768":{"id":"1-150768","available":0,"dates":[]},"1-150783":{"id":"1-150783","available":0,"dates":[]},"1-154853":{"id":"1-154853","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155199":{"id":"1-155199","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155699":{"id":"1-155699","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150748":{"id":"10-150748","available":0,"dates":[]},"10-150751":{"id":"10-150751","available":0,"dates":[]},"10-154866":{"id":"10-154866","available":0,"dates":[]},"10-155303":{"id":"10-155303","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155718":{"id":"10-155718","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150796":{"id":"11-150796","available":0,"dates":[]},"11-150801":{"id":"11-150801","available":0,"dates":[]},"11-154869":{"id":"11-154869","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155304":{"id":"11-155304","available":23,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155722":{"id":"11-155722","available":46,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150769":{"id":"2-150769","available":0,"dates":[]},"2-150784":{"id":"2-150784","available":0,"dates":[]},"2-154854":{"id":"2-154854","available":0,"dates":[]},"2-155200":{"id":"2-155200","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155560":{"id":"2-155560","available":0,"dates":[]},"2-155700":{"id":"2-155700","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150770":{"id":"4-150770","available":0,"dates":[]},"4-154855":{"id":"4-154855","available":14,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155201":{"id":"4-155201","available":46,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155701":{"id":"4-155701","available":82,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150806":{"id":"41-150806","available":0,"dates":[]},"41-150811":{"id":"41-150811","available":0,"dates":[]},"41-154873":{"id":"41-154873","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155306":{"id":"41-155306","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155728":{"id":"41-155728","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-150815":{"id":"58-150815","available":0,"dates":[]},"58-150818":{"id":"58-150818","available":0,"dates":[]},"58-154876":{"id":"58-154876","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155223":{"id":"58-155223","available":38,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155732":{"id":"58-155732","available":67,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150757":{"id":"9-150757","available":0,"dates":[]},"9-150758":{"id":"9-150758","available":0,"dates":[]},"9-155522":{"id":"9-155522","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155528":{"id":"9-155528","available":0,"dates":[]},"9-155529":{"id":"9-155529","available":5,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-155738":{"id":"9-155738","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":"2024-05-20T00:00:00+00:00", "blackout_to":"2024-04-29T00:00:00+00:00"} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-snow-peony" title="View The Snow Peony" data-product-card-title><h3 style="font-size: 1em;">The Snow Peony</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$92 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">174 reviews with an average of 4.3 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.3" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="174" aria-hidden="true" style=" font-size: 12px;">(174)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Snow Peony in Single" data-swatch-item="the-snow-peony" data-image-loaded href="https://urbanstems.com/products/the-snow-peony" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Snow Peony in Double" data-swatch-item="double-the-snow-peony" href="https://urbanstems.com/products/double-the-snow-peony" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Snow Peony in Triple" data-swatch-item="triple-the-snow-peony" href="https://urbanstems.com/products/triple-the-snow-peony" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="the-snow-peony" type="application/json">{"the-snow-peony":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "the-snow-peony", "priceAmount": 9200, "price": "$92 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-snow-peony", "variantName": null, "title": "The Snow Peony", "images": [ { "alt": "The Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=500 500w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=600 600w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=500 500w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=600 600w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=700 700w" }, { "alt": "The Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/SnowPeony_MainImage_PDP.jpg?v=1729717666\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w" } ], "variants": [{"id":45510421217528,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00177","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Snow Peony - Single","public_title":"Single","options":["Single","Default Title"],"price":9200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148996":{"id":"1-148996","available":0,"dates":[]},"1-149726":{"id":"1-149726","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149741":{"id":"1-149741","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150288":{"id":"1-150288","available":20,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150303":{"id":"1-150303","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150768":{"id":"1-150768","available":0,"dates":[]},"1-150783":{"id":"1-150783","available":0,"dates":[]},"1-151277":{"id":"1-151277","available":0,"dates":[]},"1-151681":{"id":"1-151681","available":0,"dates":[]},"1-152139":{"id":"1-152139","available":0,"dates":[]},"1-152598":{"id":"1-152598","available":0,"dates":[]},"1-154351":{"id":"1-154351","available":0,"dates":[]},"1-154496":{"id":"1-154496","available":0,"dates":[]},"1-154853":{"id":"1-154853","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155199":{"id":"1-155199","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155699":{"id":"1-155699","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149750":{"id":"10-149750","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149755":{"id":"10-149755","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150312":{"id":"10-150312","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150317":{"id":"10-150317","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150748":{"id":"10-150748","available":0,"dates":[]},"10-150751":{"id":"10-150751","available":0,"dates":[]},"10-154346":{"id":"10-154346","available":0,"dates":[]},"10-154866":{"id":"10-154866","available":0,"dates":[]},"10-155303":{"id":"10-155303","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155718":{"id":"10-155718","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149760":{"id":"11-149760","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149765":{"id":"11-149765","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150322":{"id":"11-150322","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150327":{"id":"11-150327","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150796":{"id":"11-150796","available":0,"dates":[]},"11-150801":{"id":"11-150801","available":0,"dates":[]},"11-154134":{"id":"11-154134","available":0,"dates":[]},"11-154371":{"id":"11-154371","available":0,"dates":[]},"11-154506":{"id":"11-154506","available":-1,"dates":[]},"11-154869":{"id":"11-154869","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155304":{"id":"11-155304","available":23,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155722":{"id":"11-155722","available":46,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148997":{"id":"2-148997","available":0,"dates":[]},"2-149727":{"id":"2-149727","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149742":{"id":"2-149742","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150289":{"id":"2-150289","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150304":{"id":"2-150304","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150769":{"id":"2-150769","available":0,"dates":[]},"2-150784":{"id":"2-150784","available":0,"dates":[]},"2-151278":{"id":"2-151278","available":0,"dates":[]},"2-151682":{"id":"2-151682","available":0,"dates":[]},"2-152140":{"id":"2-152140","available":0,"dates":[]},"2-152599":{"id":"2-152599","available":0,"dates":[]},"2-154352":{"id":"2-154352","available":0,"dates":[]},"2-154497":{"id":"2-154497","available":0,"dates":[]},"2-154854":{"id":"2-154854","available":0,"dates":[]},"2-155200":{"id":"2-155200","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155560":{"id":"2-155560","available":0,"dates":[]},"2-155700":{"id":"2-155700","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148998":{"id":"4-148998","available":0,"dates":[]},"4-149728":{"id":"4-149728","available":210,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149743":{"id":"4-149743","available":260,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150290":{"id":"4-150290","available":210,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150305":{"id":"4-150305","available":260,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150770":{"id":"4-150770","available":0,"dates":[]},"4-150785":{"id":"4-150785","available":0,"dates":[]},"4-151279":{"id":"4-151279","available":0,"dates":[]},"4-151683":{"id":"4-151683","available":0,"dates":[]},"4-152141":{"id":"4-152141","available":0,"dates":[]},"4-152600":{"id":"4-152600","available":1,"dates":["2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04"]},"4-154135":{"id":"4-154135","available":0,"dates":[]},"4-154353":{"id":"4-154353","available":0,"dates":[]},"4-154498":{"id":"4-154498","available":0,"dates":[]},"4-154855":{"id":"4-154855","available":14,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155201":{"id":"4-155201","available":46,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155701":{"id":"4-155701","available":82,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149770":{"id":"41-149770","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149775":{"id":"41-149775","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150332":{"id":"41-150332","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150337":{"id":"41-150337","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150806":{"id":"41-150806","available":0,"dates":[]},"41-150811":{"id":"41-150811","available":0,"dates":[]},"41-154376":{"id":"41-154376","available":0,"dates":[]},"41-154509":{"id":"41-154509","available":0,"dates":[]},"41-154873":{"id":"41-154873","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155306":{"id":"41-155306","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155728":{"id":"41-155728","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149004":{"id":"58-149004","available":-7,"dates":[]},"58-149779":{"id":"58-149779","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149782":{"id":"58-149782","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150341":{"id":"58-150341","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150344":{"id":"58-150344","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150815":{"id":"58-150815","available":0,"dates":[]},"58-150818":{"id":"58-150818","available":0,"dates":[]},"58-151285":{"id":"58-151285","available":0,"dates":[]},"58-151689":{"id":"58-151689","available":0,"dates":[]},"58-152145":{"id":"58-152145","available":0,"dates":[]},"58-152604":{"id":"58-152604","available":0,"dates":[]},"58-154133":{"id":"58-154133","available":0,"dates":[]},"58-154380":{"id":"58-154380","available":0,"dates":[]},"58-154511":{"id":"58-154511","available":0,"dates":[]},"58-154876":{"id":"58-154876","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155223":{"id":"58-155223","available":38,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155732":{"id":"58-155732","available":67,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149786":{"id":"9-149786","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149791":{"id":"9-149791","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150348":{"id":"9-150348","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150353":{"id":"9-150353","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150757":{"id":"9-150757","available":0,"dates":[]},"9-150758":{"id":"9-150758","available":0,"dates":[]},"9-154350":{"id":"9-154350","available":0,"dates":[]},"9-154852":{"id":"9-154852","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155198":{"id":"9-155198","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155522":{"id":"9-155522","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155528":{"id":"9-155528","available":0,"dates":[]},"9-155529":{"id":"9-155529","available":5,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-155738":{"id":"9-155738","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150815","58-150818","58-154876","58-155223","58-155732"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150770","4-154855","4-155201","4-155701"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150806","41-150811","41-154873","41-155306","41-155728"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150769","2-150784","2-154854","2-155200","2-155700","2-155560"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150748","10-150751","10-154866","10-155303","10-155718"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150796","11-150801","11-154869","11-155304","11-155722"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155529","9-150757","9-150758","9-155528","9-155522","9-155738"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150768","1-150783","1-154853","1-155199","1-155699"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"blackout_from":"2024-05-20T00:00:00+00:00", "blackout_to":"2024-04-29T00:00:00+00:00"} }, "double-the-snow-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "double-the-snow-peony", "priceAmount": 16500, "price": "$165 ", "priceCompareAtAmount": 18400, "priceCompareAt": "$184 ", "url": "https://urbanstems.com/products/double-the-snow-peony", "variantName": null, "title": "Double the Snow Peony", "images": [ { "alt": "Double the Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=500 500w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=600 600w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=500 500w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=600 600w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=700 700w" }, { "alt": "Double the Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w" } ], "variants": [{"id":45607260455160,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00177","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Snow Peony - Double","public_title":"Double","options":["Double","Default Title"],"price":16500,"weight":0,"compare_at_price":18400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148996":{"id":"1-148996","available":0,"dates":[]},"1-149726":{"id":"1-149726","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149741":{"id":"1-149741","available":15,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150288":{"id":"1-150288","available":10,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150303":{"id":"1-150303","available":15,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150768":{"id":"1-150768","available":0,"dates":[]},"1-150783":{"id":"1-150783","available":0,"dates":[]},"1-151277":{"id":"1-151277","available":0,"dates":[]},"1-151681":{"id":"1-151681","available":0,"dates":[]},"1-152139":{"id":"1-152139","available":0,"dates":[]},"1-152598":{"id":"1-152598","available":0,"dates":[]},"1-154351":{"id":"1-154351","available":0,"dates":[]},"1-154496":{"id":"1-154496","available":0,"dates":[]},"1-154853":{"id":"1-154853","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155199":{"id":"1-155199","available":4,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155699":{"id":"1-155699","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149750":{"id":"10-149750","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149755":{"id":"10-149755","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150312":{"id":"10-150312","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150317":{"id":"10-150317","available":15,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150748":{"id":"10-150748","available":0,"dates":[]},"10-150751":{"id":"10-150751","available":0,"dates":[]},"10-154346":{"id":"10-154346","available":0,"dates":[]},"10-154866":{"id":"10-154866","available":0,"dates":[]},"10-155303":{"id":"10-155303","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155718":{"id":"10-155718","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149760":{"id":"11-149760","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149765":{"id":"11-149765","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150322":{"id":"11-150322","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150327":{"id":"11-150327","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150796":{"id":"11-150796","available":0,"dates":[]},"11-150801":{"id":"11-150801","available":0,"dates":[]},"11-154134":{"id":"11-154134","available":0,"dates":[]},"11-154371":{"id":"11-154371","available":0,"dates":[]},"11-154506":{"id":"11-154506","available":-1,"dates":[]},"11-154869":{"id":"11-154869","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155304":{"id":"11-155304","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155722":{"id":"11-155722","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148997":{"id":"2-148997","available":0,"dates":[]},"2-149727":{"id":"2-149727","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149742":{"id":"2-149742","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150289":{"id":"2-150289","available":15,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150304":{"id":"2-150304","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150769":{"id":"2-150769","available":0,"dates":[]},"2-150784":{"id":"2-150784","available":0,"dates":[]},"2-151278":{"id":"2-151278","available":0,"dates":[]},"2-151682":{"id":"2-151682","available":0,"dates":[]},"2-152140":{"id":"2-152140","available":0,"dates":[]},"2-152599":{"id":"2-152599","available":0,"dates":[]},"2-154352":{"id":"2-154352","available":0,"dates":[]},"2-154497":{"id":"2-154497","available":0,"dates":[]},"2-154854":{"id":"2-154854","available":0,"dates":[]},"2-155200":{"id":"2-155200","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155560":{"id":"2-155560","available":0,"dates":[]},"2-155700":{"id":"2-155700","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148998":{"id":"4-148998","available":0,"dates":[]},"4-149728":{"id":"4-149728","available":105,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149743":{"id":"4-149743","available":130,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150290":{"id":"4-150290","available":105,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150305":{"id":"4-150305","available":130,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150770":{"id":"4-150770","available":0,"dates":[]},"4-150785":{"id":"4-150785","available":0,"dates":[]},"4-151279":{"id":"4-151279","available":0,"dates":[]},"4-151683":{"id":"4-151683","available":0,"dates":[]},"4-152141":{"id":"4-152141","available":0,"dates":[]},"4-152600":{"id":"4-152600","available":0,"dates":[]},"4-154135":{"id":"4-154135","available":0,"dates":[]},"4-154353":{"id":"4-154353","available":0,"dates":[]},"4-154498":{"id":"4-154498","available":0,"dates":[]},"4-154855":{"id":"4-154855","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155201":{"id":"4-155201","available":23,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155701":{"id":"4-155701","available":41,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149770":{"id":"41-149770","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149775":{"id":"41-149775","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150332":{"id":"41-150332","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150337":{"id":"41-150337","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150806":{"id":"41-150806","available":0,"dates":[]},"41-150811":{"id":"41-150811","available":0,"dates":[]},"41-154376":{"id":"41-154376","available":0,"dates":[]},"41-154509":{"id":"41-154509","available":0,"dates":[]},"41-154873":{"id":"41-154873","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155306":{"id":"41-155306","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155728":{"id":"41-155728","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149004":{"id":"58-149004","available":-4,"dates":[]},"58-149779":{"id":"58-149779","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149782":{"id":"58-149782","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150341":{"id":"58-150341","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150344":{"id":"58-150344","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150815":{"id":"58-150815","available":0,"dates":[]},"58-150818":{"id":"58-150818","available":0,"dates":[]},"58-151285":{"id":"58-151285","available":0,"dates":[]},"58-151689":{"id":"58-151689","available":0,"dates":[]},"58-152145":{"id":"58-152145","available":0,"dates":[]},"58-152604":{"id":"58-152604","available":0,"dates":[]},"58-154133":{"id":"58-154133","available":0,"dates":[]},"58-154380":{"id":"58-154380","available":0,"dates":[]},"58-154511":{"id":"58-154511","available":0,"dates":[]},"58-154876":{"id":"58-154876","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155223":{"id":"58-155223","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155732":{"id":"58-155732","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149786":{"id":"9-149786","available":5,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149791":{"id":"9-149791","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150348":{"id":"9-150348","available":5,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150353":{"id":"9-150353","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150757":{"id":"9-150757","available":0,"dates":[]},"9-150758":{"id":"9-150758","available":0,"dates":[]},"9-154350":{"id":"9-154350","available":0,"dates":[]},"9-154852":{"id":"9-154852","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155198":{"id":"9-155198","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155522":{"id":"9-155522","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155528":{"id":"9-155528","available":0,"dates":[]},"9-155529":{"id":"9-155529","available":2,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-155738":{"id":"9-155738","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150815","58-150818","58-154876","58-155223","58-155732"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150770","4-154855","4-155201","4-155701"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150806","41-150811","41-154873","41-155306","41-155728"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150769","2-150784","2-154854","2-155200","2-155700","2-155560"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150748","10-150751","10-154866","10-155303","10-155718"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150796","11-150801","11-154869","11-155304","11-155722"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155529","9-150757","9-150758","9-155528","9-155522","9-155738"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150768","1-150783","1-154853","1-155199","1-155699"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"blackout_from":"2024-05-20T00:00:00+00:00", "blackout_to":"2024-04-29T00:00:00+00:00"} }, "triple-the-snow-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "triple-the-snow-peony", "priceAmount": 23400, "price": "$234 ", "priceCompareAtAmount": 27600, "priceCompareAt": "$276 ", "url": "https://urbanstems.com/products/triple-the-snow-peony", "variantName": null, "title": "Triple the Snow Peony", "images": [ { "alt": "Triple the Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=700 700w" }, { "alt": "Triple the Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w" } ], "variants": [{"id":45510442647800,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00177","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Snow Peony - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":23400,"weight":0,"compare_at_price":27600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148996":{"id":"1-148996","available":0,"dates":[]},"1-149726":{"id":"1-149726","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149741":{"id":"1-149741","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150288":{"id":"1-150288","available":6,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150303":{"id":"1-150303","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150768":{"id":"1-150768","available":0,"dates":[]},"1-150783":{"id":"1-150783","available":0,"dates":[]},"1-151277":{"id":"1-151277","available":0,"dates":[]},"1-151681":{"id":"1-151681","available":0,"dates":[]},"1-152139":{"id":"1-152139","available":0,"dates":[]},"1-152598":{"id":"1-152598","available":0,"dates":[]},"1-154351":{"id":"1-154351","available":0,"dates":[]},"1-154496":{"id":"1-154496","available":0,"dates":[]},"1-154853":{"id":"1-154853","available":0,"dates":[]},"1-155199":{"id":"1-155199","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155699":{"id":"1-155699","available":3,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149750":{"id":"10-149750","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149755":{"id":"10-149755","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150312":{"id":"10-150312","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150317":{"id":"10-150317","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150748":{"id":"10-150748","available":0,"dates":[]},"10-150751":{"id":"10-150751","available":0,"dates":[]},"10-154346":{"id":"10-154346","available":0,"dates":[]},"10-154866":{"id":"10-154866","available":0,"dates":[]},"10-155303":{"id":"10-155303","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155718":{"id":"10-155718","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149760":{"id":"11-149760","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149765":{"id":"11-149765","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150322":{"id":"11-150322","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150327":{"id":"11-150327","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150796":{"id":"11-150796","available":0,"dates":[]},"11-150801":{"id":"11-150801","available":0,"dates":[]},"11-154134":{"id":"11-154134","available":0,"dates":[]},"11-154371":{"id":"11-154371","available":0,"dates":[]},"11-154506":{"id":"11-154506","available":-1,"dates":[]},"11-154869":{"id":"11-154869","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155304":{"id":"11-155304","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155722":{"id":"11-155722","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148997":{"id":"2-148997","available":0,"dates":[]},"2-149727":{"id":"2-149727","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149742":{"id":"2-149742","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150289":{"id":"2-150289","available":10,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150304":{"id":"2-150304","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150769":{"id":"2-150769","available":0,"dates":[]},"2-150784":{"id":"2-150784","available":0,"dates":[]},"2-151278":{"id":"2-151278","available":0,"dates":[]},"2-151682":{"id":"2-151682","available":0,"dates":[]},"2-152140":{"id":"2-152140","available":0,"dates":[]},"2-152599":{"id":"2-152599","available":0,"dates":[]},"2-154352":{"id":"2-154352","available":0,"dates":[]},"2-154497":{"id":"2-154497","available":0,"dates":[]},"2-154854":{"id":"2-154854","available":0,"dates":[]},"2-155200":{"id":"2-155200","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155560":{"id":"2-155560","available":0,"dates":[]},"2-155700":{"id":"2-155700","available":6,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148998":{"id":"4-148998","available":0,"dates":[]},"4-149728":{"id":"4-149728","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149743":{"id":"4-149743","available":86,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150290":{"id":"4-150290","available":70,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150305":{"id":"4-150305","available":86,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150770":{"id":"4-150770","available":0,"dates":[]},"4-150785":{"id":"4-150785","available":0,"dates":[]},"4-151279":{"id":"4-151279","available":0,"dates":[]},"4-151683":{"id":"4-151683","available":0,"dates":[]},"4-152141":{"id":"4-152141","available":0,"dates":[]},"4-152600":{"id":"4-152600","available":0,"dates":[]},"4-154135":{"id":"4-154135","available":0,"dates":[]},"4-154353":{"id":"4-154353","available":0,"dates":[]},"4-154498":{"id":"4-154498","available":0,"dates":[]},"4-154855":{"id":"4-154855","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155201":{"id":"4-155201","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155701":{"id":"4-155701","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149770":{"id":"41-149770","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149775":{"id":"41-149775","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150332":{"id":"41-150332","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150337":{"id":"41-150337","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150806":{"id":"41-150806","available":0,"dates":[]},"41-150811":{"id":"41-150811","available":0,"dates":[]},"41-154376":{"id":"41-154376","available":0,"dates":[]},"41-154509":{"id":"41-154509","available":0,"dates":[]},"41-154873":{"id":"41-154873","available":2,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155306":{"id":"41-155306","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155728":{"id":"41-155728","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149004":{"id":"58-149004","available":-3,"dates":[]},"58-149779":{"id":"58-149779","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149782":{"id":"58-149782","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150341":{"id":"58-150341","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150344":{"id":"58-150344","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150815":{"id":"58-150815","available":0,"dates":[]},"58-150818":{"id":"58-150818","available":0,"dates":[]},"58-151285":{"id":"58-151285","available":0,"dates":[]},"58-151689":{"id":"58-151689","available":0,"dates":[]},"58-152145":{"id":"58-152145","available":0,"dates":[]},"58-152604":{"id":"58-152604","available":0,"dates":[]},"58-154133":{"id":"58-154133","available":0,"dates":[]},"58-154380":{"id":"58-154380","available":0,"dates":[]},"58-154511":{"id":"58-154511","available":0,"dates":[]},"58-154876":{"id":"58-154876","available":2,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155223":{"id":"58-155223","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155732":{"id":"58-155732","available":22,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149786":{"id":"9-149786","available":3,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149791":{"id":"9-149791","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150348":{"id":"9-150348","available":3,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150353":{"id":"9-150353","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150757":{"id":"9-150757","available":0,"dates":[]},"9-150758":{"id":"9-150758","available":0,"dates":[]},"9-154350":{"id":"9-154350","available":0,"dates":[]},"9-154852":{"id":"9-154852","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155198":{"id":"9-155198","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155522":{"id":"9-155522","available":2,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155528":{"id":"9-155528","available":0,"dates":[]},"9-155529":{"id":"9-155529","available":1,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-155738":{"id":"9-155738","available":6,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150815","58-150818","58-154876","58-155223","58-155732"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150770","4-154855","4-155201","4-155701"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150806","41-150811","41-154873","41-155306","41-155728"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150769","2-150784","2-154854","2-155200","2-155700","2-155560"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150748","10-150751","10-154866","10-155303","10-155718"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150796","11-150801","11-154869","11-155304","11-155722"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155529","9-150757","9-150758","9-155528","9-155522","9-155738"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150768","1-150783","1-154853","1-155199","1-155699"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":"2024-05-20T00:00:00+00:00", "blackout_to":"2024-04-29T00:00:00+00:00"} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="20" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-margot"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=500 500w, //urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=600 600w, //urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=700 700w, //urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=800 800w, //urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=900 900w, //urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=500" alt="The Margot" srcset="//urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=352 352w, //urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=500 500w, //urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=600 600w, //urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=700 700w, //urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=800 800w, //urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=900 900w, //urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=500" alt="The Margot" srcset="//urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=352 352w, //urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Wirecutter_Badge_150px.png?v=1738704266" loading="lazy" class="metafield-file_reference"> </figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-margot" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150878","58-150882","58-154909","58-155349","58-155781"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154785","51-155317","51-155618"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150513","4-150540","4-154737","4-154755","4-155105","4-155120","4-155568","4-155586"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150724","41-150732","41-154839","41-155344","41-155689"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150512","2-150539","2-154736","2-154754","2-155104","2-155119","2-155567","2-155585"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150553","10-150561","10-154763","10-155133","10-155602"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150659","11-150664","11-154905","11-155256","11-155775"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150916","9-150922","9-154921","9-155270","9-155872"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150511","1-150538","1-154735","1-154753","1-155103","1-155118","1-155566","1-155584","1-155545"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150849","65-150860","65-154797","65-155144","65-155639"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150511":{"id":"1-150511","available":0,"dates":[]},"1-150538":{"id":"1-150538","available":0,"dates":[]},"1-154735":{"id":"1-154735","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154753":{"id":"1-154753","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155103":{"id":"1-155103","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155118":{"id":"1-155118","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155545":{"id":"1-155545","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155566":{"id":"1-155566","available":17,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155584":{"id":"1-155584","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150553":{"id":"10-150553","available":0,"dates":[]},"10-150561":{"id":"10-150561","available":0,"dates":[]},"10-154763":{"id":"10-154763","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155133":{"id":"10-155133","available":82,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155602":{"id":"10-155602","available":115,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150659":{"id":"11-150659","available":0,"dates":[]},"11-150664":{"id":"11-150664","available":0,"dates":[]},"11-154905":{"id":"11-154905","available":71,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155256":{"id":"11-155256","available":106,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155775":{"id":"11-155775","available":147,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150512":{"id":"2-150512","available":0,"dates":[]},"2-150539":{"id":"2-150539","available":0,"dates":[]},"2-154736":{"id":"2-154736","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154754":{"id":"2-154754","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155104":{"id":"2-155104","available":35,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155119":{"id":"2-155119","available":25,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155567":{"id":"2-155567","available":35,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155585":{"id":"2-155585","available":25,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150513":{"id":"4-150513","available":0,"dates":[]},"4-150540":{"id":"4-150540","available":0,"dates":[]},"4-154737":{"id":"4-154737","available":97,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154755":{"id":"4-154755","available":80,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155105":{"id":"4-155105","available":151,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155120":{"id":"4-155120","available":85,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155568":{"id":"4-155568","available":189,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155586":{"id":"4-155586","available":125,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150724":{"id":"41-150724","available":1,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150732":{"id":"41-150732","available":0,"dates":[]},"41-154839":{"id":"41-154839","available":40,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155344":{"id":"41-155344","available":79,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155689":{"id":"41-155689","available":99,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154785":{"id":"51-154785","available":56,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155317":{"id":"51-155317","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155618":{"id":"51-155618","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150878":{"id":"58-150878","available":0,"dates":[]},"58-150882":{"id":"58-150882","available":0,"dates":[]},"58-154909":{"id":"58-154909","available":97,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155349":{"id":"58-155349","available":151,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155781":{"id":"58-155781","available":196,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150849":{"id":"65-150849","available":0,"dates":[]},"65-150860":{"id":"65-150860","available":0,"dates":[]},"65-154797":{"id":"65-154797","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155144":{"id":"65-155144","available":60,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155639":{"id":"65-155639","available":78,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150916":{"id":"9-150916","available":0,"dates":[]},"9-150922":{"id":"9-150922","available":0,"dates":[]},"9-154921":{"id":"9-154921","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155270":{"id":"9-155270","available":36,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155872":{"id":"9-155872","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-margot" title="View The Margot" data-product-card-title><h3 style="font-size: 1em;">The Margot</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$92 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">222 reviews with an average of 4.0 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.0" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="222" aria-hidden="true" style=" font-size: 12px;">(222)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Margot in Single" data-swatch-item="the-margot" data-image-loaded href="https://urbanstems.com/products/the-margot" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Margot in Double" data-swatch-item="double-the-margot" href="https://urbanstems.com/products/double-the-margot" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="the-margot" type="application/json">{"the-margot":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Wirecutter_Badge_150px.png?v=1738704266" }, "handle": "the-margot", "priceAmount": 9200, "price": "$92 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-margot", "variantName": null, "title": "The Margot", "images": [ { "alt": "The Margot", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Margot_SupportingImage_1_PDP.jpg?v=1727916898\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=500 500w, //urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=600 600w, //urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=500 500w, //urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=600 600w, //urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=700 700w" }, { "alt": "The Margot", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=500 500w, //urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=600 600w, //urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=500 500w, //urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=600 600w, //urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=700 700w" } ], "variants": [{"id":45510427574520,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-02315","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Margot - Single","public_title":"Single","options":["Single","Default Title"],"price":9200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9200,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9200,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9200,"per_delivery_price":22500,"selling_plan_id":4888199416,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9200,"per_delivery_price":30000,"selling_plan_id":4894294264,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9200,"per_delivery_price":37500,"selling_plan_id":4895080696,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9200,"per_delivery_price":45000,"selling_plan_id":4895867128,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9200,"per_delivery_price":90000,"selling_plan_id":4896653560,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9200,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9200,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9200,"per_delivery_price":22500,"selling_plan_id":4888232184,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9200,"per_delivery_price":30000,"selling_plan_id":4894327032,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9200,"per_delivery_price":37500,"selling_plan_id":4895113464,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9200,"per_delivery_price":45000,"selling_plan_id":4895899896,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9200,"per_delivery_price":90000,"selling_plan_id":4896686328,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9200,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9200,"per_delivery_price":22500,"selling_plan_id":4888264952,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9200,"per_delivery_price":30000,"selling_plan_id":4894359800,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9200,"per_delivery_price":37500,"selling_plan_id":4895146232,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9200,"per_delivery_price":45000,"selling_plan_id":4895932664,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9200,"per_delivery_price":90000,"selling_plan_id":4896719096,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":8280}],"price":8280,"compare_at_price":9200,"per_delivery_price":8280,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":8280}],"price":8280,"compare_at_price":9200,"per_delivery_price":8280,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":24840}],"price":24840,"compare_at_price":9200,"per_delivery_price":24840,"selling_plan_id":4983259384,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":24840}],"price":24840,"compare_at_price":9200,"per_delivery_price":24840,"selling_plan_id":4983292152,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":49680}],"price":49680,"compare_at_price":9200,"per_delivery_price":49680,"selling_plan_id":4984176888,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":49680}],"price":49680,"compare_at_price":9200,"per_delivery_price":49680,"selling_plan_id":4984209656,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146482":{"id":"1-146482","available":25,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146582":{"id":"1-146582","available":29,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146621":{"id":"1-146621","available":15,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146730":{"id":"1-146730","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147099":{"id":"1-147099","available":0,"dates":[]},"1-147138":{"id":"1-147138","available":0,"dates":[]},"1-147619":{"id":"1-147619","available":0,"dates":[]},"1-147661":{"id":"1-147661","available":-3,"dates":[]},"1-148057":{"id":"1-148057","available":-2,"dates":[]},"1-148096":{"id":"1-148096","available":0,"dates":[]},"1-148473":{"id":"1-148473","available":0,"dates":[]},"1-148504":{"id":"1-148504","available":0,"dates":[]},"1-148784":{"id":"1-148784","available":0,"dates":[]},"1-148820":{"id":"1-148820","available":0,"dates":[]},"1-149403":{"id":"1-149403","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149430":{"id":"1-149430","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150003":{"id":"1-150003","available":50,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150030":{"id":"1-150030","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150511":{"id":"1-150511","available":0,"dates":[]},"1-150538":{"id":"1-150538","available":0,"dates":[]},"1-151059":{"id":"1-151059","available":0,"dates":[]},"1-151103":{"id":"1-151103","available":0,"dates":[]},"1-151469":{"id":"1-151469","available":0,"dates":[]},"1-151515":{"id":"1-151515","available":0,"dates":[]},"1-152011":{"id":"1-152011","available":0,"dates":[]},"1-152523":{"id":"1-152523","available":0,"dates":[]},"1-152747":{"id":"1-152747","available":0,"dates":[]},"1-152947":{"id":"1-152947","available":-1,"dates":[]},"1-153006":{"id":"1-153006","available":0,"dates":[]},"1-153039":{"id":"1-153039","available":0,"dates":[]},"1-153309":{"id":"1-153309","available":0,"dates":[]},"1-153342":{"id":"1-153342","available":0,"dates":[]},"1-154010":{"id":"1-154010","available":0,"dates":[]},"1-154036":{"id":"1-154036","available":0,"dates":[]},"1-154170":{"id":"1-154170","available":0,"dates":[]},"1-154200":{"id":"1-154200","available":0,"dates":[]},"1-154735":{"id":"1-154735","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154753":{"id":"1-154753","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155103":{"id":"1-155103","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155118":{"id":"1-155118","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155545":{"id":"1-155545","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155566":{"id":"1-155566","available":17,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155584":{"id":"1-155584","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-02315-1-144495":{"id":"1-FLRL-B-02315-1-144495","available":7,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-02315-1-145885":{"id":"1-FLRL-B-02315-1-145885","available":"12","dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-02315-1-145928":{"id":"1-FLRL-B-02315-1-145928","available":2,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146641":{"id":"10-146641","available":50,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147157":{"id":"10-147157","available":0,"dates":[]},"10-147685":{"id":"10-147685","available":0,"dates":[]},"10-148117":{"id":"10-148117","available":0,"dates":[]},"10-148520":{"id":"10-148520","available":0,"dates":[]},"10-149043":{"id":"10-149043","available":0,"dates":[]},"10-149445":{"id":"10-149445","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149454":{"id":"10-149454","available":85,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150045":{"id":"10-150045","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150053":{"id":"10-150053","available":85,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150553":{"id":"10-150553","available":0,"dates":[]},"10-150561":{"id":"10-150561","available":0,"dates":[]},"10-151328":{"id":"10-151328","available":0,"dates":[]},"10-151855":{"id":"10-151855","available":0,"dates":[]},"10-152184":{"id":"10-152184","available":0,"dates":[]},"10-152632":{"id":"10-152632","available":0,"dates":[]},"10-152887":{"id":"10-152887","available":0,"dates":[]},"10-153187":{"id":"10-153187","available":0,"dates":[]},"10-153628":{"id":"10-153628","available":0,"dates":[]},"10-154080":{"id":"10-154080","available":0,"dates":[]},"10-154222":{"id":"10-154222","available":0,"dates":[]},"10-154763":{"id":"10-154763","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155133":{"id":"10-155133","available":82,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155602":{"id":"10-155602","available":115,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-02315-10-144510":{"id":"10-FLRL-B-02315-10-144510","available":7,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-02315-10-145947":{"id":"10-FLRL-B-02315-10-145947","available":16,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146718":{"id":"11-146718","available":72,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147233":{"id":"11-147233","available":0,"dates":[]},"11-147754":{"id":"11-147754","available":0,"dates":[]},"11-148183":{"id":"11-148183","available":0,"dates":[]},"11-148578":{"id":"11-148578","available":0,"dates":[]},"11-148918":{"id":"11-148918","available":-2,"dates":[]},"11-149481":{"id":"11-149481","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149490":{"id":"11-149490","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150077":{"id":"11-150077","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150085":{"id":"11-150085","available":110,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150659":{"id":"11-150659","available":0,"dates":[]},"11-150664":{"id":"11-150664","available":0,"dates":[]},"11-151198":{"id":"11-151198","available":0,"dates":[]},"11-151609":{"id":"11-151609","available":-10,"dates":[]},"11-152086":{"id":"11-152086","available":0,"dates":[]},"11-152388":{"id":"11-152388","available":0,"dates":[]},"11-152820":{"id":"11-152820","available":0,"dates":[]},"11-153114":{"id":"11-153114","available":0,"dates":[]},"11-153415":{"id":"11-153415","available":0,"dates":[]},"11-154111":{"id":"11-154111","available":0,"dates":[]},"11-154411":{"id":"11-154411","available":0,"dates":[]},"11-154905":{"id":"11-154905","available":71,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155256":{"id":"11-155256","available":106,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155775":{"id":"11-155775","available":147,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-02315-11-144688":{"id":"11-FLRL-B-02315-11-144688","available":8,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-02315-11-145619":{"id":"11-FLRL-B-02315-11-145619","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"11-FLRL-B-02315-11-146035":{"id":"11-FLRL-B-02315-11-146035","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146583":{"id":"2-146583","available":50,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146622":{"id":"2-146622","available":30,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146731":{"id":"2-146731","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147100":{"id":"2-147100","available":0,"dates":[]},"2-147139":{"id":"2-147139","available":0,"dates":[]},"2-147620":{"id":"2-147620","available":0,"dates":[]},"2-147662":{"id":"2-147662","available":0,"dates":[]},"2-148058":{"id":"2-148058","available":-4,"dates":[]},"2-148097":{"id":"2-148097","available":0,"dates":[]},"2-148474":{"id":"2-148474","available":0,"dates":[]},"2-148505":{"id":"2-148505","available":0,"dates":[]},"2-148785":{"id":"2-148785","available":-2,"dates":[]},"2-148821":{"id":"2-148821","available":0,"dates":[]},"2-149404":{"id":"2-149404","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149431":{"id":"2-149431","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150004":{"id":"2-150004","available":65,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150031":{"id":"2-150031","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150512":{"id":"2-150512","available":0,"dates":[]},"2-150539":{"id":"2-150539","available":0,"dates":[]},"2-151060":{"id":"2-151060","available":0,"dates":[]},"2-151104":{"id":"2-151104","available":0,"dates":[]},"2-151470":{"id":"2-151470","available":0,"dates":[]},"2-151516":{"id":"2-151516","available":0,"dates":[]},"2-152012":{"id":"2-152012","available":0,"dates":[]},"2-152524":{"id":"2-152524","available":0,"dates":[]},"2-152748":{"id":"2-152748","available":0,"dates":[]},"2-152768":{"id":"2-152768","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152948":{"id":"2-152948","available":0,"dates":[]},"2-153007":{"id":"2-153007","available":0,"dates":[]},"2-153040":{"id":"2-153040","available":0,"dates":[]},"2-153310":{"id":"2-153310","available":0,"dates":[]},"2-153343":{"id":"2-153343","available":0,"dates":[]},"2-154011":{"id":"2-154011","available":0,"dates":[]},"2-154037":{"id":"2-154037","available":0,"dates":[]},"2-154171":{"id":"2-154171","available":0,"dates":[]},"2-154201":{"id":"2-154201","available":0,"dates":[]},"2-154736":{"id":"2-154736","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154754":{"id":"2-154754","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155104":{"id":"2-155104","available":35,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155119":{"id":"2-155119","available":25,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155546":{"id":"2-155546","available":0,"dates":[]},"2-155567":{"id":"2-155567","available":35,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155585":{"id":"2-155585","available":25,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-02315-2-145516":{"id":"2-FLRL-B-02315-2-145516","available":1,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"2-FLRL-B-02315-2-145886":{"id":"2-FLRL-B-02315-2-145886","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-02315-2-145929":{"id":"2-FLRL-B-02315-2-145929","available":5,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146831":{"id":"30-146831","available":54,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147348":{"id":"30-147348","available":0,"dates":[]},"30-147867":{"id":"30-147867","available":0,"dates":[]},"30-148302":{"id":"30-148302","available":0,"dates":[]},"30-148689":{"id":"30-148689","available":-1,"dates":[]},"30-FLRL-B-02315-30-144818":{"id":"30-FLRL-B-02315-30-144818","available":10,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-02315-30-146154":{"id":"30-FLRL-B-02315-30-146154","available":25,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146484":{"id":"4-146484","available":45,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146584":{"id":"4-146584","available":55,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146623":{"id":"4-146623","available":35,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146732":{"id":"4-146732","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147101":{"id":"4-147101","available":0,"dates":[]},"4-147140":{"id":"4-147140","available":0,"dates":[]},"4-147621":{"id":"4-147621","available":-2,"dates":[]},"4-147663":{"id":"4-147663","available":0,"dates":[]},"4-148059":{"id":"4-148059","available":0,"dates":[]},"4-148098":{"id":"4-148098","available":0,"dates":[]},"4-148475":{"id":"4-148475","available":0,"dates":[]},"4-148506":{"id":"4-148506","available":0,"dates":[]},"4-148786":{"id":"4-148786","available":-2,"dates":[]},"4-148822":{"id":"4-148822","available":0,"dates":[]},"4-149405":{"id":"4-149405","available":405,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149432":{"id":"4-149432","available":490,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150005":{"id":"4-150005","available":405,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150032":{"id":"4-150032","available":490,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150513":{"id":"4-150513","available":0,"dates":[]},"4-150540":{"id":"4-150540","available":0,"dates":[]},"4-151061":{"id":"4-151061","available":0,"dates":[]},"4-151105":{"id":"4-151105","available":0,"dates":[]},"4-151471":{"id":"4-151471","available":-4,"dates":[]},"4-151517":{"id":"4-151517","available":0,"dates":[]},"4-151946":{"id":"4-151946","available":0,"dates":[]},"4-151957":{"id":"4-151957","available":24,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152013":{"id":"4-152013","available":0,"dates":[]},"4-152525":{"id":"4-152525","available":0,"dates":[]},"4-152749":{"id":"4-152749","available":0,"dates":[]},"4-152949":{"id":"4-152949","available":0,"dates":[]},"4-153008":{"id":"4-153008","available":0,"dates":[]},"4-153041":{"id":"4-153041","available":0,"dates":[]},"4-153311":{"id":"4-153311","available":0,"dates":[]},"4-153344":{"id":"4-153344","available":0,"dates":[]},"4-154012":{"id":"4-154012","available":0,"dates":[]},"4-154038":{"id":"4-154038","available":0,"dates":[]},"4-154121":{"id":"4-154121","available":0,"dates":[]},"4-154172":{"id":"4-154172","available":0,"dates":[]},"4-154202":{"id":"4-154202","available":0,"dates":[]},"4-154737":{"id":"4-154737","available":97,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154755":{"id":"4-154755","available":80,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155105":{"id":"4-155105","available":151,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155120":{"id":"4-155120","available":85,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155568":{"id":"4-155568","available":189,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155586":{"id":"4-155586","available":125,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-02315-4-144455":{"id":"4-FLRL-B-02315-4-144455","available":35,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-02315-4-144497":{"id":"4-FLRL-B-02315-4-144497","available":20,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-02315-4-145517":{"id":"4-FLRL-B-02315-4-145517","available":6,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-B-02315-4-145887":{"id":"4-FLRL-B-02315-4-145887","available":4,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-02315-4-145930":{"id":"4-FLRL-B-02315-4-145930","available":10,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146655":{"id":"41-146655","available":58,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147171":{"id":"41-147171","available":0,"dates":[]},"41-147700":{"id":"41-147700","available":0,"dates":[]},"41-148132":{"id":"41-148132","available":0,"dates":[]},"41-148533":{"id":"41-148533","available":-2,"dates":[]},"41-149027":{"id":"41-149027","available":-4,"dates":[]},"41-149499":{"id":"41-149499","available":117,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149508":{"id":"41-149508","available":135,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150252":{"id":"41-150252","available":117,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150260":{"id":"41-150260","available":135,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150724":{"id":"41-150724","available":1,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150732":{"id":"41-150732","available":0,"dates":[]},"41-151310":{"id":"41-151310","available":0,"dates":[]},"41-151714":{"id":"41-151714","available":-2,"dates":[]},"41-152166":{"id":"41-152166","available":0,"dates":[]},"41-152619":{"id":"41-152619","available":0,"dates":[]},"41-152874":{"id":"41-152874","available":0,"dates":[]},"41-153173":{"id":"41-153173","available":0,"dates":[]},"41-153470":{"id":"41-153470","available":0,"dates":[]},"41-153889":{"id":"41-153889","available":0,"dates":[]},"41-154335":{"id":"41-154335","available":0,"dates":[]},"41-154839":{"id":"41-154839","available":40,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155344":{"id":"41-155344","available":79,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155689":{"id":"41-155689","available":99,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-02315-41-144801":{"id":"41-FLRL-B-02315-41-144801","available":20,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-02315-41-145721":{"id":"41-FLRL-B-02315-41-145721","available":"4","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"41-FLRL-B-02315-41-145965":{"id":"41-FLRL-B-02315-41-145965","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146786":{"id":"42-146786","available":27,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147301":{"id":"42-147301","available":0,"dates":[]},"42-147819":{"id":"42-147819","available":0,"dates":[]},"42-148250":{"id":"42-148250","available":0,"dates":[]},"42-148642":{"id":"42-148642","available":0,"dates":[]},"42-154138":{"id":"42-154138","available":0,"dates":[]},"42-FLRL-B-02315-42-144766":{"id":"42-FLRL-B-02315-42-144766","available":6,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"42-FLRL-B-02315-42-145687":{"id":"42-FLRL-B-02315-42-145687","available":"9","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"42-FLRL-B-02315-42-146107":{"id":"42-FLRL-B-02315-42-146107","available":14,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-146673":{"id":"51-146673","available":24,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147188":{"id":"51-147188","available":24,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147716":{"id":"51-147716","available":22,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148148":{"id":"51-148148","available":0,"dates":[]},"51-148549":{"id":"51-148549","available":0,"dates":[]},"51-148868":{"id":"51-148868","available":1,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-149551":{"id":"51-149551","available":93,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150139":{"id":"51-150139","available":93,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150623":{"id":"51-150623","available":93,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151001":{"id":"51-151001","available":-16,"dates":[]},"51-151153":{"id":"51-151153","available":5,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151564":{"id":"51-151564","available":0,"dates":[]},"51-151966":{"id":"51-151966","available":20,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152056":{"id":"51-152056","available":0,"dates":[]},"51-152561":{"id":"51-152561","available":0,"dates":[]},"51-152792":{"id":"51-152792","available":0,"dates":[]},"51-153077":{"id":"51-153077","available":17,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153596":{"id":"51-153596","available":1,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26"]},"51-153712":{"id":"51-153712","available":0,"dates":[]},"51-154265":{"id":"51-154265","available":-2,"dates":[]},"51-154785":{"id":"51-154785","available":56,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155317":{"id":"51-155317","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155618":{"id":"51-155618","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146728":{"id":"58-146728","available":107,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147244":{"id":"58-147244","available":0,"dates":[]},"58-147764":{"id":"58-147764","available":0,"dates":[]},"58-148194":{"id":"58-148194","available":0,"dates":[]},"58-148588":{"id":"58-148588","available":0,"dates":[]},"58-149032":{"id":"58-149032","available":-2,"dates":[]},"58-149822":{"id":"58-149822","available":176,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149826":{"id":"58-149826","available":224,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150376":{"id":"58-150376","available":176,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150380":{"id":"58-150380","available":224,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150878":{"id":"58-150878","available":0,"dates":[]},"58-150882":{"id":"58-150882","available":0,"dates":[]},"58-151315":{"id":"58-151315","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151719":{"id":"58-151719","available":-39,"dates":[]},"58-151961":{"id":"58-151961","available":0,"dates":[]},"58-152171":{"id":"58-152171","available":0,"dates":[]},"58-152623":{"id":"58-152623","available":0,"dates":[]},"58-152878":{"id":"58-152878","available":0,"dates":[]},"58-153177":{"id":"58-153177","available":0,"dates":[]},"58-153474":{"id":"58-153474","available":0,"dates":[]},"58-153858":{"id":"58-153858","available":0,"dates":[]},"58-154418":{"id":"58-154418","available":0,"dates":[]},"58-154422":{"id":"58-154422","available":0,"dates":[]},"58-154909":{"id":"58-154909","available":97,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155349":{"id":"58-155349","available":151,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155781":{"id":"58-155781","available":196,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-02315-58-144697":{"id":"58-FLRL-B-02315-58-144697","available":17,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-02315-58-145629":{"id":"58-FLRL-B-02315-58-145629","available":"80","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-02315-58-146047":{"id":"58-FLRL-B-02315-58-146047","available":21,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-149016":{"id":"65-149016","available":0,"dates":[]},"65-149463":{"id":"65-149463","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149472":{"id":"65-149472","available":96,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150061":{"id":"65-150061","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150069":{"id":"65-150069","available":96,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150849":{"id":"65-150849","available":0,"dates":[]},"65-150860":{"id":"65-150860","available":0,"dates":[]},"65-151298":{"id":"65-151298","available":0,"dates":[]},"65-151702":{"id":"65-151702","available":-1,"dates":[]},"65-152433":{"id":"65-152433","available":0,"dates":[]},"65-152865":{"id":"65-152865","available":0,"dates":[]},"65-153164":{"id":"65-153164","available":0,"dates":[]},"65-153461":{"id":"65-153461","available":0,"dates":[]},"65-153900":{"id":"65-153900","available":0,"dates":[]},"65-154140":{"id":"65-154140","available":0,"dates":[]},"65-154275":{"id":"65-154275","available":0,"dates":[]},"65-154797":{"id":"65-154797","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155144":{"id":"65-155144","available":60,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155639":{"id":"65-155639","available":78,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149054":{"id":"9-149054","available":0,"dates":[]},"9-149532":{"id":"9-149532","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149540":{"id":"9-149540","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150408":{"id":"9-150408","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150414":{"id":"9-150414","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150916":{"id":"9-150916","available":0,"dates":[]},"9-150922":{"id":"9-150922","available":0,"dates":[]},"9-151339":{"id":"9-151339","available":0,"dates":[]},"9-151848":{"id":"9-151848","available":0,"dates":[]},"9-152195":{"id":"9-152195","available":0,"dates":[]},"9-152641":{"id":"9-152641","available":0,"dates":[]},"9-152896":{"id":"9-152896","available":0,"dates":[]},"9-153196":{"id":"9-153196","available":0,"dates":[]},"9-153637":{"id":"9-153637","available":0,"dates":[]},"9-153877":{"id":"9-153877","available":0,"dates":[]},"9-154129":{"id":"9-154129","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"9-154441":{"id":"9-154441","available":0,"dates":[]},"9-154921":{"id":"9-154921","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155270":{"id":"9-155270","available":36,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155872":{"id":"9-155872","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150878","58-150882","58-154909","58-155349","58-155781"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154785","51-155317","51-155618"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150513","4-150540","4-154737","4-154755","4-155105","4-155120","4-155568","4-155586"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150724","41-150732","41-154839","41-155344","41-155689"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150512","2-150539","2-154736","2-154754","2-155104","2-155119","2-155567","2-155585"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150553","10-150561","10-154763","10-155133","10-155602"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150659","11-150664","11-154905","11-155256","11-155775"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150916","9-150922","9-154921","9-155270","9-155872"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150511","1-150538","1-154735","1-154753","1-155103","1-155118","1-155566","1-155584","1-155545"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150849","65-150860","65-154797","65-155144","65-155639"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-margot":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-margot", "priceAmount": 16500, "price": "$165 ", "priceCompareAtAmount": 18400, "priceCompareAt": "$184 ", "url": "https://urbanstems.com/products/double-the-margot", "variantName": null, "title": "Double the Margot", "images": [ { "alt": "Double the Margot", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=700 700w" }, { "alt": "Double the Margot", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=700 700w" } ], "variants": [{"id":45510438256888,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-02315","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Margot - Double","public_title":"Double","options":["Double","Default Title"],"price":16500,"weight":0,"compare_at_price":18400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":14850}],"price":14850,"compare_at_price":16500,"per_delivery_price":14850,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":14850}],"price":14850,"compare_at_price":16500,"per_delivery_price":14850,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":44550}],"price":44550,"compare_at_price":16500,"per_delivery_price":44550,"selling_plan_id":4984439032,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":44550}],"price":44550,"compare_at_price":16500,"per_delivery_price":44550,"selling_plan_id":4984471800,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":89100}],"price":89100,"compare_at_price":16500,"per_delivery_price":89100,"selling_plan_id":4985291000,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":89100}],"price":89100,"compare_at_price":16500,"per_delivery_price":89100,"selling_plan_id":4985323768,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146482":{"id":"1-146482","available":12,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146582":{"id":"1-146582","available":14,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146621":{"id":"1-146621","available":7,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146730":{"id":"1-146730","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147099":{"id":"1-147099","available":0,"dates":[]},"1-147138":{"id":"1-147138","available":0,"dates":[]},"1-147619":{"id":"1-147619","available":0,"dates":[]},"1-147661":{"id":"1-147661","available":-2,"dates":[]},"1-148057":{"id":"1-148057","available":-1,"dates":[]},"1-148096":{"id":"1-148096","available":0,"dates":[]},"1-148473":{"id":"1-148473","available":0,"dates":[]},"1-148504":{"id":"1-148504","available":0,"dates":[]},"1-148784":{"id":"1-148784","available":0,"dates":[]},"1-148820":{"id":"1-148820","available":0,"dates":[]},"1-149403":{"id":"1-149403","available":25,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149430":{"id":"1-149430","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150003":{"id":"1-150003","available":25,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150030":{"id":"1-150030","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150511":{"id":"1-150511","available":0,"dates":[]},"1-150538":{"id":"1-150538","available":0,"dates":[]},"1-151059":{"id":"1-151059","available":0,"dates":[]},"1-151103":{"id":"1-151103","available":0,"dates":[]},"1-151469":{"id":"1-151469","available":0,"dates":[]},"1-151515":{"id":"1-151515","available":0,"dates":[]},"1-152011":{"id":"1-152011","available":0,"dates":[]},"1-152523":{"id":"1-152523","available":0,"dates":[]},"1-152747":{"id":"1-152747","available":0,"dates":[]},"1-152947":{"id":"1-152947","available":-1,"dates":[]},"1-153006":{"id":"1-153006","available":0,"dates":[]},"1-153039":{"id":"1-153039","available":0,"dates":[]},"1-153309":{"id":"1-153309","available":0,"dates":[]},"1-153342":{"id":"1-153342","available":0,"dates":[]},"1-154010":{"id":"1-154010","available":0,"dates":[]},"1-154036":{"id":"1-154036","available":0,"dates":[]},"1-154170":{"id":"1-154170","available":0,"dates":[]},"1-154200":{"id":"1-154200","available":0,"dates":[]},"1-154735":{"id":"1-154735","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154753":{"id":"1-154753","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155103":{"id":"1-155103","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155118":{"id":"1-155118","available":7,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155545":{"id":"1-155545","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155566":{"id":"1-155566","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155584":{"id":"1-155584","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-D-02315-1-145928":{"id":"1-FLRL-D-02315-1-145928","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146641":{"id":"10-146641","available":25,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147157":{"id":"10-147157","available":0,"dates":[]},"10-147685":{"id":"10-147685","available":0,"dates":[]},"10-148117":{"id":"10-148117","available":0,"dates":[]},"10-148520":{"id":"10-148520","available":0,"dates":[]},"10-149043":{"id":"10-149043","available":0,"dates":[]},"10-149445":{"id":"10-149445","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149454":{"id":"10-149454","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150045":{"id":"10-150045","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150053":{"id":"10-150053","available":42,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150553":{"id":"10-150553","available":0,"dates":[]},"10-150561":{"id":"10-150561","available":0,"dates":[]},"10-151328":{"id":"10-151328","available":0,"dates":[]},"10-151855":{"id":"10-151855","available":0,"dates":[]},"10-152184":{"id":"10-152184","available":0,"dates":[]},"10-152632":{"id":"10-152632","available":0,"dates":[]},"10-152887":{"id":"10-152887","available":0,"dates":[]},"10-153187":{"id":"10-153187","available":0,"dates":[]},"10-153628":{"id":"10-153628","available":0,"dates":[]},"10-154080":{"id":"10-154080","available":0,"dates":[]},"10-154222":{"id":"10-154222","available":0,"dates":[]},"10-154763":{"id":"10-154763","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155133":{"id":"10-155133","available":41,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155602":{"id":"10-155602","available":57,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-D-02315-10-145947":{"id":"10-FLRL-D-02315-10-145947","available":8,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146718":{"id":"11-146718","available":36,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147233":{"id":"11-147233","available":0,"dates":[]},"11-147754":{"id":"11-147754","available":0,"dates":[]},"11-148183":{"id":"11-148183","available":0,"dates":[]},"11-148578":{"id":"11-148578","available":0,"dates":[]},"11-148918":{"id":"11-148918","available":-1,"dates":[]},"11-149481":{"id":"11-149481","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149490":{"id":"11-149490","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150077":{"id":"11-150077","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150085":{"id":"11-150085","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150659":{"id":"11-150659","available":0,"dates":[]},"11-150664":{"id":"11-150664","available":0,"dates":[]},"11-151198":{"id":"11-151198","available":0,"dates":[]},"11-151609":{"id":"11-151609","available":-5,"dates":[]},"11-152086":{"id":"11-152086","available":0,"dates":[]},"11-152388":{"id":"11-152388","available":0,"dates":[]},"11-152820":{"id":"11-152820","available":0,"dates":[]},"11-153114":{"id":"11-153114","available":0,"dates":[]},"11-153415":{"id":"11-153415","available":0,"dates":[]},"11-154111":{"id":"11-154111","available":0,"dates":[]},"11-154411":{"id":"11-154411","available":0,"dates":[]},"11-154905":{"id":"11-154905","available":35,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155256":{"id":"11-155256","available":53,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155775":{"id":"11-155775","available":73,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-D-02315-11-146035":{"id":"11-FLRL-D-02315-11-146035","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146583":{"id":"2-146583","available":25,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146622":{"id":"2-146622","available":15,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146731":{"id":"2-146731","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147100":{"id":"2-147100","available":0,"dates":[]},"2-147139":{"id":"2-147139","available":0,"dates":[]},"2-147620":{"id":"2-147620","available":0,"dates":[]},"2-147662":{"id":"2-147662","available":0,"dates":[]},"2-148058":{"id":"2-148058","available":-2,"dates":[]},"2-148097":{"id":"2-148097","available":0,"dates":[]},"2-148474":{"id":"2-148474","available":0,"dates":[]},"2-148505":{"id":"2-148505","available":0,"dates":[]},"2-148785":{"id":"2-148785","available":-1,"dates":[]},"2-148821":{"id":"2-148821","available":0,"dates":[]},"2-149404":{"id":"2-149404","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149431":{"id":"2-149431","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150004":{"id":"2-150004","available":32,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150031":{"id":"2-150031","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150512":{"id":"2-150512","available":0,"dates":[]},"2-150539":{"id":"2-150539","available":0,"dates":[]},"2-151060":{"id":"2-151060","available":0,"dates":[]},"2-151104":{"id":"2-151104","available":0,"dates":[]},"2-151470":{"id":"2-151470","available":0,"dates":[]},"2-151516":{"id":"2-151516","available":0,"dates":[]},"2-152012":{"id":"2-152012","available":0,"dates":[]},"2-152524":{"id":"2-152524","available":0,"dates":[]},"2-152748":{"id":"2-152748","available":0,"dates":[]},"2-152768":{"id":"2-152768","available":2,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152948":{"id":"2-152948","available":0,"dates":[]},"2-153007":{"id":"2-153007","available":0,"dates":[]},"2-153040":{"id":"2-153040","available":0,"dates":[]},"2-153310":{"id":"2-153310","available":0,"dates":[]},"2-153343":{"id":"2-153343","available":0,"dates":[]},"2-154011":{"id":"2-154011","available":0,"dates":[]},"2-154037":{"id":"2-154037","available":0,"dates":[]},"2-154171":{"id":"2-154171","available":0,"dates":[]},"2-154201":{"id":"2-154201","available":0,"dates":[]},"2-154736":{"id":"2-154736","available":0,"dates":[]},"2-154754":{"id":"2-154754","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155104":{"id":"2-155104","available":17,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155119":{"id":"2-155119","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155546":{"id":"2-155546","available":0,"dates":[]},"2-155567":{"id":"2-155567","available":17,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155585":{"id":"2-155585","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-D-02315-2-145516":{"id":"2-FLRL-D-02315-2-145516","available":0,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"2-FLRL-D-02315-2-145886":{"id":"2-FLRL-D-02315-2-145886","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-D-02315-2-145929":{"id":"2-FLRL-D-02315-2-145929","available":2,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146831":{"id":"30-146831","available":27,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147348":{"id":"30-147348","available":0,"dates":[]},"30-147867":{"id":"30-147867","available":0,"dates":[]},"30-148302":{"id":"30-148302","available":0,"dates":[]},"30-148689":{"id":"30-148689","available":-1,"dates":[]},"30-FLRL-D-02315-30-146154":{"id":"30-FLRL-D-02315-30-146154","available":12,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146484":{"id":"4-146484","available":22,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146584":{"id":"4-146584","available":27,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146623":{"id":"4-146623","available":17,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146732":{"id":"4-146732","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147101":{"id":"4-147101","available":0,"dates":[]},"4-147140":{"id":"4-147140","available":0,"dates":[]},"4-147621":{"id":"4-147621","available":-1,"dates":[]},"4-147663":{"id":"4-147663","available":0,"dates":[]},"4-148059":{"id":"4-148059","available":0,"dates":[]},"4-148098":{"id":"4-148098","available":0,"dates":[]},"4-148475":{"id":"4-148475","available":0,"dates":[]},"4-148506":{"id":"4-148506","available":0,"dates":[]},"4-148786":{"id":"4-148786","available":-1,"dates":[]},"4-148822":{"id":"4-148822","available":0,"dates":[]},"4-149405":{"id":"4-149405","available":202,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149432":{"id":"4-149432","available":245,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150005":{"id":"4-150005","available":202,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150032":{"id":"4-150032","available":245,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150513":{"id":"4-150513","available":0,"dates":[]},"4-150540":{"id":"4-150540","available":0,"dates":[]},"4-151061":{"id":"4-151061","available":0,"dates":[]},"4-151105":{"id":"4-151105","available":0,"dates":[]},"4-151471":{"id":"4-151471","available":-2,"dates":[]},"4-151517":{"id":"4-151517","available":0,"dates":[]},"4-151946":{"id":"4-151946","available":0,"dates":[]},"4-151957":{"id":"4-151957","available":12,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152013":{"id":"4-152013","available":0,"dates":[]},"4-152525":{"id":"4-152525","available":0,"dates":[]},"4-152749":{"id":"4-152749","available":0,"dates":[]},"4-152949":{"id":"4-152949","available":0,"dates":[]},"4-153008":{"id":"4-153008","available":0,"dates":[]},"4-153041":{"id":"4-153041","available":0,"dates":[]},"4-153311":{"id":"4-153311","available":0,"dates":[]},"4-153344":{"id":"4-153344","available":0,"dates":[]},"4-154012":{"id":"4-154012","available":0,"dates":[]},"4-154038":{"id":"4-154038","available":0,"dates":[]},"4-154121":{"id":"4-154121","available":0,"dates":[]},"4-154172":{"id":"4-154172","available":0,"dates":[]},"4-154202":{"id":"4-154202","available":0,"dates":[]},"4-154737":{"id":"4-154737","available":48,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154755":{"id":"4-154755","available":40,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155105":{"id":"4-155105","available":75,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155120":{"id":"4-155120","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155568":{"id":"4-155568","available":94,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155586":{"id":"4-155586","available":62,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-D-02315-4-145517":{"id":"4-FLRL-D-02315-4-145517","available":3,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-D-02315-4-145887":{"id":"4-FLRL-D-02315-4-145887","available":2,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-D-02315-4-145930":{"id":"4-FLRL-D-02315-4-145930","available":5,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146655":{"id":"41-146655","available":29,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147171":{"id":"41-147171","available":0,"dates":[]},"41-147700":{"id":"41-147700","available":0,"dates":[]},"41-148132":{"id":"41-148132","available":0,"dates":[]},"41-148533":{"id":"41-148533","available":-1,"dates":[]},"41-149027":{"id":"41-149027","available":-2,"dates":[]},"41-149499":{"id":"41-149499","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149508":{"id":"41-149508","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150252":{"id":"41-150252","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150260":{"id":"41-150260","available":67,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150724":{"id":"41-150724","available":0,"dates":[]},"41-150732":{"id":"41-150732","available":0,"dates":[]},"41-151310":{"id":"41-151310","available":0,"dates":[]},"41-151714":{"id":"41-151714","available":-1,"dates":[]},"41-152166":{"id":"41-152166","available":0,"dates":[]},"41-152619":{"id":"41-152619","available":0,"dates":[]},"41-152874":{"id":"41-152874","available":0,"dates":[]},"41-153173":{"id":"41-153173","available":0,"dates":[]},"41-153470":{"id":"41-153470","available":0,"dates":[]},"41-153889":{"id":"41-153889","available":0,"dates":[]},"41-154335":{"id":"41-154335","available":0,"dates":[]},"41-154839":{"id":"41-154839","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155344":{"id":"41-155344","available":39,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155689":{"id":"41-155689","available":49,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-D-02315-41-145965":{"id":"41-FLRL-D-02315-41-145965","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146786":{"id":"42-146786","available":13,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147301":{"id":"42-147301","available":0,"dates":[]},"42-147819":{"id":"42-147819","available":0,"dates":[]},"42-148250":{"id":"42-148250","available":0,"dates":[]},"42-148642":{"id":"42-148642","available":0,"dates":[]},"42-154138":{"id":"42-154138","available":0,"dates":[]},"42-FLRL-D-02315-42-146107":{"id":"42-FLRL-D-02315-42-146107","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-146673":{"id":"51-146673","available":12,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147188":{"id":"51-147188","available":12,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147716":{"id":"51-147716","available":11,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148148":{"id":"51-148148","available":0,"dates":[]},"51-148549":{"id":"51-148549","available":0,"dates":[]},"51-148868":{"id":"51-148868","available":0,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-149551":{"id":"51-149551","available":46,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150139":{"id":"51-150139","available":46,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150623":{"id":"51-150623","available":46,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151001":{"id":"51-151001","available":-8,"dates":[]},"51-151153":{"id":"51-151153","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151564":{"id":"51-151564","available":0,"dates":[]},"51-151966":{"id":"51-151966","available":10,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152056":{"id":"51-152056","available":0,"dates":[]},"51-152561":{"id":"51-152561","available":0,"dates":[]},"51-152792":{"id":"51-152792","available":0,"dates":[]},"51-153077":{"id":"51-153077","available":8,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153596":{"id":"51-153596","available":0,"dates":[]},"51-153712":{"id":"51-153712","available":0,"dates":[]},"51-154265":{"id":"51-154265","available":-1,"dates":[]},"51-154785":{"id":"51-154785","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155317":{"id":"51-155317","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155618":{"id":"51-155618","available":8,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146728":{"id":"58-146728","available":53,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147244":{"id":"58-147244","available":0,"dates":[]},"58-147764":{"id":"58-147764","available":0,"dates":[]},"58-148194":{"id":"58-148194","available":0,"dates":[]},"58-148588":{"id":"58-148588","available":0,"dates":[]},"58-149032":{"id":"58-149032","available":-1,"dates":[]},"58-149822":{"id":"58-149822","available":88,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149826":{"id":"58-149826","available":112,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150376":{"id":"58-150376","available":88,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150380":{"id":"58-150380","available":112,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150878":{"id":"58-150878","available":0,"dates":[]},"58-150882":{"id":"58-150882","available":0,"dates":[]},"58-151315":{"id":"58-151315","available":0,"dates":[]},"58-151719":{"id":"58-151719","available":-20,"dates":[]},"58-151961":{"id":"58-151961","available":0,"dates":[]},"58-152171":{"id":"58-152171","available":0,"dates":[]},"58-152623":{"id":"58-152623","available":0,"dates":[]},"58-152878":{"id":"58-152878","available":0,"dates":[]},"58-153177":{"id":"58-153177","available":0,"dates":[]},"58-153474":{"id":"58-153474","available":0,"dates":[]},"58-153858":{"id":"58-153858","available":0,"dates":[]},"58-154418":{"id":"58-154418","available":0,"dates":[]},"58-154422":{"id":"58-154422","available":0,"dates":[]},"58-154909":{"id":"58-154909","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155349":{"id":"58-155349","available":75,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155781":{"id":"58-155781","available":98,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-D-02315-58-146047":{"id":"58-FLRL-D-02315-58-146047","available":10,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-149016":{"id":"65-149016","available":0,"dates":[]},"65-149463":{"id":"65-149463","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149472":{"id":"65-149472","available":48,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150061":{"id":"65-150061","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150069":{"id":"65-150069","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150849":{"id":"65-150849","available":0,"dates":[]},"65-150860":{"id":"65-150860","available":0,"dates":[]},"65-151298":{"id":"65-151298","available":0,"dates":[]},"65-151702":{"id":"65-151702","available":-1,"dates":[]},"65-152433":{"id":"65-152433","available":0,"dates":[]},"65-152865":{"id":"65-152865","available":0,"dates":[]},"65-153164":{"id":"65-153164","available":0,"dates":[]},"65-153461":{"id":"65-153461","available":0,"dates":[]},"65-153900":{"id":"65-153900","available":0,"dates":[]},"65-154140":{"id":"65-154140","available":0,"dates":[]},"65-154275":{"id":"65-154275","available":0,"dates":[]},"65-154797":{"id":"65-154797","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155144":{"id":"65-155144","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155639":{"id":"65-155639","available":39,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149054":{"id":"9-149054","available":0,"dates":[]},"9-149532":{"id":"9-149532","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149540":{"id":"9-149540","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150408":{"id":"9-150408","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150414":{"id":"9-150414","available":18,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150916":{"id":"9-150916","available":0,"dates":[]},"9-150922":{"id":"9-150922","available":0,"dates":[]},"9-151339":{"id":"9-151339","available":0,"dates":[]},"9-151848":{"id":"9-151848","available":0,"dates":[]},"9-152195":{"id":"9-152195","available":0,"dates":[]},"9-152641":{"id":"9-152641","available":0,"dates":[]},"9-152896":{"id":"9-152896","available":0,"dates":[]},"9-153196":{"id":"9-153196","available":0,"dates":[]},"9-153637":{"id":"9-153637","available":0,"dates":[]},"9-153877":{"id":"9-153877","available":0,"dates":[]},"9-154129":{"id":"9-154129","available":1,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"9-154441":{"id":"9-154441","available":0,"dates":[]},"9-154921":{"id":"9-154921","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155270":{"id":"9-155270","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155872":{"id":"9-155872","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150878","58-150882","58-154909","58-155349","58-155781"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154785","51-155317","51-155618"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150513","4-150540","4-154737","4-154755","4-155105","4-155120","4-155568","4-155586"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150724","41-150732","41-154839","41-155344","41-155689"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150512","2-150539","2-154736","2-154754","2-155104","2-155119","2-155567","2-155585"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150553","10-150561","10-154763","10-155133","10-155602"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150659","11-150664","11-154905","11-155256","11-155775"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150916","9-150922","9-154921","9-155270","9-155872"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150511","1-150538","1-154735","1-154753","1-155103","1-155118","1-155566","1-155584","1-155545"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150849","65-150860","65-154797","65-155144","65-155639"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="21" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-risky-dm-with-gleaming-vase"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=700 700w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=800 800w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=900 900w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=500" alt="The Risky DM with Gleaming Vase" srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=352 352w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=500 500w, //urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=600 600w, //urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=700 700w, //urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=800 800w, //urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=900 900w, //urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=500" alt="The Risky DM with Gleaming Vase" srcset="//urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=352 352w, //urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-risky-dm" data-restrict="false" data-components="the-risky-dm,gleaming-vase" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150832","4-150838","4-154886","4-154892","4-155235","4-155244","4-155749","4-155761"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150948","58-154937","58-155275","58-155806"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154784","51-155316","51-155617"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150726","41-150734","41-154907","41-155259","41-155779"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150831","2-150837","2-154885","2-154891","2-155234","2-155243","2-155748","2-155760"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150840","10-150842","10-154764","10-155134","10-155603"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150660","11-150665","11-154802","11-155148","11-155642"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150917","9-150923","9-154922","9-155271","9-155873"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150830","1-150836","1-154884","1-154890","1-155233","1-155242","1-155747","1-155759"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150714","65-150719","65-154834","65-155339","65-155683"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150489"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150830":{"id":"1-150830","available":0,"dates":[]},"1-150836":{"id":"1-150836","available":0,"dates":[]},"1-154884":{"id":"1-154884","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154890":{"id":"1-154890","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155233":{"id":"1-155233","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155242":{"id":"1-155242","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155747":{"id":"1-155747","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155759":{"id":"1-155759","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150840":{"id":"10-150840","available":0,"dates":[]},"10-150842":{"id":"10-150842","available":0,"dates":[]},"10-154764":{"id":"10-154764","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155134":{"id":"10-155134","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155603":{"id":"10-155603","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150660":{"id":"11-150660","available":0,"dates":[]},"11-150665":{"id":"11-150665","available":0,"dates":[]},"11-154802":{"id":"11-154802","available":77,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155148":{"id":"11-155148","available":44,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155642":{"id":"11-155642","available":76,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150831":{"id":"2-150831","available":0,"dates":[]},"2-150837":{"id":"2-150837","available":0,"dates":[]},"2-154885":{"id":"2-154885","available":0,"dates":[]},"2-154891":{"id":"2-154891","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155234":{"id":"2-155234","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155243":{"id":"2-155243","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155748":{"id":"2-155748","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155760":{"id":"2-155760","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150832":{"id":"4-150832","available":0,"dates":[]},"4-150838":{"id":"4-150838","available":0,"dates":[]},"4-154886":{"id":"4-154886","available":40,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154892":{"id":"4-154892","available":39,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155235":{"id":"4-155235","available":55,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155244":{"id":"4-155244","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155749":{"id":"4-155749","available":73,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155761":{"id":"4-155761","available":40,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150726":{"id":"41-150726","available":0,"dates":[]},"41-150734":{"id":"41-150734","available":0,"dates":[]},"41-154907":{"id":"41-154907","available":46,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155259":{"id":"41-155259","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155779":{"id":"41-155779","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154784":{"id":"51-154784","available":95,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155316":{"id":"51-155316","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155617":{"id":"51-155617","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150948":{"id":"58-150948","available":0,"dates":[]},"58-154937":{"id":"58-154937","available":60,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155275":{"id":"58-155275","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155806":{"id":"58-155806","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150714":{"id":"65-150714","available":0,"dates":[]},"65-150719":{"id":"65-150719","available":0,"dates":[]},"65-154834":{"id":"65-154834","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155339":{"id":"65-155339","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155683":{"id":"65-155683","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150489":{"id":"66-150489","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150917":{"id":"9-150917","available":0,"dates":[]},"9-150923":{"id":"9-150923","available":0,"dates":[]},"9-154922":{"id":"9-154922","available":54,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155271":{"id":"9-155271","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155873":{"id":"9-155873","available":21,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> <script data-inventory-json="gleaming-vase" data-restrict="false" data-components="the-risky-dm,gleaming-vase" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-FLRL-V-10018"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-FLRL-V-10018"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":["56-FLRL-V-10018"]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":["57-FLRL-V-10018"]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":["60-FLRL-V-10018"]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-FLRL-V-10018"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":["38-FLRL-V-10018"]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":["55-FLRL-V-10018"]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-FLRL-V-10018"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-FLRL-V-10018"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-FLRL-V-10018"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":["30-FLRL-V-10018"]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":["29-FLRL-V-10018"]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-FLRL-V-10018"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-FLRL-V-10018","10-FLRL-V-10018"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-FLRL-V-10018","11-FLRL-V-10018"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":["13-FLRL-V-10018"]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-FLRL-V-10018"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-FLRL-V-10018"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-FLRL-V-10018"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended"],"1-FLRL-V-10018":{"id":"1-FLRL-V-10018","available":56,"dates":[]},"10-FLRL-V-10018":{"id":"10-FLRL-V-10018","available":0,"dates":[]},"11-FLRL-V-10018":{"id":"11-FLRL-V-10018","available":33,"dates":[]},"13-FLRL-V-10018":{"id":"13-FLRL-V-10018","available":0,"dates":[]},"2-FLRL-V-10018":{"id":"2-FLRL-V-10018","available":36,"dates":[]},"29-FLRL-V-10018":{"id":"29-FLRL-V-10018","available":0,"dates":[]},"30-FLRL-V-10018":{"id":"30-FLRL-V-10018","available":0,"dates":[]},"38-FLRL-V-10018":{"id":"38-FLRL-V-10018","available":0,"dates":[]},"4-FLRL-V-10018":{"id":"4-FLRL-V-10018","available":219,"dates":[]},"41-FLRL-V-10018":{"id":"41-FLRL-V-10018","available":77,"dates":[]},"42-FLRL-V-10018":{"id":"42-FLRL-V-10018","available":17,"dates":[]},"51-FLRL-V-10018":{"id":"51-FLRL-V-10018","available":0,"dates":[]},"52-FLRL-V-10018":{"id":"52-FLRL-V-10018","available":0,"dates":[]},"55-FLRL-V-10018":{"id":"55-FLRL-V-10018","available":0,"dates":[]},"56-FLRL-V-10018":{"id":"56-FLRL-V-10018","available":0,"dates":[]},"57-FLRL-V-10018":{"id":"57-FLRL-V-10018","available":0,"dates":[]},"58-FLRL-V-10018":{"id":"58-FLRL-V-10018","available":137,"dates":[]},"60-FLRL-V-10018":{"id":"60-FLRL-V-10018","available":0,"dates":[]},"65-FLRL-V-10018":{"id":"65-FLRL-V-10018","available":108,"dates":[]},"9-FLRL-V-10018":{"id":"9-FLRL-V-10018","available":0,"dates":[]},"blackout_from":"2024-11-19T18:00:00Z", "blackout_to":"2024-12-09T05:00:00Z"} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-risky-dm-with-gleaming-vase" title="View The Risky DM with Gleaming Vase" data-product-card-title><h3 style="font-size: 1em;">The Risky DM with Gleaming Vase</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$94 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">8 reviews with an average of 4.4 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.4" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="8" aria-hidden="true" style=" font-size: 12px;">(8)</span></div> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="22" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-royal"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=500 500w, //urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=600 600w, //urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=700 700w, //urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=800 800w, //urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=900 900w, //urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=500" alt="The Royal" srcset="//urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=352 352w, //urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=500 500w, //urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=600 600w, //urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=700 700w, //urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=800 800w, //urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=900 900w, //urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=500" alt="The Royal" srcset="//urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=352 352w, //urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-royal" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150879","58-150883","58-154910","58-155351","58-155783"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154781","51-155322","51-155623"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150638","4-150650","4-154791","4-154795","4-155330","4-155336","4-155631","4-155637"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150727","41-150735","41-154908","41-155260","41-155780"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150742","42-150746","42-154847","42-155193","42-155697"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150637","2-150649","2-154790","2-155329","2-155335","2-155630","2-155636","2-155562"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150692","10-150694","10-154765","10-155135","10-155604"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150906","11-150911","11-154918","11-155267","11-155792"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150636","1-150648","1-154789","1-155328","1-155334","1-155629","1-155635"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150851","65-150862","65-154901","65-155253","65-155772"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["ups_worldease","ups_worldease_saver","bike","car","express","ground","ground_weekend_home","express_extended"],"1-150636":{"id":"1-150636","available":0,"dates":[]},"1-150648":{"id":"1-150648","available":0,"dates":[]},"1-154789":{"id":"1-154789","available":6,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155328":{"id":"1-155328","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155334":{"id":"1-155334","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155629":{"id":"1-155629","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155635":{"id":"1-155635","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150692":{"id":"10-150692","available":0,"dates":[]},"10-150694":{"id":"10-150694","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154765":{"id":"10-154765","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155135":{"id":"10-155135","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155604":{"id":"10-155604","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150906":{"id":"11-150906","available":0,"dates":[]},"11-150911":{"id":"11-150911","available":0,"dates":[]},"11-154918":{"id":"11-154918","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155267":{"id":"11-155267","available":22,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155792":{"id":"11-155792","available":34,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150637":{"id":"2-150637","available":0,"dates":[]},"2-150649":{"id":"2-150649","available":0,"dates":[]},"2-154790":{"id":"2-154790","available":0,"dates":[]},"2-155329":{"id":"2-155329","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155335":{"id":"2-155335","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155562":{"id":"2-155562","available":0,"dates":[]},"2-155630":{"id":"2-155630","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155636":{"id":"2-155636","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150638":{"id":"4-150638","available":0,"dates":[]},"4-150650":{"id":"4-150650","available":0,"dates":[]},"4-154791":{"id":"4-154791","available":16,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154795":{"id":"4-154795","available":18,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155330":{"id":"4-155330","available":17,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155336":{"id":"4-155336","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155631":{"id":"4-155631","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155637":{"id":"4-155637","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150727":{"id":"41-150727","available":0,"dates":[]},"41-150735":{"id":"41-150735","available":0,"dates":[]},"41-154908":{"id":"41-154908","available":12,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155260":{"id":"41-155260","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155780":{"id":"41-155780","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150742":{"id":"42-150742","available":0,"dates":[]},"42-150746":{"id":"42-150746","available":0,"dates":[]},"42-154847":{"id":"42-154847","available":0,"dates":[]},"42-155193":{"id":"42-155193","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155697":{"id":"42-155697","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154781":{"id":"51-154781","available":0,"dates":[]},"51-155322":{"id":"51-155322","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155623":{"id":"51-155623","available":8,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150879":{"id":"58-150879","available":0,"dates":[]},"58-150883":{"id":"58-150883","available":0,"dates":[]},"58-154910":{"id":"58-154910","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155351":{"id":"58-155351","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155783":{"id":"58-155783","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150851":{"id":"65-150851","available":0,"dates":[]},"65-150862":{"id":"65-150862","available":21,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-154901":{"id":"65-154901","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155253":{"id":"65-155253","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155772":{"id":"65-155772","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-royal" title="View The Royal" data-product-card-title><h3 style="font-size: 1em;">The Royal</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$95 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">30 reviews with an average of 4.1 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.1" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="30" aria-hidden="true" style=" font-size: 12px;">(30)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Royal in Single" data-swatch-item="the-royal" data-image-loaded href="https://urbanstems.com/products/the-royal" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Royal in Double" data-swatch-item="double-the-royal" href="https://urbanstems.com/products/double-the-royal" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="the-royal" type="application/json">{"the-royal":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage":null, "handle": "the-royal", "priceAmount": 9500, "price": "$95 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-royal", "variantName": null, "title": "The Royal", "images": [ { "alt": "The Royal", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Royal_SupportingImage_1_PDP.jpg?v=1727922360\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=500 500w, //urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=600 600w, //urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=500 500w, //urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=600 600w, //urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=700 700w" }, { "alt": "The Royal", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=500 500w, //urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=600 600w, //urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=500 500w, //urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=600 600w, //urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=700 700w" } ], "variants": [{"id":45510436389112,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10130","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Royal - Single","public_title":"Single","options":["Single","Default Title"],"price":9500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9500,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9500,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9500,"per_delivery_price":22500,"selling_plan_id":4888297720,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9500,"per_delivery_price":30000,"selling_plan_id":4894392568,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9500,"per_delivery_price":37500,"selling_plan_id":4895179000,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9500,"per_delivery_price":45000,"selling_plan_id":4895965432,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9500,"per_delivery_price":90000,"selling_plan_id":4896751864,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":9500,"per_delivery_price":126000,"selling_plan_id":4902486264,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":9500,"per_delivery_price":63000,"selling_plan_id":4902813944,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":9500,"per_delivery_price":52500,"selling_plan_id":4903141624,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":9500,"per_delivery_price":42000,"selling_plan_id":4903469304,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":9500,"per_delivery_price":31500,"selling_plan_id":4903796984,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9500,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9500,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9500,"per_delivery_price":22500,"selling_plan_id":4888330488,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9500,"per_delivery_price":30000,"selling_plan_id":4894425336,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9500,"per_delivery_price":37500,"selling_plan_id":4895211768,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9500,"per_delivery_price":45000,"selling_plan_id":4895998200,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9500,"per_delivery_price":90000,"selling_plan_id":4896784632,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":9500,"per_delivery_price":126000,"selling_plan_id":4902519032,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":9500,"per_delivery_price":63000,"selling_plan_id":4902846712,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":9500,"per_delivery_price":52500,"selling_plan_id":4903174392,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":9500,"per_delivery_price":42000,"selling_plan_id":4903502072,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":9500,"per_delivery_price":31500,"selling_plan_id":4903829752,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9500,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9500,"per_delivery_price":22500,"selling_plan_id":4888363256,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9500,"per_delivery_price":30000,"selling_plan_id":4894458104,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9500,"per_delivery_price":37500,"selling_plan_id":4895244536,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9500,"per_delivery_price":45000,"selling_plan_id":4896030968,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9500,"per_delivery_price":90000,"selling_plan_id":4896817400,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146488":{"id":"1-146488","available":6,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146588":{"id":"1-146588","available":6,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146625":{"id":"1-146625","available":6,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146734":{"id":"1-146734","available":2,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147625":{"id":"1-147625","available":0,"dates":[]},"1-147666":{"id":"1-147666","available":0,"dates":[]},"1-148272":{"id":"1-148272","available":3,"dates":["2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"1-148790":{"id":"1-148790","available":0,"dates":[]},"1-148823":{"id":"1-148823","available":0,"dates":[]},"1-149564":{"id":"1-149564","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149576":{"id":"1-149576","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150152":{"id":"1-150152","available":24,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150164":{"id":"1-150164","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150636":{"id":"1-150636","available":0,"dates":[]},"1-150648":{"id":"1-150648","available":0,"dates":[]},"1-151065":{"id":"1-151065","available":0,"dates":[]},"1-151107":{"id":"1-151107","available":0,"dates":[]},"1-151475":{"id":"1-151475","available":0,"dates":[]},"1-151519":{"id":"1-151519","available":0,"dates":[]},"1-152016":{"id":"1-152016","available":0,"dates":[]},"1-152529":{"id":"1-152529","available":0,"dates":[]},"1-152753":{"id":"1-152753","available":0,"dates":[]},"1-152935":{"id":"1-152935","available":0,"dates":[]},"1-153012":{"id":"1-153012","available":0,"dates":[]},"1-153042":{"id":"1-153042","available":4,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153315":{"id":"1-153315","available":0,"dates":[]},"1-153345":{"id":"1-153345","available":0,"dates":[]},"1-153739":{"id":"1-153739","available":0,"dates":[]},"1-153805":{"id":"1-153805","available":0,"dates":[]},"1-154280":{"id":"1-154280","available":0,"dates":[]},"1-154283":{"id":"1-154283","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154789":{"id":"1-154789","available":6,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155328":{"id":"1-155328","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155334":{"id":"1-155334","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155629":{"id":"1-155629","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155635":{"id":"1-155635","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-10130-1-144498":{"id":"1-FLRL-B-10130-1-144498","available":3,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-10130-1-145519":{"id":"1-FLRL-B-10130-1-145519","available":"1","dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"1-FLRL-B-10130-1-145894":{"id":"1-FLRL-B-10130-1-145894","available":2,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-10130-1-145934":{"id":"1-FLRL-B-10130-1-145934","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146770":{"id":"10-146770","available":7,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147285":{"id":"10-147285","available":0,"dates":[]},"10-147801":{"id":"10-147801","available":0,"dates":[]},"10-148231":{"id":"10-148231","available":0,"dates":[]},"10-149582":{"id":"10-149582","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149586":{"id":"10-149586","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150169":{"id":"10-150169","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150172":{"id":"10-150172","available":56,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150692":{"id":"10-150692","available":0,"dates":[]},"10-150694":{"id":"10-150694","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154081":{"id":"10-154081","available":0,"dates":[]},"10-154224":{"id":"10-154224","available":0,"dates":[]},"10-154765":{"id":"10-154765","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155135":{"id":"10-155135","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155604":{"id":"10-155604","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-10130-10-144745":{"id":"10-FLRL-B-10130-10-144745","available":6,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-10130-10-146091":{"id":"10-FLRL-B-10130-10-146091","available":"5","dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146722":{"id":"11-146722","available":10,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147237":{"id":"11-147237","available":0,"dates":[]},"11-147757":{"id":"11-147757","available":0,"dates":[]},"11-148186":{"id":"11-148186","available":12,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-149050":{"id":"11-149050","available":17,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"11-149598":{"id":"11-149598","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149602":{"id":"11-149602","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150398":{"id":"11-150398","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150403":{"id":"11-150403","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150906":{"id":"11-150906","available":0,"dates":[]},"11-150911":{"id":"11-150911","available":0,"dates":[]},"11-151335":{"id":"11-151335","available":0,"dates":[]},"11-151844":{"id":"11-151844","available":0,"dates":[]},"11-152191":{"id":"11-152191","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"11-152637":{"id":"11-152637","available":0,"dates":[]},"11-152892":{"id":"11-152892","available":0,"dates":[]},"11-153192":{"id":"11-153192","available":0,"dates":[]},"11-153633":{"id":"11-153633","available":0,"dates":[]},"11-153872":{"id":"11-153872","available":0,"dates":[]},"11-154436":{"id":"11-154436","available":0,"dates":[]},"11-154918":{"id":"11-154918","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155267":{"id":"11-155267","available":22,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155792":{"id":"11-155792","available":34,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-10130-11-144692":{"id":"11-FLRL-B-10130-11-144692","available":12,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-10130-11-146039":{"id":"11-FLRL-B-10130-11-146039","available":10,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146589":{"id":"2-146589","available":6,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146626":{"id":"2-146626","available":6,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146735":{"id":"2-146735","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147626":{"id":"2-147626","available":0,"dates":[]},"2-147667":{"id":"2-147667","available":0,"dates":[]},"2-148273":{"id":"2-148273","available":0,"dates":[]},"2-148278":{"id":"2-148278","available":0,"dates":[]},"2-148791":{"id":"2-148791","available":-2,"dates":[]},"2-148824":{"id":"2-148824","available":0,"dates":[]},"2-149565":{"id":"2-149565","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149577":{"id":"2-149577","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150153":{"id":"2-150153","available":36,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150165":{"id":"2-150165","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150637":{"id":"2-150637","available":0,"dates":[]},"2-150649":{"id":"2-150649","available":0,"dates":[]},"2-151066":{"id":"2-151066","available":0,"dates":[]},"2-151108":{"id":"2-151108","available":0,"dates":[]},"2-151476":{"id":"2-151476","available":0,"dates":[]},"2-151520":{"id":"2-151520","available":0,"dates":[]},"2-152017":{"id":"2-152017","available":0,"dates":[]},"2-152530":{"id":"2-152530","available":0,"dates":[]},"2-152754":{"id":"2-152754","available":0,"dates":[]},"2-152936":{"id":"2-152936","available":0,"dates":[]},"2-153013":{"id":"2-153013","available":0,"dates":[]},"2-153043":{"id":"2-153043","available":3,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"2-153316":{"id":"2-153316","available":0,"dates":[]},"2-153346":{"id":"2-153346","available":0,"dates":[]},"2-153740":{"id":"2-153740","available":0,"dates":[]},"2-153806":{"id":"2-153806","available":0,"dates":[]},"2-154281":{"id":"2-154281","available":0,"dates":[]},"2-154284":{"id":"2-154284","available":0,"dates":[]},"2-154790":{"id":"2-154790","available":0,"dates":[]},"2-155329":{"id":"2-155329","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155335":{"id":"2-155335","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155562":{"id":"2-155562","available":0,"dates":[]},"2-155630":{"id":"2-155630","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155636":{"id":"2-155636","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-10130-2-144463":{"id":"2-FLRL-B-10130-2-144463","available":1,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"2-FLRL-B-10130-2-144499":{"id":"2-FLRL-B-10130-2-144499","available":6,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-10130-2-145895":{"id":"2-FLRL-B-10130-2-145895","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-10130-2-145935":{"id":"2-FLRL-B-10130-2-145935","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146795":{"id":"30-146795","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147312":{"id":"30-147312","available":0,"dates":[]},"30-147830":{"id":"30-147830","available":0,"dates":[]},"30-148261":{"id":"30-148261","available":0,"dates":[]},"30-FLRL-B-10130-30-144778":{"id":"30-FLRL-B-10130-30-144778","available":2,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-10130-30-146118":{"id":"30-FLRL-B-10130-30-146118","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146490":{"id":"4-146490","available":6,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146590":{"id":"4-146590","available":18,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146627":{"id":"4-146627","available":12,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146736":{"id":"4-146736","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147485":{"id":"4-147485","available":0,"dates":[]},"4-147627":{"id":"4-147627","available":0,"dates":[]},"4-147668":{"id":"4-147668","available":0,"dates":[]},"4-148274":{"id":"4-148274","available":0,"dates":[]},"4-148279":{"id":"4-148279","available":0,"dates":[]},"4-148792":{"id":"4-148792","available":0,"dates":[]},"4-148825":{"id":"4-148825","available":1,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"4-149566":{"id":"4-149566","available":252,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149578":{"id":"4-149578","available":300,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150154":{"id":"4-150154","available":252,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150166":{"id":"4-150166","available":300,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150638":{"id":"4-150638","available":0,"dates":[]},"4-150650":{"id":"4-150650","available":0,"dates":[]},"4-151067":{"id":"4-151067","available":0,"dates":[]},"4-151109":{"id":"4-151109","available":0,"dates":[]},"4-151477":{"id":"4-151477","available":0,"dates":[]},"4-151521":{"id":"4-151521","available":0,"dates":[]},"4-152018":{"id":"4-152018","available":0,"dates":[]},"4-152531":{"id":"4-152531","available":0,"dates":[]},"4-152755":{"id":"4-152755","available":0,"dates":[]},"4-152937":{"id":"4-152937","available":0,"dates":[]},"4-153014":{"id":"4-153014","available":0,"dates":[]},"4-153044":{"id":"4-153044","available":0,"dates":[]},"4-153317":{"id":"4-153317","available":0,"dates":[]},"4-153347":{"id":"4-153347","available":0,"dates":[]},"4-153741":{"id":"4-153741","available":0,"dates":[]},"4-153807":{"id":"4-153807","available":0,"dates":[]},"4-154282":{"id":"4-154282","available":0,"dates":[]},"4-154285":{"id":"4-154285","available":0,"dates":[]},"4-154791":{"id":"4-154791","available":16,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154795":{"id":"4-154795","available":18,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155330":{"id":"4-155330","available":17,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155336":{"id":"4-155336","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155631":{"id":"4-155631","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155637":{"id":"4-155637","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-10130-4-144464":{"id":"4-FLRL-B-10130-4-144464","available":14,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-10130-4-144500":{"id":"4-FLRL-B-10130-4-144500","available":5,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-10130-4-145483":{"id":"4-FLRL-B-10130-4-145483","available":"1","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"4-FLRL-B-10130-4-145521":{"id":"4-FLRL-B-10130-4-145521","available":1,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-B-10130-4-145896":{"id":"4-FLRL-B-10130-4-145896","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-10130-4-145936":{"id":"4-FLRL-B-10130-4-145936","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146777":{"id":"41-146777","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147293":{"id":"41-147293","available":0,"dates":[]},"41-147811":{"id":"41-147811","available":1,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21"]},"41-148241":{"id":"41-148241","available":2,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"41-149606":{"id":"41-149606","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149610":{"id":"41-149610","available":84,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150255":{"id":"41-150255","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150263":{"id":"41-150263","available":84,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150727":{"id":"41-150727","available":0,"dates":[]},"41-150735":{"id":"41-150735","available":0,"dates":[]},"41-154102":{"id":"41-154102","available":0,"dates":[]},"41-154416":{"id":"41-154416","available":0,"dates":[]},"41-154908":{"id":"41-154908","available":12,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155260":{"id":"41-155260","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155780":{"id":"41-155780","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-10130-41-144757":{"id":"41-FLRL-B-10130-41-144757","available":14,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-10130-41-146099":{"id":"41-FLRL-B-10130-41-146099","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-149616":{"id":"42-149616","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149618":{"id":"42-149618","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150270":{"id":"42-150270","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150274":{"id":"42-150274","available":21,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150742":{"id":"42-150742","available":0,"dates":[]},"42-150746":{"id":"42-150746","available":0,"dates":[]},"42-153907":{"id":"42-153907","available":0,"dates":[]},"42-154343":{"id":"42-154343","available":0,"dates":[]},"42-154847":{"id":"42-154847","available":0,"dates":[]},"42-155193":{"id":"42-155193","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155697":{"id":"42-155697","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-146680":{"id":"51-146680","available":11,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147195":{"id":"51-147195","available":65,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147723":{"id":"51-147723","available":12,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148155":{"id":"51-148155","available":0,"dates":[]},"51-148554":{"id":"51-148554","available":17,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148874":{"id":"51-148874","available":0,"dates":[]},"51-149553":{"id":"51-149553","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150141":{"id":"51-150141","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150625":{"id":"51-150625","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151003":{"id":"51-151003","available":-4,"dates":[]},"51-151159":{"id":"51-151159","available":0,"dates":[]},"51-151570":{"id":"51-151570","available":0,"dates":[]},"51-152062":{"id":"51-152062","available":0,"dates":[]},"51-152567":{"id":"51-152567","available":0,"dates":[]},"51-152798":{"id":"51-152798","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153083":{"id":"51-153083","available":0,"dates":[]},"51-153602":{"id":"51-153602","available":1,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26"]},"51-153708":{"id":"51-153708","available":0,"dates":[]},"51-154261":{"id":"51-154261","available":0,"dates":[]},"51-154781":{"id":"51-154781","available":0,"dates":[]},"51-155322":{"id":"51-155322","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155623":{"id":"51-155623","available":8,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146823":{"id":"58-146823","available":21,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147341":{"id":"58-147341","available":0,"dates":[]},"58-147859":{"id":"58-147859","available":0,"dates":[]},"58-148137":{"id":"58-148137","available":0,"dates":[]},"58-148929":{"id":"58-148929","available":0,"dates":[]},"58-149823":{"id":"58-149823","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149827":{"id":"58-149827","available":135,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150377":{"id":"58-150377","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150381":{"id":"58-150381","available":135,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150879":{"id":"58-150879","available":0,"dates":[]},"58-150883":{"id":"58-150883","available":0,"dates":[]},"58-151209":{"id":"58-151209","available":0,"dates":[]},"58-151621":{"id":"58-151621","available":0,"dates":[]},"58-152097":{"id":"58-152097","available":0,"dates":[]},"58-152588":{"id":"58-152588","available":0,"dates":[]},"58-152827":{"id":"58-152827","available":0,"dates":[]},"58-153121":{"id":"58-153121","available":0,"dates":[]},"58-153422":{"id":"58-153422","available":0,"dates":[]},"58-154076":{"id":"58-154076","available":0,"dates":[]},"58-154419":{"id":"58-154419","available":0,"dates":[]},"58-154423":{"id":"58-154423","available":0,"dates":[]},"58-154910":{"id":"58-154910","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155351":{"id":"58-155351","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155783":{"id":"58-155783","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-10130-58-144811":{"id":"58-FLRL-B-10130-58-144811","available":18,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-10130-58-145730":{"id":"58-FLRL-B-10130-58-145730","available":"13","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-10130-58-146147":{"id":"58-FLRL-B-10130-58-146147","available":"4","dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-149590":{"id":"65-149590","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149594":{"id":"65-149594","available":63,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150175":{"id":"65-150175","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150178":{"id":"65-150178","available":63,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150851":{"id":"65-150851","available":0,"dates":[]},"65-150862":{"id":"65-150862","available":21,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-153967":{"id":"65-153967","available":0,"dates":[]},"65-154406":{"id":"65-154406","available":0,"dates":[]},"65-154901":{"id":"65-154901","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155253":{"id":"65-155253","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155772":{"id":"65-155772","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-146670":{"id":"9-146670","available":6,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147713":{"id":"9-147713","available":1,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19"]},"9-148144":{"id":"9-148144","available":3,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"9-FLRL-B-10130-9-144643":{"id":"9-FLRL-B-10130-9-144643","available":6,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"9-FLRL-B-10130-9-145563":{"id":"9-FLRL-B-10130-9-145563","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"9-FLRL-B-10130-9-145979":{"id":"9-FLRL-B-10130-9-145979","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150879","58-150883","58-154910","58-155351","58-155783"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154781","51-155322","51-155623"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150638","4-150650","4-154791","4-154795","4-155330","4-155336","4-155631","4-155637"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150727","41-150735","41-154908","41-155260","41-155780"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150742","42-150746","42-154847","42-155193","42-155697"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150637","2-150649","2-154790","2-155329","2-155335","2-155630","2-155636","2-155562"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150692","10-150694","10-154765","10-155135","10-155604"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150906","11-150911","11-154918","11-155267","11-155792"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150636","1-150648","1-154789","1-155328","1-155334","1-155629","1-155635"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150851","65-150862","65-154901","65-155253","65-155772"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["ups_worldease","ups_worldease_saver","bike","car","express","ground","ground_weekend_home","express_extended"],"blackout_from":null, "blackout_to":null} }, "double-the-royal":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-royal", "priceAmount": 17100, "price": "$171 ", "priceCompareAtAmount": 19000, "priceCompareAt": "$190 ", "url": "https://urbanstems.com/products/double-the-royal", "variantName": null, "title": "Double the Royal", "images": [ { "alt": "Double the Royal", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=700 700w" }, { "alt": "Double the Royal", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=700 700w" } ], "variants": [{"id":45984400212216,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10130","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Royal - Double","public_title":"Double","options":["Double","Default Title"],"price":17100,"weight":0,"compare_at_price":19000,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148790":{"id":"1-148790","available":0,"dates":[]},"1-148823":{"id":"1-148823","available":0,"dates":[]},"1-150636":{"id":"1-150636","available":0,"dates":[]},"1-150648":{"id":"1-150648","available":0,"dates":[]},"1-151065":{"id":"1-151065","available":0,"dates":[]},"1-151107":{"id":"1-151107","available":0,"dates":[]},"1-151475":{"id":"1-151475","available":0,"dates":[]},"1-151519":{"id":"1-151519","available":0,"dates":[]},"1-152016":{"id":"1-152016","available":0,"dates":[]},"1-152529":{"id":"1-152529","available":0,"dates":[]},"1-152753":{"id":"1-152753","available":0,"dates":[]},"1-152935":{"id":"1-152935","available":0,"dates":[]},"1-153012":{"id":"1-153012","available":0,"dates":[]},"1-153042":{"id":"1-153042","available":2,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153315":{"id":"1-153315","available":0,"dates":[]},"1-153345":{"id":"1-153345","available":0,"dates":[]},"1-153739":{"id":"1-153739","available":0,"dates":[]},"1-153805":{"id":"1-153805","available":0,"dates":[]},"1-154280":{"id":"1-154280","available":0,"dates":[]},"1-154283":{"id":"1-154283","available":0,"dates":[]},"1-154789":{"id":"1-154789","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155328":{"id":"1-155328","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155334":{"id":"1-155334","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155629":{"id":"1-155629","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155635":{"id":"1-155635","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150692":{"id":"10-150692","available":0,"dates":[]},"10-150694":{"id":"10-150694","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154081":{"id":"10-154081","available":0,"dates":[]},"10-154224":{"id":"10-154224","available":0,"dates":[]},"10-154765":{"id":"10-154765","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155135":{"id":"10-155135","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155604":{"id":"10-155604","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149050":{"id":"11-149050","available":8,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"11-150906":{"id":"11-150906","available":0,"dates":[]},"11-150911":{"id":"11-150911","available":0,"dates":[]},"11-151335":{"id":"11-151335","available":0,"dates":[]},"11-151844":{"id":"11-151844","available":0,"dates":[]},"11-152191":{"id":"11-152191","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"11-152637":{"id":"11-152637","available":0,"dates":[]},"11-152892":{"id":"11-152892","available":0,"dates":[]},"11-153192":{"id":"11-153192","available":0,"dates":[]},"11-153633":{"id":"11-153633","available":0,"dates":[]},"11-153872":{"id":"11-153872","available":0,"dates":[]},"11-154436":{"id":"11-154436","available":0,"dates":[]},"11-154918":{"id":"11-154918","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155267":{"id":"11-155267","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155792":{"id":"11-155792","available":17,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148791":{"id":"2-148791","available":-1,"dates":[]},"2-148824":{"id":"2-148824","available":0,"dates":[]},"2-150637":{"id":"2-150637","available":0,"dates":[]},"2-150649":{"id":"2-150649","available":0,"dates":[]},"2-151066":{"id":"2-151066","available":0,"dates":[]},"2-151108":{"id":"2-151108","available":0,"dates":[]},"2-151476":{"id":"2-151476","available":0,"dates":[]},"2-151520":{"id":"2-151520","available":0,"dates":[]},"2-152017":{"id":"2-152017","available":0,"dates":[]},"2-152530":{"id":"2-152530","available":0,"dates":[]},"2-152754":{"id":"2-152754","available":0,"dates":[]},"2-152936":{"id":"2-152936","available":0,"dates":[]},"2-153013":{"id":"2-153013","available":0,"dates":[]},"2-153043":{"id":"2-153043","available":1,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"2-153316":{"id":"2-153316","available":0,"dates":[]},"2-153346":{"id":"2-153346","available":0,"dates":[]},"2-153740":{"id":"2-153740","available":0,"dates":[]},"2-153806":{"id":"2-153806","available":0,"dates":[]},"2-154281":{"id":"2-154281","available":0,"dates":[]},"2-154284":{"id":"2-154284","available":0,"dates":[]},"2-154790":{"id":"2-154790","available":0,"dates":[]},"2-155329":{"id":"2-155329","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155335":{"id":"2-155335","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155562":{"id":"2-155562","available":0,"dates":[]},"2-155630":{"id":"2-155630","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155636":{"id":"2-155636","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-148792":{"id":"4-148792","available":0,"dates":[]},"4-148825":{"id":"4-148825","available":0,"dates":[]},"4-150638":{"id":"4-150638","available":0,"dates":[]},"4-150650":{"id":"4-150650","available":0,"dates":[]},"4-151067":{"id":"4-151067","available":0,"dates":[]},"4-151109":{"id":"4-151109","available":0,"dates":[]},"4-151477":{"id":"4-151477","available":0,"dates":[]},"4-151521":{"id":"4-151521","available":0,"dates":[]},"4-152018":{"id":"4-152018","available":0,"dates":[]},"4-152531":{"id":"4-152531","available":0,"dates":[]},"4-152755":{"id":"4-152755","available":0,"dates":[]},"4-152937":{"id":"4-152937","available":0,"dates":[]},"4-153014":{"id":"4-153014","available":0,"dates":[]},"4-153044":{"id":"4-153044","available":0,"dates":[]},"4-153317":{"id":"4-153317","available":0,"dates":[]},"4-153347":{"id":"4-153347","available":0,"dates":[]},"4-153741":{"id":"4-153741","available":0,"dates":[]},"4-153807":{"id":"4-153807","available":0,"dates":[]},"4-154282":{"id":"4-154282","available":0,"dates":[]},"4-154285":{"id":"4-154285","available":0,"dates":[]},"4-154791":{"id":"4-154791","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154795":{"id":"4-154795","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155330":{"id":"4-155330","available":8,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155336":{"id":"4-155336","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155631":{"id":"4-155631","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155637":{"id":"4-155637","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150727":{"id":"41-150727","available":0,"dates":[]},"41-150735":{"id":"41-150735","available":0,"dates":[]},"41-154102":{"id":"41-154102","available":0,"dates":[]},"41-154416":{"id":"41-154416","available":0,"dates":[]},"41-154908":{"id":"41-154908","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155260":{"id":"41-155260","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155780":{"id":"41-155780","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150742":{"id":"42-150742","available":0,"dates":[]},"42-150746":{"id":"42-150746","available":0,"dates":[]},"42-153907":{"id":"42-153907","available":0,"dates":[]},"42-154343":{"id":"42-154343","available":0,"dates":[]},"42-154847":{"id":"42-154847","available":0,"dates":[]},"42-155193":{"id":"42-155193","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155697":{"id":"42-155697","available":3,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-148874":{"id":"51-148874","available":0,"dates":[]},"51-151003":{"id":"51-151003","available":-2,"dates":[]},"51-151159":{"id":"51-151159","available":0,"dates":[]},"51-151570":{"id":"51-151570","available":0,"dates":[]},"51-152062":{"id":"51-152062","available":0,"dates":[]},"51-152567":{"id":"51-152567","available":0,"dates":[]},"51-152798":{"id":"51-152798","available":0,"dates":[]},"51-153083":{"id":"51-153083","available":0,"dates":[]},"51-153602":{"id":"51-153602","available":0,"dates":[]},"51-153708":{"id":"51-153708","available":0,"dates":[]},"51-154261":{"id":"51-154261","available":0,"dates":[]},"51-154781":{"id":"51-154781","available":0,"dates":[]},"51-155322":{"id":"51-155322","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155623":{"id":"51-155623","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-148929":{"id":"58-148929","available":0,"dates":[]},"58-150879":{"id":"58-150879","available":0,"dates":[]},"58-150883":{"id":"58-150883","available":0,"dates":[]},"58-151209":{"id":"58-151209","available":0,"dates":[]},"58-151621":{"id":"58-151621","available":0,"dates":[]},"58-152097":{"id":"58-152097","available":0,"dates":[]},"58-152588":{"id":"58-152588","available":0,"dates":[]},"58-152827":{"id":"58-152827","available":0,"dates":[]},"58-153121":{"id":"58-153121","available":0,"dates":[]},"58-153422":{"id":"58-153422","available":0,"dates":[]},"58-154076":{"id":"58-154076","available":0,"dates":[]},"58-154419":{"id":"58-154419","available":0,"dates":[]},"58-154423":{"id":"58-154423","available":0,"dates":[]},"58-154910":{"id":"58-154910","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155351":{"id":"58-155351","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155783":{"id":"58-155783","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150851":{"id":"65-150851","available":0,"dates":[]},"65-150862":{"id":"65-150862","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-153967":{"id":"65-153967","available":0,"dates":[]},"65-154406":{"id":"65-154406","available":0,"dates":[]},"65-154901":{"id":"65-154901","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155253":{"id":"65-155253","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155772":{"id":"65-155772","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150879","58-150883","58-154910","58-155351","58-155783"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154781","51-155322","51-155623"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150638","4-150650","4-154791","4-154795","4-155330","4-155336","4-155631","4-155637"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150727","41-150735","41-154908","41-155260","41-155780"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150742","42-150746","42-154847","42-155193","42-155697"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150637","2-150649","2-154790","2-155329","2-155335","2-155630","2-155636","2-155562"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150692","10-150694","10-154765","10-155135","10-155604"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150906","11-150911","11-154918","11-155267","11-155792"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150636","1-150648","1-154789","1-155328","1-155334","1-155629","1-155635"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150851","65-150862","65-154901","65-155253","65-155772"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","express","ground","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="23" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-unicorn"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=500" alt="Double the Unicorn" srcset="//urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=500" alt="Double the Unicorn" srcset="//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-unicorn" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150949","58-150952","58-154936","58-155276","58-155808"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155877"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-153697","4-153700","4-154827","4-154819","4-155186","4-155180","4-155679","4-155676"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150870","41-150876","41-154841","41-155347","41-155693"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155876","52-154844","52-155192","52-155696"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-153696","2-153699","2-154826","2-154818","2-155185","2-155179","2-155678","2-155675"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150895","10-150901","10-154915","10-155264","10-155869"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150661","11-150666","11-154800","11-155149","11-155643"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150676","9-150678","9-154809","9-155156","9-155651"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-153695","1-153698","1-154825","1-154817","1-155184","1-155178","1-155677","1-155674"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150853","65-150864","65-154766","65-155136","65-155605"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150486"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-153695":{"id":"1-153695","available":0,"dates":[]},"1-153698":{"id":"1-153698","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-154817":{"id":"1-154817","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154825":{"id":"1-154825","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155178":{"id":"1-155178","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155184":{"id":"1-155184","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155674":{"id":"1-155674","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-155677":{"id":"1-155677","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150895":{"id":"10-150895","available":0,"dates":[]},"10-150901":{"id":"10-150901","available":0,"dates":[]},"10-154915":{"id":"10-154915","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155264":{"id":"10-155264","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155869":{"id":"10-155869","available":42,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150661":{"id":"11-150661","available":0,"dates":[]},"11-150666":{"id":"11-150666","available":0,"dates":[]},"11-154800":{"id":"11-154800","available":31,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155149":{"id":"11-155149","available":37,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155643":{"id":"11-155643","available":45,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-153696":{"id":"2-153696","available":0,"dates":[]},"2-153699":{"id":"2-153699","available":0,"dates":[]},"2-154818":{"id":"2-154818","available":7,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154826":{"id":"2-154826","available":0,"dates":[]},"2-155179":{"id":"2-155179","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155185":{"id":"2-155185","available":21,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155675":{"id":"2-155675","available":20,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-155678":{"id":"2-155678","available":23,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-153697":{"id":"4-153697","available":0,"dates":[]},"4-153700":{"id":"4-153700","available":0,"dates":[]},"4-154819":{"id":"4-154819","available":32,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154827":{"id":"4-154827","available":48,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155180":{"id":"4-155180","available":21,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155186":{"id":"4-155186","available":50,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155676":{"id":"4-155676","available":48,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-155679":{"id":"4-155679","available":68,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150870":{"id":"41-150870","available":0,"dates":[]},"41-150876":{"id":"41-150876","available":0,"dates":[]},"41-154841":{"id":"41-154841","available":25,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155347":{"id":"41-155347","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155693":{"id":"41-155693","available":35,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-155877":{"id":"51-155877","available":55,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-154844":{"id":"52-154844","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155192":{"id":"52-155192","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155696":{"id":"52-155696","available":8,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155876":{"id":"52-155876","available":66,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-150949":{"id":"58-150949","available":0,"dates":[]},"58-150952":{"id":"58-150952","available":25,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-154936":{"id":"58-154936","available":63,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155276":{"id":"58-155276","available":49,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155808":{"id":"58-155808","available":80,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150853":{"id":"65-150853","available":0,"dates":[]},"65-150864":{"id":"65-150864","available":0,"dates":[]},"65-154766":{"id":"65-154766","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155136":{"id":"65-155136","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155605":{"id":"65-155605","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150486":{"id":"66-150486","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150676":{"id":"9-150676","available":0,"dates":[]},"9-150678":{"id":"9-150678","available":0,"dates":[]},"9-154809":{"id":"9-154809","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155156":{"id":"9-155156","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155651":{"id":"9-155651","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-unicorn" title="View Double the Unicorn" data-product-card-title><h3 style="font-size: 1em;">Double the Unicorn</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$96 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$120</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">258 reviews with an average of 4.2 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.2" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="258" aria-hidden="true" style=" font-size: 12px;">(258)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Unicorn in Single" data-swatch-item="the-unicorn" href="https://urbanstems.com/products/the-unicorn" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Unicorn in Double" data-swatch-item="double-the-unicorn" data-image-loaded href="https://urbanstems.com/products/double-the-unicorn" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Unicorn in Triple" data-swatch-item="triple-the-unicorn" href="https://urbanstems.com/products/triple-the-unicorn" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="double-the-unicorn" type="application/json">{"the-unicorn":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage":null, "handle": "the-unicorn", "priceAmount": 5100, "price": "$51 ", "priceCompareAtAmount": 6000, "priceCompareAt": "$60 ", "url": "https://urbanstems.com/products/the-unicorn", "variantName": null, "title": "The Unicorn", "images": [ { "alt": "The Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=500 500w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=600 600w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=500 500w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=600 600w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=700 700w" }, { "alt": "The Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=500 500w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=600 600w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=500 500w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=600 600w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=700 700w" } ], "variants": [{"id":45510434849016,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10107","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Unicorn - Single","public_title":"Single","options":["Single","Default Title"],"price":5100,"weight":0,"compare_at_price":6000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5100,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5100,"per_delivery_price":30000,"selling_plan_id":4886495480,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5100,"per_delivery_price":18000,"selling_plan_id":4888789240,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5100,"per_delivery_price":24000,"selling_plan_id":4891148536,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5100,"per_delivery_price":36000,"selling_plan_id":4893016312,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5100,"per_delivery_price":72000,"selling_plan_id":4893802744,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5100,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5100,"per_delivery_price":30000,"selling_plan_id":4886528248,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5100,"per_delivery_price":18000,"selling_plan_id":4888822008,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5100,"per_delivery_price":24000,"selling_plan_id":4891181304,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5100,"per_delivery_price":36000,"selling_plan_id":4893049080,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5100,"per_delivery_price":72000,"selling_plan_id":4893835512,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5100,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5100,"per_delivery_price":30000,"selling_plan_id":4886561016,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5100,"per_delivery_price":18000,"selling_plan_id":4888854776,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5100,"per_delivery_price":24000,"selling_plan_id":4891214072,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5100,"per_delivery_price":36000,"selling_plan_id":4893081848,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5100,"per_delivery_price":72000,"selling_plan_id":4893868280,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":4590}],"price":4590,"compare_at_price":5100,"per_delivery_price":4590,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":4590}],"price":4590,"compare_at_price":5100,"per_delivery_price":4590,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":13770}],"price":13770,"compare_at_price":5100,"per_delivery_price":13770,"selling_plan_id":4983587064,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":13770}],"price":13770,"compare_at_price":5100,"per_delivery_price":13770,"selling_plan_id":4983619832,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":27540}],"price":27540,"compare_at_price":5100,"per_delivery_price":27540,"selling_plan_id":4984242424,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":27540}],"price":27540,"compare_at_price":5100,"per_delivery_price":27540,"selling_plan_id":4984275192,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146695":{"id":"1-146695","available":32,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146707":{"id":"1-146707","available":32,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146816":{"id":"1-146816","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147210":{"id":"1-147210","available":3,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"1-147222":{"id":"1-147222","available":0,"dates":[]},"1-147889":{"id":"1-147889","available":-1,"dates":[]},"1-147898":{"id":"1-147898","available":0,"dates":[]},"1-148446":{"id":"1-148446","available":0,"dates":[]},"1-148448":{"id":"1-148448","available":0,"dates":[]},"1-148720":{"id":"1-148720","available":0,"dates":[]},"1-148723":{"id":"1-148723","available":2,"dates":["2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"1-149061":{"id":"1-149061","available":0,"dates":[]},"1-149067":{"id":"1-149067","available":0,"dates":[]},"1-149629":{"id":"1-149629","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149638":{"id":"1-149638","available":110,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150197":{"id":"1-150197","available":90,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150206":{"id":"1-150206","available":110,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150688":{"id":"1-150688","available":110,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150700":{"id":"1-150700","available":90,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-151349":{"id":"1-151349","available":1,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151358":{"id":"1-151358","available":0,"dates":[]},"1-151738":{"id":"1-151738","available":10,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151750":{"id":"1-151750","available":7,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152205":{"id":"1-152205","available":19,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152473":{"id":"1-152473","available":0,"dates":[]},"1-152901":{"id":"1-152901","available":0,"dates":[]},"1-152905":{"id":"1-152905","available":11,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152971":{"id":"1-152971","available":-6,"dates":[]},"1-153201":{"id":"1-153201","available":0,"dates":[]},"1-153207":{"id":"1-153207","available":0,"dates":[]},"1-153497":{"id":"1-153497","available":0,"dates":[]},"1-153503":{"id":"1-153503","available":0,"dates":[]},"1-153695":{"id":"1-153695","available":0,"dates":[]},"1-153698":{"id":"1-153698","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-153769":{"id":"1-153769","available":0,"dates":[]},"1-153833":{"id":"1-153833","available":0,"dates":[]},"1-154311":{"id":"1-154311","available":0,"dates":[]},"1-154319":{"id":"1-154319","available":0,"dates":[]},"1-154817":{"id":"1-154817","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154825":{"id":"1-154825","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155178":{"id":"1-155178","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155184":{"id":"1-155184","available":28,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155674":{"id":"1-155674","available":20,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-155677":{"id":"1-155677","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-FLRL-B-10107-1-144741":{"id":"1-FLRL-B-10107-1-144741","available":12,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-10107-1-146008":{"id":"1-FLRL-B-10107-1-146008","available":13,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-10107-1-146023":{"id":"1-FLRL-B-10107-1-146023","available":32,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146838":{"id":"10-146838","available":31,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147355":{"id":"10-147355","available":0,"dates":[]},"10-147875":{"id":"10-147875","available":0,"dates":[]},"10-148311":{"id":"10-148311","available":0,"dates":[]},"10-148704":{"id":"10-148704","available":0,"dates":[]},"10-149047":{"id":"10-149047","available":0,"dates":[]},"10-149643":{"id":"10-149643","available":91,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149646":{"id":"10-149646","available":105,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150387":{"id":"10-150387","available":91,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150393":{"id":"10-150393","available":105,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150895":{"id":"10-150895","available":0,"dates":[]},"10-150901":{"id":"10-150901","available":0,"dates":[]},"10-151332":{"id":"10-151332","available":-1,"dates":[]},"10-151859":{"id":"10-151859","available":6,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"10-152188":{"id":"10-152188","available":0,"dates":[]},"10-152634":{"id":"10-152634","available":0,"dates":[]},"10-152889":{"id":"10-152889","available":0,"dates":[]},"10-153189":{"id":"10-153189","available":0,"dates":[]},"10-153630":{"id":"10-153630","available":0,"dates":[]},"10-153884":{"id":"10-153884","available":0,"dates":[]},"10-154431":{"id":"10-154431","available":0,"dates":[]},"10-154915":{"id":"10-154915","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155264":{"id":"10-155264","available":55,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155869":{"id":"10-155869","available":84,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-10107-10-144827":{"id":"10-FLRL-B-10107-10-144827","available":46,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-10107-10-145748":{"id":"10-FLRL-B-10107-10-145748","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"10-FLRL-B-10107-10-146162":{"id":"10-FLRL-B-10107-10-146162","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146812":{"id":"11-146812","available":59,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147330":{"id":"11-147330","available":0,"dates":[]},"11-147848":{"id":"11-147848","available":0,"dates":[]},"11-148283":{"id":"11-148283","available":3,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148668":{"id":"11-148668","available":0,"dates":[]},"11-148921":{"id":"11-148921","available":0,"dates":[]},"11-149655":{"id":"11-149655","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149658":{"id":"11-149658","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150219":{"id":"11-150219","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150222":{"id":"11-150222","available":128,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150661":{"id":"11-150661","available":0,"dates":[]},"11-150666":{"id":"11-150666","available":0,"dates":[]},"11-151201":{"id":"11-151201","available":0,"dates":[]},"11-151613":{"id":"11-151613","available":0,"dates":[]},"11-152089":{"id":"11-152089","available":0,"dates":[]},"11-152389":{"id":"11-152389","available":0,"dates":[]},"11-152821":{"id":"11-152821","available":0,"dates":[]},"11-153115":{"id":"11-153115","available":0,"dates":[]},"11-153416":{"id":"11-153416","available":0,"dates":[]},"11-154096":{"id":"11-154096","available":0,"dates":[]},"11-154474":{"id":"11-154474","available":0,"dates":[]},"11-154800":{"id":"11-154800","available":62,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155149":{"id":"11-155149","available":74,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155643":{"id":"11-155643","available":90,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-10107-11-144797":{"id":"11-FLRL-B-10107-11-144797","available":30,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-10107-11-146136":{"id":"11-FLRL-B-10107-11-146136","available":10,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146696":{"id":"2-146696","available":64,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146708":{"id":"2-146708","available":48,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146817":{"id":"2-146817","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147211":{"id":"2-147211","available":0,"dates":[]},"2-147223":{"id":"2-147223","available":0,"dates":[]},"2-147890":{"id":"2-147890","available":0,"dates":[]},"2-147899":{"id":"2-147899","available":0,"dates":[]},"2-148447":{"id":"2-148447","available":0,"dates":[]},"2-148449":{"id":"2-148449","available":0,"dates":[]},"2-148721":{"id":"2-148721","available":0,"dates":[]},"2-148724":{"id":"2-148724","available":0,"dates":[]},"2-149062":{"id":"2-149062","available":0,"dates":[]},"2-149068":{"id":"2-149068","available":0,"dates":[]},"2-149630":{"id":"2-149630","available":120,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149639":{"id":"2-149639","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150198":{"id":"2-150198","available":120,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150207":{"id":"2-150207","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150689":{"id":"2-150689","available":120,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150701":{"id":"2-150701","available":120,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-151350":{"id":"2-151350","available":0,"dates":[]},"2-151359":{"id":"2-151359","available":-4,"dates":[]},"2-151739":{"id":"2-151739","available":0,"dates":[]},"2-151751":{"id":"2-151751","available":0,"dates":[]},"2-152206":{"id":"2-152206","available":0,"dates":[]},"2-152474":{"id":"2-152474","available":0,"dates":[]},"2-152902":{"id":"2-152902","available":0,"dates":[]},"2-152906":{"id":"2-152906","available":11,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152972":{"id":"2-152972","available":0,"dates":[]},"2-153202":{"id":"2-153202","available":0,"dates":[]},"2-153208":{"id":"2-153208","available":0,"dates":[]},"2-153498":{"id":"2-153498","available":0,"dates":[]},"2-153504":{"id":"2-153504","available":0,"dates":[]},"2-153696":{"id":"2-153696","available":0,"dates":[]},"2-153699":{"id":"2-153699","available":0,"dates":[]},"2-153770":{"id":"2-153770","available":0,"dates":[]},"2-153834":{"id":"2-153834","available":0,"dates":[]},"2-154115":{"id":"2-154115","available":22,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-154312":{"id":"2-154312","available":0,"dates":[]},"2-154320":{"id":"2-154320","available":0,"dates":[]},"2-154818":{"id":"2-154818","available":14,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154826":{"id":"2-154826","available":0,"dates":[]},"2-155179":{"id":"2-155179","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155185":{"id":"2-155185","available":43,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155675":{"id":"2-155675","available":40,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-155678":{"id":"2-155678","available":46,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-FLRL-B-10107-2-144742":{"id":"2-FLRL-B-10107-2-144742","available":11,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-10107-2-146009":{"id":"2-FLRL-B-10107-2-146009","available":2,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-10107-2-146024":{"id":"2-FLRL-B-10107-2-146024","available":45,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146797":{"id":"30-146797","available":70,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147314":{"id":"30-147314","available":0,"dates":[]},"30-147832":{"id":"30-147832","available":0,"dates":[]},"30-148263":{"id":"30-148263","available":40,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"30-148544":{"id":"30-148544","available":0,"dates":[]},"30-148753":{"id":"30-148753","available":0,"dates":[]},"30-FLRL-B-10107-30-144780":{"id":"30-FLRL-B-10107-30-144780","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-10107-30-145700":{"id":"30-FLRL-B-10107-30-145700","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"30-FLRL-B-10107-30-146120":{"id":"30-FLRL-B-10107-30-146120","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146697":{"id":"4-146697","available":80,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146709":{"id":"4-146709","available":32,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146818":{"id":"4-146818","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147212":{"id":"4-147212","available":1,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"4-147224":{"id":"4-147224","available":0,"dates":[]},"4-147891":{"id":"4-147891","available":0,"dates":[]},"4-147900":{"id":"4-147900","available":0,"dates":[]},"4-148722":{"id":"4-148722","available":0,"dates":[]},"4-148725":{"id":"4-148725","available":0,"dates":[]},"4-149063":{"id":"4-149063","available":0,"dates":[]},"4-149069":{"id":"4-149069","available":0,"dates":[]},"4-149631":{"id":"4-149631","available":410,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149640":{"id":"4-149640","available":510,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150199":{"id":"4-150199","available":410,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150208":{"id":"4-150208","available":510,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150690":{"id":"4-150690","available":530,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150702":{"id":"4-150702","available":410,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-151351":{"id":"4-151351","available":0,"dates":[]},"4-151360":{"id":"4-151360","available":0,"dates":[]},"4-151740":{"id":"4-151740","available":0,"dates":[]},"4-151752":{"id":"4-151752","available":0,"dates":[]},"4-152207":{"id":"4-152207","available":0,"dates":[]},"4-152475":{"id":"4-152475","available":0,"dates":[]},"4-152903":{"id":"4-152903","available":0,"dates":[]},"4-152973":{"id":"4-152973","available":0,"dates":[]},"4-153203":{"id":"4-153203","available":0,"dates":[]},"4-153209":{"id":"4-153209","available":0,"dates":[]},"4-153499":{"id":"4-153499","available":0,"dates":[]},"4-153505":{"id":"4-153505","available":0,"dates":[]},"4-153697":{"id":"4-153697","available":0,"dates":[]},"4-153700":{"id":"4-153700","available":0,"dates":[]},"4-153771":{"id":"4-153771","available":0,"dates":[]},"4-153835":{"id":"4-153835","available":0,"dates":[]},"4-154116":{"id":"4-154116","available":43,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-154117":{"id":"4-154117","available":0,"dates":[]},"4-154313":{"id":"4-154313","available":0,"dates":[]},"4-154321":{"id":"4-154321","available":0,"dates":[]},"4-154819":{"id":"4-154819","available":64,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154827":{"id":"4-154827","available":97,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155180":{"id":"4-155180","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155186":{"id":"4-155186","available":100,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155676":{"id":"4-155676","available":97,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-155679":{"id":"4-155679","available":136,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-FLRL-B-10107-4-144743":{"id":"4-FLRL-B-10107-4-144743","available":25,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-10107-4-144751":{"id":"4-FLRL-B-10107-4-144751","available":67,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-10107-4-145594":{"id":"4-FLRL-B-10107-4-145594","available":"1","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"4-FLRL-B-10107-4-145609":{"id":"4-FLRL-B-10107-4-145609","available":2,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-B-10107-4-146010":{"id":"4-FLRL-B-10107-4-146010","available":64,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-10107-4-146025":{"id":"4-FLRL-B-10107-4-146025","available":32,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146780":{"id":"41-146780","available":50,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147239":{"id":"41-147239","available":0,"dates":[]},"41-147906":{"id":"41-147906","available":0,"dates":[]},"41-148342":{"id":"41-148342","available":0,"dates":[]},"41-148734":{"id":"41-148734","available":0,"dates":[]},"41-149030":{"id":"41-149030","available":0,"dates":[]},"41-149661":{"id":"41-149661","available":180,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149664":{"id":"41-149664","available":216,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150223":{"id":"41-150223","available":180,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150224":{"id":"41-150224","available":216,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150870":{"id":"41-150870","available":0,"dates":[]},"41-150876":{"id":"41-150876","available":0,"dates":[]},"41-151313":{"id":"41-151313","available":0,"dates":[]},"41-151717":{"id":"41-151717","available":0,"dates":[]},"41-152169":{"id":"41-152169","available":0,"dates":[]},"41-152621":{"id":"41-152621","available":0,"dates":[]},"41-152876":{"id":"41-152876","available":0,"dates":[]},"41-153175":{"id":"41-153175","available":0,"dates":[]},"41-153472":{"id":"41-153472","available":0,"dates":[]},"41-153891":{"id":"41-153891","available":0,"dates":[]},"41-154337":{"id":"41-154337","available":0,"dates":[]},"41-154841":{"id":"41-154841","available":51,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155347":{"id":"41-155347","available":41,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155693":{"id":"41-155693","available":70,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-10107-41-144759":{"id":"41-FLRL-B-10107-41-144759","available":41,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-10107-41-145624":{"id":"41-FLRL-B-10107-41-145624","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"41-FLRL-B-10107-41-146042":{"id":"41-FLRL-B-10107-41-146042","available":8,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-FLRL-B-10107-42-144768":{"id":"42-FLRL-B-10107-42-144768","available":25,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"51-148756":{"id":"51-148756","available":24,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148871":{"id":"51-148871","available":8,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-151156":{"id":"51-151156","available":4,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151567":{"id":"51-151567","available":20,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152059":{"id":"51-152059","available":7,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152564":{"id":"51-152564","available":11,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152795":{"id":"51-152795","available":11,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153080":{"id":"51-153080","available":55,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153599":{"id":"51-153599","available":0,"dates":[]},"51-154132":{"id":"51-154132","available":6,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-155877":{"id":"51-155877","available":111,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-146328":{"id":"52-146328","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146529":{"id":"52-146529","available":27,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146782":{"id":"52-146782","available":25,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147297":{"id":"52-147297","available":12,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147815":{"id":"52-147815","available":11,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148245":{"id":"52-148245","available":20,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148441":{"id":"52-148441","available":18,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148637":{"id":"52-148637","available":25,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-149691":{"id":"52-149691","available":208,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150266":{"id":"52-150266","available":208,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150491":{"id":"52-150491","available":208,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151006":{"id":"52-151006","available":-27,"dates":[]},"52-151434":{"id":"52-151434","available":20,"dates":["2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29"]},"52-153717":{"id":"52-153717","available":0,"dates":[]},"52-154340":{"id":"52-154340","available":7,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09"]},"52-154844":{"id":"52-154844","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155048":{"id":"52-155048","available":9,"dates":["2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07"]},"52-155192":{"id":"52-155192","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155532":{"id":"52-155532","available":0,"dates":[]},"52-155696":{"id":"52-155696","available":17,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155876":{"id":"52-155876","available":133,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"52-FLRL-B-10107-52-146328":{"id":"52-FLRL-B-10107-52-146328","available":0,"dates":[]},"52-FLRL-B-10107-52-146529":{"id":"52-FLRL-B-10107-52-146529","available":27,"dates":[]},"58-146873":{"id":"58-146873","available":88,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147386":{"id":"58-147386","available":0,"dates":[]},"58-147805":{"id":"58-147805","available":-13,"dates":[]},"58-148235":{"id":"58-148235","available":40,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-148541":{"id":"58-148541","available":0,"dates":[]},"58-148754":{"id":"58-148754","available":0,"dates":[]},"58-148862":{"id":"58-148862","available":-2,"dates":[]},"58-149882":{"id":"58-149882","available":308,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149885":{"id":"58-149885","available":374,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150441":{"id":"58-150441","available":308,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150444":{"id":"58-150444","available":374,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150949":{"id":"58-150949","available":0,"dates":[]},"58-150952":{"id":"58-150952","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151321":{"id":"58-151321","available":0,"dates":[]},"58-151725":{"id":"58-151725","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-152178":{"id":"58-152178","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"58-152627":{"id":"58-152627","available":0,"dates":[]},"58-152881":{"id":"58-152881","available":0,"dates":[]},"58-153181":{"id":"58-153181","available":0,"dates":[]},"58-153477":{"id":"58-153477","available":0,"dates":[]},"58-154065":{"id":"58-154065","available":0,"dates":[]},"58-154457":{"id":"58-154457","available":0,"dates":[]},"58-154458":{"id":"58-154458","available":0,"dates":[]},"58-154936":{"id":"58-154936","available":126,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155276":{"id":"58-155276","available":99,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155808":{"id":"58-155808","available":160,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-10107-58-144701":{"id":"58-FLRL-B-10107-58-144701","available":8,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-10107-58-146196":{"id":"58-FLRL-B-10107-58-146196","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148914":{"id":"65-148914","available":0,"dates":[]},"65-149649":{"id":"65-149649","available":135,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149652":{"id":"65-149652","available":162,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150214":{"id":"65-150214","available":135,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150216":{"id":"65-150216","available":162,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150853":{"id":"65-150853","available":0,"dates":[]},"65-150864":{"id":"65-150864","available":0,"dates":[]},"65-151194":{"id":"65-151194","available":0,"dates":[]},"65-151605":{"id":"65-151605","available":-3,"dates":[]},"65-152082":{"id":"65-152082","available":0,"dates":[]},"65-152385":{"id":"65-152385","available":0,"dates":[]},"65-152817":{"id":"65-152817","available":0,"dates":[]},"65-153111":{"id":"65-153111","available":0,"dates":[]},"65-153412":{"id":"65-153412","available":0,"dates":[]},"65-154078":{"id":"65-154078","available":0,"dates":[]},"65-154227":{"id":"65-154227","available":0,"dates":[]},"65-154766":{"id":"65-154766","available":41,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155136":{"id":"65-155136","available":36,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155605":{"id":"65-155605","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150486":{"id":"66-150486","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-146732":{"id":"9-146732","available":16,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147870":{"id":"9-147870","available":0,"dates":[]},"9-148306":{"id":"9-148306","available":0,"dates":[]},"9-148696":{"id":"9-148696","available":0,"dates":[]},"9-149057":{"id":"9-149057","available":0,"dates":[]},"9-149384":{"id":"9-149384","available":0,"dates":[]},"9-149677":{"id":"9-149677","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149678":{"id":"9-149678","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150237":{"id":"9-150237","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150238":{"id":"9-150238","available":64,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150676":{"id":"9-150676","available":0,"dates":[]},"9-150678":{"id":"9-150678","available":0,"dates":[]},"9-151342":{"id":"9-151342","available":0,"dates":[]},"9-151851":{"id":"9-151851","available":0,"dates":[]},"9-152198":{"id":"9-152198","available":0,"dates":[]},"9-152642":{"id":"9-152642","available":0,"dates":[]},"9-152897":{"id":"9-152897","available":0,"dates":[]},"9-153197":{"id":"9-153197","available":0,"dates":[]},"9-153638":{"id":"9-153638","available":0,"dates":[]},"9-154107":{"id":"9-154107","available":1,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"9-154482":{"id":"9-154482","available":0,"dates":[]},"9-154809":{"id":"9-154809","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155156":{"id":"9-155156","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155651":{"id":"9-155651","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-B-10107-9-145632":{"id":"9-FLRL-B-10107-9-145632","available":"21","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"9-FLRL-B-10107-9-146051":{"id":"9-FLRL-B-10107-9-146051","available":14,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150949","58-150952","58-154936","58-155276","58-155808"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155877"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-153697","4-153700","4-154827","4-154819","4-155186","4-155180","4-155679","4-155676"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150870","41-150876","41-154841","41-155347","41-155693"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155876","52-154844","52-155192","52-155696"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-153696","2-153699","2-154826","2-154818","2-155185","2-155179","2-155678","2-155675"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150895","10-150901","10-154915","10-155264","10-155869"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150661","11-150666","11-154800","11-155149","11-155643"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150676","9-150678","9-154809","9-155156","9-155651"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-153695","1-153698","1-154825","1-154817","1-155184","1-155178","1-155677","1-155674"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150853","65-150864","65-154766","65-155136","65-155605"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150486"]}],"lot-a":{"id":"lot-a","available":10,"dates":["2024-09-18","2024-09-19","2024-09-20"]},"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-unicorn":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-unicorn", "priceAmount": 9600, "price": "$96 ", "priceCompareAtAmount": 12000, "priceCompareAt": "$120 ", "url": "https://urbanstems.com/products/double-the-unicorn", "variantName": null, "title": "Double the Unicorn", "images": [ { "alt": "Double the Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=700 700w" }, { "alt": "Double the Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=700 700w" } ], "variants": [{"id":45510440288504,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10107","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Unicorn - Double","public_title":"Double","options":["Double","Default Title"],"price":9600,"weight":0,"compare_at_price":12000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9600,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9600,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":9600,"per_delivery_price":31500,"selling_plan_id":4978114808,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":9600,"per_delivery_price":42000,"selling_plan_id":4979523832,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":9600,"per_delivery_price":52500,"selling_plan_id":4980048120,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":9600,"per_delivery_price":63000,"selling_plan_id":4980801784,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":9600,"per_delivery_price":126000,"selling_plan_id":4981326072,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9600,"per_delivery_price":90000,"selling_plan_id":5001937144,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9600,"per_delivery_price":45000,"selling_plan_id":5002035448,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9600,"per_delivery_price":37500,"selling_plan_id":5002133752,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9600,"per_delivery_price":30000,"selling_plan_id":5002232056,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9600,"per_delivery_price":22500,"selling_plan_id":5002330360,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9600,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9600,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":9600,"per_delivery_price":31500,"selling_plan_id":4978147576,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":9600,"per_delivery_price":42000,"selling_plan_id":4979556600,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":9600,"per_delivery_price":52500,"selling_plan_id":4980080888,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":9600,"per_delivery_price":63000,"selling_plan_id":4980834552,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":9600,"per_delivery_price":126000,"selling_plan_id":4981358840,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9600,"per_delivery_price":90000,"selling_plan_id":5001969912,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9600,"per_delivery_price":45000,"selling_plan_id":5002068216,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9600,"per_delivery_price":37500,"selling_plan_id":5002166520,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9600,"per_delivery_price":30000,"selling_plan_id":5002264824,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9600,"per_delivery_price":22500,"selling_plan_id":5002363128,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9600,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9600,"per_delivery_price":90000,"selling_plan_id":5002002680,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9600,"per_delivery_price":45000,"selling_plan_id":5002100984,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9600,"per_delivery_price":37500,"selling_plan_id":5002199288,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9600,"per_delivery_price":30000,"selling_plan_id":5002297592,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9600,"per_delivery_price":22500,"selling_plan_id":5002395896,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":8640}],"price":8640,"compare_at_price":9600,"per_delivery_price":8640,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":8640}],"price":8640,"compare_at_price":9600,"per_delivery_price":8640,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":25920}],"price":25920,"compare_at_price":9600,"per_delivery_price":25920,"selling_plan_id":4984504568,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":25920}],"price":25920,"compare_at_price":9600,"per_delivery_price":25920,"selling_plan_id":4984537336,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":51840}],"price":51840,"compare_at_price":9600,"per_delivery_price":51840,"selling_plan_id":4985356536,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":51840}],"price":51840,"compare_at_price":9600,"per_delivery_price":51840,"selling_plan_id":4985389304,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146695":{"id":"1-146695","available":16,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146707":{"id":"1-146707","available":16,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146816":{"id":"1-146816","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147210":{"id":"1-147210","available":1,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"1-147222":{"id":"1-147222","available":0,"dates":[]},"1-147889":{"id":"1-147889","available":-1,"dates":[]},"1-147898":{"id":"1-147898","available":0,"dates":[]},"1-148446":{"id":"1-148446","available":0,"dates":[]},"1-148448":{"id":"1-148448","available":0,"dates":[]},"1-148720":{"id":"1-148720","available":0,"dates":[]},"1-148723":{"id":"1-148723","available":1,"dates":["2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"1-149061":{"id":"1-149061","available":0,"dates":[]},"1-149067":{"id":"1-149067","available":0,"dates":[]},"1-149629":{"id":"1-149629","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149638":{"id":"1-149638","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150197":{"id":"1-150197","available":45,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150206":{"id":"1-150206","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150688":{"id":"1-150688","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150700":{"id":"1-150700","available":45,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-151349":{"id":"1-151349","available":0,"dates":[]},"1-151358":{"id":"1-151358","available":0,"dates":[]},"1-151738":{"id":"1-151738","available":5,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151750":{"id":"1-151750","available":3,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152205":{"id":"1-152205","available":9,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152473":{"id":"1-152473","available":0,"dates":[]},"1-152901":{"id":"1-152901","available":0,"dates":[]},"1-152905":{"id":"1-152905","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152971":{"id":"1-152971","available":-3,"dates":[]},"1-153201":{"id":"1-153201","available":0,"dates":[]},"1-153207":{"id":"1-153207","available":0,"dates":[]},"1-153497":{"id":"1-153497","available":0,"dates":[]},"1-153503":{"id":"1-153503","available":0,"dates":[]},"1-153695":{"id":"1-153695","available":0,"dates":[]},"1-153698":{"id":"1-153698","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-153769":{"id":"1-153769","available":0,"dates":[]},"1-153833":{"id":"1-153833","available":0,"dates":[]},"1-154311":{"id":"1-154311","available":0,"dates":[]},"1-154319":{"id":"1-154319","available":0,"dates":[]},"1-154817":{"id":"1-154817","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154825":{"id":"1-154825","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155178":{"id":"1-155178","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155184":{"id":"1-155184","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155674":{"id":"1-155674","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-155677":{"id":"1-155677","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-FLRL-D-10107-1-146008":{"id":"1-FLRL-D-10107-1-146008","available":6,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-D-10107-1-146023":{"id":"1-FLRL-D-10107-1-146023","available":16,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146838":{"id":"10-146838","available":15,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147355":{"id":"10-147355","available":0,"dates":[]},"10-147875":{"id":"10-147875","available":0,"dates":[]},"10-148311":{"id":"10-148311","available":0,"dates":[]},"10-148704":{"id":"10-148704","available":0,"dates":[]},"10-149047":{"id":"10-149047","available":0,"dates":[]},"10-149643":{"id":"10-149643","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149646":{"id":"10-149646","available":52,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150387":{"id":"10-150387","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150393":{"id":"10-150393","available":52,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150895":{"id":"10-150895","available":0,"dates":[]},"10-150901":{"id":"10-150901","available":0,"dates":[]},"10-151332":{"id":"10-151332","available":-1,"dates":[]},"10-151859":{"id":"10-151859","available":3,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"10-152188":{"id":"10-152188","available":0,"dates":[]},"10-152634":{"id":"10-152634","available":0,"dates":[]},"10-152889":{"id":"10-152889","available":0,"dates":[]},"10-153189":{"id":"10-153189","available":0,"dates":[]},"10-153630":{"id":"10-153630","available":0,"dates":[]},"10-153884":{"id":"10-153884","available":0,"dates":[]},"10-154431":{"id":"10-154431","available":0,"dates":[]},"10-154915":{"id":"10-154915","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155264":{"id":"10-155264","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155869":{"id":"10-155869","available":42,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-D-10107-10-146162":{"id":"10-FLRL-D-10107-10-146162","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146812":{"id":"11-146812","available":29,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147330":{"id":"11-147330","available":0,"dates":[]},"11-147848":{"id":"11-147848","available":0,"dates":[]},"11-148283":{"id":"11-148283","available":1,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148668":{"id":"11-148668","available":0,"dates":[]},"11-148921":{"id":"11-148921","available":0,"dates":[]},"11-149655":{"id":"11-149655","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149658":{"id":"11-149658","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150219":{"id":"11-150219","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150222":{"id":"11-150222","available":64,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150661":{"id":"11-150661","available":0,"dates":[]},"11-150666":{"id":"11-150666","available":0,"dates":[]},"11-151201":{"id":"11-151201","available":0,"dates":[]},"11-151613":{"id":"11-151613","available":0,"dates":[]},"11-152089":{"id":"11-152089","available":0,"dates":[]},"11-152389":{"id":"11-152389","available":0,"dates":[]},"11-152821":{"id":"11-152821","available":0,"dates":[]},"11-153115":{"id":"11-153115","available":0,"dates":[]},"11-153416":{"id":"11-153416","available":0,"dates":[]},"11-154096":{"id":"11-154096","available":0,"dates":[]},"11-154474":{"id":"11-154474","available":0,"dates":[]},"11-154800":{"id":"11-154800","available":31,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155149":{"id":"11-155149","available":37,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155643":{"id":"11-155643","available":45,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-D-10107-11-146136":{"id":"11-FLRL-D-10107-11-146136","available":5,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146696":{"id":"2-146696","available":32,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146708":{"id":"2-146708","available":24,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146817":{"id":"2-146817","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147211":{"id":"2-147211","available":0,"dates":[]},"2-147223":{"id":"2-147223","available":0,"dates":[]},"2-147890":{"id":"2-147890","available":0,"dates":[]},"2-147899":{"id":"2-147899","available":0,"dates":[]},"2-148447":{"id":"2-148447","available":0,"dates":[]},"2-148449":{"id":"2-148449","available":0,"dates":[]},"2-148721":{"id":"2-148721","available":0,"dates":[]},"2-148724":{"id":"2-148724","available":0,"dates":[]},"2-149062":{"id":"2-149062","available":0,"dates":[]},"2-149068":{"id":"2-149068","available":0,"dates":[]},"2-149630":{"id":"2-149630","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149639":{"id":"2-149639","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150198":{"id":"2-150198","available":60,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150207":{"id":"2-150207","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150689":{"id":"2-150689","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150701":{"id":"2-150701","available":60,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-151350":{"id":"2-151350","available":0,"dates":[]},"2-151359":{"id":"2-151359","available":-2,"dates":[]},"2-151739":{"id":"2-151739","available":0,"dates":[]},"2-151751":{"id":"2-151751","available":0,"dates":[]},"2-152206":{"id":"2-152206","available":0,"dates":[]},"2-152474":{"id":"2-152474","available":0,"dates":[]},"2-152902":{"id":"2-152902","available":0,"dates":[]},"2-152906":{"id":"2-152906","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152972":{"id":"2-152972","available":0,"dates":[]},"2-153202":{"id":"2-153202","available":0,"dates":[]},"2-153208":{"id":"2-153208","available":0,"dates":[]},"2-153498":{"id":"2-153498","available":0,"dates":[]},"2-153504":{"id":"2-153504","available":0,"dates":[]},"2-153696":{"id":"2-153696","available":0,"dates":[]},"2-153699":{"id":"2-153699","available":0,"dates":[]},"2-153770":{"id":"2-153770","available":0,"dates":[]},"2-153834":{"id":"2-153834","available":0,"dates":[]},"2-154115":{"id":"2-154115","available":11,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-154312":{"id":"2-154312","available":0,"dates":[]},"2-154320":{"id":"2-154320","available":0,"dates":[]},"2-154818":{"id":"2-154818","available":7,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154826":{"id":"2-154826","available":0,"dates":[]},"2-155179":{"id":"2-155179","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155185":{"id":"2-155185","available":21,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155675":{"id":"2-155675","available":20,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-155678":{"id":"2-155678","available":23,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-FLRL-D-10107-2-146009":{"id":"2-FLRL-D-10107-2-146009","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-D-10107-2-146024":{"id":"2-FLRL-D-10107-2-146024","available":22,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146797":{"id":"30-146797","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147314":{"id":"30-147314","available":0,"dates":[]},"30-147832":{"id":"30-147832","available":0,"dates":[]},"30-148263":{"id":"30-148263","available":20,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"30-148544":{"id":"30-148544","available":0,"dates":[]},"30-148753":{"id":"30-148753","available":0,"dates":[]},"30-FLRL-D-10107-30-146120":{"id":"30-FLRL-D-10107-30-146120","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146697":{"id":"4-146697","available":40,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146709":{"id":"4-146709","available":16,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146818":{"id":"4-146818","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147212":{"id":"4-147212","available":0,"dates":[]},"4-147224":{"id":"4-147224","available":0,"dates":[]},"4-147891":{"id":"4-147891","available":0,"dates":[]},"4-147900":{"id":"4-147900","available":0,"dates":[]},"4-148722":{"id":"4-148722","available":0,"dates":[]},"4-148725":{"id":"4-148725","available":0,"dates":[]},"4-149063":{"id":"4-149063","available":0,"dates":[]},"4-149069":{"id":"4-149069","available":0,"dates":[]},"4-149631":{"id":"4-149631","available":205,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149640":{"id":"4-149640","available":255,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150199":{"id":"4-150199","available":205,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150208":{"id":"4-150208","available":255,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150690":{"id":"4-150690","available":265,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150702":{"id":"4-150702","available":205,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-151351":{"id":"4-151351","available":0,"dates":[]},"4-151360":{"id":"4-151360","available":0,"dates":[]},"4-151740":{"id":"4-151740","available":0,"dates":[]},"4-151752":{"id":"4-151752","available":0,"dates":[]},"4-152207":{"id":"4-152207","available":0,"dates":[]},"4-152475":{"id":"4-152475","available":0,"dates":[]},"4-152903":{"id":"4-152903","available":0,"dates":[]},"4-152973":{"id":"4-152973","available":0,"dates":[]},"4-153203":{"id":"4-153203","available":0,"dates":[]},"4-153209":{"id":"4-153209","available":0,"dates":[]},"4-153499":{"id":"4-153499","available":0,"dates":[]},"4-153505":{"id":"4-153505","available":0,"dates":[]},"4-153697":{"id":"4-153697","available":0,"dates":[]},"4-153700":{"id":"4-153700","available":0,"dates":[]},"4-153771":{"id":"4-153771","available":0,"dates":[]},"4-153835":{"id":"4-153835","available":0,"dates":[]},"4-154116":{"id":"4-154116","available":21,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-154117":{"id":"4-154117","available":0,"dates":[]},"4-154313":{"id":"4-154313","available":0,"dates":[]},"4-154321":{"id":"4-154321","available":0,"dates":[]},"4-154819":{"id":"4-154819","available":32,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154827":{"id":"4-154827","available":48,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155180":{"id":"4-155180","available":21,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155186":{"id":"4-155186","available":50,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155676":{"id":"4-155676","available":48,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-155679":{"id":"4-155679","available":68,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-FLRL-D-10107-4-145609":{"id":"4-FLRL-D-10107-4-145609","available":1,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-D-10107-4-146010":{"id":"4-FLRL-D-10107-4-146010","available":32,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-D-10107-4-146025":{"id":"4-FLRL-D-10107-4-146025","available":16,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146780":{"id":"41-146780","available":25,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147239":{"id":"41-147239","available":0,"dates":[]},"41-147906":{"id":"41-147906","available":0,"dates":[]},"41-148342":{"id":"41-148342","available":0,"dates":[]},"41-148734":{"id":"41-148734","available":0,"dates":[]},"41-149030":{"id":"41-149030","available":0,"dates":[]},"41-149661":{"id":"41-149661","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149664":{"id":"41-149664","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150223":{"id":"41-150223","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150224":{"id":"41-150224","available":108,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150870":{"id":"41-150870","available":0,"dates":[]},"41-150876":{"id":"41-150876","available":0,"dates":[]},"41-151313":{"id":"41-151313","available":0,"dates":[]},"41-151717":{"id":"41-151717","available":0,"dates":[]},"41-152169":{"id":"41-152169","available":0,"dates":[]},"41-152621":{"id":"41-152621","available":0,"dates":[]},"41-152876":{"id":"41-152876","available":0,"dates":[]},"41-153175":{"id":"41-153175","available":0,"dates":[]},"41-153472":{"id":"41-153472","available":0,"dates":[]},"41-153891":{"id":"41-153891","available":0,"dates":[]},"41-154337":{"id":"41-154337","available":0,"dates":[]},"41-154841":{"id":"41-154841","available":25,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155347":{"id":"41-155347","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155693":{"id":"41-155693","available":35,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-D-10107-41-146042":{"id":"41-FLRL-D-10107-41-146042","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148756":{"id":"51-148756","available":12,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148871":{"id":"51-148871","available":4,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-151156":{"id":"51-151156","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151567":{"id":"51-151567","available":10,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152059":{"id":"51-152059","available":3,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152564":{"id":"51-152564","available":5,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152795":{"id":"51-152795","available":5,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153080":{"id":"51-153080","available":27,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153599":{"id":"51-153599","available":0,"dates":[]},"51-154132":{"id":"51-154132","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-155877":{"id":"51-155877","available":55,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-146328":{"id":"52-146328","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146529":{"id":"52-146529","available":13,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146782":{"id":"52-146782","available":12,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147297":{"id":"52-147297","available":6,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147815":{"id":"52-147815","available":5,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148245":{"id":"52-148245","available":10,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148441":{"id":"52-148441","available":9,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148637":{"id":"52-148637","available":12,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-149691":{"id":"52-149691","available":104,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150266":{"id":"52-150266","available":104,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150491":{"id":"52-150491","available":104,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151006":{"id":"52-151006","available":-14,"dates":[]},"52-151434":{"id":"52-151434","available":10,"dates":["2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29"]},"52-153717":{"id":"52-153717","available":0,"dates":[]},"52-154340":{"id":"52-154340","available":3,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09"]},"52-154844":{"id":"52-154844","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155048":{"id":"52-155048","available":4,"dates":["2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07"]},"52-155192":{"id":"52-155192","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155532":{"id":"52-155532","available":0,"dates":[]},"52-155696":{"id":"52-155696","available":8,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155876":{"id":"52-155876","available":66,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-146873":{"id":"58-146873","available":44,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147386":{"id":"58-147386","available":0,"dates":[]},"58-147805":{"id":"58-147805","available":-7,"dates":[]},"58-148235":{"id":"58-148235","available":20,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-148541":{"id":"58-148541","available":0,"dates":[]},"58-148754":{"id":"58-148754","available":0,"dates":[]},"58-148862":{"id":"58-148862","available":-1,"dates":[]},"58-149882":{"id":"58-149882","available":154,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149885":{"id":"58-149885","available":187,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150441":{"id":"58-150441","available":154,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150444":{"id":"58-150444","available":187,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150949":{"id":"58-150949","available":0,"dates":[]},"58-150952":{"id":"58-150952","available":25,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151321":{"id":"58-151321","available":0,"dates":[]},"58-151725":{"id":"58-151725","available":0,"dates":[]},"58-152178":{"id":"58-152178","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"58-152627":{"id":"58-152627","available":0,"dates":[]},"58-152881":{"id":"58-152881","available":0,"dates":[]},"58-153181":{"id":"58-153181","available":0,"dates":[]},"58-153477":{"id":"58-153477","available":0,"dates":[]},"58-154065":{"id":"58-154065","available":0,"dates":[]},"58-154457":{"id":"58-154457","available":0,"dates":[]},"58-154458":{"id":"58-154458","available":0,"dates":[]},"58-154936":{"id":"58-154936","available":63,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155276":{"id":"58-155276","available":49,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155808":{"id":"58-155808","available":80,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-D-10107-58-146196":{"id":"58-FLRL-D-10107-58-146196","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148914":{"id":"65-148914","available":0,"dates":[]},"65-149649":{"id":"65-149649","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149652":{"id":"65-149652","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150214":{"id":"65-150214","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150216":{"id":"65-150216","available":81,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150853":{"id":"65-150853","available":0,"dates":[]},"65-150864":{"id":"65-150864","available":0,"dates":[]},"65-151194":{"id":"65-151194","available":0,"dates":[]},"65-151605":{"id":"65-151605","available":-2,"dates":[]},"65-152082":{"id":"65-152082","available":0,"dates":[]},"65-152385":{"id":"65-152385","available":0,"dates":[]},"65-152817":{"id":"65-152817","available":0,"dates":[]},"65-153111":{"id":"65-153111","available":0,"dates":[]},"65-153412":{"id":"65-153412","available":0,"dates":[]},"65-154078":{"id":"65-154078","available":0,"dates":[]},"65-154227":{"id":"65-154227","available":0,"dates":[]},"65-154766":{"id":"65-154766","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155136":{"id":"65-155136","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155605":{"id":"65-155605","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150486":{"id":"66-150486","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-146732":{"id":"9-146732","available":8,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147870":{"id":"9-147870","available":0,"dates":[]},"9-148306":{"id":"9-148306","available":0,"dates":[]},"9-148696":{"id":"9-148696","available":0,"dates":[]},"9-149057":{"id":"9-149057","available":0,"dates":[]},"9-149384":{"id":"9-149384","available":0,"dates":[]},"9-149677":{"id":"9-149677","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149678":{"id":"9-149678","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150237":{"id":"9-150237","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150238":{"id":"9-150238","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150676":{"id":"9-150676","available":0,"dates":[]},"9-150678":{"id":"9-150678","available":0,"dates":[]},"9-151342":{"id":"9-151342","available":0,"dates":[]},"9-151851":{"id":"9-151851","available":0,"dates":[]},"9-152198":{"id":"9-152198","available":0,"dates":[]},"9-152642":{"id":"9-152642","available":0,"dates":[]},"9-152897":{"id":"9-152897","available":0,"dates":[]},"9-153197":{"id":"9-153197","available":0,"dates":[]},"9-153638":{"id":"9-153638","available":0,"dates":[]},"9-154107":{"id":"9-154107","available":0,"dates":[]},"9-154482":{"id":"9-154482","available":0,"dates":[]},"9-154809":{"id":"9-154809","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155156":{"id":"9-155156","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155651":{"id":"9-155651","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-D-10107-9-146051":{"id":"9-FLRL-D-10107-9-146051","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150949","58-150952","58-154936","58-155276","58-155808"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155877"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-153697","4-153700","4-154827","4-154819","4-155186","4-155180","4-155679","4-155676"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150870","41-150876","41-154841","41-155347","41-155693"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155876","52-154844","52-155192","52-155696"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-153696","2-153699","2-154826","2-154818","2-155185","2-155179","2-155678","2-155675"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150895","10-150901","10-154915","10-155264","10-155869"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150661","11-150666","11-154800","11-155149","11-155643"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150676","9-150678","9-154809","9-155156","9-155651"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-153695","1-153698","1-154825","1-154817","1-155184","1-155178","1-155677","1-155674"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150853","65-150864","65-154766","65-155136","65-155605"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150486"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-unicorn":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-unicorn", "priceAmount": 12600, "price": "$126 ", "priceCompareAtAmount": 18000, "priceCompareAt": "$180 ", "url": "https://urbanstems.com/products/triple-the-unicorn", "variantName": null, "title": "Triple the Unicorn", "images": [ { "alt": "Triple the Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=700 700w" }, { "alt": "Triple the Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=700 700w" } ], "variants": [{"id":45510443335928,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10107","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Unicorn - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":12600,"weight":0,"compare_at_price":18000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11340}],"price":11340,"compare_at_price":12600,"per_delivery_price":11340,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11340}],"price":11340,"compare_at_price":12600,"per_delivery_price":11340,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":34020}],"price":34020,"compare_at_price":12600,"per_delivery_price":34020,"selling_plan_id":4984570104,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":34020}],"price":34020,"compare_at_price":12600,"per_delivery_price":34020,"selling_plan_id":4984602872,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":68040}],"price":68040,"compare_at_price":12600,"per_delivery_price":68040,"selling_plan_id":4985422072,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":68040}],"price":68040,"compare_at_price":12600,"per_delivery_price":68040,"selling_plan_id":4985454840,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146695":{"id":"1-146695","available":10,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146707":{"id":"1-146707","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146816":{"id":"1-146816","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147210":{"id":"1-147210","available":1,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"1-147222":{"id":"1-147222","available":0,"dates":[]},"1-147889":{"id":"1-147889","available":-1,"dates":[]},"1-147898":{"id":"1-147898","available":0,"dates":[]},"1-148446":{"id":"1-148446","available":0,"dates":[]},"1-148448":{"id":"1-148448","available":0,"dates":[]},"1-148720":{"id":"1-148720","available":0,"dates":[]},"1-148723":{"id":"1-148723","available":0,"dates":[]},"1-149061":{"id":"1-149061","available":0,"dates":[]},"1-149067":{"id":"1-149067","available":0,"dates":[]},"1-149629":{"id":"1-149629","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149638":{"id":"1-149638","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150197":{"id":"1-150197","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150206":{"id":"1-150206","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150688":{"id":"1-150688","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150700":{"id":"1-150700","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-151349":{"id":"1-151349","available":0,"dates":[]},"1-151358":{"id":"1-151358","available":0,"dates":[]},"1-151738":{"id":"1-151738","available":3,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151750":{"id":"1-151750","available":2,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152205":{"id":"1-152205","available":6,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152473":{"id":"1-152473","available":0,"dates":[]},"1-152901":{"id":"1-152901","available":0,"dates":[]},"1-152905":{"id":"1-152905","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152971":{"id":"1-152971","available":-2,"dates":[]},"1-153201":{"id":"1-153201","available":0,"dates":[]},"1-153207":{"id":"1-153207","available":0,"dates":[]},"1-153497":{"id":"1-153497","available":0,"dates":[]},"1-153503":{"id":"1-153503","available":0,"dates":[]},"1-153695":{"id":"1-153695","available":0,"dates":[]},"1-153698":{"id":"1-153698","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-153769":{"id":"1-153769","available":0,"dates":[]},"1-153833":{"id":"1-153833","available":0,"dates":[]},"1-154311":{"id":"1-154311","available":0,"dates":[]},"1-154319":{"id":"1-154319","available":0,"dates":[]},"1-154817":{"id":"1-154817","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154825":{"id":"1-154825","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155178":{"id":"1-155178","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155184":{"id":"1-155184","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155674":{"id":"1-155674","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-155677":{"id":"1-155677","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-FLRL-T-10107-1-146008":{"id":"1-FLRL-T-10107-1-146008","available":4,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-T-10107-1-146023":{"id":"1-FLRL-T-10107-1-146023","available":10,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146838":{"id":"10-146838","available":10,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147355":{"id":"10-147355","available":0,"dates":[]},"10-147875":{"id":"10-147875","available":0,"dates":[]},"10-148311":{"id":"10-148311","available":0,"dates":[]},"10-148704":{"id":"10-148704","available":0,"dates":[]},"10-149047":{"id":"10-149047","available":0,"dates":[]},"10-149643":{"id":"10-149643","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149646":{"id":"10-149646","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150387":{"id":"10-150387","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150393":{"id":"10-150393","available":35,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150895":{"id":"10-150895","available":0,"dates":[]},"10-150901":{"id":"10-150901","available":0,"dates":[]},"10-151332":{"id":"10-151332","available":-1,"dates":[]},"10-151859":{"id":"10-151859","available":2,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"10-152188":{"id":"10-152188","available":0,"dates":[]},"10-152634":{"id":"10-152634","available":0,"dates":[]},"10-152889":{"id":"10-152889","available":0,"dates":[]},"10-153189":{"id":"10-153189","available":0,"dates":[]},"10-153630":{"id":"10-153630","available":0,"dates":[]},"10-153884":{"id":"10-153884","available":0,"dates":[]},"10-154431":{"id":"10-154431","available":0,"dates":[]},"10-154915":{"id":"10-154915","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155264":{"id":"10-155264","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155869":{"id":"10-155869","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-T-10107-10-146162":{"id":"10-FLRL-T-10107-10-146162","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146812":{"id":"11-146812","available":19,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147330":{"id":"11-147330","available":0,"dates":[]},"11-147848":{"id":"11-147848","available":0,"dates":[]},"11-148283":{"id":"11-148283","available":0,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148668":{"id":"11-148668","available":0,"dates":[]},"11-148921":{"id":"11-148921","available":0,"dates":[]},"11-149655":{"id":"11-149655","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149658":{"id":"11-149658","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150219":{"id":"11-150219","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150222":{"id":"11-150222","available":42,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150661":{"id":"11-150661","available":0,"dates":[]},"11-150666":{"id":"11-150666","available":0,"dates":[]},"11-151201":{"id":"11-151201","available":0,"dates":[]},"11-151613":{"id":"11-151613","available":0,"dates":[]},"11-152089":{"id":"11-152089","available":0,"dates":[]},"11-152389":{"id":"11-152389","available":0,"dates":[]},"11-152821":{"id":"11-152821","available":0,"dates":[]},"11-153115":{"id":"11-153115","available":0,"dates":[]},"11-153416":{"id":"11-153416","available":0,"dates":[]},"11-154096":{"id":"11-154096","available":0,"dates":[]},"11-154474":{"id":"11-154474","available":0,"dates":[]},"11-154800":{"id":"11-154800","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155149":{"id":"11-155149","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155643":{"id":"11-155643","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-10107-11-146136":{"id":"11-FLRL-T-10107-11-146136","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146696":{"id":"2-146696","available":21,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146708":{"id":"2-146708","available":16,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146817":{"id":"2-146817","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147211":{"id":"2-147211","available":0,"dates":[]},"2-147223":{"id":"2-147223","available":0,"dates":[]},"2-147890":{"id":"2-147890","available":0,"dates":[]},"2-147899":{"id":"2-147899","available":0,"dates":[]},"2-148447":{"id":"2-148447","available":0,"dates":[]},"2-148449":{"id":"2-148449","available":0,"dates":[]},"2-148721":{"id":"2-148721","available":0,"dates":[]},"2-148724":{"id":"2-148724","available":0,"dates":[]},"2-149062":{"id":"2-149062","available":0,"dates":[]},"2-149068":{"id":"2-149068","available":0,"dates":[]},"2-149630":{"id":"2-149630","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149639":{"id":"2-149639","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150198":{"id":"2-150198","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150207":{"id":"2-150207","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150689":{"id":"2-150689","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150701":{"id":"2-150701","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-151350":{"id":"2-151350","available":0,"dates":[]},"2-151359":{"id":"2-151359","available":-2,"dates":[]},"2-151739":{"id":"2-151739","available":0,"dates":[]},"2-151751":{"id":"2-151751","available":0,"dates":[]},"2-152206":{"id":"2-152206","available":0,"dates":[]},"2-152474":{"id":"2-152474","available":0,"dates":[]},"2-152902":{"id":"2-152902","available":0,"dates":[]},"2-152906":{"id":"2-152906","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152972":{"id":"2-152972","available":0,"dates":[]},"2-153202":{"id":"2-153202","available":0,"dates":[]},"2-153208":{"id":"2-153208","available":0,"dates":[]},"2-153498":{"id":"2-153498","available":0,"dates":[]},"2-153504":{"id":"2-153504","available":0,"dates":[]},"2-153696":{"id":"2-153696","available":0,"dates":[]},"2-153699":{"id":"2-153699","available":0,"dates":[]},"2-153770":{"id":"2-153770","available":0,"dates":[]},"2-153834":{"id":"2-153834","available":0,"dates":[]},"2-154115":{"id":"2-154115","available":7,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-154312":{"id":"2-154312","available":0,"dates":[]},"2-154320":{"id":"2-154320","available":0,"dates":[]},"2-154818":{"id":"2-154818","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154826":{"id":"2-154826","available":0,"dates":[]},"2-155179":{"id":"2-155179","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155185":{"id":"2-155185","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155675":{"id":"2-155675","available":13,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-155678":{"id":"2-155678","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-FLRL-T-10107-2-146009":{"id":"2-FLRL-T-10107-2-146009","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-T-10107-2-146024":{"id":"2-FLRL-T-10107-2-146024","available":15,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146797":{"id":"30-146797","available":23,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147314":{"id":"30-147314","available":0,"dates":[]},"30-147832":{"id":"30-147832","available":0,"dates":[]},"30-148263":{"id":"30-148263","available":13,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"30-148544":{"id":"30-148544","available":0,"dates":[]},"30-148753":{"id":"30-148753","available":0,"dates":[]},"30-FLRL-T-10107-30-146120":{"id":"30-FLRL-T-10107-30-146120","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146697":{"id":"4-146697","available":26,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146709":{"id":"4-146709","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146818":{"id":"4-146818","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147212":{"id":"4-147212","available":0,"dates":[]},"4-147224":{"id":"4-147224","available":0,"dates":[]},"4-147891":{"id":"4-147891","available":0,"dates":[]},"4-147900":{"id":"4-147900","available":0,"dates":[]},"4-148722":{"id":"4-148722","available":0,"dates":[]},"4-148725":{"id":"4-148725","available":0,"dates":[]},"4-149063":{"id":"4-149063","available":0,"dates":[]},"4-149069":{"id":"4-149069","available":0,"dates":[]},"4-149631":{"id":"4-149631","available":136,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149640":{"id":"4-149640","available":170,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150199":{"id":"4-150199","available":136,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150208":{"id":"4-150208","available":170,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150690":{"id":"4-150690","available":176,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150702":{"id":"4-150702","available":136,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-151351":{"id":"4-151351","available":0,"dates":[]},"4-151360":{"id":"4-151360","available":0,"dates":[]},"4-151740":{"id":"4-151740","available":0,"dates":[]},"4-151752":{"id":"4-151752","available":0,"dates":[]},"4-152207":{"id":"4-152207","available":0,"dates":[]},"4-152475":{"id":"4-152475","available":0,"dates":[]},"4-152903":{"id":"4-152903","available":0,"dates":[]},"4-152973":{"id":"4-152973","available":0,"dates":[]},"4-153203":{"id":"4-153203","available":0,"dates":[]},"4-153209":{"id":"4-153209","available":0,"dates":[]},"4-153499":{"id":"4-153499","available":0,"dates":[]},"4-153505":{"id":"4-153505","available":0,"dates":[]},"4-153697":{"id":"4-153697","available":0,"dates":[]},"4-153700":{"id":"4-153700","available":0,"dates":[]},"4-153771":{"id":"4-153771","available":0,"dates":[]},"4-153835":{"id":"4-153835","available":0,"dates":[]},"4-154116":{"id":"4-154116","available":13,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-154117":{"id":"4-154117","available":0,"dates":[]},"4-154313":{"id":"4-154313","available":0,"dates":[]},"4-154321":{"id":"4-154321","available":0,"dates":[]},"4-154819":{"id":"4-154819","available":21,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154827":{"id":"4-154827","available":32,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155180":{"id":"4-155180","available":14,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155186":{"id":"4-155186","available":33,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155676":{"id":"4-155676","available":32,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-155679":{"id":"4-155679","available":45,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-FLRL-T-10107-4-145609":{"id":"4-FLRL-T-10107-4-145609","available":0,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-T-10107-4-146010":{"id":"4-FLRL-T-10107-4-146010","available":21,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-T-10107-4-146025":{"id":"4-FLRL-T-10107-4-146025","available":10,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146780":{"id":"41-146780","available":16,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147239":{"id":"41-147239","available":0,"dates":[]},"41-147906":{"id":"41-147906","available":0,"dates":[]},"41-148342":{"id":"41-148342","available":0,"dates":[]},"41-148734":{"id":"41-148734","available":0,"dates":[]},"41-149030":{"id":"41-149030","available":0,"dates":[]},"41-149661":{"id":"41-149661","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149664":{"id":"41-149664","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150223":{"id":"41-150223","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150224":{"id":"41-150224","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150870":{"id":"41-150870","available":0,"dates":[]},"41-150876":{"id":"41-150876","available":0,"dates":[]},"41-151313":{"id":"41-151313","available":0,"dates":[]},"41-151717":{"id":"41-151717","available":0,"dates":[]},"41-152169":{"id":"41-152169","available":0,"dates":[]},"41-152621":{"id":"41-152621","available":0,"dates":[]},"41-152876":{"id":"41-152876","available":0,"dates":[]},"41-153175":{"id":"41-153175","available":0,"dates":[]},"41-153472":{"id":"41-153472","available":0,"dates":[]},"41-153891":{"id":"41-153891","available":0,"dates":[]},"41-154337":{"id":"41-154337","available":0,"dates":[]},"41-154841":{"id":"41-154841","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155347":{"id":"41-155347","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155693":{"id":"41-155693","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-10107-41-146042":{"id":"41-FLRL-T-10107-41-146042","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148756":{"id":"51-148756","available":8,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148871":{"id":"51-148871","available":2,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-151156":{"id":"51-151156","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151567":{"id":"51-151567","available":6,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152059":{"id":"51-152059","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152564":{"id":"51-152564","available":3,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152795":{"id":"51-152795","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153080":{"id":"51-153080","available":18,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153599":{"id":"51-153599","available":0,"dates":[]},"51-154132":{"id":"51-154132","available":2,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-155877":{"id":"51-155877","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-146328":{"id":"52-146328","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146529":{"id":"52-146529","available":9,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146782":{"id":"52-146782","available":8,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147297":{"id":"52-147297","available":4,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147815":{"id":"52-147815","available":3,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148245":{"id":"52-148245","available":6,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148441":{"id":"52-148441","available":6,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148637":{"id":"52-148637","available":8,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-149691":{"id":"52-149691","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150266":{"id":"52-150266","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150491":{"id":"52-150491","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151006":{"id":"52-151006","available":-9,"dates":[]},"52-151434":{"id":"52-151434","available":6,"dates":["2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29"]},"52-153717":{"id":"52-153717","available":0,"dates":[]},"52-154340":{"id":"52-154340","available":2,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09"]},"52-154844":{"id":"52-154844","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155048":{"id":"52-155048","available":3,"dates":["2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07"]},"52-155192":{"id":"52-155192","available":4,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155532":{"id":"52-155532","available":0,"dates":[]},"52-155696":{"id":"52-155696","available":5,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155876":{"id":"52-155876","available":44,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-146873":{"id":"58-146873","available":29,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147386":{"id":"58-147386","available":0,"dates":[]},"58-147805":{"id":"58-147805","available":-5,"dates":[]},"58-148235":{"id":"58-148235","available":13,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-148541":{"id":"58-148541","available":0,"dates":[]},"58-148754":{"id":"58-148754","available":0,"dates":[]},"58-148862":{"id":"58-148862","available":-1,"dates":[]},"58-149882":{"id":"58-149882","available":102,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149885":{"id":"58-149885","available":124,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150441":{"id":"58-150441","available":102,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150444":{"id":"58-150444","available":124,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150949":{"id":"58-150949","available":0,"dates":[]},"58-150952":{"id":"58-150952","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151321":{"id":"58-151321","available":0,"dates":[]},"58-151725":{"id":"58-151725","available":0,"dates":[]},"58-152178":{"id":"58-152178","available":0,"dates":[]},"58-152627":{"id":"58-152627","available":0,"dates":[]},"58-152881":{"id":"58-152881","available":0,"dates":[]},"58-153181":{"id":"58-153181","available":0,"dates":[]},"58-153477":{"id":"58-153477","available":0,"dates":[]},"58-154065":{"id":"58-154065","available":0,"dates":[]},"58-154457":{"id":"58-154457","available":0,"dates":[]},"58-154458":{"id":"58-154458","available":0,"dates":[]},"58-154936":{"id":"58-154936","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155276":{"id":"58-155276","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155808":{"id":"58-155808","available":53,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-T-10107-58-146196":{"id":"58-FLRL-T-10107-58-146196","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148914":{"id":"65-148914","available":0,"dates":[]},"65-149649":{"id":"65-149649","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149652":{"id":"65-149652","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150214":{"id":"65-150214","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150216":{"id":"65-150216","available":54,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150853":{"id":"65-150853","available":0,"dates":[]},"65-150864":{"id":"65-150864","available":0,"dates":[]},"65-151194":{"id":"65-151194","available":0,"dates":[]},"65-151605":{"id":"65-151605","available":-1,"dates":[]},"65-152082":{"id":"65-152082","available":0,"dates":[]},"65-152385":{"id":"65-152385","available":0,"dates":[]},"65-152817":{"id":"65-152817","available":0,"dates":[]},"65-153111":{"id":"65-153111","available":0,"dates":[]},"65-153412":{"id":"65-153412","available":0,"dates":[]},"65-154078":{"id":"65-154078","available":0,"dates":[]},"65-154227":{"id":"65-154227","available":0,"dates":[]},"65-154766":{"id":"65-154766","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155136":{"id":"65-155136","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155605":{"id":"65-155605","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150486":{"id":"66-150486","available":0,"dates":[]},"9-146732":{"id":"9-146732","available":5,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147870":{"id":"9-147870","available":0,"dates":[]},"9-148306":{"id":"9-148306","available":0,"dates":[]},"9-148696":{"id":"9-148696","available":0,"dates":[]},"9-149057":{"id":"9-149057","available":0,"dates":[]},"9-149384":{"id":"9-149384","available":0,"dates":[]},"9-149677":{"id":"9-149677","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149678":{"id":"9-149678","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150237":{"id":"9-150237","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150238":{"id":"9-150238","available":21,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150676":{"id":"9-150676","available":0,"dates":[]},"9-150678":{"id":"9-150678","available":0,"dates":[]},"9-151342":{"id":"9-151342","available":0,"dates":[]},"9-151851":{"id":"9-151851","available":0,"dates":[]},"9-152198":{"id":"9-152198","available":0,"dates":[]},"9-152642":{"id":"9-152642","available":0,"dates":[]},"9-152897":{"id":"9-152897","available":0,"dates":[]},"9-153197":{"id":"9-153197","available":0,"dates":[]},"9-153638":{"id":"9-153638","available":0,"dates":[]},"9-154107":{"id":"9-154107","available":0,"dates":[]},"9-154482":{"id":"9-154482","available":0,"dates":[]},"9-154809":{"id":"9-154809","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155156":{"id":"9-155156","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155651":{"id":"9-155651","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-T-10107-9-146051":{"id":"9-FLRL-T-10107-9-146051","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150949","58-150952","58-154936","58-155276","58-155808"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155877"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-153697","4-153700","4-154827","4-154819","4-155186","4-155180","4-155679","4-155676"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150870","41-150876","41-154841","41-155347","41-155693"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155876","52-154844","52-155192","52-155696"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-153696","2-153699","2-154826","2-154818","2-155185","2-155179","2-155678","2-155675"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150895","10-150901","10-154915","10-155264","10-155869"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150661","11-150666","11-154800","11-155149","11-155643"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150676","9-150678","9-154809","9-155156","9-155651"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-153695","1-153698","1-154825","1-154817","1-155184","1-155178","1-155677","1-155674"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150853","65-150864","65-154766","65-155136","65-155605"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="24" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-growers-choice-peony"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=500 500w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=600 600w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=700 700w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=800 800w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=900 900w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=500" alt="The Grower's Choice Peony" srcset="//urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=352 352w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=500 500w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=600 600w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=700 700w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=800 800w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=900 900w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=500" alt="The Grower's Choice Peony" srcset="//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=352 352w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" loading="lazy" class="metafield-file_reference"> </figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-growers-choice-peony" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150753","58-150755","58-154850","58-155521","58-155731"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150761","4-150776","4-154858","4-155204","4-155704"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150803","41-150808","41-154872","41-155218","41-155727"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150760","2-150775","2-154857","2-155203","2-155703","2-155561"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150747","10-150750","10-154865","10-155211","10-155717"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150793","11-150798","11-154868","11-155214","11-155721"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150819","9-150823","9-154878","9-155224","9-155737"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150759","1-150774","1-154856","1-155202","1-155702"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-150759":{"id":"1-150759","available":0,"dates":[]},"1-150774":{"id":"1-150774","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-154856":{"id":"1-154856","available":18,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155202":{"id":"1-155202","available":36,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155702":{"id":"1-155702","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150747":{"id":"10-150747","available":0,"dates":[]},"10-150750":{"id":"10-150750","available":0,"dates":[]},"10-154865":{"id":"10-154865","available":68,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155211":{"id":"10-155211","available":90,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155717":{"id":"10-155717","available":120,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150793":{"id":"11-150793","available":0,"dates":[]},"11-150798":{"id":"11-150798","available":0,"dates":[]},"11-154868":{"id":"11-154868","available":76,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155214":{"id":"11-155214","available":83,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155721":{"id":"11-155721","available":111,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150760":{"id":"2-150760","available":0,"dates":[]},"2-150775":{"id":"2-150775","available":0,"dates":[]},"2-154857":{"id":"2-154857","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155203":{"id":"2-155203","available":46,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155561":{"id":"2-155561","available":0,"dates":[]},"2-155703":{"id":"2-155703","available":46,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150761":{"id":"4-150761","available":-10,"dates":[]},"4-150776":{"id":"4-150776","available":0,"dates":[]},"4-154858":{"id":"4-154858","available":75,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155204":{"id":"4-155204","available":118,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155704":{"id":"4-155704","available":174,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150803":{"id":"41-150803","available":0,"dates":[]},"41-150808":{"id":"41-150808","available":0,"dates":[]},"41-154872":{"id":"41-154872","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155218":{"id":"41-155218","available":49,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155727":{"id":"41-155727","available":70,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-150753":{"id":"58-150753","available":2,"dates":["2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150755":{"id":"58-150755","available":0,"dates":[]},"58-154850":{"id":"58-154850","available":53,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155521":{"id":"58-155521","available":104,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155731":{"id":"58-155731","available":133,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150819":{"id":"9-150819","available":0,"dates":[]},"9-150823":{"id":"9-150823","available":0,"dates":[]},"9-154878":{"id":"9-154878","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155224":{"id":"9-155224","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155737":{"id":"9-155737","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-growers-choice-peony" title="View The Grower's Choice Peony" data-product-card-title><h3 style="font-size: 1em;">The Grower's Choice Peony</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$98 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">81 reviews with an average of 4.1 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.1" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="81" aria-hidden="true" style=" font-size: 12px;">(81)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View The Grower's Choice Peony in Single" data-swatch-item="the-growers-choice-peony" data-image-loaded href="https://urbanstems.com/products/the-growers-choice-peony" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Grower's Choice Peony in Double" data-swatch-item="double-the-growers-choice-peony" href="https://urbanstems.com/products/double-the-growers-choice-peony" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Grower's Choice Peony in Triple" data-swatch-item="triple-the-growers-choice-peony" href="https://urbanstems.com/products/triple-the-growers-choice-peony" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="the-growers-choice-peony" type="application/json">{"the-growers-choice-peony":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "the-growers-choice-peony", "priceAmount": 9800, "price": "$98 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-growers-choice-peony", "variantName": null, "title": "The Grower's Choice Peony", "images": [ { "alt": "The Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=500 500w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=600 600w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=500 500w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=600 600w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=700 700w" }, { "alt": "The Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=500 500w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=600 600w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=500 500w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=600 600w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=700 700w" } ], "variants": [{"id":45510429769976,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-02459","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Grower's Choice Peony - Single","public_title":"Single","options":["Single","Default Title"],"price":9800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148993":{"id":"1-148993","available":0,"dates":[]},"1-149717":{"id":"1-149717","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149732":{"id":"1-149732","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150279":{"id":"1-150279","available":60,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150294":{"id":"1-150294","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150759":{"id":"1-150759","available":0,"dates":[]},"1-150774":{"id":"1-150774","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151274":{"id":"1-151274","available":0,"dates":[]},"1-151678":{"id":"1-151678","available":0,"dates":[]},"1-153718":{"id":"1-153718","available":0,"dates":[]},"1-154354":{"id":"1-154354","available":0,"dates":[]},"1-154502":{"id":"1-154502","available":1,"dates":["2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"1-154856":{"id":"1-154856","available":18,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155202":{"id":"1-155202","available":36,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155702":{"id":"1-155702","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149747":{"id":"10-149747","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149752":{"id":"10-149752","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150309":{"id":"10-150309","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150314":{"id":"10-150314","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150747":{"id":"10-150747","available":0,"dates":[]},"10-150750":{"id":"10-150750","available":0,"dates":[]},"10-153939":{"id":"10-153939","available":0,"dates":[]},"10-154151":{"id":"10-154151","available":-3,"dates":[]},"10-154345":{"id":"10-154345","available":0,"dates":[]},"10-154865":{"id":"10-154865","available":68,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155211":{"id":"10-155211","available":90,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155717":{"id":"10-155717","available":120,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149757":{"id":"11-149757","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149762":{"id":"11-149762","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150319":{"id":"11-150319","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150324":{"id":"11-150324","available":130,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150793":{"id":"11-150793","available":0,"dates":[]},"11-150798":{"id":"11-150798","available":0,"dates":[]},"11-153915":{"id":"11-153915","available":0,"dates":[]},"11-154368":{"id":"11-154368","available":0,"dates":[]},"11-154505":{"id":"11-154505","available":0,"dates":[]},"11-154868":{"id":"11-154868","available":76,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155214":{"id":"11-155214","available":83,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155721":{"id":"11-155721","available":111,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148994":{"id":"2-148994","available":0,"dates":[]},"2-149718":{"id":"2-149718","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149733":{"id":"2-149733","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150280":{"id":"2-150280","available":80,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150295":{"id":"2-150295","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150760":{"id":"2-150760","available":0,"dates":[]},"2-150775":{"id":"2-150775","available":0,"dates":[]},"2-151275":{"id":"2-151275","available":0,"dates":[]},"2-151679":{"id":"2-151679","available":0,"dates":[]},"2-153719":{"id":"2-153719","available":0,"dates":[]},"2-154355":{"id":"2-154355","available":0,"dates":[]},"2-154503":{"id":"2-154503","available":0,"dates":[]},"2-154857":{"id":"2-154857","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155203":{"id":"2-155203","available":46,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155561":{"id":"2-155561","available":0,"dates":[]},"2-155703":{"id":"2-155703","available":46,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148995":{"id":"4-148995","available":0,"dates":[]},"4-149719":{"id":"4-149719","available":570,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149734":{"id":"4-149734","available":690,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150281":{"id":"4-150281","available":570,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150296":{"id":"4-150296","available":690,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150761":{"id":"4-150761","available":-10,"dates":[]},"4-150776":{"id":"4-150776","available":0,"dates":[]},"4-151276":{"id":"4-151276","available":0,"dates":[]},"4-151680":{"id":"4-151680","available":0,"dates":[]},"4-153720":{"id":"4-153720","available":0,"dates":[]},"4-154356":{"id":"4-154356","available":0,"dates":[]},"4-154504":{"id":"4-154504","available":0,"dates":[]},"4-154858":{"id":"4-154858","available":75,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155204":{"id":"4-155204","available":118,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155704":{"id":"4-155704","available":174,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149767":{"id":"41-149767","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149772":{"id":"41-149772","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150329":{"id":"41-150329","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150334":{"id":"41-150334","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150803":{"id":"41-150803","available":0,"dates":[]},"41-150808":{"id":"41-150808","available":0,"dates":[]},"41-153954":{"id":"41-153954","available":0,"dates":[]},"41-154373":{"id":"41-154373","available":0,"dates":[]},"41-154508":{"id":"41-154508","available":0,"dates":[]},"41-154872":{"id":"41-154872","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155218":{"id":"41-155218","available":49,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155727":{"id":"41-155727","available":70,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149003":{"id":"58-149003","available":0,"dates":[]},"58-149713":{"id":"58-149713","available":230,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149715":{"id":"58-149715","available":280,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150275":{"id":"58-150275","available":230,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150277":{"id":"58-150277","available":280,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150753":{"id":"58-150753","available":2,"dates":["2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150755":{"id":"58-150755","available":0,"dates":[]},"58-151284":{"id":"58-151284","available":0,"dates":[]},"58-151688":{"id":"58-151688","available":0,"dates":[]},"58-153852":{"id":"58-153852","available":0,"dates":[]},"58-154150":{"id":"58-154150","available":0,"dates":[]},"58-154152":{"id":"58-154152","available":0,"dates":[]},"58-154348":{"id":"58-154348","available":0,"dates":[]},"58-154850":{"id":"58-154850","available":53,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155196":{"id":"58-155196","available":104,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155521":{"id":"58-155521","available":104,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155731":{"id":"58-155731","available":133,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149783":{"id":"9-149783","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149788":{"id":"9-149788","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150345":{"id":"9-150345","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150350":{"id":"9-150350","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150819":{"id":"9-150819","available":0,"dates":[]},"9-150823":{"id":"9-150823","available":0,"dates":[]},"9-153930":{"id":"9-153930","available":0,"dates":[]},"9-154381":{"id":"9-154381","available":0,"dates":[]},"9-154512":{"id":"9-154512","available":2,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154878":{"id":"9-154878","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155224":{"id":"9-155224","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155737":{"id":"9-155737","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150753","58-150755","58-154850","58-155521","58-155731"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150761","4-150776","4-154858","4-155204","4-155704"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150803","41-150808","41-154872","41-155218","41-155727"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150760","2-150775","2-154857","2-155203","2-155703","2-155561"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150747","10-150750","10-154865","10-155211","10-155717"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150793","11-150798","11-154868","11-155214","11-155721"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150819","9-150823","9-154878","9-155224","9-155737"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150759","1-150774","1-154856","1-155202","1-155702"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} }, "double-the-growers-choice-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "double-the-growers-choice-peony", "priceAmount": 17600, "price": "$176 ", "priceCompareAtAmount": 19600, "priceCompareAt": "$196 ", "url": "https://urbanstems.com/products/double-the-growers-choice-peony", "variantName": null, "title": "Double the Grower's Choice Peony", "images": [ { "alt": "Double the Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=700 700w" }, { "alt": "Double the Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=700 700w" } ], "variants": [{"id":45510438715640,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-02459","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Grower's Choice Peony - Double","public_title":"Double","options":["Double","Default Title"],"price":17600,"weight":0,"compare_at_price":19600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148993":{"id":"1-148993","available":0,"dates":[]},"1-149717":{"id":"1-149717","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149732":{"id":"1-149732","available":35,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150279":{"id":"1-150279","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150294":{"id":"1-150294","available":35,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150759":{"id":"1-150759","available":0,"dates":[]},"1-150774":{"id":"1-150774","available":0,"dates":[]},"1-151274":{"id":"1-151274","available":0,"dates":[]},"1-151678":{"id":"1-151678","available":0,"dates":[]},"1-153718":{"id":"1-153718","available":0,"dates":[]},"1-154354":{"id":"1-154354","available":0,"dates":[]},"1-154502":{"id":"1-154502","available":0,"dates":[]},"1-154856":{"id":"1-154856","available":9,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155202":{"id":"1-155202","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155702":{"id":"1-155702","available":13,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149747":{"id":"10-149747","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149752":{"id":"10-149752","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150309":{"id":"10-150309","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150314":{"id":"10-150314","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150747":{"id":"10-150747","available":0,"dates":[]},"10-150750":{"id":"10-150750","available":0,"dates":[]},"10-153939":{"id":"10-153939","available":0,"dates":[]},"10-154151":{"id":"10-154151","available":-2,"dates":[]},"10-154345":{"id":"10-154345","available":0,"dates":[]},"10-154865":{"id":"10-154865","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155211":{"id":"10-155211","available":45,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155717":{"id":"10-155717","available":60,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149757":{"id":"11-149757","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149762":{"id":"11-149762","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150319":{"id":"11-150319","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150324":{"id":"11-150324","available":65,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150793":{"id":"11-150793","available":0,"dates":[]},"11-150798":{"id":"11-150798","available":0,"dates":[]},"11-153915":{"id":"11-153915","available":0,"dates":[]},"11-154368":{"id":"11-154368","available":0,"dates":[]},"11-154505":{"id":"11-154505","available":0,"dates":[]},"11-154868":{"id":"11-154868","available":38,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155214":{"id":"11-155214","available":41,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155721":{"id":"11-155721","available":55,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148994":{"id":"2-148994","available":0,"dates":[]},"2-149718":{"id":"2-149718","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149733":{"id":"2-149733","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150280":{"id":"2-150280","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150295":{"id":"2-150295","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150760":{"id":"2-150760","available":0,"dates":[]},"2-150775":{"id":"2-150775","available":0,"dates":[]},"2-151275":{"id":"2-151275","available":0,"dates":[]},"2-151679":{"id":"2-151679","available":0,"dates":[]},"2-153719":{"id":"2-153719","available":0,"dates":[]},"2-154355":{"id":"2-154355","available":0,"dates":[]},"2-154503":{"id":"2-154503","available":0,"dates":[]},"2-154857":{"id":"2-154857","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155203":{"id":"2-155203","available":23,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155561":{"id":"2-155561","available":0,"dates":[]},"2-155703":{"id":"2-155703","available":23,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148995":{"id":"4-148995","available":0,"dates":[]},"4-149719":{"id":"4-149719","available":285,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149734":{"id":"4-149734","available":345,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150281":{"id":"4-150281","available":285,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150296":{"id":"4-150296","available":345,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150761":{"id":"4-150761","available":-5,"dates":[]},"4-150776":{"id":"4-150776","available":0,"dates":[]},"4-151276":{"id":"4-151276","available":0,"dates":[]},"4-151680":{"id":"4-151680","available":0,"dates":[]},"4-153720":{"id":"4-153720","available":0,"dates":[]},"4-154356":{"id":"4-154356","available":0,"dates":[]},"4-154504":{"id":"4-154504","available":0,"dates":[]},"4-154858":{"id":"4-154858","available":37,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155204":{"id":"4-155204","available":59,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155704":{"id":"4-155704","available":87,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149767":{"id":"41-149767","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149772":{"id":"41-149772","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150329":{"id":"41-150329","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150334":{"id":"41-150334","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150803":{"id":"41-150803","available":0,"dates":[]},"41-150808":{"id":"41-150808","available":0,"dates":[]},"41-153954":{"id":"41-153954","available":0,"dates":[]},"41-154373":{"id":"41-154373","available":0,"dates":[]},"41-154508":{"id":"41-154508","available":0,"dates":[]},"41-154872":{"id":"41-154872","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155218":{"id":"41-155218","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155727":{"id":"41-155727","available":35,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149003":{"id":"58-149003","available":0,"dates":[]},"58-149713":{"id":"58-149713","available":115,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149715":{"id":"58-149715","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150275":{"id":"58-150275","available":115,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150277":{"id":"58-150277","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150753":{"id":"58-150753","available":1,"dates":["2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150755":{"id":"58-150755","available":0,"dates":[]},"58-151284":{"id":"58-151284","available":0,"dates":[]},"58-151688":{"id":"58-151688","available":0,"dates":[]},"58-153852":{"id":"58-153852","available":0,"dates":[]},"58-154150":{"id":"58-154150","available":0,"dates":[]},"58-154152":{"id":"58-154152","available":0,"dates":[]},"58-154348":{"id":"58-154348","available":0,"dates":[]},"58-154850":{"id":"58-154850","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155196":{"id":"58-155196","available":52,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155521":{"id":"58-155521","available":52,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155731":{"id":"58-155731","available":66,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149783":{"id":"9-149783","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149788":{"id":"9-149788","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150345":{"id":"9-150345","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150350":{"id":"9-150350","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150819":{"id":"9-150819","available":0,"dates":[]},"9-150823":{"id":"9-150823","available":0,"dates":[]},"9-153930":{"id":"9-153930","available":0,"dates":[]},"9-154381":{"id":"9-154381","available":0,"dates":[]},"9-154512":{"id":"9-154512","available":1,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154878":{"id":"9-154878","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155224":{"id":"9-155224","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155737":{"id":"9-155737","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150753","58-150755","58-154850","58-155521","58-155731"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150761","4-150776","4-154858","4-155204","4-155704"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150803","41-150808","41-154872","41-155218","41-155727"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150760","2-150775","2-154857","2-155203","2-155703","2-155561"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150747","10-150750","10-154865","10-155211","10-155717"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150793","11-150798","11-154868","11-155214","11-155721"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150819","9-150823","9-154878","9-155224","9-155737"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150759","1-150774","1-154856","1-155202","1-155702"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} }, "triple-the-growers-choice-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "triple-the-growers-choice-peony", "priceAmount": 24900, "price": "$249 ", "priceCompareAtAmount": 29400, "priceCompareAt": "$294 ", "url": "https://urbanstems.com/products/triple-the-growers-choice-peony", "variantName": null, "title": "Triple the Grower's Choice Peony", "images": [ { "alt": "Triple the Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=700 700w" }, { "alt": "Triple the Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=700 700w" } ], "variants": [{"id":45510442942712,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-02459","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Grower's Choice Peony - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":24900,"weight":0,"compare_at_price":29400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148993":{"id":"1-148993","available":0,"dates":[]},"1-149717":{"id":"1-149717","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149732":{"id":"1-149732","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150279":{"id":"1-150279","available":20,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150294":{"id":"1-150294","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150759":{"id":"1-150759","available":0,"dates":[]},"1-150774":{"id":"1-150774","available":0,"dates":[]},"1-151274":{"id":"1-151274","available":0,"dates":[]},"1-151678":{"id":"1-151678","available":0,"dates":[]},"1-153718":{"id":"1-153718","available":0,"dates":[]},"1-154354":{"id":"1-154354","available":0,"dates":[]},"1-154502":{"id":"1-154502","available":0,"dates":[]},"1-154856":{"id":"1-154856","available":6,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155202":{"id":"1-155202","available":12,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155702":{"id":"1-155702","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149747":{"id":"10-149747","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149752":{"id":"10-149752","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150309":{"id":"10-150309","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150314":{"id":"10-150314","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150747":{"id":"10-150747","available":0,"dates":[]},"10-150750":{"id":"10-150750","available":0,"dates":[]},"10-153939":{"id":"10-153939","available":0,"dates":[]},"10-154151":{"id":"10-154151","available":-1,"dates":[]},"10-154345":{"id":"10-154345","available":0,"dates":[]},"10-154865":{"id":"10-154865","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155211":{"id":"10-155211","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155717":{"id":"10-155717","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149757":{"id":"11-149757","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149762":{"id":"11-149762","available":43,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150319":{"id":"11-150319","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150324":{"id":"11-150324","available":43,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150793":{"id":"11-150793","available":0,"dates":[]},"11-150798":{"id":"11-150798","available":0,"dates":[]},"11-153915":{"id":"11-153915","available":0,"dates":[]},"11-154368":{"id":"11-154368","available":0,"dates":[]},"11-154505":{"id":"11-154505","available":0,"dates":[]},"11-154868":{"id":"11-154868","available":25,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155214":{"id":"11-155214","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155721":{"id":"11-155721","available":37,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148994":{"id":"2-148994","available":0,"dates":[]},"2-149718":{"id":"2-149718","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149733":{"id":"2-149733","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150280":{"id":"2-150280","available":26,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150295":{"id":"2-150295","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150760":{"id":"2-150760","available":0,"dates":[]},"2-150775":{"id":"2-150775","available":0,"dates":[]},"2-151275":{"id":"2-151275","available":0,"dates":[]},"2-151679":{"id":"2-151679","available":0,"dates":[]},"2-153719":{"id":"2-153719","available":0,"dates":[]},"2-154355":{"id":"2-154355","available":0,"dates":[]},"2-154503":{"id":"2-154503","available":0,"dates":[]},"2-154857":{"id":"2-154857","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155203":{"id":"2-155203","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155561":{"id":"2-155561","available":0,"dates":[]},"2-155703":{"id":"2-155703","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148995":{"id":"4-148995","available":0,"dates":[]},"4-149719":{"id":"4-149719","available":190,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149734":{"id":"4-149734","available":230,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150281":{"id":"4-150281","available":190,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150296":{"id":"4-150296","available":230,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150761":{"id":"4-150761","available":-4,"dates":[]},"4-150776":{"id":"4-150776","available":0,"dates":[]},"4-151276":{"id":"4-151276","available":0,"dates":[]},"4-151680":{"id":"4-151680","available":0,"dates":[]},"4-153720":{"id":"4-153720","available":0,"dates":[]},"4-154356":{"id":"4-154356","available":0,"dates":[]},"4-154504":{"id":"4-154504","available":0,"dates":[]},"4-154858":{"id":"4-154858","available":25,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155204":{"id":"4-155204","available":39,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155704":{"id":"4-155704","available":58,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149767":{"id":"41-149767","available":43,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149772":{"id":"41-149772","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150329":{"id":"41-150329","available":43,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150334":{"id":"41-150334","available":53,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150803":{"id":"41-150803","available":0,"dates":[]},"41-150808":{"id":"41-150808","available":0,"dates":[]},"41-153954":{"id":"41-153954","available":0,"dates":[]},"41-154373":{"id":"41-154373","available":0,"dates":[]},"41-154508":{"id":"41-154508","available":0,"dates":[]},"41-154872":{"id":"41-154872","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155218":{"id":"41-155218","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155727":{"id":"41-155727","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149003":{"id":"58-149003","available":0,"dates":[]},"58-149713":{"id":"58-149713","available":76,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149715":{"id":"58-149715","available":93,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150275":{"id":"58-150275","available":76,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150277":{"id":"58-150277","available":93,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150753":{"id":"58-150753","available":0,"dates":[]},"58-150755":{"id":"58-150755","available":0,"dates":[]},"58-151284":{"id":"58-151284","available":0,"dates":[]},"58-151688":{"id":"58-151688","available":0,"dates":[]},"58-153852":{"id":"58-153852","available":0,"dates":[]},"58-154150":{"id":"58-154150","available":0,"dates":[]},"58-154152":{"id":"58-154152","available":0,"dates":[]},"58-154348":{"id":"58-154348","available":0,"dates":[]},"58-154850":{"id":"58-154850","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155196":{"id":"58-155196","available":34,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155521":{"id":"58-155521","available":34,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155731":{"id":"58-155731","available":44,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149783":{"id":"9-149783","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149788":{"id":"9-149788","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150345":{"id":"9-150345","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150350":{"id":"9-150350","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150819":{"id":"9-150819","available":0,"dates":[]},"9-150823":{"id":"9-150823","available":0,"dates":[]},"9-153930":{"id":"9-153930","available":0,"dates":[]},"9-154381":{"id":"9-154381","available":0,"dates":[]},"9-154512":{"id":"9-154512","available":0,"dates":[]},"9-154878":{"id":"9-154878","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155224":{"id":"9-155224","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155737":{"id":"9-155737","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150753","58-150755","58-154850","58-155521","58-155731"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150761","4-150776","4-154858","4-155204","4-155704"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150803","41-150808","41-154872","41-155218","41-155727"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150760","2-150775","2-154857","2-155203","2-155703","2-155561"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150747","10-150750","10-154865","10-155211","10-155717"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150793","11-150798","11-154868","11-155214","11-155721"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150819","9-150823","9-154878","9-155224","9-155737"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150759","1-150774","1-154856","1-155202","1-155702"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="25" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-aquarius"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP_a4078a8b-fcf9-48e7-92f6-7748e78941d0.jpg?v=1730913055&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP_a4078a8b-fcf9-48e7-92f6-7748e78941d0.jpg?v=1730913055&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP_a4078a8b-fcf9-48e7-92f6-7748e78941d0.jpg?v=1730913055&width=700 700w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP_a4078a8b-fcf9-48e7-92f6-7748e78941d0.jpg?v=1730913055&width=800 800w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP_a4078a8b-fcf9-48e7-92f6-7748e78941d0.jpg?v=1730913055&width=900 900w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP_a4078a8b-fcf9-48e7-92f6-7748e78941d0.jpg?v=1730913055&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP_a4078a8b-fcf9-48e7-92f6-7748e78941d0.jpg?v=1730913055&width=500" alt="The Aquarius" srcset="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP_a4078a8b-fcf9-48e7-92f6-7748e78941d0.jpg?v=1730913055&width=352 352w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP_a4078a8b-fcf9-48e7-92f6-7748e78941d0.jpg?v=1730913055&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/WinterAstrology_MainImage_PDP.jpg?v=1730913055&width=500 500w, //urbanstems.com/cdn/shop/files/WinterAstrology_MainImage_PDP.jpg?v=1730913055&width=600 600w, //urbanstems.com/cdn/shop/files/WinterAstrology_MainImage_PDP.jpg?v=1730913055&width=700 700w, //urbanstems.com/cdn/shop/files/WinterAstrology_MainImage_PDP.jpg?v=1730913055&width=800 800w, //urbanstems.com/cdn/shop/files/WinterAstrology_MainImage_PDP.jpg?v=1730913055&width=900 900w, //urbanstems.com/cdn/shop/files/WinterAstrology_MainImage_PDP.jpg?v=1730913055&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/WinterAstrology_MainImage_PDP.jpg?v=1730913055&width=500" alt="The Aquarius" srcset="//urbanstems.com/cdn/shop/files/WinterAstrology_MainImage_PDP.jpg?v=1730913055&width=352 352w, //urbanstems.com/cdn/shop/files/WinterAstrology_MainImage_PDP.jpg?v=1730913055&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-first-date" data-restrict="false" data-components="the-first-date,gleaming-vase,candle-birthday-card" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150592","58-150599","58-154806","58-155152","58-155647"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154779","51-155320","51-155621"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150629","4-150641","4-154734","4-154752","4-155114","4-155129","4-155580","4-155598"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150723","41-150731","41-154838","41-155343","41-155688"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150628","2-150640","2-154733","2-154751","2-155113","2-155128","2-155579","2-155597","2-155554"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150839","10-150841","10-154894","10-155246","10-155766"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150904","11-150909","11-154917","11-155266","11-155791"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150675","9-150677","9-154808","9-155154","9-155649"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150627","1-150639","1-154732","1-154750","1-155112","1-155127","1-155578","1-155596","1-155553"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150713","65-150718","65-154898","65-155250","65-155769"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150627":{"id":"1-150627","available":0,"dates":[]},"1-150639":{"id":"1-150639","available":0,"dates":[]},"1-154732":{"id":"1-154732","available":0,"dates":[]},"1-154750":{"id":"1-154750","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155112":{"id":"1-155112","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155127":{"id":"1-155127","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155553":{"id":"1-155553","available":0,"dates":[]},"1-155578":{"id":"1-155578","available":14,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155596":{"id":"1-155596","available":16,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150839":{"id":"10-150839","available":0,"dates":[]},"10-150841":{"id":"10-150841","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154894":{"id":"10-154894","available":53,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155246":{"id":"10-155246","available":56,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155766":{"id":"10-155766","available":84,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150904":{"id":"11-150904","available":0,"dates":[]},"11-150909":{"id":"11-150909","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154917":{"id":"11-154917","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155266":{"id":"11-155266","available":61,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155791":{"id":"11-155791","available":96,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150628":{"id":"2-150628","available":0,"dates":[]},"2-150640":{"id":"2-150640","available":0,"dates":[]},"2-154733":{"id":"2-154733","available":0,"dates":[]},"2-154751":{"id":"2-154751","available":7,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155113":{"id":"2-155113","available":29,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155128":{"id":"2-155128","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155554":{"id":"2-155554","available":0,"dates":[]},"2-155579":{"id":"2-155579","available":29,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155597":{"id":"2-155597","available":16,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150629":{"id":"4-150629","available":0,"dates":[]},"4-150641":{"id":"4-150641","available":243,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154734":{"id":"4-154734","available":101,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154752":{"id":"4-154752","available":61,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155114":{"id":"4-155114","available":73,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155129":{"id":"4-155129","available":48,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155580":{"id":"4-155580","available":103,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155598":{"id":"4-155598","available":64,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150723":{"id":"41-150723","available":0,"dates":[]},"41-150731":{"id":"41-150731","available":0,"dates":[]},"41-154838":{"id":"41-154838","available":44,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155343":{"id":"41-155343","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155688":{"id":"41-155688","available":70,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154779":{"id":"51-154779","available":74,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155320":{"id":"51-155320","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155621":{"id":"51-155621","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150592":{"id":"58-150592","available":0,"dates":[]},"58-150599":{"id":"58-150599","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-154806":{"id":"58-154806","available":115,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155152":{"id":"58-155152","available":76,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155647":{"id":"58-155647","available":96,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150713":{"id":"65-150713","available":0,"dates":[]},"65-150718":{"id":"65-150718","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-154898":{"id":"65-154898","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155250":{"id":"65-155250","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155769":{"id":"65-155769","available":41,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150675":{"id":"9-150675","available":0,"dates":[]},"9-150677":{"id":"9-150677","available":0,"dates":[]},"9-154808":{"id":"9-154808","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155154":{"id":"9-155154","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155649":{"id":"9-155649","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> <script data-inventory-json="gleaming-vase" data-restrict="false" data-components="the-first-date,gleaming-vase,candle-birthday-card" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-FLRL-V-10018"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-FLRL-V-10018"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":["56-FLRL-V-10018"]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":["57-FLRL-V-10018"]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":["60-FLRL-V-10018"]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-FLRL-V-10018"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":["38-FLRL-V-10018"]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":["55-FLRL-V-10018"]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-FLRL-V-10018"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-FLRL-V-10018"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-FLRL-V-10018"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":["30-FLRL-V-10018"]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":["29-FLRL-V-10018"]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-FLRL-V-10018"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-FLRL-V-10018","10-FLRL-V-10018"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-FLRL-V-10018","11-FLRL-V-10018"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":["13-FLRL-V-10018"]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-FLRL-V-10018"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-FLRL-V-10018"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-FLRL-V-10018"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended"],"1-FLRL-V-10018":{"id":"1-FLRL-V-10018","available":56,"dates":[]},"10-FLRL-V-10018":{"id":"10-FLRL-V-10018","available":0,"dates":[]},"11-FLRL-V-10018":{"id":"11-FLRL-V-10018","available":33,"dates":[]},"13-FLRL-V-10018":{"id":"13-FLRL-V-10018","available":0,"dates":[]},"2-FLRL-V-10018":{"id":"2-FLRL-V-10018","available":36,"dates":[]},"29-FLRL-V-10018":{"id":"29-FLRL-V-10018","available":0,"dates":[]},"30-FLRL-V-10018":{"id":"30-FLRL-V-10018","available":0,"dates":[]},"38-FLRL-V-10018":{"id":"38-FLRL-V-10018","available":0,"dates":[]},"4-FLRL-V-10018":{"id":"4-FLRL-V-10018","available":219,"dates":[]},"41-FLRL-V-10018":{"id":"41-FLRL-V-10018","available":77,"dates":[]},"42-FLRL-V-10018":{"id":"42-FLRL-V-10018","available":17,"dates":[]},"51-FLRL-V-10018":{"id":"51-FLRL-V-10018","available":0,"dates":[]},"52-FLRL-V-10018":{"id":"52-FLRL-V-10018","available":0,"dates":[]},"55-FLRL-V-10018":{"id":"55-FLRL-V-10018","available":0,"dates":[]},"56-FLRL-V-10018":{"id":"56-FLRL-V-10018","available":0,"dates":[]},"57-FLRL-V-10018":{"id":"57-FLRL-V-10018","available":0,"dates":[]},"58-FLRL-V-10018":{"id":"58-FLRL-V-10018","available":137,"dates":[]},"60-FLRL-V-10018":{"id":"60-FLRL-V-10018","available":0,"dates":[]},"65-FLRL-V-10018":{"id":"65-FLRL-V-10018","available":108,"dates":[]},"9-FLRL-V-10018":{"id":"9-FLRL-V-10018","available":0,"dates":[]},"blackout_from":"2024-11-19T18:00:00Z", "blackout_to":"2024-12-09T05:00:00Z"} </script> <script data-inventory-json="candle-birthday-card" data-restrict="false" data-components="the-first-date,gleaming-vase,candle-birthday-card" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-GFT-CARD-10040"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":["56-GFT-CARD-10040"]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":["57-GFT-CARD-10040"]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":["60-GFT-CARD-10040"]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-GFT-CARD-10040"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-GFT-CARD-10040"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":["38-GFT-CARD-10040"]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":["55-GFT-CARD-10040"]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-GFT-CARD-10040"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-GFT-CARD-10040"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-GFT-CARD-10040"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":["30-GFT-CARD-10040"]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":["29-GFT-CARD-10040"]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-GFT-CARD-10040"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-GFT-CARD-10040"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-GFT-CARD-10040"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":["13-GFT-CARD-10040"]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-GFT-CARD-10040"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-GFT-CARD-10040"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-GFT-CARD-10040"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_2","ground_3","express_extended","ground_weekend_home"],"1-GFT-CARD-10040":{"id":"1-GFT-CARD-10040","available":8,"dates":[]},"10-GFT-CARD-10040":{"id":"10-GFT-CARD-10040","available":32,"dates":[]},"11-GFT-CARD-10040":{"id":"11-GFT-CARD-10040","available":50,"dates":[]},"13-GFT-CARD-10040":{"id":"13-GFT-CARD-10040","available":0,"dates":[]},"2-GFT-CARD-10040":{"id":"2-GFT-CARD-10040","available":2,"dates":[]},"29-GFT-CARD-10040":{"id":"29-GFT-CARD-10040","available":0,"dates":[]},"30-GFT-CARD-10040":{"id":"30-GFT-CARD-10040","available":0,"dates":[]},"38-GFT-CARD-10040":{"id":"38-GFT-CARD-10040","available":0,"dates":[]},"4-GFT-CARD-10040":{"id":"4-GFT-CARD-10040","available":64,"dates":[]},"41-GFT-CARD-10040":{"id":"41-GFT-CARD-10040","available":58,"dates":[]},"42-GFT-CARD-10040":{"id":"42-GFT-CARD-10040","available":24,"dates":[]},"51-GFT-CARD-10040":{"id":"51-GFT-CARD-10040","available":0,"dates":[]},"52-GFT-CARD-10040":{"id":"52-GFT-CARD-10040","available":0,"dates":[]},"55-GFT-CARD-10040":{"id":"55-GFT-CARD-10040","available":0,"dates":[]},"56-GFT-CARD-10040":{"id":"56-GFT-CARD-10040","available":0,"dates":[]},"57-GFT-CARD-10040":{"id":"57-GFT-CARD-10040","available":0,"dates":[]},"58-GFT-CARD-10040":{"id":"58-GFT-CARD-10040","available":96,"dates":[]},"60-GFT-CARD-10040":{"id":"60-GFT-CARD-10040","available":0,"dates":[]},"65-GFT-CARD-10040":{"id":"65-GFT-CARD-10040","available":91,"dates":[]},"9-GFT-CARD-10040":{"id":"9-GFT-CARD-10040","available":49,"dates":[]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-aquarius" title="View The Aquarius" data-product-card-title><h3 style="font-size: 1em;">The Aquarius</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$100 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin sr-only" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">No reviews for this product yet</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="0" style=" gap: 2px; margin-right: 6px; "> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="0" aria-hidden="true" style=" font-size: 12px;">(0)</span></div> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="26" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-spoil-her"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=700 700w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=800 800w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=900 900w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=500" alt="The Spoil Her" srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=352 352w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=500 500w, //urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=600 600w, //urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=700 700w, //urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=800 800w, //urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=900 900w, //urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=500" alt="The Spoil Her" srcset="//urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=352 352w, //urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-risky-dm" data-restrict="false" data-components="the-risky-dm,gleaming-vase,kate-mcleod-mini-daily-stone-lotion-bar" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150832","4-150838","4-154886","4-154892","4-155235","4-155244","4-155749","4-155761"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150948","58-154937","58-155275","58-155806"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154784","51-155316","51-155617"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150726","41-150734","41-154907","41-155259","41-155779"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150831","2-150837","2-154885","2-154891","2-155234","2-155243","2-155748","2-155760"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150840","10-150842","10-154764","10-155134","10-155603"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150660","11-150665","11-154802","11-155148","11-155642"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150917","9-150923","9-154922","9-155271","9-155873"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150830","1-150836","1-154884","1-154890","1-155233","1-155242","1-155747","1-155759"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150714","65-150719","65-154834","65-155339","65-155683"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150489"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150830":{"id":"1-150830","available":0,"dates":[]},"1-150836":{"id":"1-150836","available":0,"dates":[]},"1-154884":{"id":"1-154884","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154890":{"id":"1-154890","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155233":{"id":"1-155233","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155242":{"id":"1-155242","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155747":{"id":"1-155747","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155759":{"id":"1-155759","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150840":{"id":"10-150840","available":0,"dates":[]},"10-150842":{"id":"10-150842","available":0,"dates":[]},"10-154764":{"id":"10-154764","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155134":{"id":"10-155134","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155603":{"id":"10-155603","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150660":{"id":"11-150660","available":0,"dates":[]},"11-150665":{"id":"11-150665","available":0,"dates":[]},"11-154802":{"id":"11-154802","available":77,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155148":{"id":"11-155148","available":44,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155642":{"id":"11-155642","available":76,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150831":{"id":"2-150831","available":0,"dates":[]},"2-150837":{"id":"2-150837","available":0,"dates":[]},"2-154885":{"id":"2-154885","available":0,"dates":[]},"2-154891":{"id":"2-154891","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155234":{"id":"2-155234","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155243":{"id":"2-155243","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155748":{"id":"2-155748","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155760":{"id":"2-155760","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150832":{"id":"4-150832","available":0,"dates":[]},"4-150838":{"id":"4-150838","available":0,"dates":[]},"4-154886":{"id":"4-154886","available":40,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154892":{"id":"4-154892","available":39,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155235":{"id":"4-155235","available":55,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155244":{"id":"4-155244","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155749":{"id":"4-155749","available":73,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155761":{"id":"4-155761","available":40,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150726":{"id":"41-150726","available":0,"dates":[]},"41-150734":{"id":"41-150734","available":0,"dates":[]},"41-154907":{"id":"41-154907","available":46,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155259":{"id":"41-155259","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155779":{"id":"41-155779","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154784":{"id":"51-154784","available":95,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155316":{"id":"51-155316","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155617":{"id":"51-155617","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150948":{"id":"58-150948","available":0,"dates":[]},"58-154937":{"id":"58-154937","available":60,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155275":{"id":"58-155275","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155806":{"id":"58-155806","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150714":{"id":"65-150714","available":0,"dates":[]},"65-150719":{"id":"65-150719","available":0,"dates":[]},"65-154834":{"id":"65-154834","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155339":{"id":"65-155339","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155683":{"id":"65-155683","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150489":{"id":"66-150489","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150917":{"id":"9-150917","available":0,"dates":[]},"9-150923":{"id":"9-150923","available":0,"dates":[]},"9-154922":{"id":"9-154922","available":54,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155271":{"id":"9-155271","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155873":{"id":"9-155873","available":21,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> <script data-inventory-json="gleaming-vase" data-restrict="false" data-components="the-risky-dm,gleaming-vase,kate-mcleod-mini-daily-stone-lotion-bar" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-FLRL-V-10018"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-FLRL-V-10018"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":["56-FLRL-V-10018"]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":["57-FLRL-V-10018"]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":["60-FLRL-V-10018"]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-FLRL-V-10018"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":["38-FLRL-V-10018"]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":["55-FLRL-V-10018"]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-FLRL-V-10018"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-FLRL-V-10018"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-FLRL-V-10018"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":["30-FLRL-V-10018"]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":["29-FLRL-V-10018"]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-FLRL-V-10018"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-FLRL-V-10018","10-FLRL-V-10018"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-FLRL-V-10018","11-FLRL-V-10018"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":["13-FLRL-V-10018"]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-FLRL-V-10018"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-FLRL-V-10018"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-FLRL-V-10018"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended"],"1-FLRL-V-10018":{"id":"1-FLRL-V-10018","available":56,"dates":[]},"10-FLRL-V-10018":{"id":"10-FLRL-V-10018","available":0,"dates":[]},"11-FLRL-V-10018":{"id":"11-FLRL-V-10018","available":33,"dates":[]},"13-FLRL-V-10018":{"id":"13-FLRL-V-10018","available":0,"dates":[]},"2-FLRL-V-10018":{"id":"2-FLRL-V-10018","available":36,"dates":[]},"29-FLRL-V-10018":{"id":"29-FLRL-V-10018","available":0,"dates":[]},"30-FLRL-V-10018":{"id":"30-FLRL-V-10018","available":0,"dates":[]},"38-FLRL-V-10018":{"id":"38-FLRL-V-10018","available":0,"dates":[]},"4-FLRL-V-10018":{"id":"4-FLRL-V-10018","available":219,"dates":[]},"41-FLRL-V-10018":{"id":"41-FLRL-V-10018","available":77,"dates":[]},"42-FLRL-V-10018":{"id":"42-FLRL-V-10018","available":17,"dates":[]},"51-FLRL-V-10018":{"id":"51-FLRL-V-10018","available":0,"dates":[]},"52-FLRL-V-10018":{"id":"52-FLRL-V-10018","available":0,"dates":[]},"55-FLRL-V-10018":{"id":"55-FLRL-V-10018","available":0,"dates":[]},"56-FLRL-V-10018":{"id":"56-FLRL-V-10018","available":0,"dates":[]},"57-FLRL-V-10018":{"id":"57-FLRL-V-10018","available":0,"dates":[]},"58-FLRL-V-10018":{"id":"58-FLRL-V-10018","available":137,"dates":[]},"60-FLRL-V-10018":{"id":"60-FLRL-V-10018","available":0,"dates":[]},"65-FLRL-V-10018":{"id":"65-FLRL-V-10018","available":108,"dates":[]},"9-FLRL-V-10018":{"id":"9-FLRL-V-10018","available":0,"dates":[]},"blackout_from":"2024-11-19T18:00:00Z", "blackout_to":"2024-12-09T05:00:00Z"} </script> <script data-inventory-json="kate-mcleod-mini-daily-stone-lotion-bar" data-restrict="false" data-components="the-risky-dm,gleaming-vase,kate-mcleod-mini-daily-stone-lotion-bar" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-GFT-SC-10038"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":["56-GFT-SC-10038"]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":["57-GFT-SC-10038"]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":["60-GFT-SC-10038"]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-GFT-SC-10038"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-GFT-SC-10038"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":["38-GFT-SC-10038"]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":["55-GFT-SC-10038"]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-GFT-SC-10038"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-GFT-SC-10038"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-GFT-SC-10038"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":["30-GFT-SC-10038"]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":["29-GFT-SC-10038"]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-GFT-SC-10038"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-GFT-SC-10038"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-GFT-SC-10038"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":["13-GFT-SC-10038"]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-GFT-SC-10038"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-GFT-SC-10038"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-GFT-SC-10038"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_2","ground_3","express_extended","ground_weekend_home"],"1-GFT-SC-10038":{"id":"1-GFT-SC-10038","available":27,"dates":[]},"10-GFT-SC-10038":{"id":"10-GFT-SC-10038","available":11,"dates":[]},"11-GFT-SC-10038":{"id":"11-GFT-SC-10038","available":30,"dates":[]},"13-GFT-SC-10038":{"id":"13-GFT-SC-10038","available":0,"dates":[]},"2-GFT-SC-10038":{"id":"2-GFT-SC-10038","available":34,"dates":[]},"29-GFT-SC-10038":{"id":"29-GFT-SC-10038","available":0,"dates":[]},"30-GFT-SC-10038":{"id":"30-GFT-SC-10038","available":0,"dates":[]},"38-GFT-SC-10038":{"id":"38-GFT-SC-10038","available":0,"dates":[]},"4-GFT-SC-10038":{"id":"4-GFT-SC-10038","available":149,"dates":[]},"41-GFT-SC-10038":{"id":"41-GFT-SC-10038","available":29,"dates":[]},"42-GFT-SC-10038":{"id":"42-GFT-SC-10038","available":2,"dates":[]},"51-GFT-SC-10038":{"id":"51-GFT-SC-10038","available":0,"dates":[]},"52-GFT-SC-10038":{"id":"52-GFT-SC-10038","available":0,"dates":[]},"55-GFT-SC-10038":{"id":"55-GFT-SC-10038","available":0,"dates":[]},"56-GFT-SC-10038":{"id":"56-GFT-SC-10038","available":0,"dates":[]},"57-GFT-SC-10038":{"id":"57-GFT-SC-10038","available":0,"dates":[]},"58-GFT-SC-10038":{"id":"58-GFT-SC-10038","available":52,"dates":[]},"60-GFT-SC-10038":{"id":"60-GFT-SC-10038","available":0,"dates":[]},"65-GFT-SC-10038":{"id":"65-GFT-SC-10038","available":39,"dates":[]},"9-GFT-SC-10038":{"id":"9-GFT-SC-10038","available":0,"dates":[]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-spoil-her" title="View The Spoil Her" data-product-card-title><h3 style="font-size: 1em;">The Spoil Her</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$105 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin sr-only" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">No reviews for this product yet</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="0" style=" gap: 2px; margin-right: 6px; "> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="0" aria-hidden="true" style=" font-size: 12px;">(0)</span></div> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="27" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-first-date"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=700 700w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=800 800w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=900 900w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=500" alt="Double the First Date" srcset="//urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=352 352w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=700 700w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=800 800w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=900 900w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=500" alt="Double the First Date" srcset="//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=352 352w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-first-date" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150592","58-150599","58-154806","58-155152","58-155647"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154779","51-155320","51-155621"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150629","4-150641","4-154734","4-154752","4-155114","4-155129","4-155580","4-155598"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150723","41-150731","41-154838","41-155343","41-155688"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150628","2-150640","2-154733","2-154751","2-155113","2-155128","2-155579","2-155597","2-155554"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150839","10-150841","10-154894","10-155246","10-155766"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150904","11-150909","11-154917","11-155266","11-155791"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150675","9-150677","9-154808","9-155154","9-155649"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150627","1-150639","1-154732","1-154750","1-155112","1-155127","1-155578","1-155596","1-155553"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150713","65-150718","65-154898","65-155250","65-155769"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"1-150627":{"id":"1-150627","available":0,"dates":[]},"1-150639":{"id":"1-150639","available":0,"dates":[]},"1-154732":{"id":"1-154732","available":0,"dates":[]},"1-154750":{"id":"1-154750","available":1,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155112":{"id":"1-155112","available":6,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155127":{"id":"1-155127","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155553":{"id":"1-155553","available":0,"dates":[]},"1-155578":{"id":"1-155578","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155596":{"id":"1-155596","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150839":{"id":"10-150839","available":0,"dates":[]},"10-150841":{"id":"10-150841","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154894":{"id":"10-154894","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155246":{"id":"10-155246","available":28,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155766":{"id":"10-155766","available":42,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150904":{"id":"11-150904","available":0,"dates":[]},"11-150909":{"id":"11-150909","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154917":{"id":"11-154917","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155266":{"id":"11-155266","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155791":{"id":"11-155791","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150628":{"id":"2-150628","available":0,"dates":[]},"2-150640":{"id":"2-150640","available":0,"dates":[]},"2-154733":{"id":"2-154733","available":0,"dates":[]},"2-154751":{"id":"2-154751","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155113":{"id":"2-155113","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155128":{"id":"2-155128","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155554":{"id":"2-155554","available":0,"dates":[]},"2-155579":{"id":"2-155579","available":14,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155597":{"id":"2-155597","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150629":{"id":"4-150629","available":0,"dates":[]},"4-150641":{"id":"4-150641","available":121,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154734":{"id":"4-154734","available":50,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154752":{"id":"4-154752","available":30,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155114":{"id":"4-155114","available":36,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155129":{"id":"4-155129","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155580":{"id":"4-155580","available":51,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155598":{"id":"4-155598","available":32,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150723":{"id":"41-150723","available":0,"dates":[]},"41-150731":{"id":"41-150731","available":0,"dates":[]},"41-154838":{"id":"41-154838","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155343":{"id":"41-155343","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155688":{"id":"41-155688","available":35,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154779":{"id":"51-154779","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155320":{"id":"51-155320","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155621":{"id":"51-155621","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150592":{"id":"58-150592","available":0,"dates":[]},"58-150599":{"id":"58-150599","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-154806":{"id":"58-154806","available":57,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155152":{"id":"58-155152","available":38,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155647":{"id":"58-155647","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150713":{"id":"65-150713","available":0,"dates":[]},"65-150718":{"id":"65-150718","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-154898":{"id":"65-154898","available":19,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155250":{"id":"65-155250","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155769":{"id":"65-155769","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150675":{"id":"9-150675","available":0,"dates":[]},"9-150677":{"id":"9-150677","available":0,"dates":[]},"9-154808":{"id":"9-154808","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155154":{"id":"9-155154","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155649":{"id":"9-155649","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-first-date" title="View Double the First Date" data-product-card-title><h3 style="font-size: 1em;">Double the First Date</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$109 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$136</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">123 reviews with an average of 3.966666666666667 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="3.966666666666667" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="123" aria-hidden="true" style=" font-size: 12px;">(123)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The First Date in Single" data-swatch-item="the-first-date" href="https://urbanstems.com/products/the-first-date" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the First Date in Double" data-swatch-item="double-the-first-date" data-image-loaded href="https://urbanstems.com/products/double-the-first-date" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the First Date in Triple" data-swatch-item="triple-the-first-date" href="https://urbanstems.com/products/triple-the-first-date" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="double-the-first-date" type="application/json">{"the-first-date":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "the-first-date", "priceAmount": 5800, "price": "$58 ", "priceCompareAtAmount": 6800, "priceCompareAt": "$68 ", "url": "https://urbanstems.com/products/the-first-date", "variantName": null, "title": "The First Date", "images": [ { "alt": "The First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=700 700w" }, { "alt": "The First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=700 700w" } ], "variants": [{"id":45510415909112,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00080","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The First Date - Single","public_title":"Single","options":["Single","Default Title"],"price":5800,"weight":0,"compare_at_price":6800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5800,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5800,"per_delivery_price":24000,"selling_plan_id":4891246840,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5800,"per_delivery_price":30000,"selling_plan_id":4892131576,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5800,"per_delivery_price":36000,"selling_plan_id":4892819704,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5800,"per_delivery_price":72000,"selling_plan_id":4893606136,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5800,"per_delivery_price":18000,"selling_plan_id":4929126648,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5800,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5800,"per_delivery_price":24000,"selling_plan_id":4891279608,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5800,"per_delivery_price":30000,"selling_plan_id":4892164344,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5800,"per_delivery_price":36000,"selling_plan_id":4892852472,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5800,"per_delivery_price":72000,"selling_plan_id":4893638904,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5800,"per_delivery_price":18000,"selling_plan_id":4929159416,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5800,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5800,"per_delivery_price":24000,"selling_plan_id":4891312376,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5800,"per_delivery_price":30000,"selling_plan_id":4892197112,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5800,"per_delivery_price":36000,"selling_plan_id":4892885240,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5800,"per_delivery_price":72000,"selling_plan_id":4893671672,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5800,"per_delivery_price":18000,"selling_plan_id":4929192184,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":5220}],"price":5220,"compare_at_price":5800,"per_delivery_price":5220,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":5220}],"price":5220,"compare_at_price":5800,"per_delivery_price":5220,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":15660}],"price":15660,"compare_at_price":5800,"per_delivery_price":15660,"selling_plan_id":4984766712,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":15660}],"price":15660,"compare_at_price":5800,"per_delivery_price":15660,"selling_plan_id":4984799480,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":31320}],"price":31320,"compare_at_price":5800,"per_delivery_price":31320,"selling_plan_id":4985553144,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":31320}],"price":31320,"compare_at_price":5800,"per_delivery_price":31320,"selling_plan_id":4985585912,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146692":{"id":"1-146692","available":20,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146704":{"id":"1-146704","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146813":{"id":"1-146813","available":1,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147207":{"id":"1-147207","available":0,"dates":[]},"1-147219":{"id":"1-147219","available":0,"dates":[]},"1-147735":{"id":"1-147735","available":-8,"dates":[]},"1-147744":{"id":"1-147744","available":-1,"dates":[]},"1-148164":{"id":"1-148164","available":-1,"dates":[]},"1-148442":{"id":"1-148442","available":0,"dates":[]},"1-148562":{"id":"1-148562","available":0,"dates":[]},"1-148571":{"id":"1-148571","available":0,"dates":[]},"1-148884":{"id":"1-148884","available":0,"dates":[]},"1-148902":{"id":"1-148902","available":0,"dates":[]},"1-149555":{"id":"1-149555","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149567":{"id":"1-149567","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150143":{"id":"1-150143","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150155":{"id":"1-150155","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150627":{"id":"1-150627","available":0,"dates":[]},"1-150639":{"id":"1-150639","available":0,"dates":[]},"1-151169":{"id":"1-151169","available":2,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151184":{"id":"1-151184","available":0,"dates":[]},"1-151580":{"id":"1-151580","available":16,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151595":{"id":"1-151595","available":6,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152072":{"id":"1-152072","available":1,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152577":{"id":"1-152577","available":0,"dates":[]},"1-152808":{"id":"1-152808","available":0,"dates":[]},"1-152980":{"id":"1-152980","available":0,"dates":[]},"1-153093":{"id":"1-153093","available":0,"dates":[]},"1-153105":{"id":"1-153105","available":0,"dates":[]},"1-153395":{"id":"1-153395","available":0,"dates":[]},"1-153727":{"id":"1-153727","available":0,"dates":[]},"1-153793":{"id":"1-153793","available":0,"dates":[]},"1-154161":{"id":"1-154161","available":0,"dates":[]},"1-154191":{"id":"1-154191","available":0,"dates":[]},"1-154732":{"id":"1-154732","available":0,"dates":[]},"1-154750":{"id":"1-154750","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155112":{"id":"1-155112","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155127":{"id":"1-155127","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155553":{"id":"1-155553","available":0,"dates":[]},"1-155578":{"id":"1-155578","available":14,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155596":{"id":"1-155596","available":16,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-00080-1-144676":{"id":"1-FLRL-B-00080-1-144676","available":4,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-00080-1-146002":{"id":"1-FLRL-B-00080-1-146002","available":"7","dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-00080-1-146019":{"id":"1-FLRL-B-00080-1-146019","available":5,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146809":{"id":"10-146809","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147327":{"id":"10-147327","available":0,"dates":[]},"10-147845":{"id":"10-147845","available":0,"dates":[]},"10-148280":{"id":"10-148280","available":0,"dates":[]},"10-148665":{"id":"10-148665","available":0,"dates":[]},"10-149014":{"id":"10-149014","available":0,"dates":[]},"10-149579":{"id":"10-149579","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149583":{"id":"10-149583","available":96,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150167":{"id":"10-150167","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150170":{"id":"10-150170","available":96,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150839":{"id":"10-150839","available":0,"dates":[]},"10-150841":{"id":"10-150841","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151296":{"id":"10-151296","available":0,"dates":[]},"10-151700":{"id":"10-151700","available":0,"dates":[]},"10-152153":{"id":"10-152153","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"10-152611":{"id":"10-152611","available":0,"dates":[]},"10-152863":{"id":"10-152863","available":0,"dates":[]},"10-153162":{"id":"10-153162","available":0,"dates":[]},"10-153459":{"id":"10-153459","available":0,"dates":[]},"10-154083":{"id":"10-154083","available":0,"dates":[]},"10-154398":{"id":"10-154398","available":33,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154894":{"id":"10-154894","available":53,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155246":{"id":"10-155246","available":56,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155766":{"id":"10-155766","available":84,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-00080-10-145713":{"id":"10-FLRL-B-00080-10-145713","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"10-FLRL-B-00080-10-146133":{"id":"10-FLRL-B-00080-10-146133","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146331":{"id":"11-146331","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146532":{"id":"11-146532","available":42,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146841":{"id":"11-146841","available":54,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147358":{"id":"11-147358","available":0,"dates":[]},"11-147878":{"id":"11-147878","available":0,"dates":[]},"11-148314":{"id":"11-148314","available":0,"dates":[]},"11-148708":{"id":"11-148708","available":0,"dates":[]},"11-149049":{"id":"11-149049","available":0,"dates":[]},"11-149595":{"id":"11-149595","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149599":{"id":"11-149599","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150396":{"id":"11-150396","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150401":{"id":"11-150401","available":108,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150904":{"id":"11-150904","available":0,"dates":[]},"11-150909":{"id":"11-150909","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151334":{"id":"11-151334","available":0,"dates":[]},"11-151843":{"id":"11-151843","available":0,"dates":[]},"11-152190":{"id":"11-152190","available":0,"dates":[]},"11-152636":{"id":"11-152636","available":0,"dates":[]},"11-152891":{"id":"11-152891","available":0,"dates":[]},"11-153191":{"id":"11-153191","available":0,"dates":[]},"11-153632":{"id":"11-153632","available":0,"dates":[]},"11-153871":{"id":"11-153871","available":0,"dates":[]},"11-154435":{"id":"11-154435","available":0,"dates":[]},"11-154917":{"id":"11-154917","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155266":{"id":"11-155266","available":61,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155791":{"id":"11-155791","available":96,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-00080-11-144831":{"id":"11-FLRL-B-00080-11-144831","available":4,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-00080-11-146165":{"id":"11-FLRL-B-00080-11-146165","available":11,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-FLRL-B-00080-11-146331":{"id":"11-FLRL-B-00080-11-146331","available":0,"dates":[]},"11-FLRL-B-00080-11-146532":{"id":"11-FLRL-B-00080-11-146532","available":42,"dates":[]},"2-146693":{"id":"2-146693","available":20,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146705":{"id":"2-146705","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146814":{"id":"2-146814","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147208":{"id":"2-147208","available":0,"dates":[]},"2-147220":{"id":"2-147220","available":0,"dates":[]},"2-147736":{"id":"2-147736","available":-11,"dates":[]},"2-147745":{"id":"2-147745","available":0,"dates":[]},"2-148165":{"id":"2-148165","available":0,"dates":[]},"2-148443":{"id":"2-148443","available":0,"dates":[]},"2-148563":{"id":"2-148563","available":0,"dates":[]},"2-148572":{"id":"2-148572","available":0,"dates":[]},"2-148885":{"id":"2-148885","available":0,"dates":[]},"2-148903":{"id":"2-148903","available":0,"dates":[]},"2-149556":{"id":"2-149556","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149568":{"id":"2-149568","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150144":{"id":"2-150144","available":60,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150156":{"id":"2-150156","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150628":{"id":"2-150628","available":0,"dates":[]},"2-150640":{"id":"2-150640","available":0,"dates":[]},"2-151170":{"id":"2-151170","available":0,"dates":[]},"2-151185":{"id":"2-151185","available":0,"dates":[]},"2-151581":{"id":"2-151581","available":-2,"dates":[]},"2-151596":{"id":"2-151596","available":0,"dates":[]},"2-152073":{"id":"2-152073","available":0,"dates":[]},"2-152578":{"id":"2-152578","available":0,"dates":[]},"2-152809":{"id":"2-152809","available":0,"dates":[]},"2-152981":{"id":"2-152981","available":0,"dates":[]},"2-153094":{"id":"2-153094","available":0,"dates":[]},"2-153106":{"id":"2-153106","available":0,"dates":[]},"2-153396":{"id":"2-153396","available":0,"dates":[]},"2-153407":{"id":"2-153407","available":0,"dates":[]},"2-153728":{"id":"2-153728","available":0,"dates":[]},"2-153794":{"id":"2-153794","available":0,"dates":[]},"2-154162":{"id":"2-154162","available":0,"dates":[]},"2-154192":{"id":"2-154192","available":0,"dates":[]},"2-154733":{"id":"2-154733","available":0,"dates":[]},"2-154751":{"id":"2-154751","available":7,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155113":{"id":"2-155113","available":29,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155128":{"id":"2-155128","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155554":{"id":"2-155554","available":0,"dates":[]},"2-155579":{"id":"2-155579","available":29,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155597":{"id":"2-155597","available":16,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-00080-2-144667":{"id":"2-FLRL-B-00080-2-144667","available":1,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"2-FLRL-B-00080-2-144677":{"id":"2-FLRL-B-00080-2-144677","available":7,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-00080-2-146003":{"id":"2-FLRL-B-00080-2-146003","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-00080-2-146020":{"id":"2-FLRL-B-00080-2-146020","available":3,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146792":{"id":"30-146792","available":56,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147308":{"id":"30-147308","available":0,"dates":[]},"30-147826":{"id":"30-147826","available":0,"dates":[]},"30-148257":{"id":"30-148257","available":0,"dates":[]},"30-148649":{"id":"30-148649","available":0,"dates":[]},"30-FLRL-B-00080-30-146114":{"id":"30-FLRL-B-00080-30-146114","available":8,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146694":{"id":"4-146694","available":40,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146706":{"id":"4-146706","available":40,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146815":{"id":"4-146815","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147209":{"id":"4-147209","available":0,"dates":[]},"4-147221":{"id":"4-147221","available":0,"dates":[]},"4-147737":{"id":"4-147737","available":0,"dates":[]},"4-147746":{"id":"4-147746","available":0,"dates":[]},"4-148166":{"id":"4-148166","available":0,"dates":[]},"4-148564":{"id":"4-148564","available":0,"dates":[]},"4-148886":{"id":"4-148886","available":0,"dates":[]},"4-148904":{"id":"4-148904","available":2,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"4-149557":{"id":"4-149557","available":380,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149569":{"id":"4-149569","available":460,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150145":{"id":"4-150145","available":380,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150157":{"id":"4-150157","available":460,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150629":{"id":"4-150629","available":0,"dates":[]},"4-150641":{"id":"4-150641","available":243,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151171":{"id":"4-151171","available":0,"dates":[]},"4-151186":{"id":"4-151186","available":0,"dates":[]},"4-151582":{"id":"4-151582","available":-18,"dates":[]},"4-151597":{"id":"4-151597","available":-1,"dates":[]},"4-152074":{"id":"4-152074","available":0,"dates":[]},"4-152579":{"id":"4-152579","available":0,"dates":[]},"4-152810":{"id":"4-152810","available":0,"dates":[]},"4-152982":{"id":"4-152982","available":0,"dates":[]},"4-153095":{"id":"4-153095","available":0,"dates":[]},"4-153107":{"id":"4-153107","available":0,"dates":[]},"4-153397":{"id":"4-153397","available":0,"dates":[]},"4-153408":{"id":"4-153408","available":0,"dates":[]},"4-153729":{"id":"4-153729","available":0,"dates":[]},"4-153795":{"id":"4-153795","available":0,"dates":[]},"4-154163":{"id":"4-154163","available":0,"dates":[]},"4-154193":{"id":"4-154193","available":0,"dates":[]},"4-154734":{"id":"4-154734","available":101,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154752":{"id":"4-154752","available":61,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155114":{"id":"4-155114","available":73,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155129":{"id":"4-155129","available":48,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155580":{"id":"4-155580","available":103,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155598":{"id":"4-155598","available":64,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-00080-4-144678":{"id":"4-FLRL-B-00080-4-144678","available":3,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-00080-4-145588":{"id":"4-FLRL-B-00080-4-145588","available":"5","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"4-FLRL-B-00080-4-146004":{"id":"4-FLRL-B-00080-4-146004","available":15,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-00080-4-146021":{"id":"4-FLRL-B-00080-4-146021","available":40,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146775":{"id":"41-146775","available":42,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147291":{"id":"41-147291","available":0,"dates":[]},"41-147809":{"id":"41-147809","available":0,"dates":[]},"41-148239":{"id":"41-148239","available":-1,"dates":[]},"41-148631":{"id":"41-148631","available":0,"dates":[]},"41-148964":{"id":"41-148964","available":0,"dates":[]},"41-149603":{"id":"41-149603","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149607":{"id":"41-149607","available":126,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150251":{"id":"41-150251","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150259":{"id":"41-150259","available":126,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150723":{"id":"41-150723","available":0,"dates":[]},"41-150731":{"id":"41-150731","available":0,"dates":[]},"41-151245":{"id":"41-151245","available":0,"dates":[]},"41-151652":{"id":"41-151652","available":0,"dates":[]},"41-152124":{"id":"41-152124","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"41-152592":{"id":"41-152592","available":0,"dates":[]},"41-152844":{"id":"41-152844","available":0,"dates":[]},"41-153140":{"id":"41-153140","available":0,"dates":[]},"41-153615":{"id":"41-153615","available":0,"dates":[]},"41-153888":{"id":"41-153888","available":0,"dates":[]},"41-154334":{"id":"41-154334","available":0,"dates":[]},"41-154838":{"id":"41-154838","available":44,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155343":{"id":"41-155343","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155688":{"id":"41-155688","available":70,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-00080-41-144755":{"id":"41-FLRL-B-00080-41-144755","available":5,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-00080-41-145675":{"id":"41-FLRL-B-00080-41-145675","available":"2","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"41-FLRL-B-00080-41-146097":{"id":"41-FLRL-B-00080-41-146097","available":22,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146785":{"id":"42-146785","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147300":{"id":"42-147300","available":0,"dates":[]},"42-147818":{"id":"42-147818","available":0,"dates":[]},"42-148249":{"id":"42-148249","available":0,"dates":[]},"42-148641":{"id":"42-148641","available":0,"dates":[]},"42-154136":{"id":"42-154136","available":0,"dates":[]},"42-FLRL-B-00080-42-144765":{"id":"42-FLRL-B-00080-42-144765","available":1,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"42-FLRL-B-00080-42-146106":{"id":"42-FLRL-B-00080-42-146106","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-146671":{"id":"51-146671","available":36,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147186":{"id":"51-147186","available":29,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147714":{"id":"51-147714","available":21,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148145":{"id":"51-148145","available":-1,"dates":[]},"51-148546":{"id":"51-148546","available":2,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148867":{"id":"51-148867","available":0,"dates":[]},"51-149547":{"id":"51-149547","available":116,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150135":{"id":"51-150135","available":116,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150619":{"id":"51-150619","available":116,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150997":{"id":"51-150997","available":-38,"dates":[]},"51-151152":{"id":"51-151152","available":0,"dates":[]},"51-151563":{"id":"51-151563","available":6,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152054":{"id":"51-152054","available":0,"dates":[]},"51-152560":{"id":"51-152560","available":0,"dates":[]},"51-152791":{"id":"51-152791","available":10,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153076":{"id":"51-153076","available":0,"dates":[]},"51-153595":{"id":"51-153595","available":1,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26"]},"51-153705":{"id":"51-153705","available":0,"dates":[]},"51-154258":{"id":"51-154258","available":0,"dates":[]},"51-154779":{"id":"51-154779","available":74,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155320":{"id":"51-155320","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155621":{"id":"51-155621","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146317":{"id":"58-146317","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146518":{"id":"58-146518","available":70,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146661":{"id":"58-146661","available":69,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147177":{"id":"58-147177","available":0,"dates":[]},"58-147705":{"id":"58-147705","available":0,"dates":[]},"58-148135":{"id":"58-148135","available":0,"dates":[]},"58-148537":{"id":"58-148537","available":0,"dates":[]},"58-148858":{"id":"58-148858","available":-2,"dates":[]},"58-149514":{"id":"58-149514","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149521":{"id":"58-149521","available":208,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150106":{"id":"58-150106","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150113":{"id":"58-150113","available":208,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150592":{"id":"58-150592","available":0,"dates":[]},"58-150599":{"id":"58-150599","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151143":{"id":"58-151143","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151554":{"id":"58-151554","available":-1,"dates":[]},"58-152047":{"id":"58-152047","available":0,"dates":[]},"58-152553":{"id":"58-152553","available":0,"dates":[]},"58-152784":{"id":"58-152784","available":0,"dates":[]},"58-153069":{"id":"58-153069","available":0,"dates":[]},"58-153371":{"id":"58-153371","available":0,"dates":[]},"58-153854":{"id":"58-153854","available":0,"dates":[]},"58-154478":{"id":"58-154478","available":0,"dates":[]},"58-154480":{"id":"58-154480","available":0,"dates":[]},"58-154806":{"id":"58-154806","available":115,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155152":{"id":"58-155152","available":76,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155647":{"id":"58-155647","available":96,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-00080-24-10-29":{"id":"58-FLRL-B-00080-24-10-29","available":10,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28"]},"58-FLRL-B-00080-58-144633":{"id":"58-FLRL-B-00080-58-144633","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-00080-58-145555":{"id":"58-FLRL-B-00080-58-145555","available":"29","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-00080-58-145971":{"id":"58-FLRL-B-00080-58-145971","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"58-FLRL-B-00080-58-146317":{"id":"58-FLRL-B-00080-58-146317","available":0,"dates":[]},"58-FLRL-B-00080-58-146518":{"id":"58-FLRL-B-00080-58-146518","available":70,"dates":[]},"58-FLRL-B-00080-58-FLRL-B-00080-24-10-29":{"id":"58-FLRL-B-00080-58-FLRL-B-00080-24-10-29","available":10,"dates":[]},"65-148957":{"id":"65-148957","available":0,"dates":[]},"65-149587":{"id":"65-149587","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149591":{"id":"65-149591","available":98,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150241":{"id":"65-150241","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150246":{"id":"65-150246","available":98,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150713":{"id":"65-150713","available":0,"dates":[]},"65-150718":{"id":"65-150718","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151238":{"id":"65-151238","available":0,"dates":[]},"65-151645":{"id":"65-151645","available":2,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152117":{"id":"65-152117","available":14,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152402":{"id":"65-152402","available":0,"dates":[]},"65-152839":{"id":"65-152839","available":0,"dates":[]},"65-153135":{"id":"65-153135","available":0,"dates":[]},"65-153437":{"id":"65-153437","available":14,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153611":{"id":"65-153611","available":0,"dates":[]},"65-153897":{"id":"65-153897","available":0,"dates":[]},"65-154144":{"id":"65-154144","available":0,"dates":[]},"65-154402":{"id":"65-154402","available":0,"dates":[]},"65-154898":{"id":"65-154898","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155250":{"id":"65-155250","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155769":{"id":"65-155769","available":41,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-148931":{"id":"9-148931","available":0,"dates":[]},"9-149619":{"id":"9-149619","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149621":{"id":"9-149621","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150189":{"id":"9-150189","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150190":{"id":"9-150190","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150675":{"id":"9-150675","available":0,"dates":[]},"9-150677":{"id":"9-150677","available":0,"dates":[]},"9-151211":{"id":"9-151211","available":0,"dates":[]},"9-151623":{"id":"9-151623","available":0,"dates":[]},"9-152099":{"id":"9-152099","available":0,"dates":[]},"9-152828":{"id":"9-152828","available":17,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14"]},"9-153122":{"id":"9-153122","available":0,"dates":[]},"9-153423":{"id":"9-153423","available":0,"dates":[]},"9-153932":{"id":"9-153932","available":0,"dates":[]},"9-154130":{"id":"9-154130","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"9-154274":{"id":"9-154274","available":0,"dates":[]},"9-154808":{"id":"9-154808","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155154":{"id":"9-155154","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155649":{"id":"9-155649","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150592","58-150599","58-154806","58-155152","58-155647"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154779","51-155320","51-155621"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150629","4-150641","4-154734","4-154752","4-155114","4-155129","4-155580","4-155598"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150723","41-150731","41-154838","41-155343","41-155688"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150628","2-150640","2-154733","2-154751","2-155113","2-155128","2-155579","2-155597","2-155554"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150839","10-150841","10-154894","10-155246","10-155766"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150904","11-150909","11-154917","11-155266","11-155791"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150675","9-150677","9-154808","9-155154","9-155649"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150627","1-150639","1-154732","1-154750","1-155112","1-155127","1-155578","1-155596","1-155553"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150713","65-150718","65-154898","65-155250","65-155769"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-first-date":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-first-date", "priceAmount": 10900, "price": "$109 ", "priceCompareAtAmount": 13600, "priceCompareAt": "$136 ", "url": "https://urbanstems.com/products/double-the-first-date", "variantName": null, "title": "Double the First Date", "images": [ { "alt": "Double the First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=700 700w" }, { "alt": "Double the First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=700 700w" } ], "variants": [{"id":45607256228088,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00080","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the First Date - Double","public_title":"Double","options":["Double","Default Title"],"price":10900,"weight":0,"compare_at_price":13600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":9810}],"price":9810,"compare_at_price":10900,"per_delivery_price":9810,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":9810}],"price":9810,"compare_at_price":10900,"per_delivery_price":9810,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":29430}],"price":29430,"compare_at_price":10900,"per_delivery_price":29430,"selling_plan_id":4985225464,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":29430}],"price":29430,"compare_at_price":10900,"per_delivery_price":29430,"selling_plan_id":4985258232,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":58860}],"price":58860,"compare_at_price":10900,"per_delivery_price":58860,"selling_plan_id":4986011896,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":58860}],"price":58860,"compare_at_price":10900,"per_delivery_price":58860,"selling_plan_id":4986044664,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146692":{"id":"1-146692","available":10,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146704":{"id":"1-146704","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146813":{"id":"1-146813","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147207":{"id":"1-147207","available":0,"dates":[]},"1-147219":{"id":"1-147219","available":0,"dates":[]},"1-147735":{"id":"1-147735","available":-4,"dates":[]},"1-147744":{"id":"1-147744","available":-1,"dates":[]},"1-148164":{"id":"1-148164","available":-1,"dates":[]},"1-148442":{"id":"1-148442","available":0,"dates":[]},"1-148562":{"id":"1-148562","available":0,"dates":[]},"1-148571":{"id":"1-148571","available":0,"dates":[]},"1-148884":{"id":"1-148884","available":0,"dates":[]},"1-148902":{"id":"1-148902","available":0,"dates":[]},"1-149555":{"id":"1-149555","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149567":{"id":"1-149567","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150143":{"id":"1-150143","available":20,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150155":{"id":"1-150155","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150627":{"id":"1-150627","available":0,"dates":[]},"1-150639":{"id":"1-150639","available":0,"dates":[]},"1-151169":{"id":"1-151169","available":1,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151184":{"id":"1-151184","available":0,"dates":[]},"1-151580":{"id":"1-151580","available":8,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151595":{"id":"1-151595","available":3,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152072":{"id":"1-152072","available":0,"dates":[]},"1-152577":{"id":"1-152577","available":0,"dates":[]},"1-152808":{"id":"1-152808","available":0,"dates":[]},"1-152980":{"id":"1-152980","available":0,"dates":[]},"1-153093":{"id":"1-153093","available":0,"dates":[]},"1-153105":{"id":"1-153105","available":0,"dates":[]},"1-153395":{"id":"1-153395","available":0,"dates":[]},"1-153727":{"id":"1-153727","available":0,"dates":[]},"1-153793":{"id":"1-153793","available":0,"dates":[]},"1-154161":{"id":"1-154161","available":0,"dates":[]},"1-154191":{"id":"1-154191","available":0,"dates":[]},"1-154732":{"id":"1-154732","available":0,"dates":[]},"1-154750":{"id":"1-154750","available":1,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155112":{"id":"1-155112","available":6,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155127":{"id":"1-155127","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155553":{"id":"1-155553","available":0,"dates":[]},"1-155578":{"id":"1-155578","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155596":{"id":"1-155596","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-146809":{"id":"10-146809","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147327":{"id":"10-147327","available":0,"dates":[]},"10-147845":{"id":"10-147845","available":0,"dates":[]},"10-148280":{"id":"10-148280","available":0,"dates":[]},"10-148665":{"id":"10-148665","available":0,"dates":[]},"10-149014":{"id":"10-149014","available":0,"dates":[]},"10-149579":{"id":"10-149579","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149583":{"id":"10-149583","available":48,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150167":{"id":"10-150167","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150170":{"id":"10-150170","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150839":{"id":"10-150839","available":0,"dates":[]},"10-150841":{"id":"10-150841","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151296":{"id":"10-151296","available":0,"dates":[]},"10-151700":{"id":"10-151700","available":0,"dates":[]},"10-152153":{"id":"10-152153","available":0,"dates":[]},"10-152611":{"id":"10-152611","available":0,"dates":[]},"10-152863":{"id":"10-152863","available":0,"dates":[]},"10-153162":{"id":"10-153162","available":0,"dates":[]},"10-153459":{"id":"10-153459","available":0,"dates":[]},"10-154083":{"id":"10-154083","available":0,"dates":[]},"10-154398":{"id":"10-154398","available":16,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154894":{"id":"10-154894","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155246":{"id":"10-155246","available":28,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155766":{"id":"10-155766","available":42,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-146331":{"id":"11-146331","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146532":{"id":"11-146532","available":21,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146841":{"id":"11-146841","available":27,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147358":{"id":"11-147358","available":0,"dates":[]},"11-147878":{"id":"11-147878","available":0,"dates":[]},"11-148314":{"id":"11-148314","available":0,"dates":[]},"11-148708":{"id":"11-148708","available":0,"dates":[]},"11-149049":{"id":"11-149049","available":0,"dates":[]},"11-149595":{"id":"11-149595","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149599":{"id":"11-149599","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150396":{"id":"11-150396","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150401":{"id":"11-150401","available":54,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150904":{"id":"11-150904","available":0,"dates":[]},"11-150909":{"id":"11-150909","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151334":{"id":"11-151334","available":0,"dates":[]},"11-151843":{"id":"11-151843","available":0,"dates":[]},"11-152190":{"id":"11-152190","available":0,"dates":[]},"11-152636":{"id":"11-152636","available":0,"dates":[]},"11-152891":{"id":"11-152891","available":0,"dates":[]},"11-153191":{"id":"11-153191","available":0,"dates":[]},"11-153632":{"id":"11-153632","available":0,"dates":[]},"11-153871":{"id":"11-153871","available":0,"dates":[]},"11-154435":{"id":"11-154435","available":0,"dates":[]},"11-154917":{"id":"11-154917","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155266":{"id":"11-155266","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155791":{"id":"11-155791","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-146693":{"id":"2-146693","available":10,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146705":{"id":"2-146705","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146814":{"id":"2-146814","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147208":{"id":"2-147208","available":0,"dates":[]},"2-147220":{"id":"2-147220","available":0,"dates":[]},"2-147736":{"id":"2-147736","available":-6,"dates":[]},"2-147745":{"id":"2-147745","available":0,"dates":[]},"2-148165":{"id":"2-148165","available":0,"dates":[]},"2-148443":{"id":"2-148443","available":0,"dates":[]},"2-148563":{"id":"2-148563","available":0,"dates":[]},"2-148572":{"id":"2-148572","available":0,"dates":[]},"2-148885":{"id":"2-148885","available":0,"dates":[]},"2-148903":{"id":"2-148903","available":0,"dates":[]},"2-149556":{"id":"2-149556","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149568":{"id":"2-149568","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150144":{"id":"2-150144","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150156":{"id":"2-150156","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150628":{"id":"2-150628","available":0,"dates":[]},"2-150640":{"id":"2-150640","available":0,"dates":[]},"2-151170":{"id":"2-151170","available":0,"dates":[]},"2-151185":{"id":"2-151185","available":0,"dates":[]},"2-151581":{"id":"2-151581","available":-1,"dates":[]},"2-151596":{"id":"2-151596","available":0,"dates":[]},"2-152073":{"id":"2-152073","available":0,"dates":[]},"2-152578":{"id":"2-152578","available":0,"dates":[]},"2-152809":{"id":"2-152809","available":0,"dates":[]},"2-152981":{"id":"2-152981","available":0,"dates":[]},"2-153094":{"id":"2-153094","available":0,"dates":[]},"2-153106":{"id":"2-153106","available":0,"dates":[]},"2-153396":{"id":"2-153396","available":0,"dates":[]},"2-153407":{"id":"2-153407","available":0,"dates":[]},"2-153728":{"id":"2-153728","available":0,"dates":[]},"2-153794":{"id":"2-153794","available":0,"dates":[]},"2-154162":{"id":"2-154162","available":0,"dates":[]},"2-154192":{"id":"2-154192","available":0,"dates":[]},"2-154733":{"id":"2-154733","available":0,"dates":[]},"2-154751":{"id":"2-154751","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155113":{"id":"2-155113","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155128":{"id":"2-155128","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155554":{"id":"2-155554","available":0,"dates":[]},"2-155579":{"id":"2-155579","available":14,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155597":{"id":"2-155597","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"30-146792":{"id":"30-146792","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147308":{"id":"30-147308","available":0,"dates":[]},"30-147826":{"id":"30-147826","available":0,"dates":[]},"30-148257":{"id":"30-148257","available":0,"dates":[]},"30-148649":{"id":"30-148649","available":0,"dates":[]},"4-146694":{"id":"4-146694","available":20,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146706":{"id":"4-146706","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146815":{"id":"4-146815","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147209":{"id":"4-147209","available":0,"dates":[]},"4-147221":{"id":"4-147221","available":0,"dates":[]},"4-147737":{"id":"4-147737","available":0,"dates":[]},"4-147746":{"id":"4-147746","available":0,"dates":[]},"4-148166":{"id":"4-148166","available":0,"dates":[]},"4-148564":{"id":"4-148564","available":0,"dates":[]},"4-148886":{"id":"4-148886","available":0,"dates":[]},"4-148904":{"id":"4-148904","available":1,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"4-149557":{"id":"4-149557","available":190,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149569":{"id":"4-149569","available":230,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150145":{"id":"4-150145","available":190,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150157":{"id":"4-150157","available":230,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150629":{"id":"4-150629","available":0,"dates":[]},"4-150641":{"id":"4-150641","available":121,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151171":{"id":"4-151171","available":0,"dates":[]},"4-151186":{"id":"4-151186","available":0,"dates":[]},"4-151582":{"id":"4-151582","available":-9,"dates":[]},"4-151597":{"id":"4-151597","available":-1,"dates":[]},"4-152074":{"id":"4-152074","available":0,"dates":[]},"4-152579":{"id":"4-152579","available":0,"dates":[]},"4-152810":{"id":"4-152810","available":0,"dates":[]},"4-152982":{"id":"4-152982","available":0,"dates":[]},"4-153095":{"id":"4-153095","available":0,"dates":[]},"4-153107":{"id":"4-153107","available":0,"dates":[]},"4-153397":{"id":"4-153397","available":0,"dates":[]},"4-153408":{"id":"4-153408","available":0,"dates":[]},"4-153729":{"id":"4-153729","available":0,"dates":[]},"4-153795":{"id":"4-153795","available":0,"dates":[]},"4-154163":{"id":"4-154163","available":0,"dates":[]},"4-154193":{"id":"4-154193","available":0,"dates":[]},"4-154734":{"id":"4-154734","available":50,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154752":{"id":"4-154752","available":30,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155114":{"id":"4-155114","available":36,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155129":{"id":"4-155129","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155580":{"id":"4-155580","available":51,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155598":{"id":"4-155598","available":32,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-146775":{"id":"41-146775","available":21,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147291":{"id":"41-147291","available":0,"dates":[]},"41-147809":{"id":"41-147809","available":0,"dates":[]},"41-148239":{"id":"41-148239","available":-1,"dates":[]},"41-148631":{"id":"41-148631","available":0,"dates":[]},"41-148964":{"id":"41-148964","available":0,"dates":[]},"41-149603":{"id":"41-149603","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149607":{"id":"41-149607","available":63,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150251":{"id":"41-150251","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150259":{"id":"41-150259","available":63,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150723":{"id":"41-150723","available":0,"dates":[]},"41-150731":{"id":"41-150731","available":0,"dates":[]},"41-151245":{"id":"41-151245","available":0,"dates":[]},"41-151652":{"id":"41-151652","available":0,"dates":[]},"41-152124":{"id":"41-152124","available":0,"dates":[]},"41-152592":{"id":"41-152592","available":0,"dates":[]},"41-152844":{"id":"41-152844","available":0,"dates":[]},"41-153140":{"id":"41-153140","available":0,"dates":[]},"41-153615":{"id":"41-153615","available":0,"dates":[]},"41-153888":{"id":"41-153888","available":0,"dates":[]},"41-154334":{"id":"41-154334","available":0,"dates":[]},"41-154838":{"id":"41-154838","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155343":{"id":"41-155343","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155688":{"id":"41-155688","available":35,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-146785":{"id":"42-146785","available":7,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147300":{"id":"42-147300","available":0,"dates":[]},"42-147818":{"id":"42-147818","available":0,"dates":[]},"42-148249":{"id":"42-148249","available":0,"dates":[]},"42-148641":{"id":"42-148641","available":0,"dates":[]},"42-154136":{"id":"42-154136","available":0,"dates":[]},"51-146671":{"id":"51-146671","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147186":{"id":"51-147186","available":14,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147714":{"id":"51-147714","available":10,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148145":{"id":"51-148145","available":-1,"dates":[]},"51-148546":{"id":"51-148546","available":1,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148867":{"id":"51-148867","available":0,"dates":[]},"51-149547":{"id":"51-149547","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150135":{"id":"51-150135","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150619":{"id":"51-150619","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150997":{"id":"51-150997","available":-19,"dates":[]},"51-151152":{"id":"51-151152","available":0,"dates":[]},"51-151563":{"id":"51-151563","available":3,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152054":{"id":"51-152054","available":0,"dates":[]},"51-152560":{"id":"51-152560","available":0,"dates":[]},"51-152791":{"id":"51-152791","available":5,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153076":{"id":"51-153076","available":0,"dates":[]},"51-153595":{"id":"51-153595","available":0,"dates":[]},"51-153705":{"id":"51-153705","available":0,"dates":[]},"51-154258":{"id":"51-154258","available":0,"dates":[]},"51-154779":{"id":"51-154779","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155320":{"id":"51-155320","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155621":{"id":"51-155621","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146317":{"id":"58-146317","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146518":{"id":"58-146518","available":35,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146661":{"id":"58-146661","available":34,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147177":{"id":"58-147177","available":0,"dates":[]},"58-147705":{"id":"58-147705","available":0,"dates":[]},"58-148135":{"id":"58-148135","available":0,"dates":[]},"58-148537":{"id":"58-148537","available":0,"dates":[]},"58-148858":{"id":"58-148858","available":-1,"dates":[]},"58-149514":{"id":"58-149514","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149521":{"id":"58-149521","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150106":{"id":"58-150106","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150113":{"id":"58-150113","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150592":{"id":"58-150592","available":0,"dates":[]},"58-150599":{"id":"58-150599","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151143":{"id":"58-151143","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151554":{"id":"58-151554","available":-1,"dates":[]},"58-152047":{"id":"58-152047","available":0,"dates":[]},"58-152553":{"id":"58-152553","available":0,"dates":[]},"58-152784":{"id":"58-152784","available":0,"dates":[]},"58-153069":{"id":"58-153069","available":0,"dates":[]},"58-153371":{"id":"58-153371","available":0,"dates":[]},"58-153854":{"id":"58-153854","available":0,"dates":[]},"58-154478":{"id":"58-154478","available":0,"dates":[]},"58-154480":{"id":"58-154480","available":0,"dates":[]},"58-154806":{"id":"58-154806","available":57,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155152":{"id":"58-155152","available":38,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155647":{"id":"58-155647","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-00080-24-10-29":{"id":"58-FLRL-B-00080-24-10-29","available":5,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28"]},"65-148957":{"id":"65-148957","available":0,"dates":[]},"65-149587":{"id":"65-149587","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149591":{"id":"65-149591","available":49,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150241":{"id":"65-150241","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150246":{"id":"65-150246","available":49,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150713":{"id":"65-150713","available":0,"dates":[]},"65-150718":{"id":"65-150718","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151238":{"id":"65-151238","available":0,"dates":[]},"65-151645":{"id":"65-151645","available":1,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152117":{"id":"65-152117","available":7,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152402":{"id":"65-152402","available":0,"dates":[]},"65-152839":{"id":"65-152839","available":0,"dates":[]},"65-153135":{"id":"65-153135","available":0,"dates":[]},"65-153437":{"id":"65-153437","available":7,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153611":{"id":"65-153611","available":0,"dates":[]},"65-153897":{"id":"65-153897","available":0,"dates":[]},"65-154144":{"id":"65-154144","available":0,"dates":[]},"65-154402":{"id":"65-154402","available":0,"dates":[]},"65-154898":{"id":"65-154898","available":19,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155250":{"id":"65-155250","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155769":{"id":"65-155769","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-148931":{"id":"9-148931","available":0,"dates":[]},"9-149619":{"id":"9-149619","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149621":{"id":"9-149621","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150189":{"id":"9-150189","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150190":{"id":"9-150190","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150675":{"id":"9-150675","available":0,"dates":[]},"9-150677":{"id":"9-150677","available":0,"dates":[]},"9-151211":{"id":"9-151211","available":0,"dates":[]},"9-151623":{"id":"9-151623","available":0,"dates":[]},"9-152099":{"id":"9-152099","available":0,"dates":[]},"9-152828":{"id":"9-152828","available":8,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14"]},"9-153122":{"id":"9-153122","available":0,"dates":[]},"9-153423":{"id":"9-153423","available":0,"dates":[]},"9-153932":{"id":"9-153932","available":0,"dates":[]},"9-154130":{"id":"9-154130","available":2,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"9-154274":{"id":"9-154274","available":0,"dates":[]},"9-154808":{"id":"9-154808","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155154":{"id":"9-155154","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155649":{"id":"9-155649","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150592","58-150599","58-154806","58-155152","58-155647"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154779","51-155320","51-155621"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150629","4-150641","4-154734","4-154752","4-155114","4-155129","4-155580","4-155598"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150723","41-150731","41-154838","41-155343","41-155688"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150628","2-150640","2-154733","2-154751","2-155113","2-155128","2-155579","2-155597","2-155554"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150839","10-150841","10-154894","10-155246","10-155766"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150904","11-150909","11-154917","11-155266","11-155791"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150675","9-150677","9-154808","9-155154","9-155649"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150627","1-150639","1-154732","1-154750","1-155112","1-155127","1-155578","1-155596","1-155553"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150713","65-150718","65-154898","65-155250","65-155769"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-first-date":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-first-date", "priceAmount": 14300, "price": "$143 ", "priceCompareAtAmount": 20400, "priceCompareAt": "$204 ", "url": "https://urbanstems.com/products/triple-the-first-date", "variantName": null, "title": "Triple the First Date", "images": [ { "alt": "Triple the First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=700 700w" }, { "alt": "Triple the First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=700 700w" } ], "variants": [{"id":45510442549496,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00080","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the First Date - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":14300,"weight":0,"compare_at_price":20400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":12870}],"price":12870,"compare_at_price":14300,"per_delivery_price":12870,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":12870}],"price":12870,"compare_at_price":14300,"per_delivery_price":12870,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":38610}],"price":38610,"compare_at_price":14300,"per_delivery_price":38610,"selling_plan_id":4985028856,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":38610}],"price":38610,"compare_at_price":14300,"per_delivery_price":38610,"selling_plan_id":4985061624,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":77220}],"price":77220,"compare_at_price":14300,"per_delivery_price":77220,"selling_plan_id":4985815288,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":77220}],"price":77220,"compare_at_price":14300,"per_delivery_price":77220,"selling_plan_id":4985848056,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146692":{"id":"1-146692","available":6,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146704":{"id":"1-146704","available":6,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146813":{"id":"1-146813","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147207":{"id":"1-147207","available":0,"dates":[]},"1-147219":{"id":"1-147219","available":0,"dates":[]},"1-147735":{"id":"1-147735","available":-3,"dates":[]},"1-147744":{"id":"1-147744","available":-1,"dates":[]},"1-148164":{"id":"1-148164","available":-1,"dates":[]},"1-148442":{"id":"1-148442","available":0,"dates":[]},"1-148562":{"id":"1-148562","available":0,"dates":[]},"1-148571":{"id":"1-148571","available":0,"dates":[]},"1-148884":{"id":"1-148884","available":0,"dates":[]},"1-148902":{"id":"1-148902","available":0,"dates":[]},"1-149555":{"id":"1-149555","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149567":{"id":"1-149567","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150143":{"id":"1-150143","available":13,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150155":{"id":"1-150155","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150627":{"id":"1-150627","available":0,"dates":[]},"1-150639":{"id":"1-150639","available":0,"dates":[]},"1-151169":{"id":"1-151169","available":0,"dates":[]},"1-151184":{"id":"1-151184","available":0,"dates":[]},"1-151580":{"id":"1-151580","available":5,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151595":{"id":"1-151595","available":2,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152072":{"id":"1-152072","available":0,"dates":[]},"1-152577":{"id":"1-152577","available":0,"dates":[]},"1-152808":{"id":"1-152808","available":0,"dates":[]},"1-152980":{"id":"1-152980","available":0,"dates":[]},"1-153093":{"id":"1-153093","available":0,"dates":[]},"1-153105":{"id":"1-153105","available":0,"dates":[]},"1-153395":{"id":"1-153395","available":0,"dates":[]},"1-153727":{"id":"1-153727","available":0,"dates":[]},"1-153793":{"id":"1-153793","available":0,"dates":[]},"1-154161":{"id":"1-154161","available":0,"dates":[]},"1-154191":{"id":"1-154191","available":0,"dates":[]},"1-154732":{"id":"1-154732","available":0,"dates":[]},"1-154750":{"id":"1-154750","available":0,"dates":[]},"1-155112":{"id":"1-155112","available":4,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155127":{"id":"1-155127","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155553":{"id":"1-155553","available":0,"dates":[]},"1-155578":{"id":"1-155578","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155596":{"id":"1-155596","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-T-00080-1-146019":{"id":"1-FLRL-T-00080-1-146019","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146809":{"id":"10-146809","available":9,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147327":{"id":"10-147327","available":0,"dates":[]},"10-147845":{"id":"10-147845","available":0,"dates":[]},"10-148280":{"id":"10-148280","available":0,"dates":[]},"10-148665":{"id":"10-148665","available":0,"dates":[]},"10-149014":{"id":"10-149014","available":0,"dates":[]},"10-149579":{"id":"10-149579","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149583":{"id":"10-149583","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150167":{"id":"10-150167","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150170":{"id":"10-150170","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150839":{"id":"10-150839","available":0,"dates":[]},"10-150841":{"id":"10-150841","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151296":{"id":"10-151296","available":0,"dates":[]},"10-151700":{"id":"10-151700","available":0,"dates":[]},"10-152153":{"id":"10-152153","available":0,"dates":[]},"10-152611":{"id":"10-152611","available":0,"dates":[]},"10-152863":{"id":"10-152863","available":0,"dates":[]},"10-153162":{"id":"10-153162","available":0,"dates":[]},"10-153459":{"id":"10-153459","available":0,"dates":[]},"10-154083":{"id":"10-154083","available":0,"dates":[]},"10-154398":{"id":"10-154398","available":11,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154894":{"id":"10-154894","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155246":{"id":"10-155246","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155766":{"id":"10-155766","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-T-00080-10-146133":{"id":"10-FLRL-T-00080-10-146133","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146331":{"id":"11-146331","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146532":{"id":"11-146532","available":14,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146841":{"id":"11-146841","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147358":{"id":"11-147358","available":0,"dates":[]},"11-147878":{"id":"11-147878","available":0,"dates":[]},"11-148314":{"id":"11-148314","available":0,"dates":[]},"11-148708":{"id":"11-148708","available":0,"dates":[]},"11-149049":{"id":"11-149049","available":0,"dates":[]},"11-149595":{"id":"11-149595","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149599":{"id":"11-149599","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150396":{"id":"11-150396","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150401":{"id":"11-150401","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150904":{"id":"11-150904","available":0,"dates":[]},"11-150909":{"id":"11-150909","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151334":{"id":"11-151334","available":0,"dates":[]},"11-151843":{"id":"11-151843","available":0,"dates":[]},"11-152190":{"id":"11-152190","available":0,"dates":[]},"11-152636":{"id":"11-152636","available":0,"dates":[]},"11-152891":{"id":"11-152891","available":0,"dates":[]},"11-153191":{"id":"11-153191","available":0,"dates":[]},"11-153632":{"id":"11-153632","available":0,"dates":[]},"11-153871":{"id":"11-153871","available":0,"dates":[]},"11-154435":{"id":"11-154435","available":0,"dates":[]},"11-154917":{"id":"11-154917","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155266":{"id":"11-155266","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155791":{"id":"11-155791","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-00080-11-146165":{"id":"11-FLRL-T-00080-11-146165","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146693":{"id":"2-146693","available":6,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146705":{"id":"2-146705","available":6,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146814":{"id":"2-146814","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147208":{"id":"2-147208","available":0,"dates":[]},"2-147220":{"id":"2-147220","available":0,"dates":[]},"2-147736":{"id":"2-147736","available":-4,"dates":[]},"2-147745":{"id":"2-147745","available":0,"dates":[]},"2-148165":{"id":"2-148165","available":0,"dates":[]},"2-148443":{"id":"2-148443","available":0,"dates":[]},"2-148563":{"id":"2-148563","available":0,"dates":[]},"2-148572":{"id":"2-148572","available":0,"dates":[]},"2-148885":{"id":"2-148885","available":0,"dates":[]},"2-148903":{"id":"2-148903","available":0,"dates":[]},"2-149556":{"id":"2-149556","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149568":{"id":"2-149568","available":26,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150144":{"id":"2-150144","available":20,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150156":{"id":"2-150156","available":26,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150628":{"id":"2-150628","available":0,"dates":[]},"2-150640":{"id":"2-150640","available":0,"dates":[]},"2-151170":{"id":"2-151170","available":0,"dates":[]},"2-151185":{"id":"2-151185","available":0,"dates":[]},"2-151581":{"id":"2-151581","available":-1,"dates":[]},"2-151596":{"id":"2-151596","available":0,"dates":[]},"2-152073":{"id":"2-152073","available":0,"dates":[]},"2-152578":{"id":"2-152578","available":0,"dates":[]},"2-152809":{"id":"2-152809","available":0,"dates":[]},"2-152981":{"id":"2-152981","available":0,"dates":[]},"2-153094":{"id":"2-153094","available":0,"dates":[]},"2-153106":{"id":"2-153106","available":0,"dates":[]},"2-153396":{"id":"2-153396","available":0,"dates":[]},"2-153407":{"id":"2-153407","available":0,"dates":[]},"2-153728":{"id":"2-153728","available":0,"dates":[]},"2-153794":{"id":"2-153794","available":0,"dates":[]},"2-154162":{"id":"2-154162","available":0,"dates":[]},"2-154192":{"id":"2-154192","available":0,"dates":[]},"2-154733":{"id":"2-154733","available":0,"dates":[]},"2-154751":{"id":"2-154751","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155113":{"id":"2-155113","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155128":{"id":"2-155128","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155554":{"id":"2-155554","available":0,"dates":[]},"2-155579":{"id":"2-155579","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155597":{"id":"2-155597","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-T-00080-2-146003":{"id":"2-FLRL-T-00080-2-146003","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-T-00080-2-146020":{"id":"2-FLRL-T-00080-2-146020","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146792":{"id":"30-146792","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147308":{"id":"30-147308","available":0,"dates":[]},"30-147826":{"id":"30-147826","available":0,"dates":[]},"30-148257":{"id":"30-148257","available":0,"dates":[]},"30-148649":{"id":"30-148649","available":0,"dates":[]},"30-FLRL-T-00080-30-146114":{"id":"30-FLRL-T-00080-30-146114","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146694":{"id":"4-146694","available":13,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146706":{"id":"4-146706","available":13,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146815":{"id":"4-146815","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147209":{"id":"4-147209","available":0,"dates":[]},"4-147221":{"id":"4-147221","available":0,"dates":[]},"4-147737":{"id":"4-147737","available":0,"dates":[]},"4-147746":{"id":"4-147746","available":0,"dates":[]},"4-148166":{"id":"4-148166","available":0,"dates":[]},"4-148564":{"id":"4-148564","available":0,"dates":[]},"4-148886":{"id":"4-148886","available":0,"dates":[]},"4-148904":{"id":"4-148904","available":0,"dates":[]},"4-149557":{"id":"4-149557","available":126,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149569":{"id":"4-149569","available":153,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150145":{"id":"4-150145","available":126,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150157":{"id":"4-150157","available":153,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150629":{"id":"4-150629","available":0,"dates":[]},"4-150641":{"id":"4-150641","available":81,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151171":{"id":"4-151171","available":0,"dates":[]},"4-151186":{"id":"4-151186","available":0,"dates":[]},"4-151582":{"id":"4-151582","available":-6,"dates":[]},"4-151597":{"id":"4-151597","available":-1,"dates":[]},"4-152074":{"id":"4-152074","available":0,"dates":[]},"4-152579":{"id":"4-152579","available":0,"dates":[]},"4-152810":{"id":"4-152810","available":0,"dates":[]},"4-152982":{"id":"4-152982","available":0,"dates":[]},"4-153095":{"id":"4-153095","available":0,"dates":[]},"4-153107":{"id":"4-153107","available":0,"dates":[]},"4-153397":{"id":"4-153397","available":0,"dates":[]},"4-153408":{"id":"4-153408","available":0,"dates":[]},"4-153729":{"id":"4-153729","available":0,"dates":[]},"4-153795":{"id":"4-153795","available":0,"dates":[]},"4-154163":{"id":"4-154163","available":0,"dates":[]},"4-154193":{"id":"4-154193","available":0,"dates":[]},"4-154734":{"id":"4-154734","available":33,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154752":{"id":"4-154752","available":20,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155114":{"id":"4-155114","available":24,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155129":{"id":"4-155129","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155580":{"id":"4-155580","available":34,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155598":{"id":"4-155598","available":21,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-T-00080-4-146004":{"id":"4-FLRL-T-00080-4-146004","available":5,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-T-00080-4-146021":{"id":"4-FLRL-T-00080-4-146021","available":13,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146775":{"id":"41-146775","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147291":{"id":"41-147291","available":0,"dates":[]},"41-147809":{"id":"41-147809","available":0,"dates":[]},"41-148239":{"id":"41-148239","available":-1,"dates":[]},"41-148631":{"id":"41-148631","available":0,"dates":[]},"41-148964":{"id":"41-148964","available":0,"dates":[]},"41-149603":{"id":"41-149603","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149607":{"id":"41-149607","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150251":{"id":"41-150251","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150259":{"id":"41-150259","available":42,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150723":{"id":"41-150723","available":0,"dates":[]},"41-150731":{"id":"41-150731","available":0,"dates":[]},"41-151245":{"id":"41-151245","available":0,"dates":[]},"41-151652":{"id":"41-151652","available":0,"dates":[]},"41-152124":{"id":"41-152124","available":0,"dates":[]},"41-152592":{"id":"41-152592","available":0,"dates":[]},"41-152844":{"id":"41-152844","available":0,"dates":[]},"41-153140":{"id":"41-153140","available":0,"dates":[]},"41-153615":{"id":"41-153615","available":0,"dates":[]},"41-153888":{"id":"41-153888","available":0,"dates":[]},"41-154334":{"id":"41-154334","available":0,"dates":[]},"41-154838":{"id":"41-154838","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155343":{"id":"41-155343","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155688":{"id":"41-155688","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-00080-41-146097":{"id":"41-FLRL-T-00080-41-146097","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146785":{"id":"42-146785","available":4,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147300":{"id":"42-147300","available":0,"dates":[]},"42-147818":{"id":"42-147818","available":0,"dates":[]},"42-148249":{"id":"42-148249","available":0,"dates":[]},"42-148641":{"id":"42-148641","available":0,"dates":[]},"42-154136":{"id":"42-154136","available":0,"dates":[]},"42-FLRL-T-00080-42-146106":{"id":"42-FLRL-T-00080-42-146106","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-146671":{"id":"51-146671","available":12,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147186":{"id":"51-147186","available":9,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147714":{"id":"51-147714","available":7,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148145":{"id":"51-148145","available":-1,"dates":[]},"51-148546":{"id":"51-148546","available":0,"dates":[]},"51-148867":{"id":"51-148867","available":0,"dates":[]},"51-149547":{"id":"51-149547","available":38,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150135":{"id":"51-150135","available":38,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150619":{"id":"51-150619","available":38,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150997":{"id":"51-150997","available":-13,"dates":[]},"51-151152":{"id":"51-151152","available":0,"dates":[]},"51-151563":{"id":"51-151563","available":2,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152054":{"id":"51-152054","available":0,"dates":[]},"51-152560":{"id":"51-152560","available":0,"dates":[]},"51-152791":{"id":"51-152791","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153076":{"id":"51-153076","available":0,"dates":[]},"51-153595":{"id":"51-153595","available":0,"dates":[]},"51-153705":{"id":"51-153705","available":0,"dates":[]},"51-154258":{"id":"51-154258","available":0,"dates":[]},"51-154779":{"id":"51-154779","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155320":{"id":"51-155320","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155621":{"id":"51-155621","available":8,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146317":{"id":"58-146317","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146518":{"id":"58-146518","available":23,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146661":{"id":"58-146661","available":23,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147177":{"id":"58-147177","available":0,"dates":[]},"58-147705":{"id":"58-147705","available":0,"dates":[]},"58-148135":{"id":"58-148135","available":0,"dates":[]},"58-148537":{"id":"58-148537","available":0,"dates":[]},"58-148858":{"id":"58-148858","available":-1,"dates":[]},"58-149514":{"id":"58-149514","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149521":{"id":"58-149521","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150106":{"id":"58-150106","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150113":{"id":"58-150113","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150592":{"id":"58-150592","available":0,"dates":[]},"58-150599":{"id":"58-150599","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151143":{"id":"58-151143","available":0,"dates":[]},"58-151554":{"id":"58-151554","available":-1,"dates":[]},"58-152047":{"id":"58-152047","available":0,"dates":[]},"58-152553":{"id":"58-152553","available":0,"dates":[]},"58-152784":{"id":"58-152784","available":0,"dates":[]},"58-153069":{"id":"58-153069","available":0,"dates":[]},"58-153371":{"id":"58-153371","available":0,"dates":[]},"58-153854":{"id":"58-153854","available":0,"dates":[]},"58-154478":{"id":"58-154478","available":0,"dates":[]},"58-154480":{"id":"58-154480","available":0,"dates":[]},"58-154806":{"id":"58-154806","available":38,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155152":{"id":"58-155152","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155647":{"id":"58-155647","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-00080-24-10-29":{"id":"58-FLRL-B-00080-24-10-29","available":3,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28"]},"58-FLRL-T-00080-58-145971":{"id":"58-FLRL-T-00080-58-145971","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148957":{"id":"65-148957","available":0,"dates":[]},"65-149587":{"id":"65-149587","available":23,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149591":{"id":"65-149591","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150241":{"id":"65-150241","available":23,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150246":{"id":"65-150246","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150713":{"id":"65-150713","available":0,"dates":[]},"65-150718":{"id":"65-150718","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151238":{"id":"65-151238","available":0,"dates":[]},"65-151645":{"id":"65-151645","available":0,"dates":[]},"65-152117":{"id":"65-152117","available":4,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152402":{"id":"65-152402","available":0,"dates":[]},"65-152839":{"id":"65-152839","available":0,"dates":[]},"65-153135":{"id":"65-153135","available":0,"dates":[]},"65-153437":{"id":"65-153437","available":4,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153611":{"id":"65-153611","available":0,"dates":[]},"65-153897":{"id":"65-153897","available":0,"dates":[]},"65-154144":{"id":"65-154144","available":0,"dates":[]},"65-154402":{"id":"65-154402","available":0,"dates":[]},"65-154898":{"id":"65-154898","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155250":{"id":"65-155250","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155769":{"id":"65-155769","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-148931":{"id":"9-148931","available":0,"dates":[]},"9-149619":{"id":"9-149619","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149621":{"id":"9-149621","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150189":{"id":"9-150189","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150190":{"id":"9-150190","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150675":{"id":"9-150675","available":0,"dates":[]},"9-150677":{"id":"9-150677","available":0,"dates":[]},"9-151211":{"id":"9-151211","available":0,"dates":[]},"9-151623":{"id":"9-151623","available":0,"dates":[]},"9-152099":{"id":"9-152099","available":0,"dates":[]},"9-152828":{"id":"9-152828","available":5,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14"]},"9-153122":{"id":"9-153122","available":0,"dates":[]},"9-153423":{"id":"9-153423","available":0,"dates":[]},"9-153932":{"id":"9-153932","available":0,"dates":[]},"9-154130":{"id":"9-154130","available":1,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"9-154274":{"id":"9-154274","available":0,"dates":[]},"9-154808":{"id":"9-154808","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155154":{"id":"9-155154","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155649":{"id":"9-155649","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150592","58-150599","58-154806","58-155152","58-155647"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154779","51-155320","51-155621"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150629","4-150641","4-154734","4-154752","4-155114","4-155129","4-155580","4-155598"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150723","41-150731","41-154838","41-155343","41-155688"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150628","2-150640","2-154733","2-154751","2-155113","2-155128","2-155579","2-155597","2-155554"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150839","10-150841","10-154894","10-155246","10-155766"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150904","11-150909","11-154917","11-155266","11-155791"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150675","9-150677","9-154808","9-155154","9-155649"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150627","1-150639","1-154732","1-154750","1-155112","1-155127","1-155578","1-155596","1-155553"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150713","65-150718","65-154898","65-155250","65-155769"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="28" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-flutter-with-gleaming-vase"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=500 500w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=600 600w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=700 700w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=800 800w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=900 900w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=500" alt="The Flutter with Gleaming Vase" srcset="//urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=352 352w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=500 500w, //urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=600 600w, //urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=700 700w, //urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=800 800w, //urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=900 900w, //urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=500" alt="The Flutter with Gleaming Vase" srcset="//urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=352 352w, //urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-flutter" data-restrict="false" data-components="the-flutter,gleaming-vase" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150507","4-150534","4-154740","4-154758","4-155108","4-155123","4-155571","4-155589"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150671","58-150673","58-154807","58-155151","58-155646"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154786","51-155318","51-155619"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150867","41-150873","41-154770","41-155257","41-155777"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150506","2-150533","2-154739","2-154757","2-155107","2-155122","2-155570","2-155588"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150552","10-150560","10-154762","10-155132","10-155601"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150657","11-150662","11-154801","11-155146","11-155640"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150607","9-150613","9-154777","9-155142","9-155613"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150505","1-150532","1-154738","1-154756","1-155106","1-155121","1-155569","1-155587"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150846","65-150857","65-154897","65-155249","65-155768"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150505":{"id":"1-150505","available":0,"dates":[]},"1-150532":{"id":"1-150532","available":39,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-154738":{"id":"1-154738","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154756":{"id":"1-154756","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155106":{"id":"1-155106","available":20,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155121":{"id":"1-155121","available":4,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155569":{"id":"1-155569","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155587":{"id":"1-155587","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150552":{"id":"10-150552","available":0,"dates":[]},"10-150560":{"id":"10-150560","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154762":{"id":"10-154762","available":64,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155132":{"id":"10-155132","available":59,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155601":{"id":"10-155601","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150657":{"id":"11-150657","available":0,"dates":[]},"11-150662":{"id":"11-150662","available":0,"dates":[]},"11-154801":{"id":"11-154801","available":60,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155146":{"id":"11-155146","available":75,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155640":{"id":"11-155640","available":64,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150506":{"id":"2-150506","available":0,"dates":[]},"2-150533":{"id":"2-150533","available":0,"dates":[]},"2-154739":{"id":"2-154739","available":0,"dates":[]},"2-154757":{"id":"2-154757","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155107":{"id":"2-155107","available":32,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155122":{"id":"2-155122","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155570":{"id":"2-155570","available":21,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155588":{"id":"2-155588","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150507":{"id":"4-150507","available":0,"dates":[]},"4-150534":{"id":"4-150534","available":382,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154740":{"id":"4-154740","available":99,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154758":{"id":"4-154758","available":62,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155108":{"id":"4-155108","available":84,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155123":{"id":"4-155123","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155571":{"id":"4-155571","available":75,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155589":{"id":"4-155589","available":42,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150867":{"id":"41-150867","available":0,"dates":[]},"41-150873":{"id":"41-150873","available":0,"dates":[]},"41-154770":{"id":"41-154770","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155257":{"id":"41-155257","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155777":{"id":"41-155777","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154786":{"id":"51-154786","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155318":{"id":"51-155318","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155619":{"id":"51-155619","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150671":{"id":"58-150671","available":0,"dates":[]},"58-150673":{"id":"58-150673","available":0,"dates":[]},"58-154807":{"id":"58-154807","available":89,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155151":{"id":"58-155151","available":84,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155646":{"id":"58-155646","available":76,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150846":{"id":"65-150846","available":0,"dates":[]},"65-150857":{"id":"65-150857","available":0,"dates":[]},"65-154897":{"id":"65-154897","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155249":{"id":"65-155249","available":39,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155768":{"id":"65-155768","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150607":{"id":"9-150607","available":0,"dates":[]},"9-150613":{"id":"9-150613","available":0,"dates":[]},"9-154777":{"id":"9-154777","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155142":{"id":"9-155142","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155613":{"id":"9-155613","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":"2024-11-13T05:00:00Z", "blackout_to":"2024-12-02T05:00:00Z"} </script> <script data-inventory-json="gleaming-vase" data-restrict="false" data-components="the-flutter,gleaming-vase" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-FLRL-V-10018"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-FLRL-V-10018"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":["56-FLRL-V-10018"]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":["57-FLRL-V-10018"]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":["60-FLRL-V-10018"]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-FLRL-V-10018"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":["38-FLRL-V-10018"]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":["55-FLRL-V-10018"]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-FLRL-V-10018"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-FLRL-V-10018"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-FLRL-V-10018"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":["30-FLRL-V-10018"]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":["29-FLRL-V-10018"]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-FLRL-V-10018"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-FLRL-V-10018","10-FLRL-V-10018"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-FLRL-V-10018","11-FLRL-V-10018"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":["13-FLRL-V-10018"]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-FLRL-V-10018"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-FLRL-V-10018"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-FLRL-V-10018"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended"],"1-FLRL-V-10018":{"id":"1-FLRL-V-10018","available":56,"dates":[]},"10-FLRL-V-10018":{"id":"10-FLRL-V-10018","available":0,"dates":[]},"11-FLRL-V-10018":{"id":"11-FLRL-V-10018","available":33,"dates":[]},"13-FLRL-V-10018":{"id":"13-FLRL-V-10018","available":0,"dates":[]},"2-FLRL-V-10018":{"id":"2-FLRL-V-10018","available":36,"dates":[]},"29-FLRL-V-10018":{"id":"29-FLRL-V-10018","available":0,"dates":[]},"30-FLRL-V-10018":{"id":"30-FLRL-V-10018","available":0,"dates":[]},"38-FLRL-V-10018":{"id":"38-FLRL-V-10018","available":0,"dates":[]},"4-FLRL-V-10018":{"id":"4-FLRL-V-10018","available":219,"dates":[]},"41-FLRL-V-10018":{"id":"41-FLRL-V-10018","available":77,"dates":[]},"42-FLRL-V-10018":{"id":"42-FLRL-V-10018","available":17,"dates":[]},"51-FLRL-V-10018":{"id":"51-FLRL-V-10018","available":0,"dates":[]},"52-FLRL-V-10018":{"id":"52-FLRL-V-10018","available":0,"dates":[]},"55-FLRL-V-10018":{"id":"55-FLRL-V-10018","available":0,"dates":[]},"56-FLRL-V-10018":{"id":"56-FLRL-V-10018","available":0,"dates":[]},"57-FLRL-V-10018":{"id":"57-FLRL-V-10018","available":0,"dates":[]},"58-FLRL-V-10018":{"id":"58-FLRL-V-10018","available":137,"dates":[]},"60-FLRL-V-10018":{"id":"60-FLRL-V-10018","available":0,"dates":[]},"65-FLRL-V-10018":{"id":"65-FLRL-V-10018","available":108,"dates":[]},"9-FLRL-V-10018":{"id":"9-FLRL-V-10018","available":0,"dates":[]},"blackout_from":"2024-11-19T18:00:00Z", "blackout_to":"2024-12-09T05:00:00Z"} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-flutter-with-gleaming-vase" title="View The Flutter with Gleaming Vase" data-product-card-title><h3 style="font-size: 1em;">The Flutter with Gleaming Vase</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$110 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin sr-only" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">No reviews for this product yet</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="0" style=" gap: 2px; margin-right: 6px; "> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="0" aria-hidden="true" style=" font-size: 12px;">(0)</span></div> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="29" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-sweet-romance"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Selene_SupportingImage_1_PDP.jpg?v=1733247335&width=500 500w, //urbanstems.com/cdn/shop/files/Selene_SupportingImage_1_PDP.jpg?v=1733247335&width=600 600w, //urbanstems.com/cdn/shop/files/Selene_SupportingImage_1_PDP.jpg?v=1733247335&width=700 700w, //urbanstems.com/cdn/shop/files/Selene_SupportingImage_1_PDP.jpg?v=1733247335&width=800 800w, //urbanstems.com/cdn/shop/files/Selene_SupportingImage_1_PDP.jpg?v=1733247335&width=900 900w, //urbanstems.com/cdn/shop/files/Selene_SupportingImage_1_PDP.jpg?v=1733247335&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Selene_SupportingImage_1_PDP.jpg?v=1733247335&width=500" alt="The Sweet Romance" srcset="//urbanstems.com/cdn/shop/files/Selene_SupportingImage_1_PDP.jpg?v=1733247335&width=352 352w, //urbanstems.com/cdn/shop/files/Selene_SupportingImage_1_PDP.jpg?v=1733247335&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/ApresSki_MainImage_PDP_2737c65d-10ed-465c-8e3b-ecc5e5a36b68.jpg?v=1733247335&width=500 500w, //urbanstems.com/cdn/shop/files/ApresSki_MainImage_PDP_2737c65d-10ed-465c-8e3b-ecc5e5a36b68.jpg?v=1733247335&width=600 600w, //urbanstems.com/cdn/shop/files/ApresSki_MainImage_PDP_2737c65d-10ed-465c-8e3b-ecc5e5a36b68.jpg?v=1733247335&width=700 700w, //urbanstems.com/cdn/shop/files/ApresSki_MainImage_PDP_2737c65d-10ed-465c-8e3b-ecc5e5a36b68.jpg?v=1733247335&width=800 800w, //urbanstems.com/cdn/shop/files/ApresSki_MainImage_PDP_2737c65d-10ed-465c-8e3b-ecc5e5a36b68.jpg?v=1733247335&width=900 900w, //urbanstems.com/cdn/shop/files/ApresSki_MainImage_PDP_2737c65d-10ed-465c-8e3b-ecc5e5a36b68.jpg?v=1733247335&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/ApresSki_MainImage_PDP_2737c65d-10ed-465c-8e3b-ecc5e5a36b68.jpg?v=1733247335&width=500" alt="The Sweet Romance" srcset="//urbanstems.com/cdn/shop/files/ApresSki_MainImage_PDP_2737c65d-10ed-465c-8e3b-ecc5e5a36b68.jpg?v=1733247335&width=352 352w, //urbanstems.com/cdn/shop/files/ApresSki_MainImage_PDP_2737c65d-10ed-465c-8e3b-ecc5e5a36b68.jpg?v=1733247335&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-zay-bouquet" data-restrict="false" data-components="the-zay-bouquet,gold-tegan-vase,ritual-mid-mountian-blend-hot-chocolate" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150947","58-150950","58-154775","58-155141","58-155612"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155878"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150699","4-150687","4-154830","4-155189","4-155183","4-155752","4-155764"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150721","41-150729","41-154840","41-155346","41-155692"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155875","52-154843","52-155191","52-155695"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155533","42-150885","42-150888","42-155534","42-154848","42-155194","42-155698"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150698","2-150686","2-154829","2-155188","2-155182","2-155751","2-155763"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150550","10-150558","10-154935","10-155409","10-155800"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150939","11-150943","11-154799","11-155274","11-155805"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150697","1-150685","1-154828","1-155187","1-155181","1-155750","1-155762"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150711","65-150716","65-154835","65-155340","65-155685"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150685":{"id":"1-150685","available":0,"dates":[]},"1-150697":{"id":"1-150697","available":0,"dates":[]},"1-154828":{"id":"1-154828","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155181":{"id":"1-155181","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155187":{"id":"1-155187","available":19,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155750":{"id":"1-155750","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155762":{"id":"1-155762","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150550":{"id":"10-150550","available":0,"dates":[]},"10-150558":{"id":"10-150558","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154935":{"id":"10-154935","available":75,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155409":{"id":"10-155409","available":55,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155800":{"id":"10-155800","available":77,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150939":{"id":"11-150939","available":0,"dates":[]},"11-150943":{"id":"11-150943","available":12,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154799":{"id":"11-154799","available":96,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155274":{"id":"11-155274","available":58,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155805":{"id":"11-155805","available":94,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150686":{"id":"2-150686","available":0,"dates":[]},"2-150698":{"id":"2-150698","available":0,"dates":[]},"2-154829":{"id":"2-154829","available":0,"dates":[]},"2-155182":{"id":"2-155182","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155188":{"id":"2-155188","available":22,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155751":{"id":"2-155751","available":33,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155763":{"id":"2-155763","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150687":{"id":"4-150687","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150699":{"id":"4-150699","available":-199,"dates":[]},"4-154830":{"id":"4-154830","available":127,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155183":{"id":"4-155183","available":48,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155189":{"id":"4-155189","available":97,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155752":{"id":"4-155752","available":123,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155764":{"id":"4-155764","available":81,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150721":{"id":"41-150721","available":0,"dates":[]},"41-150729":{"id":"41-150729","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-154840":{"id":"41-154840","available":79,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155346":{"id":"41-155346","available":48,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155692":{"id":"41-155692","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150885":{"id":"42-150885","available":0,"dates":[]},"42-150888":{"id":"42-150888","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-154848":{"id":"42-154848","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155194":{"id":"42-155194","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155533":{"id":"42-155533","available":156,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-155534":{"id":"42-155534","available":102,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-155698":{"id":"42-155698","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-155878":{"id":"51-155878","available":43,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-154843":{"id":"52-154843","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155191":{"id":"52-155191","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155695":{"id":"52-155695","available":11,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155875":{"id":"52-155875","available":40,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-150947":{"id":"58-150947","available":0,"dates":[]},"58-150950":{"id":"58-150950","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-154775":{"id":"58-154775","available":125,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155141":{"id":"58-155141","available":84,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155612":{"id":"58-155612","available":116,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150711":{"id":"65-150711","available":0,"dates":[]},"65-150716":{"id":"65-150716","available":0,"dates":[]},"65-154835":{"id":"65-154835","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155340":{"id":"65-155340","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155685":{"id":"65-155685","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> <script data-inventory-json="gold-tegan-vase" data-restrict="false" data-components="the-zay-bouquet,gold-tegan-vase,ritual-mid-mountian-blend-hot-chocolate" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-FLRL-V-00001"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":["56-FLRL-V-00001"]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":["57-FLRL-V-00001"]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":["60-FLRL-V-00001"]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-FLRL-V-00001"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-FLRL-V-00001"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":["38-FLRL-V-00001"]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":["55-FLRL-V-00001"]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-FLRL-V-00001"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-FLRL-V-00001"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-FLRL-V-00001"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":["30-FLRL-V-00001"]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":["29-FLRL-V-00001"]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-FLRL-V-00001"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-FLRL-V-00001"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-FLRL-V-00001"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":["13-FLRL-V-00001"]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-FLRL-V-00001"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-FLRL-V-00001"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-FLRL-V-00001"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-FLRL-V-00001":{"id":"1-FLRL-V-00001","available":27,"dates":[]},"10-FLRL-V-00001":{"id":"10-FLRL-V-00001","available":25,"dates":[]},"11-FLRL-V-00001":{"id":"11-FLRL-V-00001","available":74,"dates":[]},"13-FLRL-V-00001":{"id":"13-FLRL-V-00001","available":0,"dates":[]},"2-FLRL-V-00001":{"id":"2-FLRL-V-00001","available":16,"dates":[]},"29-FLRL-V-00001":{"id":"29-FLRL-V-00001","available":0,"dates":[]},"30-FLRL-V-00001":{"id":"30-FLRL-V-00001","available":0,"dates":[]},"38-FLRL-V-00001":{"id":"38-FLRL-V-00001","available":0,"dates":[]},"4-FLRL-V-00001":{"id":"4-FLRL-V-00001","available":593,"dates":[]},"41-FLRL-V-00001":{"id":"41-FLRL-V-00001","available":48,"dates":[]},"42-FLRL-V-00001":{"id":"42-FLRL-V-00001","available":371,"dates":[]},"51-FLRL-V-00001":{"id":"51-FLRL-V-00001","available":0,"dates":[]},"52-FLRL-V-00001":{"id":"52-FLRL-V-00001","available":0,"dates":[]},"55-FLRL-V-00001":{"id":"55-FLRL-V-00001","available":0,"dates":[]},"56-FLRL-V-00001":{"id":"56-FLRL-V-00001","available":0,"dates":[]},"57-FLRL-V-00001":{"id":"57-FLRL-V-00001","available":0,"dates":[]},"58-FLRL-V-00001":{"id":"58-FLRL-V-00001","available":314,"dates":[]},"60-FLRL-V-00001":{"id":"60-FLRL-V-00001","available":0,"dates":[]},"65-FLRL-V-00001":{"id":"65-FLRL-V-00001","available":67,"dates":[]},"9-FLRL-V-00001":{"id":"9-FLRL-V-00001","available":15,"dates":[]},"blackout_from":null, "blackout_to":null} </script> <script data-inventory-json="ritual-mid-mountian-blend-hot-chocolate" data-restrict="false" data-components="the-zay-bouquet,gold-tegan-vase,ritual-mid-mountian-blend-hot-chocolate" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-152711","4-151439","4-151987","4-152299","4-152990","4-154516"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-148027","58-149158"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":["56-148031","56-149165"]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-148025","41-149160"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-149163"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-151441","2-151989","2-152301","2-152713","2-152989","2-154517"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-148028","10-149162"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-148435","11-149161"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-148030","9-149164"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-151440","1-151988","1-152300","1-152712","1-154515","1-152988"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-148026","65-149159"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-151440":{"id":"1-151440","available":0,"dates":[]},"1-151988":{"id":"1-151988","available":0,"dates":[]},"1-152300":{"id":"1-152300","available":0,"dates":[]},"1-152712":{"id":"1-152712","available":0,"dates":[]},"1-152988":{"id":"1-152988","available":0,"dates":[]},"1-154515":{"id":"1-154515","available":0,"dates":[]},"10-148028":{"id":"10-148028","available":0,"dates":[]},"10-149162":{"id":"10-149162","available":33,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10","2025-05-11","2025-05-12","2025-05-13","2025-05-14","2025-05-15","2025-05-16","2025-05-17","2025-05-18","2025-05-19","2025-05-20","2025-05-21","2025-05-22","2025-05-23","2025-05-24","2025-05-25","2025-05-26","2025-05-27","2025-05-28","2025-05-29","2025-05-30","2025-05-31","2025-06-01","2025-06-02","2025-06-03","2025-06-04","2025-06-05","2025-06-06","2025-06-07","2025-06-08","2025-06-09","2025-06-10","2025-06-11","2025-06-12","2025-06-13","2025-06-14","2025-06-15","2025-06-16","2025-06-17","2025-06-18","2025-06-19","2025-06-20","2025-06-21","2025-06-22","2025-06-23","2025-06-24","2025-06-25","2025-06-26","2025-06-27","2025-06-28","2025-06-29","2025-06-30","2025-07-01","2025-07-02","2025-07-03","2025-07-04","2025-07-05","2025-07-06","2025-07-07","2025-07-08","2025-07-09","2025-07-10","2025-07-11","2025-07-12","2025-07-13","2025-07-14","2025-07-15","2025-07-16","2025-07-17","2025-07-18","2025-07-19","2025-07-20","2025-07-21","2025-07-22","2025-07-23","2025-07-24","2025-07-25","2025-07-26","2025-07-27","2025-07-28","2025-07-29","2025-07-30","2025-07-31","2025-08-01","2025-08-02","2025-08-03","2025-08-04","2025-08-05","2025-08-06","2025-08-07","2025-08-08","2025-08-09","2025-08-10","2025-08-11","2025-08-12","2025-08-13","2025-08-14","2025-08-15","2025-08-16","2025-08-17","2025-08-18","2025-08-19","2025-08-20","2025-08-21","2025-08-22","2025-08-23","2025-08-24","2025-08-25","2025-08-26","2025-08-27","2025-08-28","2025-08-29","2025-08-30","2025-08-31","2025-09-01","2025-09-02","2025-09-03","2025-09-04","2025-09-05","2025-09-06","2025-09-07","2025-09-08","2025-09-09","2025-09-10","2025-09-11","2025-09-12","2025-09-13","2025-09-14","2025-09-15","2025-09-16","2025-09-17","2025-09-18","2025-09-19","2025-09-20","2025-09-21","2025-09-22","2025-09-23","2025-09-24","2025-09-25","2025-09-26","2025-09-27","2025-09-28","2025-09-29","2025-09-30","2025-10-01","2025-10-02","2025-10-03","2025-10-04","2025-10-05","2025-10-06","2025-10-07","2025-10-08","2025-10-09","2025-10-10","2025-10-11","2025-10-12","2025-10-13","2025-10-14","2025-10-15","2025-10-16","2025-10-17","2025-10-18","2025-10-19","2025-10-20","2025-10-21","2025-10-22","2025-10-23","2025-10-24","2025-10-25","2025-10-26","2025-10-27","2025-10-28","2025-10-29","2025-10-30","2025-10-31","2025-11-01","2025-11-02","2025-11-03","2025-11-04","2025-11-05","2025-11-06","2025-11-07","2025-11-08","2025-11-09","2025-11-10","2025-11-11","2025-11-12","2025-11-13","2025-11-14","2025-11-15","2025-11-16","2025-11-17","2025-11-18","2025-11-19","2025-11-20","2025-11-21","2025-11-22","2025-11-23","2025-11-24","2025-11-25","2025-11-26","2025-11-27","2025-11-28","2025-11-29","2025-11-30","2025-12-01","2025-12-02","2025-12-03","2025-12-04","2025-12-05","2025-12-06","2025-12-07","2025-12-08","2025-12-09","2025-12-10","2025-12-11","2025-12-12","2025-12-13","2025-12-14","2025-12-15","2025-12-16","2025-12-17","2025-12-18","2025-12-19","2025-12-20","2025-12-21","2025-12-22","2025-12-23","2025-12-24","2025-12-25","2025-12-26","2025-12-27","2025-12-28","2025-12-29","2025-12-30","2025-12-31","2026-01-01","2026-01-02","2026-01-03","2026-01-04","2026-01-05","2026-01-06","2026-01-07","2026-01-08","2026-01-09","2026-01-10","2026-01-11","2026-01-12","2026-01-13","2026-01-14","2026-01-15","2026-01-16","2026-01-17","2026-01-18","2026-01-19","2026-01-20","2026-01-21","2026-01-22","2026-01-23","2026-01-24","2026-01-25","2026-01-26","2026-01-27","2026-01-28","2026-01-29","2026-01-30","2026-01-31","2026-02-01","2026-02-02","2026-02-03","2026-02-04","2026-02-05","2026-02-06","2026-02-07","2026-02-08","2026-02-09","2026-02-10","2026-02-11","2026-02-12","2026-02-13","2026-02-14","2026-02-15","2026-02-16","2026-02-17","2026-02-18","2026-02-19","2026-02-20","2026-02-21","2026-02-22","2026-02-23","2026-02-24","2026-02-25","2026-02-26","2026-02-27","2026-02-28","2026-03-01","2026-03-02","2026-03-03","2026-03-04","2026-03-05","2026-03-06","2026-03-07","2026-03-08","2026-03-09","2026-03-10","2026-03-11","2026-03-12","2026-03-13","2026-03-14","2026-03-15","2026-03-16","2026-03-17","2026-03-18","2026-03-19","2026-03-20","2026-03-21","2026-03-22","2026-03-23","2026-03-24","2026-03-25","2026-03-26","2026-03-27","2026-03-28","2026-03-29","2026-03-30","2026-03-31","2026-04-01","2026-04-02","2026-04-03","2026-04-04","2026-04-05","2026-04-06","2026-04-07","2026-04-08","2026-04-09","2026-04-10","2026-04-11","2026-04-12","2026-04-13","2026-04-14","2026-04-15","2026-04-16","2026-04-17","2026-04-18","2026-04-19","2026-04-20","2026-04-21","2026-04-22","2026-04-23","2026-04-24","2026-04-25","2026-04-26","2026-04-27","2026-04-28","2026-04-29","2026-04-30","2026-05-01","2026-05-02","2026-05-03","2026-05-04","2026-05-05","2026-05-06","2026-05-07","2026-05-08","2026-05-09","2026-05-10","2026-05-11","2026-05-12","2026-05-13","2026-05-14","2026-05-15","2026-05-16","2026-05-17","2026-05-18","2026-05-19","2026-05-20","2026-05-21","2026-05-22","2026-05-23","2026-05-24","2026-05-25","2026-05-26","2026-05-27","2026-05-28","2026-05-29","2026-05-30","2026-05-31","2026-06-01","2026-06-02","2026-06-03","2026-06-04","2026-06-05","2026-06-06","2026-06-07","2026-06-08","2026-06-09","2026-06-10","2026-06-11","2026-06-12","2026-06-13","2026-06-14","2026-06-15","2026-06-16","2026-06-17","2026-06-18","2026-06-19","2026-06-20","2026-06-21","2026-06-22","2026-06-23","2026-06-24","2026-06-25","2026-06-26","2026-06-27","2026-06-28","2026-06-29","2026-06-30","2026-07-01","2026-07-02","2026-07-03","2026-07-04","2026-07-05","2026-07-06","2026-07-07","2026-07-08","2026-07-09","2026-07-10","2026-07-11","2026-07-12","2026-07-13","2026-07-14","2026-07-15","2026-07-16","2026-07-17","2026-07-18","2026-07-19","2026-07-20","2026-07-21","2026-07-22","2026-07-23","2026-07-24","2026-07-25","2026-07-26","2026-07-27","2026-07-28","2026-07-29","2026-07-30","2026-07-31","2026-08-01","2026-08-02","2026-08-03","2026-08-04","2026-08-05","2026-08-06","2026-08-07","2026-08-08","2026-08-09","2026-08-10","2026-08-11","2026-08-12","2026-08-13","2026-08-14","2026-08-15","2026-08-16","2026-08-17","2026-08-18","2026-08-19","2026-08-20","2026-08-21","2026-08-22","2026-08-23","2026-08-24","2026-08-25","2026-08-26","2026-08-27","2026-08-28","2026-08-29","2026-08-30","2026-08-31","2026-09-01","2026-09-02","2026-09-03","2026-09-04","2026-09-05","2026-09-06","2026-09-07","2026-09-08","2026-09-09","2026-09-10","2026-09-11","2026-09-12","2026-09-13","2026-09-14","2026-09-15","2026-09-16","2026-09-17","2026-09-18","2026-09-19","2026-09-20","2026-09-21","2026-09-22","2026-09-23","2026-09-24","2026-09-25","2026-09-26","2026-09-27","2026-09-28","2026-09-29","2026-09-30","2026-10-01","2026-10-02","2026-10-03","2026-10-04","2026-10-05","2026-10-06","2026-10-07","2026-10-08","2026-10-09","2026-10-10","2026-10-11","2026-10-12","2026-10-13","2026-10-14","2026-10-15","2026-10-16","2026-10-17","2026-10-18","2026-10-19","2026-10-20","2026-10-21","2026-10-22","2026-10-23","2026-10-24","2026-10-25","2026-10-26","2026-10-27","2026-10-28","2026-10-29","2026-10-30","2026-10-31"]},"11-148435":{"id":"11-148435","available":0,"dates":[]},"11-149161":{"id":"11-149161","available":66,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10","2025-05-11","2025-05-12","2025-05-13","2025-05-14","2025-05-15","2025-05-16","2025-05-17","2025-05-18","2025-05-19","2025-05-20","2025-05-21","2025-05-22","2025-05-23","2025-05-24","2025-05-25","2025-05-26","2025-05-27","2025-05-28","2025-05-29","2025-05-30","2025-05-31","2025-06-01","2025-06-02","2025-06-03","2025-06-04","2025-06-05","2025-06-06","2025-06-07","2025-06-08","2025-06-09","2025-06-10","2025-06-11","2025-06-12","2025-06-13","2025-06-14","2025-06-15","2025-06-16","2025-06-17","2025-06-18","2025-06-19","2025-06-20","2025-06-21","2025-06-22","2025-06-23","2025-06-24","2025-06-25","2025-06-26","2025-06-27","2025-06-28","2025-06-29","2025-06-30","2025-07-01","2025-07-02","2025-07-03","2025-07-04","2025-07-05","2025-07-06","2025-07-07","2025-07-08","2025-07-09","2025-07-10","2025-07-11","2025-07-12","2025-07-13","2025-07-14","2025-07-15","2025-07-16","2025-07-17","2025-07-18","2025-07-19","2025-07-20","2025-07-21","2025-07-22","2025-07-23","2025-07-24","2025-07-25","2025-07-26","2025-07-27","2025-07-28","2025-07-29","2025-07-30","2025-07-31","2025-08-01","2025-08-02","2025-08-03","2025-08-04","2025-08-05","2025-08-06","2025-08-07","2025-08-08","2025-08-09","2025-08-10","2025-08-11","2025-08-12","2025-08-13","2025-08-14","2025-08-15","2025-08-16","2025-08-17","2025-08-18","2025-08-19","2025-08-20","2025-08-21","2025-08-22","2025-08-23","2025-08-24","2025-08-25","2025-08-26","2025-08-27","2025-08-28","2025-08-29","2025-08-30","2025-08-31","2025-09-01","2025-09-02","2025-09-03","2025-09-04","2025-09-05","2025-09-06","2025-09-07","2025-09-08","2025-09-09","2025-09-10","2025-09-11","2025-09-12","2025-09-13","2025-09-14","2025-09-15","2025-09-16","2025-09-17","2025-09-18","2025-09-19","2025-09-20","2025-09-21","2025-09-22","2025-09-23","2025-09-24","2025-09-25","2025-09-26","2025-09-27","2025-09-28","2025-09-29","2025-09-30","2025-10-01","2025-10-02","2025-10-03","2025-10-04","2025-10-05","2025-10-06","2025-10-07","2025-10-08","2025-10-09","2025-10-10","2025-10-11","2025-10-12","2025-10-13","2025-10-14","2025-10-15","2025-10-16","2025-10-17","2025-10-18","2025-10-19","2025-10-20","2025-10-21","2025-10-22","2025-10-23","2025-10-24","2025-10-25","2025-10-26","2025-10-27","2025-10-28","2025-10-29","2025-10-30","2025-10-31","2025-11-01","2025-11-02","2025-11-03","2025-11-04","2025-11-05","2025-11-06","2025-11-07","2025-11-08","2025-11-09","2025-11-10","2025-11-11","2025-11-12","2025-11-13","2025-11-14","2025-11-15","2025-11-16","2025-11-17","2025-11-18","2025-11-19","2025-11-20","2025-11-21","2025-11-22","2025-11-23","2025-11-24","2025-11-25","2025-11-26","2025-11-27","2025-11-28","2025-11-29","2025-11-30","2025-12-01","2025-12-02","2025-12-03","2025-12-04","2025-12-05","2025-12-06","2025-12-07","2025-12-08","2025-12-09","2025-12-10","2025-12-11","2025-12-12","2025-12-13","2025-12-14","2025-12-15","2025-12-16","2025-12-17","2025-12-18","2025-12-19","2025-12-20","2025-12-21","2025-12-22","2025-12-23","2025-12-24","2025-12-25","2025-12-26","2025-12-27","2025-12-28","2025-12-29","2025-12-30","2025-12-31","2026-01-01","2026-01-02","2026-01-03","2026-01-04","2026-01-05","2026-01-06","2026-01-07","2026-01-08","2026-01-09","2026-01-10","2026-01-11","2026-01-12","2026-01-13","2026-01-14","2026-01-15","2026-01-16","2026-01-17","2026-01-18","2026-01-19","2026-01-20","2026-01-21","2026-01-22","2026-01-23","2026-01-24","2026-01-25","2026-01-26","2026-01-27","2026-01-28","2026-01-29","2026-01-30","2026-01-31","2026-02-01","2026-02-02","2026-02-03","2026-02-04","2026-02-05","2026-02-06","2026-02-07","2026-02-08","2026-02-09","2026-02-10","2026-02-11","2026-02-12","2026-02-13","2026-02-14","2026-02-15","2026-02-16","2026-02-17","2026-02-18","2026-02-19","2026-02-20","2026-02-21","2026-02-22","2026-02-23","2026-02-24","2026-02-25","2026-02-26","2026-02-27","2026-02-28","2026-03-01","2026-03-02","2026-03-03","2026-03-04","2026-03-05","2026-03-06","2026-03-07","2026-03-08","2026-03-09","2026-03-10","2026-03-11","2026-03-12","2026-03-13","2026-03-14","2026-03-15","2026-03-16","2026-03-17","2026-03-18","2026-03-19","2026-03-20","2026-03-21","2026-03-22","2026-03-23","2026-03-24","2026-03-25","2026-03-26","2026-03-27","2026-03-28","2026-03-29","2026-03-30","2026-03-31","2026-04-01","2026-04-02","2026-04-03","2026-04-04","2026-04-05","2026-04-06","2026-04-07","2026-04-08","2026-04-09","2026-04-10","2026-04-11","2026-04-12","2026-04-13","2026-04-14","2026-04-15","2026-04-16","2026-04-17","2026-04-18","2026-04-19","2026-04-20","2026-04-21","2026-04-22","2026-04-23","2026-04-24","2026-04-25","2026-04-26","2026-04-27","2026-04-28","2026-04-29","2026-04-30","2026-05-01","2026-05-02","2026-05-03","2026-05-04","2026-05-05","2026-05-06","2026-05-07","2026-05-08","2026-05-09","2026-05-10","2026-05-11","2026-05-12","2026-05-13","2026-05-14","2026-05-15","2026-05-16","2026-05-17","2026-05-18","2026-05-19","2026-05-20","2026-05-21","2026-05-22","2026-05-23","2026-05-24","2026-05-25","2026-05-26","2026-05-27","2026-05-28","2026-05-29","2026-05-30","2026-05-31","2026-06-01","2026-06-02","2026-06-03","2026-06-04","2026-06-05","2026-06-06","2026-06-07","2026-06-08","2026-06-09","2026-06-10","2026-06-11","2026-06-12","2026-06-13","2026-06-14","2026-06-15","2026-06-16","2026-06-17","2026-06-18","2026-06-19","2026-06-20","2026-06-21","2026-06-22","2026-06-23","2026-06-24","2026-06-25","2026-06-26","2026-06-27","2026-06-28","2026-06-29","2026-06-30","2026-07-01","2026-07-02","2026-07-03","2026-07-04","2026-07-05","2026-07-06","2026-07-07","2026-07-08","2026-07-09","2026-07-10","2026-07-11","2026-07-12","2026-07-13","2026-07-14","2026-07-15","2026-07-16","2026-07-17","2026-07-18","2026-07-19","2026-07-20","2026-07-21","2026-07-22","2026-07-23","2026-07-24","2026-07-25","2026-07-26","2026-07-27","2026-07-28","2026-07-29","2026-07-30","2026-07-31","2026-08-01","2026-08-02","2026-08-03","2026-08-04","2026-08-05","2026-08-06","2026-08-07","2026-08-08","2026-08-09","2026-08-10","2026-08-11","2026-08-12","2026-08-13","2026-08-14","2026-08-15","2026-08-16","2026-08-17","2026-08-18","2026-08-19","2026-08-20","2026-08-21","2026-08-22","2026-08-23","2026-08-24","2026-08-25","2026-08-26","2026-08-27","2026-08-28","2026-08-29","2026-08-30","2026-08-31","2026-09-01","2026-09-02","2026-09-03","2026-09-04","2026-09-05","2026-09-06","2026-09-07","2026-09-08","2026-09-09","2026-09-10","2026-09-11","2026-09-12","2026-09-13","2026-09-14","2026-09-15","2026-09-16","2026-09-17","2026-09-18","2026-09-19","2026-09-20","2026-09-21","2026-09-22","2026-09-23","2026-09-24","2026-09-25","2026-09-26","2026-09-27","2026-09-28","2026-09-29","2026-09-30","2026-10-01","2026-10-02","2026-10-03","2026-10-04","2026-10-05","2026-10-06","2026-10-07","2026-10-08","2026-10-09","2026-10-10","2026-10-11","2026-10-12","2026-10-13","2026-10-14","2026-10-15","2026-10-16","2026-10-17","2026-10-18","2026-10-19","2026-10-20","2026-10-21","2026-10-22","2026-10-23","2026-10-24","2026-10-25","2026-10-26","2026-10-27","2026-10-28","2026-10-29","2026-10-30","2026-10-31"]},"2-151441":{"id":"2-151441","available":0,"dates":[]},"2-151989":{"id":"2-151989","available":0,"dates":[]},"2-152301":{"id":"2-152301","available":0,"dates":[]},"2-152713":{"id":"2-152713","available":0,"dates":[]},"2-152989":{"id":"2-152989","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10","2025-05-11","2025-05-12","2025-05-13","2025-05-14","2025-05-15","2025-05-16","2025-05-17","2025-05-18","2025-05-19","2025-05-20","2025-05-21","2025-05-22","2025-05-23","2025-05-24","2025-05-25","2025-05-26","2025-05-27","2025-05-28","2025-05-29","2025-05-30","2025-05-31","2025-06-01","2025-06-02","2025-06-03","2025-06-04","2025-06-05","2025-06-06","2025-06-07","2025-06-08","2025-06-09","2025-06-10","2025-06-11","2025-06-12","2025-06-13","2025-06-14","2025-06-15","2025-06-16","2025-06-17","2025-06-18","2025-06-19","2025-06-20","2025-06-21","2025-06-22","2025-06-23","2025-06-24","2025-06-25","2025-06-26","2025-06-27","2025-06-28","2025-06-29","2025-06-30","2025-07-01","2025-07-02","2025-07-03","2025-07-04","2025-07-05","2025-07-06","2025-07-07","2025-07-08","2025-07-09","2025-07-10","2025-07-11","2025-07-12","2025-07-13","2025-07-14","2025-07-15","2025-07-16","2025-07-17","2025-07-18","2025-07-19","2025-07-20","2025-07-21","2025-07-22","2025-07-23","2025-07-24","2025-07-25","2025-07-26","2025-07-27","2025-07-28","2025-07-29","2025-07-30","2025-07-31","2025-08-01","2025-08-02","2025-08-03","2025-08-04","2025-08-05","2025-08-06","2025-08-07","2025-08-08","2025-08-09","2025-08-10","2025-08-11","2025-08-12","2025-08-13","2025-08-14","2025-08-15","2025-08-16","2025-08-17","2025-08-18","2025-08-19","2025-08-20","2025-08-21","2025-08-22","2025-08-23","2025-08-24","2025-08-25","2025-08-26","2025-08-27","2025-08-28","2025-08-29","2025-08-30","2025-08-31","2025-09-01","2025-09-02","2025-09-03","2025-09-04","2025-09-05","2025-09-06","2025-09-07","2025-09-08","2025-09-09","2025-09-10","2025-09-11","2025-09-12","2025-09-13","2025-09-14","2025-09-15","2025-09-16","2025-09-17","2025-09-18","2025-09-19","2025-09-20","2025-09-21","2025-09-22","2025-09-23","2025-09-24","2025-09-25","2025-09-26","2025-09-27","2025-09-28","2025-09-29","2025-09-30","2025-10-01","2025-10-02","2025-10-03","2025-10-04","2025-10-05","2025-10-06","2025-10-07","2025-10-08","2025-10-09","2025-10-10","2025-10-11","2025-10-12","2025-10-13","2025-10-14","2025-10-15","2025-10-16","2025-10-17","2025-10-18","2025-10-19","2025-10-20","2025-10-21","2025-10-22","2025-10-23","2025-10-24","2025-10-25","2025-10-26","2025-10-27","2025-10-28","2025-10-29","2025-10-30","2025-10-31","2025-11-01","2025-11-02","2025-11-03","2025-11-04","2025-11-05","2025-11-06","2025-11-07","2025-11-08","2025-11-09","2025-11-10","2025-11-11","2025-11-12","2025-11-13","2025-11-14","2025-11-15","2025-11-16","2025-11-17","2025-11-18","2025-11-19","2025-11-20","2025-11-21","2025-11-22","2025-11-23","2025-11-24","2025-11-25","2025-11-26","2025-11-27","2025-11-28","2025-11-29","2025-11-30","2025-12-01","2025-12-02","2025-12-03","2025-12-04","2025-12-05","2025-12-06","2025-12-07","2025-12-08","2025-12-09","2025-12-10","2025-12-11","2025-12-12","2025-12-13","2025-12-14","2025-12-15","2025-12-16","2025-12-17","2025-12-18","2025-12-19","2025-12-20","2025-12-21","2025-12-22","2025-12-23","2025-12-24","2025-12-25","2025-12-26","2025-12-27","2025-12-28","2025-12-29","2025-12-30","2025-12-31","2026-01-01","2026-01-02","2026-01-03","2026-01-04","2026-01-05","2026-01-06","2026-01-07","2026-01-08","2026-01-09","2026-01-10","2026-01-11","2026-01-12","2026-01-13","2026-01-14","2026-01-15","2026-01-16","2026-01-17","2026-01-18","2026-01-19","2026-01-20","2026-01-21","2026-01-22","2026-01-23","2026-01-24","2026-01-25","2026-01-26","2026-01-27","2026-01-28","2026-01-29","2026-01-30","2026-01-31","2026-02-01","2026-02-02","2026-02-03","2026-02-04","2026-02-05","2026-02-06","2026-02-07","2026-02-08","2026-02-09","2026-02-10","2026-02-11","2026-02-12","2026-02-13","2026-02-14","2026-02-15","2026-02-16","2026-02-17","2026-02-18","2026-02-19","2026-02-20","2026-02-21","2026-02-22","2026-02-23","2026-02-24","2026-02-25","2026-02-26","2026-02-27","2026-02-28","2026-03-01","2026-03-02","2026-03-03","2026-03-04","2026-03-05","2026-03-06","2026-03-07","2026-03-08","2026-03-09","2026-03-10","2026-03-11","2026-03-12","2026-03-13","2026-03-14","2026-03-15","2026-03-16","2026-03-17","2026-03-18","2026-03-19","2026-03-20","2026-03-21","2026-03-22","2026-03-23","2026-03-24","2026-03-25","2026-03-26","2026-03-27","2026-03-28","2026-03-29","2026-03-30","2026-03-31","2026-04-01","2026-04-02","2026-04-03","2026-04-04","2026-04-05","2026-04-06","2026-04-07","2026-04-08","2026-04-09","2026-04-10","2026-04-11","2026-04-12","2026-04-13","2026-04-14","2026-04-15","2026-04-16","2026-04-17","2026-04-18","2026-04-19","2026-04-20","2026-04-21","2026-04-22","2026-04-23","2026-04-24","2026-04-25","2026-04-26","2026-04-27","2026-04-28","2026-04-29","2026-04-30","2026-05-01","2026-05-02","2026-05-03","2026-05-04","2026-05-05","2026-05-06","2026-05-07","2026-05-08","2026-05-09","2026-05-10","2026-05-11","2026-05-12","2026-05-13","2026-05-14","2026-05-15","2026-05-16","2026-05-17","2026-05-18","2026-05-19","2026-05-20","2026-05-21","2026-05-22","2026-05-23","2026-05-24","2026-05-25","2026-05-26","2026-05-27","2026-05-28","2026-05-29","2026-05-30","2026-05-31","2026-06-01","2026-06-02","2026-06-03","2026-06-04","2026-06-05","2026-06-06","2026-06-07","2026-06-08","2026-06-09","2026-06-10","2026-06-11","2026-06-12","2026-06-13","2026-06-14","2026-06-15","2026-06-16","2026-06-17","2026-06-18","2026-06-19","2026-06-20","2026-06-21","2026-06-22","2026-06-23","2026-06-24","2026-06-25","2026-06-26","2026-06-27","2026-06-28","2026-06-29","2026-06-30","2026-07-01","2026-07-02","2026-07-03","2026-07-04","2026-07-05","2026-07-06","2026-07-07","2026-07-08","2026-07-09","2026-07-10","2026-07-11","2026-07-12","2026-07-13","2026-07-14","2026-07-15","2026-07-16","2026-07-17","2026-07-18","2026-07-19","2026-07-20","2026-07-21","2026-07-22","2026-07-23","2026-07-24","2026-07-25","2026-07-26","2026-07-27","2026-07-28","2026-07-29","2026-07-30","2026-07-31","2026-08-01","2026-08-02","2026-08-03","2026-08-04","2026-08-05","2026-08-06","2026-08-07","2026-08-08","2026-08-09","2026-08-10","2026-08-11","2026-08-12","2026-08-13","2026-08-14","2026-08-15","2026-08-16","2026-08-17","2026-08-18","2026-08-19","2026-08-20","2026-08-21","2026-08-22","2026-08-23","2026-08-24","2026-08-25","2026-08-26","2026-08-27","2026-08-28","2026-08-29","2026-08-30","2026-08-31","2026-09-01","2026-09-02","2026-09-03","2026-09-04","2026-09-05","2026-09-06","2026-09-07","2026-09-08","2026-09-09","2026-09-10","2026-09-11","2026-09-12","2026-09-13","2026-09-14","2026-09-15","2026-09-16","2026-09-17","2026-09-18","2026-09-19","2026-09-20","2026-09-21","2026-09-22","2026-09-23","2026-09-24","2026-09-25","2026-09-26","2026-09-27","2026-09-28","2026-09-29","2026-09-30","2026-10-01","2026-10-02","2026-10-03","2026-10-04","2026-10-05","2026-10-06","2026-10-07","2026-10-08","2026-10-09","2026-10-10","2026-10-11","2026-10-12","2026-10-13","2026-10-14","2026-10-15","2026-10-16","2026-10-17","2026-10-18","2026-10-19","2026-10-20","2026-10-21","2026-10-22","2026-10-23","2026-10-24","2026-10-25","2026-10-26","2026-10-27","2026-10-28","2026-10-29","2026-10-30","2026-10-31"]},"2-154517":{"id":"2-154517","available":5,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10","2025-05-11","2025-05-12","2025-05-13","2025-05-14","2025-05-15","2025-05-16","2025-05-17","2025-05-18","2025-05-19","2025-05-20","2025-05-21","2025-05-22","2025-05-23","2025-05-24","2025-05-25","2025-05-26","2025-05-27","2025-05-28","2025-05-29","2025-05-30","2025-05-31","2025-06-01","2025-06-02","2025-06-03","2025-06-04","2025-06-05","2025-06-06","2025-06-07","2025-06-08","2025-06-09","2025-06-10","2025-06-11","2025-06-12","2025-06-13","2025-06-14","2025-06-15","2025-06-16","2025-06-17","2025-06-18","2025-06-19","2025-06-20","2025-06-21","2025-06-22","2025-06-23","2025-06-24","2025-06-25","2025-06-26","2025-06-27","2025-06-28","2025-06-29","2025-06-30","2025-07-01","2025-07-02","2025-07-03","2025-07-04","2025-07-05","2025-07-06","2025-07-07","2025-07-08","2025-07-09","2025-07-10","2025-07-11","2025-07-12","2025-07-13","2025-07-14","2025-07-15","2025-07-16","2025-07-17","2025-07-18","2025-07-19","2025-07-20","2025-07-21","2025-07-22","2025-07-23","2025-07-24","2025-07-25","2025-07-26","2025-07-27","2025-07-28","2025-07-29","2025-07-30","2025-07-31","2025-08-01","2025-08-02","2025-08-03","2025-08-04","2025-08-05","2025-08-06","2025-08-07","2025-08-08","2025-08-09","2025-08-10","2025-08-11","2025-08-12","2025-08-13","2025-08-14","2025-08-15","2025-08-16","2025-08-17","2025-08-18","2025-08-19","2025-08-20","2025-08-21","2025-08-22","2025-08-23","2025-08-24","2025-08-25","2025-08-26","2025-08-27","2025-08-28","2025-08-29","2025-08-30","2025-08-31","2025-09-01","2025-09-02","2025-09-03","2025-09-04","2025-09-05","2025-09-06","2025-09-07","2025-09-08","2025-09-09","2025-09-10","2025-09-11","2025-09-12","2025-09-13","2025-09-14","2025-09-15","2025-09-16","2025-09-17","2025-09-18","2025-09-19","2025-09-20","2025-09-21","2025-09-22","2025-09-23","2025-09-24","2025-09-25","2025-09-26","2025-09-27","2025-09-28","2025-09-29","2025-09-30","2025-10-01","2025-10-02","2025-10-03","2025-10-04","2025-10-05","2025-10-06","2025-10-07","2025-10-08","2025-10-09","2025-10-10","2025-10-11","2025-10-12","2025-10-13","2025-10-14","2025-10-15","2025-10-16","2025-10-17","2025-10-18","2025-10-19","2025-10-20","2025-10-21","2025-10-22","2025-10-23","2025-10-24","2025-10-25","2025-10-26","2025-10-27","2025-10-28","2025-10-29","2025-10-30","2025-10-31","2025-11-01","2025-11-02","2025-11-03","2025-11-04","2025-11-05","2025-11-06","2025-11-07","2025-11-08","2025-11-09","2025-11-10","2025-11-11","2025-11-12","2025-11-13","2025-11-14","2025-11-15","2025-11-16","2025-11-17","2025-11-18","2025-11-19","2025-11-20","2025-11-21","2025-11-22","2025-11-23","2025-11-24","2025-11-25","2025-11-26","2025-11-27","2025-11-28","2025-11-29","2025-11-30","2025-12-01","2025-12-02","2025-12-03","2025-12-04","2025-12-05","2025-12-06","2025-12-07","2025-12-08","2025-12-09","2025-12-10","2025-12-11","2025-12-12","2025-12-13","2025-12-14","2025-12-15","2025-12-16","2025-12-17","2025-12-18","2025-12-19","2025-12-20","2025-12-21","2025-12-22","2025-12-23","2025-12-24","2025-12-25","2025-12-26","2025-12-27","2025-12-28","2025-12-29","2025-12-30","2025-12-31","2026-01-01","2026-01-02","2026-01-03","2026-01-04","2026-01-05","2026-01-06","2026-01-07","2026-01-08","2026-01-09","2026-01-10","2026-01-11","2026-01-12","2026-01-13","2026-01-14","2026-01-15","2026-01-16","2026-01-17","2026-01-18","2026-01-19","2026-01-20","2026-01-21","2026-01-22","2026-01-23","2026-01-24","2026-01-25","2026-01-26","2026-01-27","2026-01-28","2026-01-29","2026-01-30","2026-01-31","2026-02-01","2026-02-02","2026-02-03","2026-02-04","2026-02-05","2026-02-06","2026-02-07","2026-02-08","2026-02-09","2026-02-10","2026-02-11","2026-02-12","2026-02-13","2026-02-14","2026-02-15","2026-02-16","2026-02-17","2026-02-18","2026-02-19","2026-02-20","2026-02-21","2026-02-22","2026-02-23","2026-02-24","2026-02-25","2026-02-26","2026-02-27","2026-02-28","2026-03-01","2026-03-02","2026-03-03","2026-03-04","2026-03-05","2026-03-06","2026-03-07","2026-03-08","2026-03-09","2026-03-10","2026-03-11","2026-03-12","2026-03-13","2026-03-14","2026-03-15","2026-03-16","2026-03-17","2026-03-18","2026-03-19","2026-03-20","2026-03-21","2026-03-22","2026-03-23","2026-03-24","2026-03-25","2026-03-26","2026-03-27","2026-03-28","2026-03-29","2026-03-30","2026-03-31","2026-04-01","2026-04-02","2026-04-03","2026-04-04","2026-04-05","2026-04-06","2026-04-07","2026-04-08","2026-04-09","2026-04-10","2026-04-11","2026-04-12","2026-04-13","2026-04-14","2026-04-15","2026-04-16","2026-04-17","2026-04-18","2026-04-19","2026-04-20","2026-04-21","2026-04-22","2026-04-23","2026-04-24","2026-04-25","2026-04-26","2026-04-27","2026-04-28","2026-04-29","2026-04-30","2026-05-01","2026-05-02","2026-05-03","2026-05-04","2026-05-05","2026-05-06","2026-05-07","2026-05-08","2026-05-09","2026-05-10","2026-05-11","2026-05-12","2026-05-13","2026-05-14","2026-05-15","2026-05-16","2026-05-17","2026-05-18","2026-05-19","2026-05-20","2026-05-21","2026-05-22","2026-05-23","2026-05-24","2026-05-25","2026-05-26","2026-05-27","2026-05-28","2026-05-29","2026-05-30","2026-05-31","2026-06-01","2026-06-02","2026-06-03","2026-06-04","2026-06-05","2026-06-06","2026-06-07","2026-06-08","2026-06-09","2026-06-10","2026-06-11","2026-06-12","2026-06-13","2026-06-14","2026-06-15","2026-06-16","2026-06-17","2026-06-18","2026-06-19","2026-06-20","2026-06-21","2026-06-22","2026-06-23","2026-06-24","2026-06-25","2026-06-26","2026-06-27","2026-06-28","2026-06-29","2026-06-30","2026-07-01","2026-07-02","2026-07-03","2026-07-04","2026-07-05","2026-07-06","2026-07-07","2026-07-08","2026-07-09","2026-07-10","2026-07-11","2026-07-12","2026-07-13","2026-07-14","2026-07-15","2026-07-16","2026-07-17","2026-07-18","2026-07-19","2026-07-20","2026-07-21","2026-07-22","2026-07-23","2026-07-24","2026-07-25","2026-07-26","2026-07-27","2026-07-28","2026-07-29","2026-07-30","2026-07-31","2026-08-01","2026-08-02","2026-08-03","2026-08-04","2026-08-05","2026-08-06","2026-08-07","2026-08-08","2026-08-09","2026-08-10","2026-08-11","2026-08-12","2026-08-13","2026-08-14","2026-08-15","2026-08-16","2026-08-17","2026-08-18","2026-08-19","2026-08-20","2026-08-21","2026-08-22","2026-08-23","2026-08-24","2026-08-25","2026-08-26","2026-08-27","2026-08-28","2026-08-29","2026-08-30","2026-08-31","2026-09-01","2026-09-02","2026-09-03","2026-09-04","2026-09-05","2026-09-06","2026-09-07","2026-09-08","2026-09-09","2026-09-10","2026-09-11","2026-09-12","2026-09-13","2026-09-14","2026-09-15","2026-09-16","2026-09-17","2026-09-18","2026-09-19","2026-09-20","2026-09-21","2026-09-22","2026-09-23","2026-09-24","2026-09-25","2026-09-26","2026-09-27","2026-09-28","2026-09-29","2026-09-30","2026-10-01","2026-10-02","2026-10-03","2026-10-04","2026-10-05","2026-10-06","2026-10-07","2026-10-08","2026-10-09","2026-10-10","2026-10-11","2026-10-12","2026-10-13","2026-10-14","2026-10-15","2026-10-16","2026-10-17","2026-10-18","2026-10-19","2026-10-20","2026-10-21","2026-10-22","2026-10-23","2026-10-24","2026-10-25","2026-10-26","2026-10-27","2026-10-28","2026-10-29","2026-10-30","2026-10-31"]},"4-151439":{"id":"4-151439","available":0,"dates":[]},"4-151987":{"id":"4-151987","available":0,"dates":[]},"4-152299":{"id":"4-152299","available":0,"dates":[]},"4-152711":{"id":"4-152711","available":0,"dates":[]},"4-152990":{"id":"4-152990","available":26,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10","2025-05-11","2025-05-12","2025-05-13","2025-05-14","2025-05-15","2025-05-16","2025-05-17","2025-05-18","2025-05-19","2025-05-20","2025-05-21","2025-05-22","2025-05-23","2025-05-24","2025-05-25","2025-05-26","2025-05-27","2025-05-28","2025-05-29","2025-05-30","2025-05-31","2025-06-01","2025-06-02","2025-06-03","2025-06-04","2025-06-05","2025-06-06","2025-06-07","2025-06-08","2025-06-09","2025-06-10","2025-06-11","2025-06-12","2025-06-13","2025-06-14","2025-06-15","2025-06-16","2025-06-17","2025-06-18","2025-06-19","2025-06-20","2025-06-21","2025-06-22","2025-06-23","2025-06-24","2025-06-25","2025-06-26","2025-06-27","2025-06-28","2025-06-29","2025-06-30","2025-07-01","2025-07-02","2025-07-03","2025-07-04","2025-07-05","2025-07-06","2025-07-07","2025-07-08","2025-07-09","2025-07-10","2025-07-11","2025-07-12","2025-07-13","2025-07-14","2025-07-15","2025-07-16","2025-07-17","2025-07-18","2025-07-19","2025-07-20","2025-07-21","2025-07-22","2025-07-23","2025-07-24","2025-07-25","2025-07-26","2025-07-27","2025-07-28","2025-07-29","2025-07-30","2025-07-31","2025-08-01","2025-08-02","2025-08-03","2025-08-04","2025-08-05","2025-08-06","2025-08-07","2025-08-08","2025-08-09","2025-08-10","2025-08-11","2025-08-12","2025-08-13","2025-08-14","2025-08-15","2025-08-16","2025-08-17","2025-08-18","2025-08-19","2025-08-20","2025-08-21","2025-08-22","2025-08-23","2025-08-24","2025-08-25","2025-08-26","2025-08-27","2025-08-28","2025-08-29","2025-08-30","2025-08-31","2025-09-01","2025-09-02","2025-09-03","2025-09-04","2025-09-05","2025-09-06","2025-09-07","2025-09-08","2025-09-09","2025-09-10","2025-09-11","2025-09-12","2025-09-13","2025-09-14","2025-09-15","2025-09-16","2025-09-17","2025-09-18","2025-09-19","2025-09-20","2025-09-21","2025-09-22","2025-09-23","2025-09-24","2025-09-25","2025-09-26","2025-09-27","2025-09-28","2025-09-29","2025-09-30","2025-10-01","2025-10-02","2025-10-03","2025-10-04","2025-10-05","2025-10-06","2025-10-07","2025-10-08","2025-10-09","2025-10-10","2025-10-11","2025-10-12","2025-10-13","2025-10-14","2025-10-15","2025-10-16","2025-10-17","2025-10-18","2025-10-19","2025-10-20","2025-10-21","2025-10-22","2025-10-23","2025-10-24","2025-10-25","2025-10-26","2025-10-27","2025-10-28","2025-10-29","2025-10-30","2025-10-31","2025-11-01","2025-11-02","2025-11-03","2025-11-04","2025-11-05","2025-11-06","2025-11-07","2025-11-08","2025-11-09","2025-11-10","2025-11-11","2025-11-12","2025-11-13","2025-11-14","2025-11-15","2025-11-16","2025-11-17","2025-11-18","2025-11-19","2025-11-20","2025-11-21","2025-11-22","2025-11-23","2025-11-24","2025-11-25","2025-11-26","2025-11-27","2025-11-28","2025-11-29","2025-11-30","2025-12-01","2025-12-02","2025-12-03","2025-12-04","2025-12-05","2025-12-06","2025-12-07","2025-12-08","2025-12-09","2025-12-10","2025-12-11","2025-12-12","2025-12-13","2025-12-14","2025-12-15","2025-12-16","2025-12-17","2025-12-18","2025-12-19","2025-12-20","2025-12-21","2025-12-22","2025-12-23","2025-12-24","2025-12-25","2025-12-26","2025-12-27","2025-12-28","2025-12-29","2025-12-30","2025-12-31","2026-01-01","2026-01-02","2026-01-03","2026-01-04","2026-01-05","2026-01-06","2026-01-07","2026-01-08","2026-01-09","2026-01-10","2026-01-11","2026-01-12","2026-01-13","2026-01-14","2026-01-15","2026-01-16","2026-01-17","2026-01-18","2026-01-19","2026-01-20","2026-01-21","2026-01-22","2026-01-23","2026-01-24","2026-01-25","2026-01-26","2026-01-27","2026-01-28","2026-01-29","2026-01-30","2026-01-31","2026-02-01","2026-02-02","2026-02-03","2026-02-04","2026-02-05","2026-02-06","2026-02-07","2026-02-08","2026-02-09","2026-02-10","2026-02-11","2026-02-12","2026-02-13","2026-02-14","2026-02-15","2026-02-16","2026-02-17","2026-02-18","2026-02-19","2026-02-20","2026-02-21","2026-02-22","2026-02-23","2026-02-24","2026-02-25","2026-02-26","2026-02-27","2026-02-28","2026-03-01","2026-03-02","2026-03-03","2026-03-04","2026-03-05","2026-03-06","2026-03-07","2026-03-08","2026-03-09","2026-03-10","2026-03-11","2026-03-12","2026-03-13","2026-03-14","2026-03-15","2026-03-16","2026-03-17","2026-03-18","2026-03-19","2026-03-20","2026-03-21","2026-03-22","2026-03-23","2026-03-24","2026-03-25","2026-03-26","2026-03-27","2026-03-28","2026-03-29","2026-03-30","2026-03-31","2026-04-01","2026-04-02","2026-04-03","2026-04-04","2026-04-05","2026-04-06","2026-04-07","2026-04-08","2026-04-09","2026-04-10","2026-04-11","2026-04-12","2026-04-13","2026-04-14","2026-04-15","2026-04-16","2026-04-17","2026-04-18","2026-04-19","2026-04-20","2026-04-21","2026-04-22","2026-04-23","2026-04-24","2026-04-25","2026-04-26","2026-04-27","2026-04-28","2026-04-29","2026-04-30","2026-05-01","2026-05-02","2026-05-03","2026-05-04","2026-05-05","2026-05-06","2026-05-07","2026-05-08","2026-05-09","2026-05-10","2026-05-11","2026-05-12","2026-05-13","2026-05-14","2026-05-15","2026-05-16","2026-05-17","2026-05-18","2026-05-19","2026-05-20","2026-05-21","2026-05-22","2026-05-23","2026-05-24","2026-05-25","2026-05-26","2026-05-27","2026-05-28","2026-05-29","2026-05-30","2026-05-31","2026-06-01","2026-06-02","2026-06-03","2026-06-04","2026-06-05","2026-06-06","2026-06-07","2026-06-08","2026-06-09","2026-06-10","2026-06-11","2026-06-12","2026-06-13","2026-06-14","2026-06-15","2026-06-16","2026-06-17","2026-06-18","2026-06-19","2026-06-20","2026-06-21","2026-06-22","2026-06-23","2026-06-24","2026-06-25","2026-06-26","2026-06-27","2026-06-28","2026-06-29","2026-06-30","2026-07-01","2026-07-02","2026-07-03","2026-07-04","2026-07-05","2026-07-06","2026-07-07","2026-07-08","2026-07-09","2026-07-10","2026-07-11","2026-07-12","2026-07-13","2026-07-14","2026-07-15","2026-07-16","2026-07-17","2026-07-18","2026-07-19","2026-07-20","2026-07-21","2026-07-22","2026-07-23","2026-07-24","2026-07-25","2026-07-26","2026-07-27","2026-07-28","2026-07-29","2026-07-30","2026-07-31","2026-08-01","2026-08-02","2026-08-03","2026-08-04","2026-08-05","2026-08-06","2026-08-07","2026-08-08","2026-08-09","2026-08-10","2026-08-11","2026-08-12","2026-08-13","2026-08-14","2026-08-15","2026-08-16","2026-08-17","2026-08-18","2026-08-19","2026-08-20","2026-08-21","2026-08-22","2026-08-23","2026-08-24","2026-08-25","2026-08-26","2026-08-27","2026-08-28","2026-08-29","2026-08-30","2026-08-31","2026-09-01","2026-09-02","2026-09-03","2026-09-04","2026-09-05","2026-09-06","2026-09-07","2026-09-08","2026-09-09","2026-09-10","2026-09-11","2026-09-12","2026-09-13","2026-09-14","2026-09-15","2026-09-16","2026-09-17","2026-09-18","2026-09-19","2026-09-20","2026-09-21","2026-09-22","2026-09-23","2026-09-24","2026-09-25","2026-09-26","2026-09-27","2026-09-28","2026-09-29","2026-09-30","2026-10-01","2026-10-02","2026-10-03","2026-10-04","2026-10-05","2026-10-06","2026-10-07","2026-10-08","2026-10-09","2026-10-10","2026-10-11","2026-10-12","2026-10-13","2026-10-14","2026-10-15","2026-10-16","2026-10-17","2026-10-18","2026-10-19","2026-10-20","2026-10-21","2026-10-22","2026-10-23","2026-10-24","2026-10-25","2026-10-26","2026-10-27","2026-10-28","2026-10-29","2026-10-30","2026-10-31"]},"4-154516":{"id":"4-154516","available":11,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10","2025-05-11","2025-05-12","2025-05-13","2025-05-14","2025-05-15","2025-05-16","2025-05-17","2025-05-18","2025-05-19","2025-05-20","2025-05-21","2025-05-22","2025-05-23","2025-05-24","2025-05-25","2025-05-26","2025-05-27","2025-05-28","2025-05-29","2025-05-30","2025-05-31","2025-06-01","2025-06-02","2025-06-03","2025-06-04","2025-06-05","2025-06-06","2025-06-07","2025-06-08","2025-06-09","2025-06-10","2025-06-11","2025-06-12","2025-06-13","2025-06-14","2025-06-15","2025-06-16","2025-06-17","2025-06-18","2025-06-19","2025-06-20","2025-06-21","2025-06-22","2025-06-23","2025-06-24","2025-06-25","2025-06-26","2025-06-27","2025-06-28","2025-06-29","2025-06-30","2025-07-01","2025-07-02","2025-07-03","2025-07-04","2025-07-05","2025-07-06","2025-07-07","2025-07-08","2025-07-09","2025-07-10","2025-07-11","2025-07-12","2025-07-13","2025-07-14","2025-07-15","2025-07-16","2025-07-17","2025-07-18","2025-07-19","2025-07-20","2025-07-21","2025-07-22","2025-07-23","2025-07-24","2025-07-25","2025-07-26","2025-07-27","2025-07-28","2025-07-29","2025-07-30","2025-07-31","2025-08-01","2025-08-02","2025-08-03","2025-08-04","2025-08-05","2025-08-06","2025-08-07","2025-08-08","2025-08-09","2025-08-10","2025-08-11","2025-08-12","2025-08-13","2025-08-14","2025-08-15","2025-08-16","2025-08-17","2025-08-18","2025-08-19","2025-08-20","2025-08-21","2025-08-22","2025-08-23","2025-08-24","2025-08-25","2025-08-26","2025-08-27","2025-08-28","2025-08-29","2025-08-30","2025-08-31","2025-09-01","2025-09-02","2025-09-03","2025-09-04","2025-09-05","2025-09-06","2025-09-07","2025-09-08","2025-09-09","2025-09-10","2025-09-11","2025-09-12","2025-09-13","2025-09-14","2025-09-15","2025-09-16","2025-09-17","2025-09-18","2025-09-19","2025-09-20","2025-09-21","2025-09-22","2025-09-23","2025-09-24","2025-09-25","2025-09-26","2025-09-27","2025-09-28","2025-09-29","2025-09-30","2025-10-01","2025-10-02","2025-10-03","2025-10-04","2025-10-05","2025-10-06","2025-10-07","2025-10-08","2025-10-09","2025-10-10","2025-10-11","2025-10-12","2025-10-13","2025-10-14","2025-10-15","2025-10-16","2025-10-17","2025-10-18","2025-10-19","2025-10-20","2025-10-21","2025-10-22","2025-10-23","2025-10-24","2025-10-25","2025-10-26","2025-10-27","2025-10-28","2025-10-29","2025-10-30","2025-10-31","2025-11-01","2025-11-02","2025-11-03","2025-11-04","2025-11-05","2025-11-06","2025-11-07","2025-11-08","2025-11-09","2025-11-10","2025-11-11","2025-11-12","2025-11-13","2025-11-14","2025-11-15","2025-11-16","2025-11-17","2025-11-18","2025-11-19","2025-11-20","2025-11-21","2025-11-22","2025-11-23","2025-11-24","2025-11-25","2025-11-26","2025-11-27","2025-11-28","2025-11-29","2025-11-30","2025-12-01","2025-12-02","2025-12-03","2025-12-04","2025-12-05","2025-12-06","2025-12-07","2025-12-08","2025-12-09","2025-12-10","2025-12-11","2025-12-12","2025-12-13","2025-12-14","2025-12-15","2025-12-16","2025-12-17","2025-12-18","2025-12-19","2025-12-20","2025-12-21","2025-12-22","2025-12-23","2025-12-24","2025-12-25","2025-12-26","2025-12-27","2025-12-28","2025-12-29","2025-12-30","2025-12-31","2026-01-01","2026-01-02","2026-01-03","2026-01-04","2026-01-05","2026-01-06","2026-01-07","2026-01-08","2026-01-09","2026-01-10","2026-01-11","2026-01-12","2026-01-13","2026-01-14","2026-01-15","2026-01-16","2026-01-17","2026-01-18","2026-01-19","2026-01-20","2026-01-21","2026-01-22","2026-01-23","2026-01-24","2026-01-25","2026-01-26","2026-01-27","2026-01-28","2026-01-29","2026-01-30","2026-01-31","2026-02-01","2026-02-02","2026-02-03","2026-02-04","2026-02-05","2026-02-06","2026-02-07","2026-02-08","2026-02-09","2026-02-10","2026-02-11","2026-02-12","2026-02-13","2026-02-14","2026-02-15","2026-02-16","2026-02-17","2026-02-18","2026-02-19","2026-02-20","2026-02-21","2026-02-22","2026-02-23","2026-02-24","2026-02-25","2026-02-26","2026-02-27","2026-02-28","2026-03-01","2026-03-02","2026-03-03","2026-03-04","2026-03-05","2026-03-06","2026-03-07","2026-03-08","2026-03-09","2026-03-10","2026-03-11","2026-03-12","2026-03-13","2026-03-14","2026-03-15","2026-03-16","2026-03-17","2026-03-18","2026-03-19","2026-03-20","2026-03-21","2026-03-22","2026-03-23","2026-03-24","2026-03-25","2026-03-26","2026-03-27","2026-03-28","2026-03-29","2026-03-30","2026-03-31","2026-04-01","2026-04-02","2026-04-03","2026-04-04","2026-04-05","2026-04-06","2026-04-07","2026-04-08","2026-04-09","2026-04-10","2026-04-11","2026-04-12","2026-04-13","2026-04-14","2026-04-15","2026-04-16","2026-04-17","2026-04-18","2026-04-19","2026-04-20","2026-04-21","2026-04-22","2026-04-23","2026-04-24","2026-04-25","2026-04-26","2026-04-27","2026-04-28","2026-04-29","2026-04-30","2026-05-01","2026-05-02","2026-05-03","2026-05-04","2026-05-05","2026-05-06","2026-05-07","2026-05-08","2026-05-09","2026-05-10","2026-05-11","2026-05-12","2026-05-13","2026-05-14","2026-05-15","2026-05-16","2026-05-17","2026-05-18","2026-05-19","2026-05-20","2026-05-21","2026-05-22","2026-05-23","2026-05-24","2026-05-25","2026-05-26","2026-05-27","2026-05-28","2026-05-29","2026-05-30","2026-05-31","2026-06-01","2026-06-02","2026-06-03","2026-06-04","2026-06-05","2026-06-06","2026-06-07","2026-06-08","2026-06-09","2026-06-10","2026-06-11","2026-06-12","2026-06-13","2026-06-14","2026-06-15","2026-06-16","2026-06-17","2026-06-18","2026-06-19","2026-06-20","2026-06-21","2026-06-22","2026-06-23","2026-06-24","2026-06-25","2026-06-26","2026-06-27","2026-06-28","2026-06-29","2026-06-30","2026-07-01","2026-07-02","2026-07-03","2026-07-04","2026-07-05","2026-07-06","2026-07-07","2026-07-08","2026-07-09","2026-07-10","2026-07-11","2026-07-12","2026-07-13","2026-07-14","2026-07-15","2026-07-16","2026-07-17","2026-07-18","2026-07-19","2026-07-20","2026-07-21","2026-07-22","2026-07-23","2026-07-24","2026-07-25","2026-07-26","2026-07-27","2026-07-28","2026-07-29","2026-07-30","2026-07-31","2026-08-01","2026-08-02","2026-08-03","2026-08-04","2026-08-05","2026-08-06","2026-08-07","2026-08-08","2026-08-09","2026-08-10","2026-08-11","2026-08-12","2026-08-13","2026-08-14","2026-08-15","2026-08-16","2026-08-17","2026-08-18","2026-08-19","2026-08-20","2026-08-21","2026-08-22","2026-08-23","2026-08-24","2026-08-25","2026-08-26","2026-08-27","2026-08-28","2026-08-29","2026-08-30","2026-08-31","2026-09-01","2026-09-02","2026-09-03","2026-09-04","2026-09-05","2026-09-06","2026-09-07","2026-09-08","2026-09-09","2026-09-10","2026-09-11","2026-09-12","2026-09-13","2026-09-14","2026-09-15","2026-09-16","2026-09-17","2026-09-18","2026-09-19","2026-09-20","2026-09-21","2026-09-22","2026-09-23","2026-09-24","2026-09-25","2026-09-26","2026-09-27","2026-09-28","2026-09-29","2026-09-30","2026-10-01","2026-10-02","2026-10-03","2026-10-04","2026-10-05","2026-10-06","2026-10-07","2026-10-08","2026-10-09","2026-10-10","2026-10-11","2026-10-12","2026-10-13","2026-10-14","2026-10-15","2026-10-16","2026-10-17","2026-10-18","2026-10-19","2026-10-20","2026-10-21","2026-10-22","2026-10-23","2026-10-24","2026-10-25","2026-10-26","2026-10-27","2026-10-28","2026-10-29","2026-10-30","2026-10-31"]},"41-148025":{"id":"41-148025","available":0,"dates":[]},"41-149160":{"id":"41-149160","available":29,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10","2025-05-11","2025-05-12","2025-05-13","2025-05-14","2025-05-15","2025-05-16","2025-05-17","2025-05-18","2025-05-19","2025-05-20","2025-05-21","2025-05-22","2025-05-23","2025-05-24","2025-05-25","2025-05-26","2025-05-27","2025-05-28","2025-05-29","2025-05-30","2025-05-31","2025-06-01","2025-06-02","2025-06-03","2025-06-04","2025-06-05","2025-06-06","2025-06-07","2025-06-08","2025-06-09","2025-06-10","2025-06-11","2025-06-12","2025-06-13","2025-06-14","2025-06-15","2025-06-16","2025-06-17","2025-06-18","2025-06-19","2025-06-20","2025-06-21","2025-06-22","2025-06-23","2025-06-24","2025-06-25","2025-06-26","2025-06-27","2025-06-28","2025-06-29","2025-06-30","2025-07-01","2025-07-02","2025-07-03","2025-07-04","2025-07-05","2025-07-06","2025-07-07","2025-07-08","2025-07-09","2025-07-10","2025-07-11","2025-07-12","2025-07-13","2025-07-14","2025-07-15","2025-07-16","2025-07-17","2025-07-18","2025-07-19","2025-07-20","2025-07-21","2025-07-22","2025-07-23","2025-07-24","2025-07-25","2025-07-26","2025-07-27","2025-07-28","2025-07-29","2025-07-30","2025-07-31","2025-08-01","2025-08-02","2025-08-03","2025-08-04","2025-08-05","2025-08-06","2025-08-07","2025-08-08","2025-08-09","2025-08-10","2025-08-11","2025-08-12","2025-08-13","2025-08-14","2025-08-15","2025-08-16","2025-08-17","2025-08-18","2025-08-19","2025-08-20","2025-08-21","2025-08-22","2025-08-23","2025-08-24","2025-08-25","2025-08-26","2025-08-27","2025-08-28","2025-08-29","2025-08-30","2025-08-31","2025-09-01","2025-09-02","2025-09-03","2025-09-04","2025-09-05","2025-09-06","2025-09-07","2025-09-08","2025-09-09","2025-09-10","2025-09-11","2025-09-12","2025-09-13","2025-09-14","2025-09-15","2025-09-16","2025-09-17","2025-09-18","2025-09-19","2025-09-20","2025-09-21","2025-09-22","2025-09-23","2025-09-24","2025-09-25","2025-09-26","2025-09-27","2025-09-28","2025-09-29","2025-09-30","2025-10-01","2025-10-02","2025-10-03","2025-10-04","2025-10-05","2025-10-06","2025-10-07","2025-10-08","2025-10-09","2025-10-10","2025-10-11","2025-10-12","2025-10-13","2025-10-14","2025-10-15","2025-10-16","2025-10-17","2025-10-18","2025-10-19","2025-10-20","2025-10-21","2025-10-22","2025-10-23","2025-10-24","2025-10-25","2025-10-26","2025-10-27","2025-10-28","2025-10-29","2025-10-30","2025-10-31","2025-11-01","2025-11-02","2025-11-03","2025-11-04","2025-11-05","2025-11-06","2025-11-07","2025-11-08","2025-11-09","2025-11-10","2025-11-11","2025-11-12","2025-11-13","2025-11-14","2025-11-15","2025-11-16","2025-11-17","2025-11-18","2025-11-19","2025-11-20","2025-11-21","2025-11-22","2025-11-23","2025-11-24","2025-11-25","2025-11-26","2025-11-27","2025-11-28","2025-11-29","2025-11-30","2025-12-01","2025-12-02","2025-12-03","2025-12-04","2025-12-05","2025-12-06","2025-12-07","2025-12-08","2025-12-09","2025-12-10","2025-12-11","2025-12-12","2025-12-13","2025-12-14","2025-12-15","2025-12-16","2025-12-17","2025-12-18","2025-12-19","2025-12-20","2025-12-21","2025-12-22","2025-12-23","2025-12-24","2025-12-25","2025-12-26","2025-12-27","2025-12-28","2025-12-29","2025-12-30","2025-12-31","2026-01-01","2026-01-02","2026-01-03","2026-01-04","2026-01-05","2026-01-06","2026-01-07","2026-01-08","2026-01-09","2026-01-10","2026-01-11","2026-01-12","2026-01-13","2026-01-14","2026-01-15","2026-01-16","2026-01-17","2026-01-18","2026-01-19","2026-01-20","2026-01-21","2026-01-22","2026-01-23","2026-01-24","2026-01-25","2026-01-26","2026-01-27","2026-01-28","2026-01-29","2026-01-30","2026-01-31","2026-02-01","2026-02-02","2026-02-03","2026-02-04","2026-02-05","2026-02-06","2026-02-07","2026-02-08","2026-02-09","2026-02-10","2026-02-11","2026-02-12","2026-02-13","2026-02-14","2026-02-15","2026-02-16","2026-02-17","2026-02-18","2026-02-19","2026-02-20","2026-02-21","2026-02-22","2026-02-23","2026-02-24","2026-02-25","2026-02-26","2026-02-27","2026-02-28","2026-03-01","2026-03-02","2026-03-03","2026-03-04","2026-03-05","2026-03-06","2026-03-07","2026-03-08","2026-03-09","2026-03-10","2026-03-11","2026-03-12","2026-03-13","2026-03-14","2026-03-15","2026-03-16","2026-03-17","2026-03-18","2026-03-19","2026-03-20","2026-03-21","2026-03-22","2026-03-23","2026-03-24","2026-03-25","2026-03-26","2026-03-27","2026-03-28","2026-03-29","2026-03-30","2026-03-31","2026-04-01","2026-04-02","2026-04-03","2026-04-04","2026-04-05","2026-04-06","2026-04-07","2026-04-08","2026-04-09","2026-04-10","2026-04-11","2026-04-12","2026-04-13","2026-04-14","2026-04-15","2026-04-16","2026-04-17","2026-04-18","2026-04-19","2026-04-20","2026-04-21","2026-04-22","2026-04-23","2026-04-24","2026-04-25","2026-04-26","2026-04-27","2026-04-28","2026-04-29","2026-04-30","2026-05-01","2026-05-02","2026-05-03","2026-05-04","2026-05-05","2026-05-06","2026-05-07","2026-05-08","2026-05-09","2026-05-10","2026-05-11","2026-05-12","2026-05-13","2026-05-14","2026-05-15","2026-05-16","2026-05-17","2026-05-18","2026-05-19","2026-05-20","2026-05-21","2026-05-22","2026-05-23","2026-05-24","2026-05-25","2026-05-26","2026-05-27","2026-05-28","2026-05-29","2026-05-30","2026-05-31","2026-06-01","2026-06-02","2026-06-03","2026-06-04","2026-06-05","2026-06-06","2026-06-07","2026-06-08","2026-06-09","2026-06-10","2026-06-11","2026-06-12","2026-06-13","2026-06-14","2026-06-15","2026-06-16","2026-06-17","2026-06-18","2026-06-19","2026-06-20","2026-06-21","2026-06-22","2026-06-23","2026-06-24","2026-06-25","2026-06-26","2026-06-27","2026-06-28","2026-06-29","2026-06-30","2026-07-01","2026-07-02","2026-07-03","2026-07-04","2026-07-05","2026-07-06","2026-07-07","2026-07-08","2026-07-09","2026-07-10","2026-07-11","2026-07-12","2026-07-13","2026-07-14","2026-07-15","2026-07-16","2026-07-17","2026-07-18","2026-07-19","2026-07-20","2026-07-21","2026-07-22","2026-07-23","2026-07-24","2026-07-25","2026-07-26","2026-07-27","2026-07-28","2026-07-29","2026-07-30","2026-07-31","2026-08-01","2026-08-02","2026-08-03","2026-08-04","2026-08-05","2026-08-06","2026-08-07","2026-08-08","2026-08-09","2026-08-10","2026-08-11","2026-08-12","2026-08-13","2026-08-14","2026-08-15","2026-08-16","2026-08-17","2026-08-18","2026-08-19","2026-08-20","2026-08-21","2026-08-22","2026-08-23","2026-08-24","2026-08-25","2026-08-26","2026-08-27","2026-08-28","2026-08-29","2026-08-30","2026-08-31","2026-09-01","2026-09-02","2026-09-03","2026-09-04","2026-09-05","2026-09-06","2026-09-07","2026-09-08","2026-09-09","2026-09-10","2026-09-11","2026-09-12","2026-09-13","2026-09-14","2026-09-15","2026-09-16","2026-09-17","2026-09-18","2026-09-19","2026-09-20","2026-09-21","2026-09-22","2026-09-23","2026-09-24","2026-09-25","2026-09-26","2026-09-27","2026-09-28","2026-09-29","2026-09-30","2026-10-01","2026-10-02","2026-10-03","2026-10-04","2026-10-05","2026-10-06","2026-10-07","2026-10-08","2026-10-09","2026-10-10","2026-10-11","2026-10-12","2026-10-13","2026-10-14","2026-10-15","2026-10-16","2026-10-17","2026-10-18","2026-10-19","2026-10-20","2026-10-21","2026-10-22","2026-10-23","2026-10-24","2026-10-25","2026-10-26","2026-10-27","2026-10-28","2026-10-29","2026-10-30","2026-10-31"]},"42-149163":{"id":"42-149163","available":4,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10","2025-05-11","2025-05-12","2025-05-13","2025-05-14","2025-05-15","2025-05-16","2025-05-17","2025-05-18","2025-05-19","2025-05-20","2025-05-21","2025-05-22","2025-05-23","2025-05-24","2025-05-25","2025-05-26","2025-05-27","2025-05-28","2025-05-29","2025-05-30","2025-05-31","2025-06-01","2025-06-02","2025-06-03","2025-06-04","2025-06-05","2025-06-06","2025-06-07","2025-06-08","2025-06-09","2025-06-10","2025-06-11","2025-06-12","2025-06-13","2025-06-14","2025-06-15","2025-06-16","2025-06-17","2025-06-18","2025-06-19","2025-06-20","2025-06-21","2025-06-22","2025-06-23","2025-06-24","2025-06-25","2025-06-26","2025-06-27","2025-06-28","2025-06-29","2025-06-30","2025-07-01","2025-07-02","2025-07-03","2025-07-04","2025-07-05","2025-07-06","2025-07-07","2025-07-08","2025-07-09","2025-07-10","2025-07-11","2025-07-12","2025-07-13","2025-07-14","2025-07-15","2025-07-16","2025-07-17","2025-07-18","2025-07-19","2025-07-20","2025-07-21","2025-07-22","2025-07-23","2025-07-24","2025-07-25","2025-07-26","2025-07-27","2025-07-28","2025-07-29","2025-07-30","2025-07-31","2025-08-01","2025-08-02","2025-08-03","2025-08-04","2025-08-05","2025-08-06","2025-08-07","2025-08-08","2025-08-09","2025-08-10","2025-08-11","2025-08-12","2025-08-13","2025-08-14","2025-08-15","2025-08-16","2025-08-17","2025-08-18","2025-08-19","2025-08-20","2025-08-21","2025-08-22","2025-08-23","2025-08-24","2025-08-25","2025-08-26","2025-08-27","2025-08-28","2025-08-29","2025-08-30","2025-08-31","2025-09-01","2025-09-02","2025-09-03","2025-09-04","2025-09-05","2025-09-06","2025-09-07","2025-09-08","2025-09-09","2025-09-10","2025-09-11","2025-09-12","2025-09-13","2025-09-14","2025-09-15","2025-09-16","2025-09-17","2025-09-18","2025-09-19","2025-09-20","2025-09-21","2025-09-22","2025-09-23","2025-09-24","2025-09-25","2025-09-26","2025-09-27","2025-09-28","2025-09-29","2025-09-30","2025-10-01","2025-10-02","2025-10-03","2025-10-04","2025-10-05","2025-10-06","2025-10-07","2025-10-08","2025-10-09","2025-10-10","2025-10-11","2025-10-12","2025-10-13","2025-10-14","2025-10-15","2025-10-16","2025-10-17","2025-10-18","2025-10-19","2025-10-20","2025-10-21","2025-10-22","2025-10-23","2025-10-24","2025-10-25","2025-10-26","2025-10-27","2025-10-28","2025-10-29","2025-10-30","2025-10-31","2025-11-01","2025-11-02","2025-11-03","2025-11-04","2025-11-05","2025-11-06","2025-11-07","2025-11-08","2025-11-09","2025-11-10","2025-11-11","2025-11-12","2025-11-13","2025-11-14","2025-11-15","2025-11-16","2025-11-17","2025-11-18","2025-11-19","2025-11-20","2025-11-21","2025-11-22","2025-11-23","2025-11-24","2025-11-25","2025-11-26","2025-11-27","2025-11-28","2025-11-29","2025-11-30","2025-12-01","2025-12-02","2025-12-03","2025-12-04","2025-12-05","2025-12-06","2025-12-07","2025-12-08","2025-12-09","2025-12-10","2025-12-11","2025-12-12","2025-12-13","2025-12-14","2025-12-15","2025-12-16","2025-12-17","2025-12-18","2025-12-19","2025-12-20","2025-12-21","2025-12-22","2025-12-23","2025-12-24","2025-12-25","2025-12-26","2025-12-27","2025-12-28","2025-12-29","2025-12-30","2025-12-31","2026-01-01","2026-01-02","2026-01-03","2026-01-04","2026-01-05","2026-01-06","2026-01-07","2026-01-08","2026-01-09","2026-01-10","2026-01-11","2026-01-12","2026-01-13","2026-01-14","2026-01-15","2026-01-16","2026-01-17","2026-01-18","2026-01-19","2026-01-20","2026-01-21","2026-01-22","2026-01-23","2026-01-24","2026-01-25","2026-01-26","2026-01-27","2026-01-28","2026-01-29","2026-01-30","2026-01-31","2026-02-01","2026-02-02","2026-02-03","2026-02-04","2026-02-05","2026-02-06","2026-02-07","2026-02-08","2026-02-09","2026-02-10","2026-02-11","2026-02-12","2026-02-13","2026-02-14","2026-02-15","2026-02-16","2026-02-17","2026-02-18","2026-02-19","2026-02-20","2026-02-21","2026-02-22","2026-02-23","2026-02-24","2026-02-25","2026-02-26","2026-02-27","2026-02-28","2026-03-01","2026-03-02","2026-03-03","2026-03-04","2026-03-05","2026-03-06","2026-03-07","2026-03-08","2026-03-09","2026-03-10","2026-03-11","2026-03-12","2026-03-13","2026-03-14","2026-03-15","2026-03-16","2026-03-17","2026-03-18","2026-03-19","2026-03-20","2026-03-21","2026-03-22","2026-03-23","2026-03-24","2026-03-25","2026-03-26","2026-03-27","2026-03-28","2026-03-29","2026-03-30","2026-03-31","2026-04-01","2026-04-02","2026-04-03","2026-04-04","2026-04-05","2026-04-06","2026-04-07","2026-04-08","2026-04-09","2026-04-10","2026-04-11","2026-04-12","2026-04-13","2026-04-14","2026-04-15","2026-04-16","2026-04-17","2026-04-18","2026-04-19","2026-04-20","2026-04-21","2026-04-22","2026-04-23","2026-04-24","2026-04-25","2026-04-26","2026-04-27","2026-04-28","2026-04-29","2026-04-30","2026-05-01","2026-05-02","2026-05-03","2026-05-04","2026-05-05","2026-05-06","2026-05-07","2026-05-08","2026-05-09","2026-05-10","2026-05-11","2026-05-12","2026-05-13","2026-05-14","2026-05-15","2026-05-16","2026-05-17","2026-05-18","2026-05-19","2026-05-20","2026-05-21","2026-05-22","2026-05-23","2026-05-24","2026-05-25","2026-05-26","2026-05-27","2026-05-28","2026-05-29","2026-05-30","2026-05-31","2026-06-01","2026-06-02","2026-06-03","2026-06-04","2026-06-05","2026-06-06","2026-06-07","2026-06-08","2026-06-09","2026-06-10","2026-06-11","2026-06-12","2026-06-13","2026-06-14","2026-06-15","2026-06-16","2026-06-17","2026-06-18","2026-06-19","2026-06-20","2026-06-21","2026-06-22","2026-06-23","2026-06-24","2026-06-25","2026-06-26","2026-06-27","2026-06-28","2026-06-29","2026-06-30","2026-07-01","2026-07-02","2026-07-03","2026-07-04","2026-07-05","2026-07-06","2026-07-07","2026-07-08","2026-07-09","2026-07-10","2026-07-11","2026-07-12","2026-07-13","2026-07-14","2026-07-15","2026-07-16","2026-07-17","2026-07-18","2026-07-19","2026-07-20","2026-07-21","2026-07-22","2026-07-23","2026-07-24","2026-07-25","2026-07-26","2026-07-27","2026-07-28","2026-07-29","2026-07-30","2026-07-31","2026-08-01","2026-08-02","2026-08-03","2026-08-04","2026-08-05","2026-08-06","2026-08-07","2026-08-08","2026-08-09","2026-08-10","2026-08-11","2026-08-12","2026-08-13","2026-08-14","2026-08-15","2026-08-16","2026-08-17","2026-08-18","2026-08-19","2026-08-20","2026-08-21","2026-08-22","2026-08-23","2026-08-24","2026-08-25","2026-08-26","2026-08-27","2026-08-28","2026-08-29","2026-08-30","2026-08-31","2026-09-01","2026-09-02","2026-09-03","2026-09-04","2026-09-05","2026-09-06","2026-09-07","2026-09-08","2026-09-09","2026-09-10","2026-09-11","2026-09-12","2026-09-13","2026-09-14","2026-09-15","2026-09-16","2026-09-17","2026-09-18","2026-09-19","2026-09-20","2026-09-21","2026-09-22","2026-09-23","2026-09-24","2026-09-25","2026-09-26","2026-09-27","2026-09-28","2026-09-29","2026-09-30","2026-10-01","2026-10-02","2026-10-03","2026-10-04","2026-10-05","2026-10-06","2026-10-07","2026-10-08","2026-10-09","2026-10-10","2026-10-11","2026-10-12","2026-10-13","2026-10-14","2026-10-15","2026-10-16","2026-10-17","2026-10-18","2026-10-19","2026-10-20","2026-10-21","2026-10-22","2026-10-23","2026-10-24","2026-10-25","2026-10-26","2026-10-27","2026-10-28","2026-10-29","2026-10-30","2026-10-31"]},"56-148031":{"id":"56-148031","available":0,"dates":[]},"56-149165":{"id":"56-149165","available":0,"dates":[]},"58-148027":{"id":"58-148027","available":0,"dates":[]},"58-149158":{"id":"58-149158","available":0,"dates":[]},"65-148026":{"id":"65-148026","available":0,"dates":[]},"65-149159":{"id":"65-149159","available":46,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10","2025-05-11","2025-05-12","2025-05-13","2025-05-14","2025-05-15","2025-05-16","2025-05-17","2025-05-18","2025-05-19","2025-05-20","2025-05-21","2025-05-22","2025-05-23","2025-05-24","2025-05-25","2025-05-26","2025-05-27","2025-05-28","2025-05-29","2025-05-30","2025-05-31","2025-06-01","2025-06-02","2025-06-03","2025-06-04","2025-06-05","2025-06-06","2025-06-07","2025-06-08","2025-06-09","2025-06-10","2025-06-11","2025-06-12","2025-06-13","2025-06-14","2025-06-15","2025-06-16","2025-06-17","2025-06-18","2025-06-19","2025-06-20","2025-06-21","2025-06-22","2025-06-23","2025-06-24","2025-06-25","2025-06-26","2025-06-27","2025-06-28","2025-06-29","2025-06-30","2025-07-01","2025-07-02","2025-07-03","2025-07-04","2025-07-05","2025-07-06","2025-07-07","2025-07-08","2025-07-09","2025-07-10","2025-07-11","2025-07-12","2025-07-13","2025-07-14","2025-07-15","2025-07-16","2025-07-17","2025-07-18","2025-07-19","2025-07-20","2025-07-21","2025-07-22","2025-07-23","2025-07-24","2025-07-25","2025-07-26","2025-07-27","2025-07-28","2025-07-29","2025-07-30","2025-07-31","2025-08-01","2025-08-02","2025-08-03","2025-08-04","2025-08-05","2025-08-06","2025-08-07","2025-08-08","2025-08-09","2025-08-10","2025-08-11","2025-08-12","2025-08-13","2025-08-14","2025-08-15","2025-08-16","2025-08-17","2025-08-18","2025-08-19","2025-08-20","2025-08-21","2025-08-22","2025-08-23","2025-08-24","2025-08-25","2025-08-26","2025-08-27","2025-08-28","2025-08-29","2025-08-30","2025-08-31","2025-09-01","2025-09-02","2025-09-03","2025-09-04","2025-09-05","2025-09-06","2025-09-07","2025-09-08","2025-09-09","2025-09-10","2025-09-11","2025-09-12","2025-09-13","2025-09-14","2025-09-15","2025-09-16","2025-09-17","2025-09-18","2025-09-19","2025-09-20","2025-09-21","2025-09-22","2025-09-23","2025-09-24","2025-09-25","2025-09-26","2025-09-27","2025-09-28","2025-09-29","2025-09-30","2025-10-01","2025-10-02","2025-10-03","2025-10-04","2025-10-05","2025-10-06","2025-10-07","2025-10-08","2025-10-09","2025-10-10","2025-10-11","2025-10-12","2025-10-13","2025-10-14","2025-10-15","2025-10-16","2025-10-17","2025-10-18","2025-10-19","2025-10-20","2025-10-21","2025-10-22","2025-10-23","2025-10-24","2025-10-25","2025-10-26","2025-10-27","2025-10-28","2025-10-29","2025-10-30","2025-10-31","2025-11-01","2025-11-02","2025-11-03","2025-11-04","2025-11-05","2025-11-06","2025-11-07","2025-11-08","2025-11-09","2025-11-10","2025-11-11","2025-11-12","2025-11-13","2025-11-14","2025-11-15","2025-11-16","2025-11-17","2025-11-18","2025-11-19","2025-11-20","2025-11-21","2025-11-22","2025-11-23","2025-11-24","2025-11-25","2025-11-26","2025-11-27","2025-11-28","2025-11-29","2025-11-30","2025-12-01","2025-12-02","2025-12-03","2025-12-04","2025-12-05","2025-12-06","2025-12-07","2025-12-08","2025-12-09","2025-12-10","2025-12-11","2025-12-12","2025-12-13","2025-12-14","2025-12-15","2025-12-16","2025-12-17","2025-12-18","2025-12-19","2025-12-20","2025-12-21","2025-12-22","2025-12-23","2025-12-24","2025-12-25","2025-12-26","2025-12-27","2025-12-28","2025-12-29","2025-12-30","2025-12-31","2026-01-01","2026-01-02","2026-01-03","2026-01-04","2026-01-05","2026-01-06","2026-01-07","2026-01-08","2026-01-09","2026-01-10","2026-01-11","2026-01-12","2026-01-13","2026-01-14","2026-01-15","2026-01-16","2026-01-17","2026-01-18","2026-01-19","2026-01-20","2026-01-21","2026-01-22","2026-01-23","2026-01-24","2026-01-25","2026-01-26","2026-01-27","2026-01-28","2026-01-29","2026-01-30","2026-01-31","2026-02-01","2026-02-02","2026-02-03","2026-02-04","2026-02-05","2026-02-06","2026-02-07","2026-02-08","2026-02-09","2026-02-10","2026-02-11","2026-02-12","2026-02-13","2026-02-14","2026-02-15","2026-02-16","2026-02-17","2026-02-18","2026-02-19","2026-02-20","2026-02-21","2026-02-22","2026-02-23","2026-02-24","2026-02-25","2026-02-26","2026-02-27","2026-02-28","2026-03-01","2026-03-02","2026-03-03","2026-03-04","2026-03-05","2026-03-06","2026-03-07","2026-03-08","2026-03-09","2026-03-10","2026-03-11","2026-03-12","2026-03-13","2026-03-14","2026-03-15","2026-03-16","2026-03-17","2026-03-18","2026-03-19","2026-03-20","2026-03-21","2026-03-22","2026-03-23","2026-03-24","2026-03-25","2026-03-26","2026-03-27","2026-03-28","2026-03-29","2026-03-30","2026-03-31","2026-04-01","2026-04-02","2026-04-03","2026-04-04","2026-04-05","2026-04-06","2026-04-07","2026-04-08","2026-04-09","2026-04-10","2026-04-11","2026-04-12","2026-04-13","2026-04-14","2026-04-15","2026-04-16","2026-04-17","2026-04-18","2026-04-19","2026-04-20","2026-04-21","2026-04-22","2026-04-23","2026-04-24","2026-04-25","2026-04-26","2026-04-27","2026-04-28","2026-04-29","2026-04-30","2026-05-01","2026-05-02","2026-05-03","2026-05-04","2026-05-05","2026-05-06","2026-05-07","2026-05-08","2026-05-09","2026-05-10","2026-05-11","2026-05-12","2026-05-13","2026-05-14","2026-05-15","2026-05-16","2026-05-17","2026-05-18","2026-05-19","2026-05-20","2026-05-21","2026-05-22","2026-05-23","2026-05-24","2026-05-25","2026-05-26","2026-05-27","2026-05-28","2026-05-29","2026-05-30","2026-05-31","2026-06-01","2026-06-02","2026-06-03","2026-06-04","2026-06-05","2026-06-06","2026-06-07","2026-06-08","2026-06-09","2026-06-10","2026-06-11","2026-06-12","2026-06-13","2026-06-14","2026-06-15","2026-06-16","2026-06-17","2026-06-18","2026-06-19","2026-06-20","2026-06-21","2026-06-22","2026-06-23","2026-06-24","2026-06-25","2026-06-26","2026-06-27","2026-06-28","2026-06-29","2026-06-30","2026-07-01","2026-07-02","2026-07-03","2026-07-04","2026-07-05","2026-07-06","2026-07-07","2026-07-08","2026-07-09","2026-07-10","2026-07-11","2026-07-12","2026-07-13","2026-07-14","2026-07-15","2026-07-16","2026-07-17","2026-07-18","2026-07-19","2026-07-20","2026-07-21","2026-07-22","2026-07-23","2026-07-24","2026-07-25","2026-07-26","2026-07-27","2026-07-28","2026-07-29","2026-07-30","2026-07-31","2026-08-01","2026-08-02","2026-08-03","2026-08-04","2026-08-05","2026-08-06","2026-08-07","2026-08-08","2026-08-09","2026-08-10","2026-08-11","2026-08-12","2026-08-13","2026-08-14","2026-08-15","2026-08-16","2026-08-17","2026-08-18","2026-08-19","2026-08-20","2026-08-21","2026-08-22","2026-08-23","2026-08-24","2026-08-25","2026-08-26","2026-08-27","2026-08-28","2026-08-29","2026-08-30","2026-08-31","2026-09-01","2026-09-02","2026-09-03","2026-09-04","2026-09-05","2026-09-06","2026-09-07","2026-09-08","2026-09-09","2026-09-10","2026-09-11","2026-09-12","2026-09-13","2026-09-14","2026-09-15","2026-09-16","2026-09-17","2026-09-18","2026-09-19","2026-09-20","2026-09-21","2026-09-22","2026-09-23","2026-09-24","2026-09-25","2026-09-26","2026-09-27","2026-09-28","2026-09-29","2026-09-30","2026-10-01","2026-10-02","2026-10-03","2026-10-04","2026-10-05","2026-10-06","2026-10-07","2026-10-08","2026-10-09","2026-10-10","2026-10-11","2026-10-12","2026-10-13","2026-10-14","2026-10-15","2026-10-16","2026-10-17","2026-10-18","2026-10-19","2026-10-20","2026-10-21","2026-10-22","2026-10-23","2026-10-24","2026-10-25","2026-10-26","2026-10-27","2026-10-28","2026-10-29","2026-10-30","2026-10-31"]},"9-148030":{"id":"9-148030","available":0,"dates":[]},"9-149164":{"id":"9-149164","available":11,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10","2025-05-11","2025-05-12","2025-05-13","2025-05-14","2025-05-15","2025-05-16","2025-05-17","2025-05-18","2025-05-19","2025-05-20","2025-05-21","2025-05-22","2025-05-23","2025-05-24","2025-05-25","2025-05-26","2025-05-27","2025-05-28","2025-05-29","2025-05-30","2025-05-31","2025-06-01","2025-06-02","2025-06-03","2025-06-04","2025-06-05","2025-06-06","2025-06-07","2025-06-08","2025-06-09","2025-06-10","2025-06-11","2025-06-12","2025-06-13","2025-06-14","2025-06-15","2025-06-16","2025-06-17","2025-06-18","2025-06-19","2025-06-20","2025-06-21","2025-06-22","2025-06-23","2025-06-24","2025-06-25","2025-06-26","2025-06-27","2025-06-28","2025-06-29","2025-06-30","2025-07-01","2025-07-02","2025-07-03","2025-07-04","2025-07-05","2025-07-06","2025-07-07","2025-07-08","2025-07-09","2025-07-10","2025-07-11","2025-07-12","2025-07-13","2025-07-14","2025-07-15","2025-07-16","2025-07-17","2025-07-18","2025-07-19","2025-07-20","2025-07-21","2025-07-22","2025-07-23","2025-07-24","2025-07-25","2025-07-26","2025-07-27","2025-07-28","2025-07-29","2025-07-30","2025-07-31","2025-08-01","2025-08-02","2025-08-03","2025-08-04","2025-08-05","2025-08-06","2025-08-07","2025-08-08","2025-08-09","2025-08-10","2025-08-11","2025-08-12","2025-08-13","2025-08-14","2025-08-15","2025-08-16","2025-08-17","2025-08-18","2025-08-19","2025-08-20","2025-08-21","2025-08-22","2025-08-23","2025-08-24","2025-08-25","2025-08-26","2025-08-27","2025-08-28","2025-08-29","2025-08-30","2025-08-31","2025-09-01","2025-09-02","2025-09-03","2025-09-04","2025-09-05","2025-09-06","2025-09-07","2025-09-08","2025-09-09","2025-09-10","2025-09-11","2025-09-12","2025-09-13","2025-09-14","2025-09-15","2025-09-16","2025-09-17","2025-09-18","2025-09-19","2025-09-20","2025-09-21","2025-09-22","2025-09-23","2025-09-24","2025-09-25","2025-09-26","2025-09-27","2025-09-28","2025-09-29","2025-09-30","2025-10-01","2025-10-02","2025-10-03","2025-10-04","2025-10-05","2025-10-06","2025-10-07","2025-10-08","2025-10-09","2025-10-10","2025-10-11","2025-10-12","2025-10-13","2025-10-14","2025-10-15","2025-10-16","2025-10-17","2025-10-18","2025-10-19","2025-10-20","2025-10-21","2025-10-22","2025-10-23","2025-10-24","2025-10-25","2025-10-26","2025-10-27","2025-10-28","2025-10-29","2025-10-30","2025-10-31","2025-11-01","2025-11-02","2025-11-03","2025-11-04","2025-11-05","2025-11-06","2025-11-07","2025-11-08","2025-11-09","2025-11-10","2025-11-11","2025-11-12","2025-11-13","2025-11-14","2025-11-15","2025-11-16","2025-11-17","2025-11-18","2025-11-19","2025-11-20","2025-11-21","2025-11-22","2025-11-23","2025-11-24","2025-11-25","2025-11-26","2025-11-27","2025-11-28","2025-11-29","2025-11-30","2025-12-01","2025-12-02","2025-12-03","2025-12-04","2025-12-05","2025-12-06","2025-12-07","2025-12-08","2025-12-09","2025-12-10","2025-12-11","2025-12-12","2025-12-13","2025-12-14","2025-12-15","2025-12-16","2025-12-17","2025-12-18","2025-12-19","2025-12-20","2025-12-21","2025-12-22","2025-12-23","2025-12-24","2025-12-25","2025-12-26","2025-12-27","2025-12-28","2025-12-29","2025-12-30","2025-12-31","2026-01-01","2026-01-02","2026-01-03","2026-01-04","2026-01-05","2026-01-06","2026-01-07","2026-01-08","2026-01-09","2026-01-10","2026-01-11","2026-01-12","2026-01-13","2026-01-14","2026-01-15","2026-01-16","2026-01-17","2026-01-18","2026-01-19","2026-01-20","2026-01-21","2026-01-22","2026-01-23","2026-01-24","2026-01-25","2026-01-26","2026-01-27","2026-01-28","2026-01-29","2026-01-30","2026-01-31","2026-02-01","2026-02-02","2026-02-03","2026-02-04","2026-02-05","2026-02-06","2026-02-07","2026-02-08","2026-02-09","2026-02-10","2026-02-11","2026-02-12","2026-02-13","2026-02-14","2026-02-15","2026-02-16","2026-02-17","2026-02-18","2026-02-19","2026-02-20","2026-02-21","2026-02-22","2026-02-23","2026-02-24","2026-02-25","2026-02-26","2026-02-27","2026-02-28","2026-03-01","2026-03-02","2026-03-03","2026-03-04","2026-03-05","2026-03-06","2026-03-07","2026-03-08","2026-03-09","2026-03-10","2026-03-11","2026-03-12","2026-03-13","2026-03-14","2026-03-15","2026-03-16","2026-03-17","2026-03-18","2026-03-19","2026-03-20","2026-03-21","2026-03-22","2026-03-23","2026-03-24","2026-03-25","2026-03-26","2026-03-27","2026-03-28","2026-03-29","2026-03-30","2026-03-31","2026-04-01","2026-04-02","2026-04-03","2026-04-04","2026-04-05","2026-04-06","2026-04-07","2026-04-08","2026-04-09","2026-04-10","2026-04-11","2026-04-12","2026-04-13","2026-04-14","2026-04-15","2026-04-16","2026-04-17","2026-04-18","2026-04-19","2026-04-20","2026-04-21","2026-04-22","2026-04-23","2026-04-24","2026-04-25","2026-04-26","2026-04-27","2026-04-28","2026-04-29","2026-04-30","2026-05-01","2026-05-02","2026-05-03","2026-05-04","2026-05-05","2026-05-06","2026-05-07","2026-05-08","2026-05-09","2026-05-10","2026-05-11","2026-05-12","2026-05-13","2026-05-14","2026-05-15","2026-05-16","2026-05-17","2026-05-18","2026-05-19","2026-05-20","2026-05-21","2026-05-22","2026-05-23","2026-05-24","2026-05-25","2026-05-26","2026-05-27","2026-05-28","2026-05-29","2026-05-30","2026-05-31","2026-06-01","2026-06-02","2026-06-03","2026-06-04","2026-06-05","2026-06-06","2026-06-07","2026-06-08","2026-06-09","2026-06-10","2026-06-11","2026-06-12","2026-06-13","2026-06-14","2026-06-15","2026-06-16","2026-06-17","2026-06-18","2026-06-19","2026-06-20","2026-06-21","2026-06-22","2026-06-23","2026-06-24","2026-06-25","2026-06-26","2026-06-27","2026-06-28","2026-06-29","2026-06-30","2026-07-01","2026-07-02","2026-07-03","2026-07-04","2026-07-05","2026-07-06","2026-07-07","2026-07-08","2026-07-09","2026-07-10","2026-07-11","2026-07-12","2026-07-13","2026-07-14","2026-07-15","2026-07-16","2026-07-17","2026-07-18","2026-07-19","2026-07-20","2026-07-21","2026-07-22","2026-07-23","2026-07-24","2026-07-25","2026-07-26","2026-07-27","2026-07-28","2026-07-29","2026-07-30","2026-07-31","2026-08-01","2026-08-02","2026-08-03","2026-08-04","2026-08-05","2026-08-06","2026-08-07","2026-08-08","2026-08-09","2026-08-10","2026-08-11","2026-08-12","2026-08-13","2026-08-14","2026-08-15","2026-08-16","2026-08-17","2026-08-18","2026-08-19","2026-08-20","2026-08-21","2026-08-22","2026-08-23","2026-08-24","2026-08-25","2026-08-26","2026-08-27","2026-08-28","2026-08-29","2026-08-30","2026-08-31","2026-09-01","2026-09-02","2026-09-03","2026-09-04","2026-09-05","2026-09-06","2026-09-07","2026-09-08","2026-09-09","2026-09-10","2026-09-11","2026-09-12","2026-09-13","2026-09-14","2026-09-15","2026-09-16","2026-09-17","2026-09-18","2026-09-19","2026-09-20","2026-09-21","2026-09-22","2026-09-23","2026-09-24","2026-09-25","2026-09-26","2026-09-27","2026-09-28","2026-09-29","2026-09-30","2026-10-01","2026-10-02","2026-10-03","2026-10-04","2026-10-05","2026-10-06","2026-10-07","2026-10-08","2026-10-09","2026-10-10","2026-10-11","2026-10-12","2026-10-13","2026-10-14","2026-10-15","2026-10-16","2026-10-17","2026-10-18","2026-10-19","2026-10-20","2026-10-21","2026-10-22","2026-10-23","2026-10-24","2026-10-25","2026-10-26","2026-10-27","2026-10-28","2026-10-29","2026-10-30","2026-10-31"]},"blackout_from":"2024-11-11T20:00:00Z", "blackout_to":"2024-12-01T05:00:00Z"} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-sweet-romance" title="View The Sweet Romance" data-product-card-title><h3 style="font-size: 1em;">The Sweet Romance</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$110 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin sr-only" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">No reviews for this product yet</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="0" style=" gap: 2px; margin-right: 6px; "> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="0" aria-hidden="true" style=" font-size: 12px;">(0)</span></div> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="30" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-zay-bouquet"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=500 500w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=600 600w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=700 700w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=800 800w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=900 900w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=500" alt="Double the Zay Bouquet" srcset="//urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=352 352w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=500 500w" width="500" height="365" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=500" alt="Double the Zay Bouquet" srcset="//urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-zay-bouquet" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150947","58-150950","58-154775","58-155141","58-155612"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155878"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150699","4-150687","4-154830","4-155189","4-155183","4-155752","4-155764"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150721","41-150729","41-154840","41-155346","41-155692"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155875","52-154843","52-155191","52-155695"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155533","42-150885","42-150888","42-155534","42-154848","42-155194","42-155698"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150698","2-150686","2-154829","2-155188","2-155182","2-155751","2-155763"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150550","10-150558","10-154935","10-155409","10-155800"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150939","11-150943","11-154799","11-155274","11-155805"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150697","1-150685","1-154828","1-155187","1-155181","1-155750","1-155762"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150711","65-150716","65-154835","65-155340","65-155685"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150685":{"id":"1-150685","available":0,"dates":[]},"1-150697":{"id":"1-150697","available":0,"dates":[]},"1-154828":{"id":"1-154828","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155181":{"id":"1-155181","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155187":{"id":"1-155187","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155750":{"id":"1-155750","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155762":{"id":"1-155762","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150550":{"id":"10-150550","available":0,"dates":[]},"10-150558":{"id":"10-150558","available":0,"dates":[]},"10-154935":{"id":"10-154935","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155409":{"id":"10-155409","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155800":{"id":"10-155800","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150939":{"id":"11-150939","available":0,"dates":[]},"11-150943":{"id":"11-150943","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154799":{"id":"11-154799","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155274":{"id":"11-155274","available":29,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155805":{"id":"11-155805","available":47,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150686":{"id":"2-150686","available":0,"dates":[]},"2-150698":{"id":"2-150698","available":0,"dates":[]},"2-154829":{"id":"2-154829","available":0,"dates":[]},"2-155182":{"id":"2-155182","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155188":{"id":"2-155188","available":11,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155751":{"id":"2-155751","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155763":{"id":"2-155763","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150687":{"id":"4-150687","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150699":{"id":"4-150699","available":-100,"dates":[]},"4-154830":{"id":"4-154830","available":63,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155183":{"id":"4-155183","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155189":{"id":"4-155189","available":48,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155752":{"id":"4-155752","available":61,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155764":{"id":"4-155764","available":40,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150721":{"id":"41-150721","available":0,"dates":[]},"41-150729":{"id":"41-150729","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-154840":{"id":"41-154840","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155346":{"id":"41-155346","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155692":{"id":"41-155692","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150885":{"id":"42-150885","available":0,"dates":[]},"42-150888":{"id":"42-150888","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-154848":{"id":"42-154848","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155194":{"id":"42-155194","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155533":{"id":"42-155533","available":78,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-155534":{"id":"42-155534","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-155698":{"id":"42-155698","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-155878":{"id":"51-155878","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-154843":{"id":"52-154843","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155191":{"id":"52-155191","available":4,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155695":{"id":"52-155695","available":5,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155875":{"id":"52-155875","available":20,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-150947":{"id":"58-150947","available":0,"dates":[]},"58-150950":{"id":"58-150950","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-154775":{"id":"58-154775","available":62,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155141":{"id":"58-155141","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155612":{"id":"58-155612","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150711":{"id":"65-150711","available":0,"dates":[]},"65-150716":{"id":"65-150716","available":0,"dates":[]},"65-154835":{"id":"65-154835","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155340":{"id":"65-155340","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155685":{"id":"65-155685","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-zay-bouquet" title="View Double the Zay Bouquet" data-product-card-title><h3 style="font-size: 1em;">Double the Zay Bouquet</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$120 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$150</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">90 reviews with an average of 4.1 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.1" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="90" aria-hidden="true" style=" font-size: 12px;">(90)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Zay Bouquet in Single" data-swatch-item="the-zay-bouquet" href="https://urbanstems.com/products/the-zay-bouquet" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Zay Bouquet in Double" data-swatch-item="double-the-zay-bouquet" data-image-loaded href="https://urbanstems.com/products/double-the-zay-bouquet" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="double-the-zay-bouquet" type="application/json">{"the-zay-bouquet":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage":null, "handle": "the-zay-bouquet", "priceAmount": 7500, "price": "$75 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-zay-bouquet", "variantName": null, "title": "The Zay Bouquet", "images": [ { "alt": "The Zay Bouquet", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Zay_Lifestyle_2.jpg?v=1738170798\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=500 500w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=600 600w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=500 500w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=600 600w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=700 700w" }, { "alt": "The Zay Bouquet", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=500 500w, //urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=600 600w, //urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=500 500w, //urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=600 600w, //urbanstems.com/cdn/shop/files/Starlight_MainImage_PDP_33e945a1-b2bb-46c1-a4c0-c796a9f59e17.jpg?v=1729697988&width=700 700w" } ], "variants": [{"id":45715015336184,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10033","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Zay Bouquet - Single","public_title":"Single","options":["Single","Default Title"],"price":7500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7500,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7500,"per_delivery_price":22500,"selling_plan_id":4929618168,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7500,"per_delivery_price":30000,"selling_plan_id":4929716472,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7500,"per_delivery_price":37500,"selling_plan_id":4929814776,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7500,"per_delivery_price":45000,"selling_plan_id":4929913080,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7500,"per_delivery_price":90000,"selling_plan_id":4930011384,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7500,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7500,"per_delivery_price":22500,"selling_plan_id":4929650936,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7500,"per_delivery_price":30000,"selling_plan_id":4929749240,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7500,"per_delivery_price":37500,"selling_plan_id":4929847544,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7500,"per_delivery_price":45000,"selling_plan_id":4929945848,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7500,"per_delivery_price":90000,"selling_plan_id":4930044152,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7500,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7500,"per_delivery_price":22500,"selling_plan_id":4929683704,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7500,"per_delivery_price":30000,"selling_plan_id":4929782008,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7500,"per_delivery_price":37500,"selling_plan_id":4929880312,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7500,"per_delivery_price":45000,"selling_plan_id":4929978616,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7500,"per_delivery_price":90000,"selling_plan_id":4930076920,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146491":{"id":"1-146491","available":18,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146591":{"id":"1-146591","available":24,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146628":{"id":"1-146628","available":18,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146737":{"id":"1-146737","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147108":{"id":"1-147108","available":0,"dates":[]},"1-147145":{"id":"1-147145","available":0,"dates":[]},"1-147628":{"id":"1-147628","available":0,"dates":[]},"1-147669":{"id":"1-147669","available":0,"dates":[]},"1-148063":{"id":"1-148063","available":0,"dates":[]},"1-148102":{"id":"1-148102","available":0,"dates":[]},"1-148479":{"id":"1-148479","available":0,"dates":[]},"1-148507":{"id":"1-148507","available":0,"dates":[]},"1-148890":{"id":"1-148890","available":16,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"1-148907":{"id":"1-148907","available":8,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"1-149623":{"id":"1-149623","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149632":{"id":"1-149632","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150191":{"id":"1-150191","available":56,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150200":{"id":"1-150200","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150685":{"id":"1-150685","available":0,"dates":[]},"1-150697":{"id":"1-150697","available":0,"dates":[]},"1-151020":{"id":"1-151020","available":0,"dates":[]},"1-151023":{"id":"1-151023","available":0,"dates":[]},"1-151346":{"id":"1-151346","available":0,"dates":[]},"1-151355":{"id":"1-151355","available":0,"dates":[]},"1-151735":{"id":"1-151735","available":0,"dates":[]},"1-151747":{"id":"1-151747","available":0,"dates":[]},"1-152202":{"id":"1-152202","available":0,"dates":[]},"1-152470":{"id":"1-152470","available":0,"dates":[]},"1-152898":{"id":"1-152898","available":0,"dates":[]},"1-152974":{"id":"1-152974","available":0,"dates":[]},"1-153198":{"id":"1-153198","available":0,"dates":[]},"1-153204":{"id":"1-153204","available":0,"dates":[]},"1-153494":{"id":"1-153494","available":0,"dates":[]},"1-153500":{"id":"1-153500","available":0,"dates":[]},"1-153772":{"id":"1-153772","available":0,"dates":[]},"1-153836":{"id":"1-153836","available":0,"dates":[]},"1-154314":{"id":"1-154314","available":2,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154322":{"id":"1-154322","available":0,"dates":[]},"1-154820":{"id":"1-154820","available":8,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154828":{"id":"1-154828","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155181":{"id":"1-155181","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155187":{"id":"1-155187","available":19,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155750":{"id":"1-155750","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155762":{"id":"1-155762","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-10033-1-144465":{"id":"1-FLRL-B-10033-1-144465","available":2,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"1-FLRL-B-10033-1-144501":{"id":"1-FLRL-B-10033-1-144501","available":6,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-10033-1-145937":{"id":"1-FLRL-B-10033-1-145937","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146863":{"id":"10-146863","available":30,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147376":{"id":"10-147376","available":0,"dates":[]},"10-147902":{"id":"10-147902","available":0,"dates":[]},"10-148337":{"id":"10-148337","available":0,"dates":[]},"10-148728":{"id":"10-148728","available":0,"dates":[]},"10-148836":{"id":"10-148836","available":7,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"10-149641":{"id":"10-149641","available":78,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149644":{"id":"10-149644","available":102,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150209":{"id":"10-150209","available":78,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150211":{"id":"10-150211","available":102,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150550":{"id":"10-150550","available":0,"dates":[]},"10-150558":{"id":"10-150558","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151362":{"id":"10-151362","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"10-151753":{"id":"10-151753","available":0,"dates":[]},"10-152209":{"id":"10-152209","available":0,"dates":[]},"10-152476":{"id":"10-152476","available":0,"dates":[]},"10-152907":{"id":"10-152907","available":0,"dates":[]},"10-153210":{"id":"10-153210","available":0,"dates":[]},"10-153506":{"id":"10-153506","available":0,"dates":[]},"10-154082":{"id":"10-154082","available":0,"dates":[]},"10-154225":{"id":"10-154225","available":0,"dates":[]},"10-154935":{"id":"10-154935","available":75,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155409":{"id":"10-155409","available":55,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155800":{"id":"10-155800","available":77,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-10033-10-144847":{"id":"10-FLRL-B-10033-10-144847","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-10033-10-146185":{"id":"10-FLRL-B-10033-10-146185","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146865":{"id":"11-146865","available":66,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147378":{"id":"11-147378","available":0,"dates":[]},"11-147904":{"id":"11-147904","available":0,"dates":[]},"11-148340":{"id":"11-148340","available":0,"dates":[]},"11-148731":{"id":"11-148731","available":0,"dates":[]},"11-149023":{"id":"11-149023","available":0,"dates":[]},"11-149653":{"id":"11-149653","available":99,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149656":{"id":"11-149656","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150217":{"id":"11-150217","available":99,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150220":{"id":"11-150220","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150939":{"id":"11-150939","available":0,"dates":[]},"11-150943":{"id":"11-150943","available":12,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151306":{"id":"11-151306","available":-3,"dates":[]},"11-151710":{"id":"11-151710","available":0,"dates":[]},"11-152162":{"id":"11-152162","available":0,"dates":[]},"11-152616":{"id":"11-152616","available":0,"dates":[]},"11-152871":{"id":"11-152871","available":0,"dates":[]},"11-153170":{"id":"11-153170","available":0,"dates":[]},"11-153467":{"id":"11-153467","available":0,"dates":[]},"11-154095":{"id":"11-154095","available":0,"dates":[]},"11-154473":{"id":"11-154473","available":0,"dates":[]},"11-154799":{"id":"11-154799","available":96,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155274":{"id":"11-155274","available":58,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155805":{"id":"11-155805","available":94,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-10033-11-144849":{"id":"11-FLRL-B-10033-11-144849","available":8,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-10033-11-146187":{"id":"11-FLRL-B-10033-11-146187","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146592":{"id":"2-146592","available":36,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146629":{"id":"2-146629","available":18,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146738":{"id":"2-146738","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147109":{"id":"2-147109","available":0,"dates":[]},"2-147146":{"id":"2-147146","available":0,"dates":[]},"2-147629":{"id":"2-147629","available":0,"dates":[]},"2-147670":{"id":"2-147670","available":0,"dates":[]},"2-148064":{"id":"2-148064","available":0,"dates":[]},"2-148103":{"id":"2-148103","available":-1,"dates":[]},"2-148480":{"id":"2-148480","available":0,"dates":[]},"2-148508":{"id":"2-148508","available":0,"dates":[]},"2-148891":{"id":"2-148891","available":24,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"2-148908":{"id":"2-148908","available":8,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"2-149624":{"id":"2-149624","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149633":{"id":"2-149633","available":96,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150192":{"id":"2-150192","available":72,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150201":{"id":"2-150201","available":96,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150686":{"id":"2-150686","available":0,"dates":[]},"2-150698":{"id":"2-150698","available":0,"dates":[]},"2-151021":{"id":"2-151021","available":0,"dates":[]},"2-151024":{"id":"2-151024","available":0,"dates":[]},"2-151347":{"id":"2-151347","available":0,"dates":[]},"2-151356":{"id":"2-151356","available":0,"dates":[]},"2-151736":{"id":"2-151736","available":0,"dates":[]},"2-151748":{"id":"2-151748","available":0,"dates":[]},"2-152203":{"id":"2-152203","available":0,"dates":[]},"2-152471":{"id":"2-152471","available":0,"dates":[]},"2-152899":{"id":"2-152899","available":0,"dates":[]},"2-152904":{"id":"2-152904","available":11,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152975":{"id":"2-152975","available":0,"dates":[]},"2-153199":{"id":"2-153199","available":0,"dates":[]},"2-153205":{"id":"2-153205","available":0,"dates":[]},"2-153495":{"id":"2-153495","available":0,"dates":[]},"2-153501":{"id":"2-153501","available":0,"dates":[]},"2-153773":{"id":"2-153773","available":0,"dates":[]},"2-153837":{"id":"2-153837","available":0,"dates":[]},"2-154315":{"id":"2-154315","available":6,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154323":{"id":"2-154323","available":0,"dates":[]},"2-154821":{"id":"2-154821","available":8,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154829":{"id":"2-154829","available":0,"dates":[]},"2-155182":{"id":"2-155182","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155188":{"id":"2-155188","available":22,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155751":{"id":"2-155751","available":33,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155763":{"id":"2-155763","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-10033-2-144502":{"id":"2-FLRL-B-10033-2-144502","available":9,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-10033-2-145898":{"id":"2-FLRL-B-10033-2-145898","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-10033-2-145938":{"id":"2-FLRL-B-10033-2-145938","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146796":{"id":"30-146796","available":70,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147313":{"id":"30-147313","available":0,"dates":[]},"30-147831":{"id":"30-147831","available":0,"dates":[]},"30-148262":{"id":"30-148262","available":88,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"30-148693":{"id":"30-148693","available":0,"dates":[]},"30-148751":{"id":"30-148751","available":0,"dates":[]},"30-FLRL-B-10033-30-146119":{"id":"30-FLRL-B-10033-30-146119","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146493":{"id":"4-146493","available":60,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146593":{"id":"4-146593","available":72,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146630":{"id":"4-146630","available":42,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146739":{"id":"4-146739","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147110":{"id":"4-147110","available":26,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"4-147147":{"id":"4-147147","available":13,"dates":["2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"4-147630":{"id":"4-147630","available":0,"dates":[]},"4-147671":{"id":"4-147671","available":0,"dates":[]},"4-148065":{"id":"4-148065","available":0,"dates":[]},"4-148104":{"id":"4-148104","available":0,"dates":[]},"4-148481":{"id":"4-148481","available":0,"dates":[]},"4-148509":{"id":"4-148509","available":0,"dates":[]},"4-148892":{"id":"4-148892","available":160,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"4-148909":{"id":"4-148909","available":88,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"4-149625":{"id":"4-149625","available":448,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149634":{"id":"4-149634","available":552,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150193":{"id":"4-150193","available":448,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150202":{"id":"4-150202","available":552,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150687":{"id":"4-150687","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150699":{"id":"4-150699","available":-199,"dates":[]},"4-151022":{"id":"4-151022","available":-6,"dates":[]},"4-151025":{"id":"4-151025","available":0,"dates":[]},"4-151348":{"id":"4-151348","available":0,"dates":[]},"4-151357":{"id":"4-151357","available":4,"dates":["2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19"]},"4-151737":{"id":"4-151737","available":0,"dates":[]},"4-151749":{"id":"4-151749","available":0,"dates":[]},"4-151949":{"id":"4-151949","available":0,"dates":[]},"4-151956":{"id":"4-151956","available":27,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152204":{"id":"4-152204","available":0,"dates":[]},"4-152472":{"id":"4-152472","available":5,"dates":["2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07"]},"4-152900":{"id":"4-152900","available":0,"dates":[]},"4-152976":{"id":"4-152976","available":0,"dates":[]},"4-153200":{"id":"4-153200","available":0,"dates":[]},"4-153206":{"id":"4-153206","available":0,"dates":[]},"4-153496":{"id":"4-153496","available":0,"dates":[]},"4-153502":{"id":"4-153502","available":0,"dates":[]},"4-153774":{"id":"4-153774","available":0,"dates":[]},"4-153838":{"id":"4-153838","available":0,"dates":[]},"4-154316":{"id":"4-154316","available":0,"dates":[]},"4-154324":{"id":"4-154324","available":0,"dates":[]},"4-154822":{"id":"4-154822","available":83,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154830":{"id":"4-154830","available":127,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155183":{"id":"4-155183","available":48,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155189":{"id":"4-155189","available":97,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155752":{"id":"4-155752","available":123,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155764":{"id":"4-155764","available":81,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-10033-4-144467":{"id":"4-FLRL-B-10033-4-144467","available":4,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-10033-4-145939":{"id":"4-FLRL-B-10033-4-145939","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146778":{"id":"41-146778","available":48,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147294":{"id":"41-147294","available":0,"dates":[]},"41-147812":{"id":"41-147812","available":0,"dates":[]},"41-148242":{"id":"41-148242","available":56,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"41-148535":{"id":"41-148535","available":0,"dates":[]},"41-148750":{"id":"41-148750","available":0,"dates":[]},"41-149029":{"id":"41-149029","available":11,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"41-149659":{"id":"41-149659","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149662":{"id":"41-149662","available":152,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150249":{"id":"41-150249","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150257":{"id":"41-150257","available":152,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150721":{"id":"41-150721","available":0,"dates":[]},"41-150729":{"id":"41-150729","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-151312":{"id":"41-151312","available":5,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"41-151716":{"id":"41-151716","available":0,"dates":[]},"41-152168":{"id":"41-152168","available":0,"dates":[]},"41-152620":{"id":"41-152620","available":0,"dates":[]},"41-152875":{"id":"41-152875","available":0,"dates":[]},"41-153174":{"id":"41-153174","available":0,"dates":[]},"41-153471":{"id":"41-153471","available":0,"dates":[]},"41-153890":{"id":"41-153890","available":0,"dates":[]},"41-154336":{"id":"41-154336","available":0,"dates":[]},"41-154840":{"id":"41-154840","available":79,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155346":{"id":"41-155346","available":48,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155692":{"id":"41-155692","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-10033-41-144758":{"id":"41-FLRL-B-10033-41-144758","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-10033-41-146100":{"id":"41-FLRL-B-10033-41-146100","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146826":{"id":"42-146826","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147343":{"id":"42-147343","available":0,"dates":[]},"42-147862":{"id":"42-147862","available":0,"dates":[]},"42-148297":{"id":"42-148297","available":0,"dates":[]},"42-148685":{"id":"42-148685","available":0,"dates":[]},"42-149039":{"id":"42-149039","available":0,"dates":[]},"42-149673":{"id":"42-149673","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149675":{"id":"42-149675","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150233":{"id":"42-150233","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150235":{"id":"42-150235","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150885":{"id":"42-150885","available":0,"dates":[]},"42-150888":{"id":"42-150888","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-151324":{"id":"42-151324","available":0,"dates":[]},"42-151728":{"id":"42-151728","available":0,"dates":[]},"42-152180":{"id":"42-152180","available":0,"dates":[]},"42-152452":{"id":"42-152452","available":0,"dates":[]},"42-152883":{"id":"42-152883","available":0,"dates":[]},"42-153183":{"id":"42-153183","available":0,"dates":[]},"42-153479":{"id":"42-153479","available":0,"dates":[]},"42-153908":{"id":"42-153908","available":0,"dates":[]},"42-154344":{"id":"42-154344","available":0,"dates":[]},"42-154848":{"id":"42-154848","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155194":{"id":"42-155194","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155533":{"id":"42-155533","available":156,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-155534":{"id":"42-155534","available":102,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-155698":{"id":"42-155698","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-FLRL-B-10033-42-144814":{"id":"42-FLRL-B-10033-42-144814","available":1,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"42-FLRL-B-10033-42-146149":{"id":"42-FLRL-B-10033-42-146149","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-155878":{"id":"51-155878","available":43,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-148971":{"id":"52-148971","available":11,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"52-149690":{"id":"52-149690","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150265":{"id":"52-150265","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150492":{"id":"52-150492","available":109,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151005":{"id":"52-151005","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151252":{"id":"52-151252","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"52-151659":{"id":"52-151659","available":0,"dates":[]},"52-151968":{"id":"52-151968","available":-20,"dates":[]},"52-152131":{"id":"52-152131","available":20,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"52-152294":{"id":"52-152294","available":1,"dates":["2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13"]},"52-152597":{"id":"52-152597","available":8,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"52-152849":{"id":"52-152849","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"52-153145":{"id":"52-153145","available":0,"dates":[]},"52-153620":{"id":"52-153620","available":0,"dates":[]},"52-153702":{"id":"52-153702","available":0,"dates":[]},"52-153716":{"id":"52-153716","available":0,"dates":[]},"52-154339":{"id":"52-154339","available":0,"dates":[]},"52-154843":{"id":"52-154843","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155191":{"id":"52-155191","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155531":{"id":"52-155531","available":0,"dates":[]},"52-155695":{"id":"52-155695","available":11,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155875":{"id":"52-155875","available":40,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-146773":{"id":"58-146773","available":84,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147288":{"id":"58-147288","available":0,"dates":[]},"58-147804":{"id":"58-147804","available":0,"dates":[]},"58-148234":{"id":"58-148234","available":96,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-148682":{"id":"58-148682","available":0,"dates":[]},"58-148752":{"id":"58-148752","available":99,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-149076":{"id":"58-149076","available":-3,"dates":[]},"58-149880":{"id":"58-149880","available":198,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149883":{"id":"58-149883","available":253,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150439":{"id":"58-150439","available":198,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150442":{"id":"58-150442","available":253,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150947":{"id":"58-150947","available":0,"dates":[]},"58-150950":{"id":"58-150950","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151319":{"id":"58-151319","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151723":{"id":"58-151723","available":0,"dates":[]},"58-151962":{"id":"58-151962","available":0,"dates":[]},"58-152176":{"id":"58-152176","available":0,"dates":[]},"58-152625":{"id":"58-152625","available":0,"dates":[]},"58-152879":{"id":"58-152879","available":0,"dates":[]},"58-153179":{"id":"58-153179","available":0,"dates":[]},"58-153475":{"id":"58-153475","available":0,"dates":[]},"58-154071":{"id":"58-154071","available":0,"dates":[]},"58-154244":{"id":"58-154244","available":0,"dates":[]},"58-154253":{"id":"58-154253","available":0,"dates":[]},"58-154775":{"id":"58-154775","available":125,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155141":{"id":"58-155141","available":84,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155612":{"id":"58-155612","available":116,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-10033-58-144752":{"id":"58-FLRL-B-10033-58-144752","available":12,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-10033-58-146094":{"id":"58-FLRL-B-10033-58-146094","available":9,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148840":{"id":"65-148840","available":0,"dates":[]},"65-149647":{"id":"65-149647","available":88,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149650":{"id":"65-149650","available":104,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150239":{"id":"65-150239","available":88,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150244":{"id":"65-150244","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150711":{"id":"65-150711","available":0,"dates":[]},"65-150716":{"id":"65-150716","available":0,"dates":[]},"65-151301":{"id":"65-151301","available":0,"dates":[]},"65-151705":{"id":"65-151705","available":0,"dates":[]},"65-152157":{"id":"65-152157","available":17,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152434":{"id":"65-152434","available":0,"dates":[]},"65-152866":{"id":"65-152866","available":0,"dates":[]},"65-153165":{"id":"65-153165","available":0,"dates":[]},"65-153462":{"id":"65-153462","available":0,"dates":[]},"65-153902":{"id":"65-153902","available":0,"dates":[]},"65-154331":{"id":"65-154331","available":0,"dates":[]},"65-154835":{"id":"65-154835","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155340":{"id":"65-155340","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155685":{"id":"65-155685","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-148755":{"id":"9-148755","available":156,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150947","58-150950","58-154775","58-155141","58-155612"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155878"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150699","4-150687","4-154830","4-155189","4-155183","4-155752","4-155764"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150721","41-150729","41-154840","41-155346","41-155692"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155875","52-154843","52-155191","52-155695"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155533","42-150885","42-150888","42-155534","42-154848","42-155194","42-155698"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150698","2-150686","2-154829","2-155188","2-155182","2-155751","2-155763"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150550","10-150558","10-154935","10-155409","10-155800"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150939","11-150943","11-154799","11-155274","11-155805"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150697","1-150685","1-154828","1-155187","1-155181","1-155750","1-155762"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150711","65-150716","65-154835","65-155340","65-155685"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-zay-bouquet":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-zay-bouquet", "priceAmount": 12000, "price": "$120 ", "priceCompareAtAmount": 15000, "priceCompareAt": "$150 ", "url": "https://urbanstems.com/products/double-the-zay-bouquet", "variantName": null, "title": "Double the Zay Bouquet", "images": [ { "alt": "Double the Zay Bouquet", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Zay_Lifestyle_2.jpg?v=1738170798\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=500 500w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=600 600w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=500 500w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=600 600w, //urbanstems.com/cdn/shop/files/Zay_Lifestyle_2.jpg?v=1738170798&width=700 700w" }, { "alt": "Double the Zay Bouquet", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Starlight_MainImage_PDP_0454281b-ce14-4430-b22f-f4642e750c4b.jpg?v=1729698328&width=700 700w" } ], "variants": [{"id":45715017236728,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10033","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Zay Bouquet - Double","public_title":"Double","options":["Double","Default Title"],"price":12000,"weight":0,"compare_at_price":15000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146491":{"id":"1-146491","available":9,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146591":{"id":"1-146591","available":12,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146628":{"id":"1-146628","available":9,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146737":{"id":"1-146737","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147108":{"id":"1-147108","available":0,"dates":[]},"1-147145":{"id":"1-147145","available":0,"dates":[]},"1-147628":{"id":"1-147628","available":0,"dates":[]},"1-147669":{"id":"1-147669","available":0,"dates":[]},"1-148063":{"id":"1-148063","available":0,"dates":[]},"1-148102":{"id":"1-148102","available":0,"dates":[]},"1-148479":{"id":"1-148479","available":0,"dates":[]},"1-148507":{"id":"1-148507","available":0,"dates":[]},"1-148890":{"id":"1-148890","available":8,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"1-148907":{"id":"1-148907","available":4,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"1-149623":{"id":"1-149623","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149632":{"id":"1-149632","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150191":{"id":"1-150191","available":28,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150200":{"id":"1-150200","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150685":{"id":"1-150685","available":0,"dates":[]},"1-150697":{"id":"1-150697","available":0,"dates":[]},"1-151020":{"id":"1-151020","available":0,"dates":[]},"1-151023":{"id":"1-151023","available":0,"dates":[]},"1-151346":{"id":"1-151346","available":0,"dates":[]},"1-151355":{"id":"1-151355","available":0,"dates":[]},"1-151735":{"id":"1-151735","available":0,"dates":[]},"1-151747":{"id":"1-151747","available":0,"dates":[]},"1-152202":{"id":"1-152202","available":0,"dates":[]},"1-152470":{"id":"1-152470","available":0,"dates":[]},"1-152898":{"id":"1-152898","available":0,"dates":[]},"1-152974":{"id":"1-152974","available":0,"dates":[]},"1-153198":{"id":"1-153198","available":0,"dates":[]},"1-153204":{"id":"1-153204","available":0,"dates":[]},"1-153494":{"id":"1-153494","available":0,"dates":[]},"1-153500":{"id":"1-153500","available":0,"dates":[]},"1-153772":{"id":"1-153772","available":0,"dates":[]},"1-153836":{"id":"1-153836","available":0,"dates":[]},"1-154314":{"id":"1-154314","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154322":{"id":"1-154322","available":0,"dates":[]},"1-154820":{"id":"1-154820","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154828":{"id":"1-154828","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155181":{"id":"1-155181","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155187":{"id":"1-155187","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155750":{"id":"1-155750","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155762":{"id":"1-155762","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-D-10033-1-145937":{"id":"1-FLRL-D-10033-1-145937","available":0,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146863":{"id":"10-146863","available":15,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147376":{"id":"10-147376","available":0,"dates":[]},"10-147902":{"id":"10-147902","available":0,"dates":[]},"10-148337":{"id":"10-148337","available":0,"dates":[]},"10-148728":{"id":"10-148728","available":0,"dates":[]},"10-148836":{"id":"10-148836","available":3,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"10-149641":{"id":"10-149641","available":39,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149644":{"id":"10-149644","available":51,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150209":{"id":"10-150209","available":39,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150211":{"id":"10-150211","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150550":{"id":"10-150550","available":0,"dates":[]},"10-150558":{"id":"10-150558","available":0,"dates":[]},"10-151362":{"id":"10-151362","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"10-151753":{"id":"10-151753","available":0,"dates":[]},"10-152209":{"id":"10-152209","available":0,"dates":[]},"10-152476":{"id":"10-152476","available":0,"dates":[]},"10-152907":{"id":"10-152907","available":0,"dates":[]},"10-153210":{"id":"10-153210","available":0,"dates":[]},"10-153506":{"id":"10-153506","available":0,"dates":[]},"10-154082":{"id":"10-154082","available":0,"dates":[]},"10-154225":{"id":"10-154225","available":0,"dates":[]},"10-154935":{"id":"10-154935","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155409":{"id":"10-155409","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155800":{"id":"10-155800","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-D-10033-10-146185":{"id":"10-FLRL-D-10033-10-146185","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146865":{"id":"11-146865","available":33,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147378":{"id":"11-147378","available":0,"dates":[]},"11-147904":{"id":"11-147904","available":0,"dates":[]},"11-148340":{"id":"11-148340","available":0,"dates":[]},"11-148731":{"id":"11-148731","available":0,"dates":[]},"11-149023":{"id":"11-149023","available":0,"dates":[]},"11-149653":{"id":"11-149653","available":49,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149656":{"id":"11-149656","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150217":{"id":"11-150217","available":49,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150220":{"id":"11-150220","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150939":{"id":"11-150939","available":0,"dates":[]},"11-150943":{"id":"11-150943","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151306":{"id":"11-151306","available":-2,"dates":[]},"11-151710":{"id":"11-151710","available":0,"dates":[]},"11-152162":{"id":"11-152162","available":0,"dates":[]},"11-152616":{"id":"11-152616","available":0,"dates":[]},"11-152871":{"id":"11-152871","available":0,"dates":[]},"11-153170":{"id":"11-153170","available":0,"dates":[]},"11-153467":{"id":"11-153467","available":0,"dates":[]},"11-154095":{"id":"11-154095","available":0,"dates":[]},"11-154473":{"id":"11-154473","available":0,"dates":[]},"11-154799":{"id":"11-154799","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155274":{"id":"11-155274","available":29,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155805":{"id":"11-155805","available":47,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-D-10033-11-146187":{"id":"11-FLRL-D-10033-11-146187","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146592":{"id":"2-146592","available":18,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146629":{"id":"2-146629","available":9,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146738":{"id":"2-146738","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147109":{"id":"2-147109","available":0,"dates":[]},"2-147146":{"id":"2-147146","available":0,"dates":[]},"2-147629":{"id":"2-147629","available":0,"dates":[]},"2-147670":{"id":"2-147670","available":0,"dates":[]},"2-148064":{"id":"2-148064","available":0,"dates":[]},"2-148103":{"id":"2-148103","available":-1,"dates":[]},"2-148480":{"id":"2-148480","available":0,"dates":[]},"2-148508":{"id":"2-148508","available":0,"dates":[]},"2-148891":{"id":"2-148891","available":12,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"2-148908":{"id":"2-148908","available":4,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"2-149624":{"id":"2-149624","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149633":{"id":"2-149633","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150192":{"id":"2-150192","available":36,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150201":{"id":"2-150201","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150686":{"id":"2-150686","available":0,"dates":[]},"2-150698":{"id":"2-150698","available":0,"dates":[]},"2-151021":{"id":"2-151021","available":0,"dates":[]},"2-151024":{"id":"2-151024","available":0,"dates":[]},"2-151347":{"id":"2-151347","available":0,"dates":[]},"2-151356":{"id":"2-151356","available":0,"dates":[]},"2-151736":{"id":"2-151736","available":0,"dates":[]},"2-151748":{"id":"2-151748","available":0,"dates":[]},"2-152203":{"id":"2-152203","available":0,"dates":[]},"2-152471":{"id":"2-152471","available":0,"dates":[]},"2-152899":{"id":"2-152899","available":0,"dates":[]},"2-152904":{"id":"2-152904","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152975":{"id":"2-152975","available":0,"dates":[]},"2-153199":{"id":"2-153199","available":0,"dates":[]},"2-153205":{"id":"2-153205","available":0,"dates":[]},"2-153495":{"id":"2-153495","available":0,"dates":[]},"2-153501":{"id":"2-153501","available":0,"dates":[]},"2-153773":{"id":"2-153773","available":0,"dates":[]},"2-153837":{"id":"2-153837","available":0,"dates":[]},"2-154315":{"id":"2-154315","available":3,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154323":{"id":"2-154323","available":0,"dates":[]},"2-154821":{"id":"2-154821","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154829":{"id":"2-154829","available":0,"dates":[]},"2-155182":{"id":"2-155182","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155188":{"id":"2-155188","available":11,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155751":{"id":"2-155751","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155763":{"id":"2-155763","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-D-10033-2-145898":{"id":"2-FLRL-D-10033-2-145898","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-D-10033-2-145938":{"id":"2-FLRL-D-10033-2-145938","available":0,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146796":{"id":"30-146796","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147313":{"id":"30-147313","available":0,"dates":[]},"30-147831":{"id":"30-147831","available":0,"dates":[]},"30-148262":{"id":"30-148262","available":44,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"30-148693":{"id":"30-148693","available":0,"dates":[]},"30-148751":{"id":"30-148751","available":0,"dates":[]},"30-FLRL-D-10033-30-146119":{"id":"30-FLRL-D-10033-30-146119","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146493":{"id":"4-146493","available":30,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146593":{"id":"4-146593","available":36,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146630":{"id":"4-146630","available":21,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146739":{"id":"4-146739","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147110":{"id":"4-147110","available":13,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"4-147147":{"id":"4-147147","available":6,"dates":["2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"4-147630":{"id":"4-147630","available":0,"dates":[]},"4-147671":{"id":"4-147671","available":0,"dates":[]},"4-148065":{"id":"4-148065","available":0,"dates":[]},"4-148104":{"id":"4-148104","available":0,"dates":[]},"4-148481":{"id":"4-148481","available":0,"dates":[]},"4-148509":{"id":"4-148509","available":0,"dates":[]},"4-148892":{"id":"4-148892","available":80,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"4-148909":{"id":"4-148909","available":44,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"4-149625":{"id":"4-149625","available":224,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149634":{"id":"4-149634","available":276,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150193":{"id":"4-150193","available":224,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150202":{"id":"4-150202","available":276,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150687":{"id":"4-150687","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150699":{"id":"4-150699","available":-100,"dates":[]},"4-151022":{"id":"4-151022","available":-3,"dates":[]},"4-151025":{"id":"4-151025","available":0,"dates":[]},"4-151348":{"id":"4-151348","available":0,"dates":[]},"4-151357":{"id":"4-151357","available":2,"dates":["2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19"]},"4-151737":{"id":"4-151737","available":0,"dates":[]},"4-151749":{"id":"4-151749","available":0,"dates":[]},"4-151949":{"id":"4-151949","available":0,"dates":[]},"4-151956":{"id":"4-151956","available":13,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152204":{"id":"4-152204","available":0,"dates":[]},"4-152472":{"id":"4-152472","available":2,"dates":["2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07"]},"4-152900":{"id":"4-152900","available":0,"dates":[]},"4-152976":{"id":"4-152976","available":0,"dates":[]},"4-153200":{"id":"4-153200","available":0,"dates":[]},"4-153206":{"id":"4-153206","available":0,"dates":[]},"4-153496":{"id":"4-153496","available":0,"dates":[]},"4-153502":{"id":"4-153502","available":0,"dates":[]},"4-153774":{"id":"4-153774","available":0,"dates":[]},"4-153838":{"id":"4-153838","available":0,"dates":[]},"4-154316":{"id":"4-154316","available":0,"dates":[]},"4-154324":{"id":"4-154324","available":0,"dates":[]},"4-154822":{"id":"4-154822","available":41,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154830":{"id":"4-154830","available":63,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155183":{"id":"4-155183","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155189":{"id":"4-155189","available":48,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155752":{"id":"4-155752","available":61,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155764":{"id":"4-155764","available":40,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-D-10033-4-145939":{"id":"4-FLRL-D-10033-4-145939","available":3,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146778":{"id":"41-146778","available":24,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147294":{"id":"41-147294","available":0,"dates":[]},"41-147812":{"id":"41-147812","available":0,"dates":[]},"41-148242":{"id":"41-148242","available":28,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"41-148535":{"id":"41-148535","available":0,"dates":[]},"41-148750":{"id":"41-148750","available":0,"dates":[]},"41-149029":{"id":"41-149029","available":5,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"41-149659":{"id":"41-149659","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149662":{"id":"41-149662","available":76,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150249":{"id":"41-150249","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150257":{"id":"41-150257","available":76,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150721":{"id":"41-150721","available":0,"dates":[]},"41-150729":{"id":"41-150729","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-151312":{"id":"41-151312","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"41-151716":{"id":"41-151716","available":0,"dates":[]},"41-152168":{"id":"41-152168","available":0,"dates":[]},"41-152620":{"id":"41-152620","available":0,"dates":[]},"41-152875":{"id":"41-152875","available":0,"dates":[]},"41-153174":{"id":"41-153174","available":0,"dates":[]},"41-153471":{"id":"41-153471","available":0,"dates":[]},"41-153890":{"id":"41-153890","available":0,"dates":[]},"41-154336":{"id":"41-154336","available":0,"dates":[]},"41-154840":{"id":"41-154840","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155346":{"id":"41-155346","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155692":{"id":"41-155692","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-D-10033-41-146100":{"id":"41-FLRL-D-10033-41-146100","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146826":{"id":"42-146826","available":9,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147343":{"id":"42-147343","available":0,"dates":[]},"42-147862":{"id":"42-147862","available":0,"dates":[]},"42-148297":{"id":"42-148297","available":0,"dates":[]},"42-148685":{"id":"42-148685","available":0,"dates":[]},"42-149039":{"id":"42-149039","available":0,"dates":[]},"42-149673":{"id":"42-149673","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149675":{"id":"42-149675","available":22,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150233":{"id":"42-150233","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150235":{"id":"42-150235","available":22,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150885":{"id":"42-150885","available":0,"dates":[]},"42-150888":{"id":"42-150888","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-151324":{"id":"42-151324","available":0,"dates":[]},"42-151728":{"id":"42-151728","available":0,"dates":[]},"42-152180":{"id":"42-152180","available":0,"dates":[]},"42-152452":{"id":"42-152452","available":0,"dates":[]},"42-152883":{"id":"42-152883","available":0,"dates":[]},"42-153183":{"id":"42-153183","available":0,"dates":[]},"42-153479":{"id":"42-153479","available":0,"dates":[]},"42-153908":{"id":"42-153908","available":0,"dates":[]},"42-154344":{"id":"42-154344","available":0,"dates":[]},"42-154848":{"id":"42-154848","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155194":{"id":"42-155194","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155533":{"id":"42-155533","available":78,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-155534":{"id":"42-155534","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-155698":{"id":"42-155698","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-FLRL-D-10033-42-146149":{"id":"42-FLRL-D-10033-42-146149","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-155878":{"id":"51-155878","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-148971":{"id":"52-148971","available":5,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"52-149690":{"id":"52-149690","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150265":{"id":"52-150265","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150492":{"id":"52-150492","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151005":{"id":"52-151005","available":3,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151252":{"id":"52-151252","available":0,"dates":[]},"52-151659":{"id":"52-151659","available":0,"dates":[]},"52-151968":{"id":"52-151968","available":-10,"dates":[]},"52-152131":{"id":"52-152131","available":10,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"52-152294":{"id":"52-152294","available":0,"dates":[]},"52-152597":{"id":"52-152597","available":4,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"52-152849":{"id":"52-152849","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"52-153145":{"id":"52-153145","available":0,"dates":[]},"52-153620":{"id":"52-153620","available":0,"dates":[]},"52-153702":{"id":"52-153702","available":0,"dates":[]},"52-153716":{"id":"52-153716","available":0,"dates":[]},"52-154339":{"id":"52-154339","available":0,"dates":[]},"52-154843":{"id":"52-154843","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155191":{"id":"52-155191","available":4,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155531":{"id":"52-155531","available":0,"dates":[]},"52-155695":{"id":"52-155695","available":5,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155875":{"id":"52-155875","available":20,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-146773":{"id":"58-146773","available":42,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147288":{"id":"58-147288","available":0,"dates":[]},"58-147804":{"id":"58-147804","available":0,"dates":[]},"58-148234":{"id":"58-148234","available":48,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-148682":{"id":"58-148682","available":0,"dates":[]},"58-148752":{"id":"58-148752","available":49,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-149076":{"id":"58-149076","available":-2,"dates":[]},"58-149880":{"id":"58-149880","available":99,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149883":{"id":"58-149883","available":126,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150439":{"id":"58-150439","available":99,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150442":{"id":"58-150442","available":126,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150947":{"id":"58-150947","available":0,"dates":[]},"58-150950":{"id":"58-150950","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151319":{"id":"58-151319","available":0,"dates":[]},"58-151723":{"id":"58-151723","available":0,"dates":[]},"58-151962":{"id":"58-151962","available":0,"dates":[]},"58-152176":{"id":"58-152176","available":0,"dates":[]},"58-152625":{"id":"58-152625","available":0,"dates":[]},"58-152879":{"id":"58-152879","available":0,"dates":[]},"58-153179":{"id":"58-153179","available":0,"dates":[]},"58-153475":{"id":"58-153475","available":0,"dates":[]},"58-154071":{"id":"58-154071","available":0,"dates":[]},"58-154244":{"id":"58-154244","available":0,"dates":[]},"58-154253":{"id":"58-154253","available":0,"dates":[]},"58-154775":{"id":"58-154775","available":62,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155141":{"id":"58-155141","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155612":{"id":"58-155612","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-D-10033-58-146094":{"id":"58-FLRL-D-10033-58-146094","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148840":{"id":"65-148840","available":0,"dates":[]},"65-149647":{"id":"65-149647","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149650":{"id":"65-149650","available":52,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150239":{"id":"65-150239","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150244":{"id":"65-150244","available":52,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150711":{"id":"65-150711","available":0,"dates":[]},"65-150716":{"id":"65-150716","available":0,"dates":[]},"65-151301":{"id":"65-151301","available":0,"dates":[]},"65-151705":{"id":"65-151705","available":0,"dates":[]},"65-152157":{"id":"65-152157","available":8,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152434":{"id":"65-152434","available":0,"dates":[]},"65-152866":{"id":"65-152866","available":0,"dates":[]},"65-153165":{"id":"65-153165","available":0,"dates":[]},"65-153462":{"id":"65-153462","available":0,"dates":[]},"65-153902":{"id":"65-153902","available":0,"dates":[]},"65-154331":{"id":"65-154331","available":0,"dates":[]},"65-154835":{"id":"65-154835","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155340":{"id":"65-155340","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155685":{"id":"65-155685","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-148755":{"id":"9-148755","available":78,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150947","58-150950","58-154775","58-155141","58-155612"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155878"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150699","4-150687","4-154830","4-155189","4-155183","4-155752","4-155764"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150721","41-150729","41-154840","41-155346","41-155692"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155875","52-154843","52-155191","52-155695"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155533","42-150885","42-150888","42-155534","42-154848","42-155194","42-155698"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150698","2-150686","2-154829","2-155188","2-155182","2-155751","2-155763"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150550","10-150558","10-154935","10-155409","10-155800"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150939","11-150943","11-154799","11-155274","11-155805"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150697","1-150685","1-154828","1-155187","1-155181","1-155750","1-155762"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150711","65-150716","65-154835","65-155340","65-155685"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="31" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-crush"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=500" alt="Double the Crush" srcset="//urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=500" alt="Double the Crush" srcset="//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/OprahDaily_Badge_1.png?v=1739375604" loading="lazy" class="metafield-file_reference"> <div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-crush" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150704","58-150707","58-154774","58-155140","58-155611"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154780","51-155321","51-155622"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150927","4-150933","4-154925","4-154931","4-155168","4-155177","4-155663","4-155673"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150668","41-150670","41-154804","41-155150","41-155644"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150739","42-150743","42-154846"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150932","2-154924","2-154930","2-155167","2-155176","2-155662","2-155672"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150892","10-150898","10-154914","10-155263","10-155868"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150571","11-155525","11-150577","11-154824","11-155273","11-155804"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155526","9-155563","9-155278","9-155810"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150931","1-154923","1-154929","1-155166","1-155175","1-155661","1-155671"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150844","65-150855","65-154900","65-155252","65-155771"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150488"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150931":{"id":"1-150931","available":0,"dates":[]},"1-154923":{"id":"1-154923","available":0,"dates":[]},"1-154929":{"id":"1-154929","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155166":{"id":"1-155166","available":10,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155175":{"id":"1-155175","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155661":{"id":"1-155661","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155671":{"id":"1-155671","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150892":{"id":"10-150892","available":0,"dates":[]},"10-150898":{"id":"10-150898","available":0,"dates":[]},"10-154914":{"id":"10-154914","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155263":{"id":"10-155263","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155868":{"id":"10-155868","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150571":{"id":"11-150571","available":0,"dates":[]},"11-150577":{"id":"11-150577","available":0,"dates":[]},"11-154824":{"id":"11-154824","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155273":{"id":"11-155273","available":46,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155525":{"id":"11-155525","available":0,"dates":[]},"11-155804":{"id":"11-155804","available":61,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150932":{"id":"2-150932","available":0,"dates":[]},"2-154924":{"id":"2-154924","available":0,"dates":[]},"2-154930":{"id":"2-154930","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155167":{"id":"2-155167","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155176":{"id":"2-155176","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155662":{"id":"2-155662","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155672":{"id":"2-155672","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150927":{"id":"4-150927","available":0,"dates":[]},"4-150933":{"id":"4-150933","available":0,"dates":[]},"4-154925":{"id":"4-154925","available":11,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154931":{"id":"4-154931","available":31,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155168":{"id":"4-155168","available":68,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155177":{"id":"4-155177","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155663":{"id":"4-155663","available":80,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155673":{"id":"4-155673","available":48,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150668":{"id":"41-150668","available":0,"dates":[]},"41-150670":{"id":"41-150670","available":0,"dates":[]},"41-154804":{"id":"41-154804","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155150":{"id":"41-155150","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155644":{"id":"41-155644","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150739":{"id":"42-150739","available":0,"dates":[]},"42-150743":{"id":"42-150743","available":0,"dates":[]},"42-154846":{"id":"42-154846","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"51-154780":{"id":"51-154780","available":56,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155321":{"id":"51-155321","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155622":{"id":"51-155622","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150704":{"id":"58-150704","available":0,"dates":[]},"58-150707":{"id":"58-150707","available":0,"dates":[]},"58-154774":{"id":"58-154774","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155140":{"id":"58-155140","available":69,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155611":{"id":"58-155611","available":88,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150844":{"id":"65-150844","available":0,"dates":[]},"65-150855":{"id":"65-150855","available":0,"dates":[]},"65-154900":{"id":"65-154900","available":2,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155252":{"id":"65-155252","available":29,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155771":{"id":"65-155771","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150488":{"id":"66-150488","available":0,"dates":[]},"9-155278":{"id":"9-155278","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155526":{"id":"9-155526","available":0,"dates":[]},"9-155563":{"id":"9-155563","available":18,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155810":{"id":"9-155810","available":22,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-crush" title="View Double the Crush" data-product-card-title><h3 style="font-size: 1em;">Double the Crush</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$122 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$136</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">72 reviews with an average of 4.333333333333333 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.333333333333333" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="72" aria-hidden="true" style=" font-size: 12px;">(72)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Crush in Single" data-swatch-item="the-sorbet" href="https://urbanstems.com/products/the-sorbet" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Crush in Double" data-swatch-item="double-the-crush" data-image-loaded href="https://urbanstems.com/products/double-the-crush" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Crush in Triple" data-swatch-item="triple-the-crush" href="https://urbanstems.com/products/triple-the-crush" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="double-the-crush" type="application/json">{"the-sorbet":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/OprahDaily_Badge_1.png?v=1739375604" }, "handle": "the-sorbet", "priceAmount": 6800, "price": "$68 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-sorbet", "variantName": null, "title": "The Crush", "images": [ { "alt": "The Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=700 700w" }, { "alt": "The Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=700 700w" } ], "variants": [{"id":45653350088952,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10022","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Crush - Single","public_title":"Single","options":["Single","Default Title"],"price":6800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4889182456,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":6800,"per_delivery_price":24000,"selling_plan_id":4891541752,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4892328184,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4893114616,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4893901048,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4889215224,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":6800,"per_delivery_price":24000,"selling_plan_id":4891574520,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4892360952,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4893147384,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4893933816,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4889247992,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":6800,"per_delivery_price":24000,"selling_plan_id":4891607288,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4892393720,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4893180152,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4893966584,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146742":{"id":"1-146742","available":36,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146758":{"id":"1-146758","available":22,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146867":{"id":"1-146867","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147257":{"id":"1-147257","available":0,"dates":[]},"1-147273":{"id":"1-147273","available":0,"dates":[]},"1-147778":{"id":"1-147778","available":0,"dates":[]},"1-147791":{"id":"1-147791","available":-2,"dates":[]},"1-148208":{"id":"1-148208","available":0,"dates":[]},"1-148220":{"id":"1-148220","available":0,"dates":[]},"1-148602":{"id":"1-148602","available":0,"dates":[]},"1-148611":{"id":"1-148611","available":1,"dates":["2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"1-149058":{"id":"1-149058","available":20,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"1-149064":{"id":"1-149064","available":0,"dates":[]},"1-149852":{"id":"1-149852","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149858":{"id":"1-149858","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150417":{"id":"1-150417","available":110,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150423":{"id":"1-150423","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150925":{"id":"1-150925","available":45,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150931":{"id":"1-150931","available":0,"dates":[]},"1-151343":{"id":"1-151343","available":1,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151352":{"id":"1-151352","available":0,"dates":[]},"1-151729":{"id":"1-151729","available":2,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151741":{"id":"1-151741","available":9,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152100":{"id":"1-152100","available":21,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152467":{"id":"1-152467","available":0,"dates":[]},"1-152829":{"id":"1-152829","available":0,"dates":[]},"1-152968":{"id":"1-152968","available":0,"dates":[]},"1-153123":{"id":"1-153123","available":0,"dates":[]},"1-153126":{"id":"1-153126","available":0,"dates":[]},"1-153424":{"id":"1-153424","available":0,"dates":[]},"1-153427":{"id":"1-153427","available":0,"dates":[]},"1-153733":{"id":"1-153733","available":0,"dates":[]},"1-153799":{"id":"1-153799","available":0,"dates":[]},"1-154445":{"id":"1-154445","available":0,"dates":[]},"1-154448":{"id":"1-154448","available":-3,"dates":[]},"1-154923":{"id":"1-154923","available":0,"dates":[]},"1-154929":{"id":"1-154929","available":11,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155166":{"id":"1-155166","available":21,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155175":{"id":"1-155175","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155661":{"id":"1-155661","available":21,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155671":{"id":"1-155671","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-2024-09-18":{"id":"1-2024-09-18","available":22,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21"]},"1-2024-09-20":{"id":"1-2024-09-20","available":6,"dates":["2024-09-20","2024-09-21"]},"1-2024-09-21":{"id":"1-2024-09-21","available":1,"dates":["2024-09-21"]},"1-2024-09-22":{"id":"1-2024-09-22","available":26,"dates":["2024-09-22","2024-09-23","2024-09-24"]},"1-2024-09-25":{"id":"1-2024-09-25","available":46,"dates":["2024-09-25","2024-09-26"]},"1-2024-09-27":{"id":"1-2024-09-27","available":45,"dates":["2024-09-27","2024-09-28"]},"1-2024-09-29":{"id":"1-2024-09-29","available":90,"dates":["2024-09-29","2024-09-30","2024-10-01"]},"1-2024-10-02":{"id":"1-2024-10-02","available":20,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05"]},"1-2024-10-04":{"id":"1-2024-10-04","available":67,"dates":["2024-10-04","2024-10-05"]},"1-2024-10-06":{"id":"1-2024-10-06","available":54,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"1-2024-10-09":{"id":"1-2024-10-09","available":69,"dates":["2024-10-09","2024-10-10"]},"1-2024-10-11":{"id":"1-2024-10-11","available":56,"dates":["2024-10-11","2024-10-12"]},"1-2024-10-13":{"id":"1-2024-10-13","available":41,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"1-2024-10-16":{"id":"1-2024-10-16","available":53,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"1-2024-10-18":{"id":"1-2024-10-18","available":79,"dates":["2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-2024-10-20":{"id":"1-2024-10-20","available":98,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"1-2024-10-23":{"id":"1-2024-10-23","available":79,"dates":["2024-10-23","2024-10-24"]},"1-2024-10-25":{"id":"1-2024-10-25","available":67,"dates":["2024-10-25","2024-10-26"]},"1-2024-10-27":{"id":"1-2024-10-27","available":101,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"1-2024-10-30":{"id":"1-2024-10-30","available":78,"dates":["2024-10-30","2024-10-31"]},"1-2024-11-01":{"id":"1-2024-11-01","available":56,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-2024-11-06":{"id":"1-2024-11-06","available":22,"dates":["2024-11-06","2024-11-07"]},"1-FLRL-B-10022-1-144713":{"id":"1-FLRL-B-10022-1-144713","available":1,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"1-FLRL-B-10022-1-144729":{"id":"1-FLRL-B-10022-1-144729","available":12,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-10022-1-146061":{"id":"1-FLRL-B-10022-1-146061","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-10022-1-146079":{"id":"1-FLRL-B-10022-1-146079","available":18,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146862":{"id":"10-146862","available":43,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147375":{"id":"10-147375","available":0,"dates":[]},"10-147901":{"id":"10-147901","available":0,"dates":[]},"10-148336":{"id":"10-148336","available":0,"dates":[]},"10-148726":{"id":"10-148726","available":0,"dates":[]},"10-149044":{"id":"10-149044","available":0,"dates":[]},"10-149864":{"id":"10-149864","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149866":{"id":"10-149866","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150384":{"id":"10-150384","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150390":{"id":"10-150390","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150892":{"id":"10-150892","available":0,"dates":[]},"10-150898":{"id":"10-150898","available":0,"dates":[]},"10-151329":{"id":"10-151329","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"10-151856":{"id":"10-151856","available":0,"dates":[]},"10-152185":{"id":"10-152185","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"10-152633":{"id":"10-152633","available":0,"dates":[]},"10-152888":{"id":"10-152888","available":0,"dates":[]},"10-153188":{"id":"10-153188","available":0,"dates":[]},"10-153629":{"id":"10-153629","available":0,"dates":[]},"10-153883":{"id":"10-153883","available":0,"dates":[]},"10-154430":{"id":"10-154430","available":0,"dates":[]},"10-154914":{"id":"10-154914","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155263":{"id":"10-155263","available":81,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155868":{"id":"10-155868","available":108,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-2024-09-18":{"id":"10-2024-09-18","available":14,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"10-2024-09-23":{"id":"10-2024-09-23","available":56,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"10-2024-09-25":{"id":"10-2024-09-25","available":57,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"10-2024-09-30":{"id":"10-2024-09-30","available":123,"dates":["2024-09-30","2024-10-01"]},"10-2024-10-02":{"id":"10-2024-10-02","available":47,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"10-2024-10-07":{"id":"10-2024-10-07","available":106,"dates":["2024-10-07","2024-10-08"]},"10-2024-10-09":{"id":"10-2024-10-09","available":59,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"10-2024-10-11":{"id":"10-2024-10-11","available":29,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"10-2024-10-14":{"id":"10-2024-10-14","available":63,"dates":["2024-10-14","2024-10-15"]},"10-2024-10-16":{"id":"10-2024-10-16","available":34,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"10-2024-10-21":{"id":"10-2024-10-21","available":74,"dates":["2024-10-21","2024-10-22"]},"10-2024-10-23":{"id":"10-2024-10-23","available":40,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"10-2024-10-28":{"id":"10-2024-10-28","available":81,"dates":["2024-10-28","2024-10-29"]},"10-2024-10-30":{"id":"10-2024-10-30","available":41,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-FLRL-B-10022-10-144684":{"id":"10-FLRL-B-10022-10-144684","available":14,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-10022-10-146184":{"id":"10-FLRL-B-10022-10-146184","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146308":{"id":"11-146308","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146509":{"id":"11-146509","available":48,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146649":{"id":"11-146649","available":64,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147165":{"id":"11-147165","available":0,"dates":[]},"11-147693":{"id":"11-147693","available":0,"dates":[]},"11-148125":{"id":"11-148125","available":0,"dates":[]},"11-148526":{"id":"11-148526","available":0,"dates":[]},"11-148846":{"id":"11-148846","available":-1,"dates":[]},"11-149872":{"id":"11-149872","available":136,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149874":{"id":"11-149874","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150433":{"id":"11-150433","available":136,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150435":{"id":"11-150435","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150571":{"id":"11-150571","available":0,"dates":[]},"11-150577":{"id":"11-150577","available":0,"dates":[]},"11-151129":{"id":"11-151129","available":0,"dates":[]},"11-151541":{"id":"11-151541","available":-6,"dates":[]},"11-152036":{"id":"11-152036","available":0,"dates":[]},"11-152544":{"id":"11-152544","available":0,"dates":[]},"11-152775":{"id":"11-152775","available":0,"dates":[]},"11-153059":{"id":"11-153059","available":0,"dates":[]},"11-153362":{"id":"11-153362","available":0,"dates":[]},"11-153921":{"id":"11-153921","available":0,"dates":[]},"11-154318":{"id":"11-154318","available":0,"dates":[]},"11-154824":{"id":"11-154824","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155273":{"id":"11-155273","available":92,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155525":{"id":"11-155525","available":0,"dates":[]},"11-155804":{"id":"11-155804","available":122,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-2024-09-18":{"id":"11-2024-09-18","available":54,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"11-2024-09-20":{"id":"11-2024-09-20","available":25,"dates":["2024-09-20","2024-09-21","2024-09-22"]},"11-2024-09-21":{"id":"11-2024-09-21","available":9,"dates":["2024-09-21","2024-09-22"]},"11-2024-09-23":{"id":"11-2024-09-23","available":107,"dates":["2024-09-23","2024-09-24"]},"11-2024-09-25":{"id":"11-2024-09-25","available":98,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"11-2024-09-30":{"id":"11-2024-09-30","available":218,"dates":["2024-09-30","2024-10-01"]},"11-2024-10-02":{"id":"11-2024-10-02","available":77,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"11-2024-10-07":{"id":"11-2024-10-07","available":187,"dates":["2024-10-07","2024-10-08"]},"11-2024-10-09":{"id":"11-2024-10-09","available":110,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-11":{"id":"11-2024-10-11","available":74,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-14":{"id":"11-2024-10-14","available":134,"dates":["2024-10-14","2024-10-15"]},"11-2024-10-16":{"id":"11-2024-10-16","available":60,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"11-2024-10-21":{"id":"11-2024-10-21","available":128,"dates":["2024-10-21","2024-10-22"]},"11-2024-10-23":{"id":"11-2024-10-23","available":68,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-2024-10-28":{"id":"11-2024-10-28","available":128,"dates":["2024-10-28","2024-10-29"]},"11-2024-10-30":{"id":"11-2024-10-30","available":60,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-FLRL-B-10022-11-144521":{"id":"11-FLRL-B-10022-11-144521","available":49,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-10022-11-145958":{"id":"11-FLRL-B-10022-11-145958","available":41,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-FLRL-B-10022-11-146308":{"id":"11-FLRL-B-10022-11-146308","available":0,"dates":[]},"11-FLRL-B-10022-11-146509":{"id":"11-FLRL-B-10022-11-146509","available":48,"dates":[]},"2-146743":{"id":"2-146743","available":71,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146759":{"id":"2-146759","available":36,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146868":{"id":"2-146868","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147258":{"id":"2-147258","available":0,"dates":[]},"2-147274":{"id":"2-147274","available":-3,"dates":[]},"2-147779":{"id":"2-147779","available":0,"dates":[]},"2-147792":{"id":"2-147792","available":-2,"dates":[]},"2-148209":{"id":"2-148209","available":0,"dates":[]},"2-148221":{"id":"2-148221","available":0,"dates":[]},"2-148603":{"id":"2-148603","available":0,"dates":[]},"2-148612":{"id":"2-148612","available":0,"dates":[]},"2-149059":{"id":"2-149059","available":28,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"2-149065":{"id":"2-149065","available":0,"dates":[]},"2-149853":{"id":"2-149853","available":143,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149859":{"id":"2-149859","available":176,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150418":{"id":"2-150418","available":143,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150424":{"id":"2-150424","available":176,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150926":{"id":"2-150926","available":28,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150932":{"id":"2-150932","available":0,"dates":[]},"2-151344":{"id":"2-151344","available":0,"dates":[]},"2-151353":{"id":"2-151353","available":0,"dates":[]},"2-151730":{"id":"2-151730","available":-4,"dates":[]},"2-151742":{"id":"2-151742","available":-2,"dates":[]},"2-152101":{"id":"2-152101","available":0,"dates":[]},"2-152468":{"id":"2-152468","available":-1,"dates":[]},"2-152830":{"id":"2-152830","available":0,"dates":[]},"2-152832":{"id":"2-152832","available":12,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152969":{"id":"2-152969","available":0,"dates":[]},"2-153124":{"id":"2-153124","available":0,"dates":[]},"2-153127":{"id":"2-153127","available":0,"dates":[]},"2-153425":{"id":"2-153425","available":0,"dates":[]},"2-153428":{"id":"2-153428","available":0,"dates":[]},"2-153734":{"id":"2-153734","available":0,"dates":[]},"2-153800":{"id":"2-153800","available":0,"dates":[]},"2-154446":{"id":"2-154446","available":0,"dates":[]},"2-154449":{"id":"2-154449","available":-5,"dates":[]},"2-154924":{"id":"2-154924","available":0,"dates":[]},"2-154930":{"id":"2-154930","available":7,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155035":{"id":"2-155035","available":0,"dates":[]},"2-155167":{"id":"2-155167","available":32,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155176":{"id":"2-155176","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155662":{"id":"2-155662","available":32,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155672":{"id":"2-155672","available":24,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-2024-09-18":{"id":"2-2024-09-18","available":11,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21"]},"2-2024-09-22":{"id":"2-2024-09-22","available":64,"dates":["2024-09-22","2024-09-23","2024-09-24"]},"2-2024-09-25":{"id":"2-2024-09-25","available":87,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28"]},"2-2024-09-27":{"id":"2-2024-09-27","available":94,"dates":["2024-09-27","2024-09-28"]},"2-2024-09-29":{"id":"2-2024-09-29","available":178,"dates":["2024-09-29","2024-09-30","2024-10-01"]},"2-2024-10-02":{"id":"2-2024-10-02","available":47,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05"]},"2-2024-10-04":{"id":"2-2024-10-04","available":136,"dates":["2024-10-04","2024-10-05"]},"2-2024-10-06":{"id":"2-2024-10-06","available":111,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"2-2024-10-09":{"id":"2-2024-10-09","available":116,"dates":["2024-10-09","2024-10-10"]},"2-2024-10-11":{"id":"2-2024-10-11","available":90,"dates":["2024-10-11","2024-10-12"]},"2-2024-10-13":{"id":"2-2024-10-13","available":65,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"2-2024-10-16":{"id":"2-2024-10-16","available":91,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"2-2024-10-18":{"id":"2-2024-10-18","available":111,"dates":["2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-2024-10-20":{"id":"2-2024-10-20","available":159,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"2-2024-10-23":{"id":"2-2024-10-23","available":125,"dates":["2024-10-23","2024-10-24"]},"2-2024-10-25":{"id":"2-2024-10-25","available":99,"dates":["2024-10-25","2024-10-26"]},"2-2024-10-27":{"id":"2-2024-10-27","available":167,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"2-2024-10-30":{"id":"2-2024-10-30","available":133,"dates":["2024-10-30","2024-10-31"]},"2-2024-11-01":{"id":"2-2024-11-01","available":102,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-2024-11-06":{"id":"2-2024-11-06","available":34,"dates":["2024-11-06","2024-11-07"]},"2-FLRL-B-10022-2-144730":{"id":"2-FLRL-B-10022-2-144730","available":15,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-10022-2-146062":{"id":"2-FLRL-B-10022-2-146062","available":5,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-10022-2-146080":{"id":"2-FLRL-B-10022-2-146080","available":19,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146668":{"id":"30-146668","available":76,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147309":{"id":"30-147309","available":0,"dates":[]},"30-147827":{"id":"30-147827","available":0,"dates":[]},"30-148258":{"id":"30-148258","available":0,"dates":[]},"30-148650":{"id":"30-148650","available":0,"dates":[]},"30-2024-09-18":{"id":"30-2024-09-18","available":15,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"30-2024-09-23":{"id":"30-2024-09-23","available":69,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"30-2024-09-25":{"id":"30-2024-09-25","available":79,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"30-2024-09-30":{"id":"30-2024-09-30","available":203,"dates":["2024-09-30","2024-10-01"]},"30-2024-10-02":{"id":"30-2024-10-02","available":38,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"30-2024-10-07":{"id":"30-2024-10-07","available":152,"dates":["2024-10-07","2024-10-08"]},"30-2024-10-09":{"id":"30-2024-10-09","available":114,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"30-2024-10-14":{"id":"30-2024-10-14","available":54,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"30-2024-10-21":{"id":"30-2024-10-21","available":133,"dates":["2024-10-21","2024-10-22"]},"30-2024-10-23":{"id":"30-2024-10-23","available":79,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"30-2024-10-28":{"id":"30-2024-10-28","available":155,"dates":["2024-10-28","2024-10-29"]},"30-2024-10-30":{"id":"30-2024-10-30","available":76,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-FLRL-B-10022-30-144775":{"id":"30-FLRL-B-10022-30-144775","available":8,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-10022-30-146115":{"id":"30-FLRL-B-10022-30-146115","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146744":{"id":"4-146744","available":72,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146760":{"id":"4-146760","available":48,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146869":{"id":"4-146869","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147259":{"id":"4-147259","available":0,"dates":[]},"4-147275":{"id":"4-147275","available":0,"dates":[]},"4-147780":{"id":"4-147780","available":0,"dates":[]},"4-147793":{"id":"4-147793","available":0,"dates":[]},"4-148210":{"id":"4-148210","available":0,"dates":[]},"4-148222":{"id":"4-148222","available":0,"dates":[]},"4-148604":{"id":"4-148604","available":0,"dates":[]},"4-148613":{"id":"4-148613","available":0,"dates":[]},"4-149060":{"id":"4-149060","available":-6,"dates":[]},"4-149066":{"id":"4-149066","available":-28,"dates":[]},"4-149854":{"id":"4-149854","available":737,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149860":{"id":"4-149860","available":913,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150419":{"id":"4-150419","available":737,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150425":{"id":"4-150425","available":913,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150927":{"id":"4-150927","available":0,"dates":[]},"4-150933":{"id":"4-150933","available":0,"dates":[]},"4-151345":{"id":"4-151345","available":0,"dates":[]},"4-151354":{"id":"4-151354","available":0,"dates":[]},"4-151731":{"id":"4-151731","available":0,"dates":[]},"4-151743":{"id":"4-151743","available":-2,"dates":[]},"4-152102":{"id":"4-152102","available":0,"dates":[]},"4-152469":{"id":"4-152469","available":0,"dates":[]},"4-152831":{"id":"4-152831","available":0,"dates":[]},"4-152970":{"id":"4-152970","available":0,"dates":[]},"4-153125":{"id":"4-153125","available":0,"dates":[]},"4-153128":{"id":"4-153128","available":0,"dates":[]},"4-153426":{"id":"4-153426","available":0,"dates":[]},"4-153429":{"id":"4-153429","available":0,"dates":[]},"4-153735":{"id":"4-153735","available":0,"dates":[]},"4-153801":{"id":"4-153801","available":0,"dates":[]},"4-154447":{"id":"4-154447","available":0,"dates":[]},"4-154450":{"id":"4-154450","available":0,"dates":[]},"4-154925":{"id":"4-154925","available":23,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154931":{"id":"4-154931","available":63,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155040":{"id":"4-155040","available":0,"dates":[]},"4-155168":{"id":"4-155168","available":137,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155177":{"id":"4-155177","available":84,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155663":{"id":"4-155663","available":161,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155673":{"id":"4-155673","available":96,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-2024-09-18":{"id":"4-2024-09-18","available":119,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21"]},"4-2024-09-20":{"id":"4-2024-09-20","available":43,"dates":["2024-09-20","2024-09-21"]},"4-2024-09-21":{"id":"4-2024-09-21","available":11,"dates":["2024-09-21"]},"4-2024-09-22":{"id":"4-2024-09-22","available":93,"dates":["2024-09-22","2024-09-23","2024-09-24"]},"4-2024-09-25":{"id":"4-2024-09-25","available":136,"dates":["2024-09-25","2024-09-26"]},"4-2024-09-27":{"id":"4-2024-09-27","available":125,"dates":["2024-09-27","2024-09-28"]},"4-2024-09-29":{"id":"4-2024-09-29","available":259,"dates":["2024-09-29","2024-09-30","2024-10-01"]},"4-2024-10-02":{"id":"4-2024-10-02","available":165,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05"]},"4-2024-10-04":{"id":"4-2024-10-04","available":202,"dates":["2024-10-04","2024-10-05"]},"4-2024-10-06":{"id":"4-2024-10-06","available":286,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"4-2024-10-09":{"id":"4-2024-10-09","available":223,"dates":["2024-10-09","2024-10-10"]},"4-2024-10-11":{"id":"4-2024-10-11","available":139,"dates":["2024-10-11","2024-10-12"]},"4-2024-10-13":{"id":"4-2024-10-13","available":197,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"4-2024-10-16":{"id":"4-2024-10-16","available":139,"dates":["2024-10-16","2024-10-17"]},"4-2024-10-18":{"id":"4-2024-10-18","available":91,"dates":["2024-10-18","2024-10-19"]},"4-2024-10-20":{"id":"4-2024-10-20","available":159,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"4-2024-10-23":{"id":"4-2024-10-23","available":146,"dates":["2024-10-23","2024-10-24"]},"4-2024-10-25":{"id":"4-2024-10-25","available":113,"dates":["2024-10-25","2024-10-26"]},"4-2024-10-27":{"id":"4-2024-10-27","available":181,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"4-2024-10-30":{"id":"4-2024-10-30","available":158,"dates":["2024-10-30","2024-10-31"]},"4-2024-11-01":{"id":"4-2024-11-01","available":113,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-2024-11-06":{"id":"4-2024-11-06","available":45,"dates":["2024-11-06","2024-11-07"]},"4-FLRL-B-10022-4-144715":{"id":"4-FLRL-B-10022-4-144715","available":34,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-10022-4-144731":{"id":"4-FLRL-B-10022-4-144731","available":21,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-10022-4-145661":{"id":"4-FLRL-B-10022-4-145661","available":2,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-B-10022-4-146063":{"id":"4-FLRL-B-10022-4-146063","available":72,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-10022-4-146081":{"id":"4-FLRL-B-10022-4-146081","available":12,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146776":{"id":"41-146776","available":48,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147292":{"id":"41-147292","available":0,"dates":[]},"41-147810":{"id":"41-147810","available":0,"dates":[]},"41-148240":{"id":"41-148240","available":0,"dates":[]},"41-148632":{"id":"41-148632","available":0,"dates":[]},"41-148965":{"id":"41-148965","available":0,"dates":[]},"41-149876":{"id":"41-149876","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149878":{"id":"41-149878","available":208,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150437":{"id":"41-150437","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150438":{"id":"41-150438","available":208,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150668":{"id":"41-150668","available":0,"dates":[]},"41-150670":{"id":"41-150670","available":0,"dates":[]},"41-151246":{"id":"41-151246","available":0,"dates":[]},"41-151653":{"id":"41-151653","available":0,"dates":[]},"41-152125":{"id":"41-152125","available":0,"dates":[]},"41-152593":{"id":"41-152593","available":0,"dates":[]},"41-152845":{"id":"41-152845","available":0,"dates":[]},"41-153141":{"id":"41-153141","available":0,"dates":[]},"41-153616":{"id":"41-153616","available":0,"dates":[]},"41-153959":{"id":"41-153959","available":0,"dates":[]},"41-154276":{"id":"41-154276","available":0,"dates":[]},"41-154804":{"id":"41-154804","available":45,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155150":{"id":"41-155150","available":80,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155644":{"id":"41-155644","available":112,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-2024-09-18":{"id":"41-2024-09-18","available":34,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"41-2024-09-20":{"id":"41-2024-09-20","available":18,"dates":["2024-09-20","2024-09-21","2024-09-22"]},"41-2024-09-21":{"id":"41-2024-09-21","available":15,"dates":["2024-09-21","2024-09-22"]},"41-2024-09-23":{"id":"41-2024-09-23","available":90,"dates":["2024-09-23","2024-09-24"]},"41-2024-09-25":{"id":"41-2024-09-25","available":75,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"41-2024-09-30":{"id":"41-2024-09-30","available":177,"dates":["2024-09-30","2024-10-01"]},"41-2024-10-02":{"id":"41-2024-10-02","available":102,"dates":["2024-10-02","2024-10-03"]},"41-2024-10-04":{"id":"41-2024-10-04","available":96,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"41-2024-10-07":{"id":"41-2024-10-07","available":184,"dates":["2024-10-07","2024-10-08"]},"41-2024-10-09":{"id":"41-2024-10-09","available":88,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-11":{"id":"41-2024-10-11","available":83,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-14":{"id":"41-2024-10-14","available":116,"dates":["2024-10-14","2024-10-15"]},"41-2024-10-16":{"id":"41-2024-10-16","available":33,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"41-2024-10-21":{"id":"41-2024-10-21","available":90,"dates":["2024-10-21","2024-10-22"]},"41-2024-10-23":{"id":"41-2024-10-23","available":57,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"41-2024-10-28":{"id":"41-2024-10-28","available":102,"dates":["2024-10-28","2024-10-29"]},"41-2024-10-30":{"id":"41-2024-10-30","available":45,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-FLRL-B-10022-41-144756":{"id":"41-FLRL-B-10022-41-144756","available":50,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-10022-41-146098":{"id":"41-FLRL-B-10022-41-146098","available":57,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148976":{"id":"42-148976","available":0,"dates":[]},"42-149886":{"id":"42-149886","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149888":{"id":"42-149888","available":84,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150267":{"id":"42-150267","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150271":{"id":"42-150271","available":84,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150739":{"id":"42-150739","available":0,"dates":[]},"42-150743":{"id":"42-150743","available":0,"dates":[]},"42-151256":{"id":"42-151256","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"42-151664":{"id":"42-151664","available":0,"dates":[]},"42-152416":{"id":"42-152416","available":0,"dates":[]},"42-153906":{"id":"42-153906","available":0,"dates":[]},"42-154139":{"id":"42-154139","available":0,"dates":[]},"42-154342":{"id":"42-154342","available":0,"dates":[]},"42-154846":{"id":"42-154846","available":19,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"51-146679":{"id":"51-146679","available":27,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147194":{"id":"51-147194","available":30,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147722":{"id":"51-147722","available":22,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148154":{"id":"51-148154","available":0,"dates":[]},"51-148553":{"id":"51-148553","available":0,"dates":[]},"51-148873":{"id":"51-148873","available":0,"dates":[]},"51-149545":{"id":"51-149545","available":203,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150133":{"id":"51-150133","available":203,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150617":{"id":"51-150617","available":203,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150995":{"id":"51-150995","available":-31,"dates":[]},"51-151158":{"id":"51-151158","available":0,"dates":[]},"51-151569":{"id":"51-151569","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152061":{"id":"51-152061","available":0,"dates":[]},"51-152566":{"id":"51-152566","available":0,"dates":[]},"51-152797":{"id":"51-152797","available":0,"dates":[]},"51-153082":{"id":"51-153082","available":17,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153601":{"id":"51-153601","available":0,"dates":[]},"51-153706":{"id":"51-153706","available":0,"dates":[]},"51-154259":{"id":"51-154259","available":0,"dates":[]},"51-154780":{"id":"51-154780","available":112,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155321":{"id":"51-155321","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155527":{"id":"51-155527","available":-20,"dates":[]},"51-155622":{"id":"51-155622","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"51-2024-09-18":{"id":"51-2024-09-18","available":34,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"51-2024-09-20":{"id":"51-2024-09-20","available":23,"dates":["2024-09-20","2024-09-21","2024-09-22"]},"51-2024-09-21":{"id":"51-2024-09-21","available":23,"dates":["2024-09-21","2024-09-22"]},"51-2024-09-23":{"id":"51-2024-09-23","available":22,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"51-2024-09-30":{"id":"51-2024-09-30","available":23,"dates":["2024-09-30","2024-10-01","2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"51-2024-10-02":{"id":"51-2024-10-02","available":3,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"51-2024-10-14":{"id":"51-2024-10-14","available":18,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"51-2024-10-21":{"id":"51-2024-10-21","available":27,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"51-2024-10-28":{"id":"51-2024-10-28","available":24,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"58-146872":{"id":"58-146872","available":107,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147385":{"id":"58-147385","available":0,"dates":[]},"58-147911":{"id":"58-147911","available":0,"dates":[]},"58-148346":{"id":"58-148346","available":0,"dates":[]},"58-148737":{"id":"58-148737","available":0,"dates":[]},"58-148928":{"id":"58-148928","available":-16,"dates":[]},"58-149666":{"id":"58-149666","available":384,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149670":{"id":"58-149670","available":480,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150226":{"id":"58-150226","available":384,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150230":{"id":"58-150230","available":480,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150704":{"id":"58-150704","available":0,"dates":[]},"58-150707":{"id":"58-150707","available":0,"dates":[]},"58-151208":{"id":"58-151208","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151620":{"id":"58-151620","available":0,"dates":[]},"58-152096":{"id":"58-152096","available":0,"dates":[]},"58-152587":{"id":"58-152587","available":0,"dates":[]},"58-152826":{"id":"58-152826","available":0,"dates":[]},"58-153120":{"id":"58-153120","available":0,"dates":[]},"58-153421":{"id":"58-153421","available":0,"dates":[]},"58-154070":{"id":"58-154070","available":0,"dates":[]},"58-154243":{"id":"58-154243","available":0,"dates":[]},"58-154252":{"id":"58-154252","available":0,"dates":[]},"58-154774":{"id":"58-154774","available":85,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155140":{"id":"58-155140","available":138,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155611":{"id":"58-155611","available":176,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-2024-09-18":{"id":"58-2024-09-18","available":80,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"58-2024-09-20":{"id":"58-2024-09-20","available":30,"dates":["2024-09-20","2024-09-21","2024-09-22"]},"58-2024-09-21":{"id":"58-2024-09-21","available":8,"dates":["2024-09-21","2024-09-22"]},"58-2024-09-23":{"id":"58-2024-09-23","available":141,"dates":["2024-09-23","2024-09-24"]},"58-2024-09-25":{"id":"58-2024-09-25","available":133,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"58-2024-09-30":{"id":"58-2024-09-30","available":298,"dates":["2024-09-30","2024-10-01"]},"58-2024-10-02":{"id":"58-2024-10-02","available":101,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"58-2024-10-07":{"id":"58-2024-10-07","available":251,"dates":["2024-10-07","2024-10-08"]},"58-2024-10-09":{"id":"58-2024-10-09","available":150,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-11":{"id":"58-2024-10-11","available":44,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-14":{"id":"58-2024-10-14","available":130,"dates":["2024-10-14","2024-10-15"]},"58-2024-10-16":{"id":"58-2024-10-16","available":86,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"58-2024-10-21":{"id":"58-2024-10-21","available":187,"dates":["2024-10-21","2024-10-22"]},"58-2024-10-23":{"id":"58-2024-10-23","available":101,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-2024-10-28":{"id":"58-2024-10-28","available":205,"dates":["2024-10-28","2024-10-29"]},"58-2024-10-30":{"id":"58-2024-10-30","available":104,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-FLRL-B-10022-58-144698":{"id":"58-FLRL-B-10022-58-144698","available":44,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-10022-58-145779":{"id":"58-FLRL-B-10022-58-145779","available":"6","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-10022-58-146194":{"id":"58-FLRL-B-10022-58-146194","available":31,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148958":{"id":"65-148958","available":0,"dates":[]},"65-149868":{"id":"65-149868","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149870":{"id":"65-149870","available":200,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150429":{"id":"65-150429","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150431":{"id":"65-150431","available":200,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150844":{"id":"65-150844","available":0,"dates":[]},"65-150855":{"id":"65-150855","available":0,"dates":[]},"65-151239":{"id":"65-151239","available":0,"dates":[]},"65-151646":{"id":"65-151646","available":2,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152118":{"id":"65-152118","available":18,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152403":{"id":"65-152403","available":0,"dates":[]},"65-152840":{"id":"65-152840","available":0,"dates":[]},"65-153136":{"id":"65-153136","available":0,"dates":[]},"65-153438":{"id":"65-153438","available":24,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153612":{"id":"65-153612","available":0,"dates":[]},"65-153966":{"id":"65-153966","available":0,"dates":[]},"65-154405":{"id":"65-154405","available":0,"dates":[]},"65-154900":{"id":"65-154900","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155252":{"id":"65-155252","available":59,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155771":{"id":"65-155771","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150488":{"id":"66-150488","available":0,"dates":[]},"9-146731":{"id":"9-146731","available":32,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147246":{"id":"9-147246","available":0,"dates":[]},"9-147767":{"id":"9-147767","available":-3,"dates":[]},"9-148197":{"id":"9-148197","available":0,"dates":[]},"9-148591":{"id":"9-148591","available":0,"dates":[]},"9-152216":{"id":"9-152216","available":0,"dates":[]},"9-152912":{"id":"9-152912","available":0,"dates":[]},"9-153215":{"id":"9-153215","available":0,"dates":[]},"9-153511":{"id":"9-153511","available":0,"dates":[]},"9-155278":{"id":"9-155278","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155526":{"id":"9-155526","available":0,"dates":[]},"9-155563":{"id":"9-155563","available":36,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155810":{"id":"9-155810","available":44,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-2024-09-23":{"id":"9-2024-09-23","available":28,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"9-2024-09-30":{"id":"9-2024-09-30","available":66,"dates":["2024-09-30","2024-10-01"]},"9-2024-10-02":{"id":"9-2024-10-02","available":15,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"9-2024-10-07":{"id":"9-2024-10-07","available":43,"dates":["2024-10-07","2024-10-08"]},"9-2024-10-09":{"id":"9-2024-10-09","available":28,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"9-2024-10-11":{"id":"9-2024-10-11","available":15,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"9-2024-10-14":{"id":"9-2024-10-14","available":22,"dates":["2024-10-14","2024-10-15"]},"9-2024-10-16":{"id":"9-2024-10-16","available":7,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"9-2024-10-21":{"id":"9-2024-10-21","available":37,"dates":["2024-10-21","2024-10-22"]},"9-2024-10-23":{"id":"9-2024-10-23","available":30,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"9-2024-10-28":{"id":"9-2024-10-28","available":60,"dates":["2024-10-28","2024-10-29"]},"9-2024-10-30":{"id":"9-2024-10-30","available":30,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-FLRL-B-10022-9-144641":{"id":"9-FLRL-B-10022-9-144641","available":4,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"9-FLRL-B-10022-9-146049":{"id":"9-FLRL-B-10022-9-146049","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150704","58-150707","58-154774","58-155140","58-155611"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154780","51-155321","51-155622"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150927","4-150933","4-154925","4-154931","4-155168","4-155177","4-155663","4-155673"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150668","41-150670","41-154804","41-155150","41-155644"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150739","42-150743","42-154846"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150932","2-154924","2-154930","2-155167","2-155176","2-155662","2-155672"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150892","10-150898","10-154914","10-155263","10-155868"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150571","11-155525","11-150577","11-154824","11-155273","11-155804"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155526","9-155563","9-155278","9-155810"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150931","1-154923","1-154929","1-155166","1-155175","1-155661","1-155671"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150844","65-150855","65-154900","65-155252","65-155771"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150488"]}],"lot-a":{"id":"lot-a","available":10,"dates":["2024-09-24","2024-09-25","2024-09-26"]},"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-crush":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/OprahDaily_Badge_1.png?v=1739375604" }, "handle": "double-the-crush", "priceAmount": 12200, "price": "$122 ", "priceCompareAtAmount": 13600, "priceCompareAt": "$136 ", "url": "https://urbanstems.com/products/double-the-crush", "variantName": null, "title": "Double the Crush", "images": [ { "alt": "Double the Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=700 700w" }, { "alt": "Double the Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=700 700w" } ], "variants": [{"id":45653343600888,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10022","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Crush - Double","public_title":"Double","options":["Double","Default Title"],"price":12200,"weight":0,"compare_at_price":13600,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":12200,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":12200,"per_delivery_price":31500,"selling_plan_id":4977918200,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":12200,"per_delivery_price":42000,"selling_plan_id":4979720440,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":12200,"per_delivery_price":52500,"selling_plan_id":4980474104,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":12200,"per_delivery_price":63000,"selling_plan_id":4980998392,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":12200,"per_delivery_price":126000,"selling_plan_id":4981129464,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":12200,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":12200,"per_delivery_price":31500,"selling_plan_id":4977950968,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":12200,"per_delivery_price":42000,"selling_plan_id":4979753208,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":12200,"per_delivery_price":52500,"selling_plan_id":4980506872,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":12200,"per_delivery_price":63000,"selling_plan_id":4981031160,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":12200,"per_delivery_price":126000,"selling_plan_id":4981162232,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146742":{"id":"1-146742","available":18,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146758":{"id":"1-146758","available":11,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146867":{"id":"1-146867","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147257":{"id":"1-147257","available":0,"dates":[]},"1-147273":{"id":"1-147273","available":0,"dates":[]},"1-147778":{"id":"1-147778","available":0,"dates":[]},"1-147791":{"id":"1-147791","available":-1,"dates":[]},"1-148208":{"id":"1-148208","available":0,"dates":[]},"1-148220":{"id":"1-148220","available":0,"dates":[]},"1-148602":{"id":"1-148602","available":0,"dates":[]},"1-148611":{"id":"1-148611","available":0,"dates":[]},"1-149058":{"id":"1-149058","available":10,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"1-149064":{"id":"1-149064","available":0,"dates":[]},"1-149852":{"id":"1-149852","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149858":{"id":"1-149858","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150417":{"id":"1-150417","available":55,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150423":{"id":"1-150423","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150925":{"id":"1-150925","available":22,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150931":{"id":"1-150931","available":0,"dates":[]},"1-151343":{"id":"1-151343","available":0,"dates":[]},"1-151352":{"id":"1-151352","available":0,"dates":[]},"1-151729":{"id":"1-151729","available":1,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151741":{"id":"1-151741","available":4,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152100":{"id":"1-152100","available":10,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152467":{"id":"1-152467","available":0,"dates":[]},"1-152829":{"id":"1-152829","available":0,"dates":[]},"1-152968":{"id":"1-152968","available":0,"dates":[]},"1-153123":{"id":"1-153123","available":0,"dates":[]},"1-153126":{"id":"1-153126","available":0,"dates":[]},"1-153424":{"id":"1-153424","available":0,"dates":[]},"1-153427":{"id":"1-153427","available":0,"dates":[]},"1-153733":{"id":"1-153733","available":0,"dates":[]},"1-153799":{"id":"1-153799","available":0,"dates":[]},"1-154445":{"id":"1-154445","available":0,"dates":[]},"1-154448":{"id":"1-154448","available":-2,"dates":[]},"1-154923":{"id":"1-154923","available":0,"dates":[]},"1-154929":{"id":"1-154929","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155166":{"id":"1-155166","available":10,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155175":{"id":"1-155175","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155661":{"id":"1-155661","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155671":{"id":"1-155671","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-2024-10-04":{"id":"1-2024-10-04","available":1,"dates":["2024-10-04","2024-10-05"]},"1-2024-10-06":{"id":"1-2024-10-06","available":16,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"1-2024-10-09":{"id":"1-2024-10-09","available":26,"dates":["2024-10-09","2024-10-10"]},"1-2024-10-11":{"id":"1-2024-10-11","available":25,"dates":["2024-10-11","2024-10-12"]},"1-2024-10-13":{"id":"1-2024-10-13","available":53,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"1-2024-10-16":{"id":"1-2024-10-16","available":48,"dates":["2024-10-16","2024-10-17"]},"1-2024-10-18":{"id":"1-2024-10-18","available":38,"dates":["2024-10-18","2024-10-19"]},"1-2024-10-20":{"id":"1-2024-10-20","available":61,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"1-2024-10-23":{"id":"1-2024-10-23","available":43,"dates":["2024-10-23","2024-10-24"]},"1-2024-10-25":{"id":"1-2024-10-25","available":33,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"1-2024-10-30":{"id":"1-2024-10-30","available":11,"dates":["2024-10-30","2024-10-31"]},"1-FLRL-D-10022-1-146061":{"id":"1-FLRL-D-10022-1-146061","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-D-10022-1-146079":{"id":"1-FLRL-D-10022-1-146079","available":9,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146862":{"id":"10-146862","available":21,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147375":{"id":"10-147375","available":0,"dates":[]},"10-147901":{"id":"10-147901","available":0,"dates":[]},"10-148336":{"id":"10-148336","available":0,"dates":[]},"10-148726":{"id":"10-148726","available":0,"dates":[]},"10-149044":{"id":"10-149044","available":0,"dates":[]},"10-149864":{"id":"10-149864","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149866":{"id":"10-149866","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150384":{"id":"10-150384","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150390":{"id":"10-150390","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150892":{"id":"10-150892","available":0,"dates":[]},"10-150898":{"id":"10-150898","available":0,"dates":[]},"10-151329":{"id":"10-151329","available":0,"dates":[]},"10-151856":{"id":"10-151856","available":0,"dates":[]},"10-152185":{"id":"10-152185","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"10-152633":{"id":"10-152633","available":0,"dates":[]},"10-152888":{"id":"10-152888","available":0,"dates":[]},"10-153188":{"id":"10-153188","available":0,"dates":[]},"10-153629":{"id":"10-153629","available":0,"dates":[]},"10-153883":{"id":"10-153883","available":0,"dates":[]},"10-154430":{"id":"10-154430","available":0,"dates":[]},"10-154914":{"id":"10-154914","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155263":{"id":"10-155263","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155868":{"id":"10-155868","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-2024-10-04":{"id":"10-2024-10-04","available":13,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"10-2024-10-07":{"id":"10-2024-10-07","available":39,"dates":["2024-10-07","2024-10-08"]},"10-2024-10-09":{"id":"10-2024-10-09","available":26,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"10-2024-10-14":{"id":"10-2024-10-14","available":46,"dates":["2024-10-14","2024-10-15"]},"10-2024-10-16":{"id":"10-2024-10-16","available":20,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"10-2024-10-21":{"id":"10-2024-10-21","available":41,"dates":["2024-10-21","2024-10-22"]},"10-2024-10-23":{"id":"10-2024-10-23","available":20,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"10-FLRL-D-10022-10-146184":{"id":"10-FLRL-D-10022-10-146184","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146308":{"id":"11-146308","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146509":{"id":"11-146509","available":24,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146649":{"id":"11-146649","available":32,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147165":{"id":"11-147165","available":0,"dates":[]},"11-147693":{"id":"11-147693","available":0,"dates":[]},"11-148125":{"id":"11-148125","available":0,"dates":[]},"11-148526":{"id":"11-148526","available":0,"dates":[]},"11-148846":{"id":"11-148846","available":-1,"dates":[]},"11-149872":{"id":"11-149872","available":68,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149874":{"id":"11-149874","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150433":{"id":"11-150433","available":68,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150435":{"id":"11-150435","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150571":{"id":"11-150571","available":0,"dates":[]},"11-150577":{"id":"11-150577","available":0,"dates":[]},"11-151129":{"id":"11-151129","available":0,"dates":[]},"11-151541":{"id":"11-151541","available":-3,"dates":[]},"11-152036":{"id":"11-152036","available":0,"dates":[]},"11-152544":{"id":"11-152544","available":0,"dates":[]},"11-152775":{"id":"11-152775","available":0,"dates":[]},"11-153059":{"id":"11-153059","available":0,"dates":[]},"11-153362":{"id":"11-153362","available":0,"dates":[]},"11-153921":{"id":"11-153921","available":0,"dates":[]},"11-154318":{"id":"11-154318","available":0,"dates":[]},"11-154824":{"id":"11-154824","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155273":{"id":"11-155273","available":46,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155525":{"id":"11-155525","available":0,"dates":[]},"11-155804":{"id":"11-155804","available":61,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-2024-10-04":{"id":"11-2024-10-04","available":27,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"11-2024-10-07":{"id":"11-2024-10-07","available":74,"dates":["2024-10-07","2024-10-08"]},"11-2024-10-09":{"id":"11-2024-10-09","available":47,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-14":{"id":"11-2024-10-14","available":81,"dates":["2024-10-14","2024-10-15"]},"11-2024-10-16":{"id":"11-2024-10-16","available":34,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"11-2024-10-21":{"id":"11-2024-10-21","available":68,"dates":["2024-10-21","2024-10-22"]},"11-2024-10-23":{"id":"11-2024-10-23","available":34,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"11-FLRL-D-10022-11-145958":{"id":"11-FLRL-D-10022-11-145958","available":20,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146743":{"id":"2-146743","available":35,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146759":{"id":"2-146759","available":18,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146868":{"id":"2-146868","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147258":{"id":"2-147258","available":0,"dates":[]},"2-147274":{"id":"2-147274","available":-2,"dates":[]},"2-147779":{"id":"2-147779","available":0,"dates":[]},"2-147792":{"id":"2-147792","available":-1,"dates":[]},"2-148209":{"id":"2-148209","available":0,"dates":[]},"2-148221":{"id":"2-148221","available":0,"dates":[]},"2-148603":{"id":"2-148603","available":0,"dates":[]},"2-148612":{"id":"2-148612","available":0,"dates":[]},"2-149059":{"id":"2-149059","available":14,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"2-149065":{"id":"2-149065","available":0,"dates":[]},"2-149853":{"id":"2-149853","available":71,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149859":{"id":"2-149859","available":88,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150418":{"id":"2-150418","available":71,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150424":{"id":"2-150424","available":88,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150926":{"id":"2-150926","available":14,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150932":{"id":"2-150932","available":0,"dates":[]},"2-151344":{"id":"2-151344","available":0,"dates":[]},"2-151353":{"id":"2-151353","available":0,"dates":[]},"2-151730":{"id":"2-151730","available":-2,"dates":[]},"2-151742":{"id":"2-151742","available":-1,"dates":[]},"2-152101":{"id":"2-152101","available":0,"dates":[]},"2-152468":{"id":"2-152468","available":-1,"dates":[]},"2-152830":{"id":"2-152830","available":0,"dates":[]},"2-152832":{"id":"2-152832","available":6,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152969":{"id":"2-152969","available":0,"dates":[]},"2-153124":{"id":"2-153124","available":0,"dates":[]},"2-153127":{"id":"2-153127","available":0,"dates":[]},"2-153425":{"id":"2-153425","available":0,"dates":[]},"2-153428":{"id":"2-153428","available":0,"dates":[]},"2-153734":{"id":"2-153734","available":0,"dates":[]},"2-153800":{"id":"2-153800","available":0,"dates":[]},"2-154446":{"id":"2-154446","available":0,"dates":[]},"2-154449":{"id":"2-154449","available":-3,"dates":[]},"2-154924":{"id":"2-154924","available":0,"dates":[]},"2-154930":{"id":"2-154930","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155035":{"id":"2-155035","available":0,"dates":[]},"2-155167":{"id":"2-155167","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155176":{"id":"2-155176","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155662":{"id":"2-155662","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155672":{"id":"2-155672","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-2024-10-04":{"id":"2-2024-10-04","available":10,"dates":["2024-10-04","2024-10-05"]},"2-2024-10-06":{"id":"2-2024-10-06","available":32,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"2-2024-10-09":{"id":"2-2024-10-09","available":44,"dates":["2024-10-09","2024-10-10"]},"2-2024-10-11":{"id":"2-2024-10-11","available":34,"dates":["2024-10-11","2024-10-12"]},"2-2024-10-13":{"id":"2-2024-10-13","available":73,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"2-2024-10-16":{"id":"2-2024-10-16","available":67,"dates":["2024-10-16","2024-10-17"]},"2-2024-10-18":{"id":"2-2024-10-18","available":55,"dates":["2024-10-18","2024-10-19"]},"2-2024-10-20":{"id":"2-2024-10-20","available":89,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"2-2024-10-23":{"id":"2-2024-10-23","available":67,"dates":["2024-10-23","2024-10-24"]},"2-2024-10-25":{"id":"2-2024-10-25","available":51,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"2-2024-10-30":{"id":"2-2024-10-30","available":17,"dates":["2024-10-30","2024-10-31"]},"2-FLRL-D-10022-2-146062":{"id":"2-FLRL-D-10022-2-146062","available":2,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-D-10022-2-146080":{"id":"2-FLRL-D-10022-2-146080","available":9,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146668":{"id":"30-146668","available":38,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147309":{"id":"30-147309","available":0,"dates":[]},"30-147827":{"id":"30-147827","available":0,"dates":[]},"30-148258":{"id":"30-148258","available":0,"dates":[]},"30-148650":{"id":"30-148650","available":0,"dates":[]},"30-2024-10-07":{"id":"30-2024-10-07","available":47,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"30-2024-10-14":{"id":"30-2024-10-14","available":80,"dates":["2024-10-14","2024-10-15"]},"30-2024-10-16":{"id":"30-2024-10-16","available":33,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"30-2024-10-21":{"id":"30-2024-10-21","available":72,"dates":["2024-10-21","2024-10-22"]},"30-2024-10-23":{"id":"30-2024-10-23","available":39,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"30-FLRL-D-10022-30-146115":{"id":"30-FLRL-D-10022-30-146115","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146744":{"id":"4-146744","available":36,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146760":{"id":"4-146760","available":24,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146869":{"id":"4-146869","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147259":{"id":"4-147259","available":0,"dates":[]},"4-147275":{"id":"4-147275","available":0,"dates":[]},"4-147780":{"id":"4-147780","available":0,"dates":[]},"4-147793":{"id":"4-147793","available":0,"dates":[]},"4-148210":{"id":"4-148210","available":0,"dates":[]},"4-148222":{"id":"4-148222","available":0,"dates":[]},"4-148604":{"id":"4-148604","available":0,"dates":[]},"4-148613":{"id":"4-148613","available":0,"dates":[]},"4-149060":{"id":"4-149060","available":-3,"dates":[]},"4-149066":{"id":"4-149066","available":-14,"dates":[]},"4-149854":{"id":"4-149854","available":368,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149860":{"id":"4-149860","available":456,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150419":{"id":"4-150419","available":368,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150425":{"id":"4-150425","available":456,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150927":{"id":"4-150927","available":0,"dates":[]},"4-150933":{"id":"4-150933","available":0,"dates":[]},"4-151345":{"id":"4-151345","available":0,"dates":[]},"4-151354":{"id":"4-151354","available":0,"dates":[]},"4-151731":{"id":"4-151731","available":0,"dates":[]},"4-151743":{"id":"4-151743","available":-1,"dates":[]},"4-152102":{"id":"4-152102","available":0,"dates":[]},"4-152469":{"id":"4-152469","available":0,"dates":[]},"4-152831":{"id":"4-152831","available":0,"dates":[]},"4-152970":{"id":"4-152970","available":0,"dates":[]},"4-153125":{"id":"4-153125","available":0,"dates":[]},"4-153128":{"id":"4-153128","available":0,"dates":[]},"4-153426":{"id":"4-153426","available":0,"dates":[]},"4-153429":{"id":"4-153429","available":0,"dates":[]},"4-153735":{"id":"4-153735","available":0,"dates":[]},"4-153801":{"id":"4-153801","available":0,"dates":[]},"4-154447":{"id":"4-154447","available":0,"dates":[]},"4-154450":{"id":"4-154450","available":0,"dates":[]},"4-154925":{"id":"4-154925","available":11,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154931":{"id":"4-154931","available":31,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155040":{"id":"4-155040","available":0,"dates":[]},"4-155168":{"id":"4-155168","available":68,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155177":{"id":"4-155177","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155663":{"id":"4-155663","available":80,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155673":{"id":"4-155673","available":48,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-2024-10-04":{"id":"4-2024-10-04","available":59,"dates":["2024-10-04","2024-10-05"]},"4-2024-10-06":{"id":"4-2024-10-06","available":113,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"4-2024-10-09":{"id":"4-2024-10-09","available":110,"dates":["2024-10-09","2024-10-10"]},"4-2024-10-11":{"id":"4-2024-10-11","available":74,"dates":["2024-10-11","2024-10-12"]},"4-2024-10-13":{"id":"4-2024-10-13","available":107,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"4-2024-10-16":{"id":"4-2024-10-16","available":70,"dates":["2024-10-16","2024-10-17"]},"4-2024-10-18":{"id":"4-2024-10-18","available":50,"dates":["2024-10-18","2024-10-19"]},"4-2024-10-20":{"id":"4-2024-10-20","available":84,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"4-2024-10-23":{"id":"4-2024-10-23","available":73,"dates":["2024-10-23","2024-10-24"]},"4-2024-10-25":{"id":"4-2024-10-25","available":56,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"4-2024-10-30":{"id":"4-2024-10-30","available":22,"dates":["2024-10-30","2024-10-31"]},"4-FLRL-D-10022-4-145661":{"id":"4-FLRL-D-10022-4-145661","available":1,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-D-10022-4-146063":{"id":"4-FLRL-D-10022-4-146063","available":36,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-D-10022-4-146081":{"id":"4-FLRL-D-10022-4-146081","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146776":{"id":"41-146776","available":24,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147292":{"id":"41-147292","available":0,"dates":[]},"41-147810":{"id":"41-147810","available":0,"dates":[]},"41-148240":{"id":"41-148240","available":0,"dates":[]},"41-148632":{"id":"41-148632","available":0,"dates":[]},"41-148965":{"id":"41-148965","available":0,"dates":[]},"41-149876":{"id":"41-149876","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149878":{"id":"41-149878","available":104,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150437":{"id":"41-150437","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150438":{"id":"41-150438","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150668":{"id":"41-150668","available":0,"dates":[]},"41-150670":{"id":"41-150670","available":0,"dates":[]},"41-151246":{"id":"41-151246","available":0,"dates":[]},"41-151653":{"id":"41-151653","available":0,"dates":[]},"41-152125":{"id":"41-152125","available":0,"dates":[]},"41-152593":{"id":"41-152593","available":0,"dates":[]},"41-152845":{"id":"41-152845","available":0,"dates":[]},"41-153141":{"id":"41-153141","available":0,"dates":[]},"41-153616":{"id":"41-153616","available":0,"dates":[]},"41-153959":{"id":"41-153959","available":0,"dates":[]},"41-154276":{"id":"41-154276","available":0,"dates":[]},"41-154804":{"id":"41-154804","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155150":{"id":"41-155150","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155644":{"id":"41-155644","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-2024-10-04":{"id":"41-2024-10-04","available":41,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"41-2024-10-07":{"id":"41-2024-10-07","available":83,"dates":["2024-10-07","2024-10-08"]},"41-2024-10-09":{"id":"41-2024-10-09","available":41,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-14":{"id":"41-2024-10-14","available":68,"dates":["2024-10-14","2024-10-15"]},"41-2024-10-16":{"id":"41-2024-10-16","available":27,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"41-2024-10-21":{"id":"41-2024-10-21","available":55,"dates":["2024-10-21","2024-10-22"]},"41-2024-10-23":{"id":"41-2024-10-23","available":28,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"41-FLRL-D-10022-41-146098":{"id":"41-FLRL-D-10022-41-146098","available":28,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148976":{"id":"42-148976","available":0,"dates":[]},"42-149886":{"id":"42-149886","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149888":{"id":"42-149888","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150267":{"id":"42-150267","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150271":{"id":"42-150271","available":42,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150739":{"id":"42-150739","available":0,"dates":[]},"42-150743":{"id":"42-150743","available":0,"dates":[]},"42-151256":{"id":"42-151256","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"42-151664":{"id":"42-151664","available":0,"dates":[]},"42-152416":{"id":"42-152416","available":0,"dates":[]},"42-153906":{"id":"42-153906","available":0,"dates":[]},"42-154139":{"id":"42-154139","available":0,"dates":[]},"42-154342":{"id":"42-154342","available":0,"dates":[]},"42-154846":{"id":"42-154846","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"51-146679":{"id":"51-146679","available":13,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147194":{"id":"51-147194","available":15,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147722":{"id":"51-147722","available":11,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148154":{"id":"51-148154","available":0,"dates":[]},"51-148553":{"id":"51-148553","available":0,"dates":[]},"51-148873":{"id":"51-148873","available":0,"dates":[]},"51-149545":{"id":"51-149545","available":101,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150133":{"id":"51-150133","available":101,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150617":{"id":"51-150617","available":101,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150995":{"id":"51-150995","available":-16,"dates":[]},"51-151158":{"id":"51-151158","available":0,"dates":[]},"51-151569":{"id":"51-151569","available":0,"dates":[]},"51-152061":{"id":"51-152061","available":0,"dates":[]},"51-152566":{"id":"51-152566","available":0,"dates":[]},"51-152797":{"id":"51-152797","available":0,"dates":[]},"51-153082":{"id":"51-153082","available":8,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153601":{"id":"51-153601","available":0,"dates":[]},"51-153706":{"id":"51-153706","available":0,"dates":[]},"51-154259":{"id":"51-154259","available":0,"dates":[]},"51-154780":{"id":"51-154780","available":56,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155321":{"id":"51-155321","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155527":{"id":"51-155527","available":-10,"dates":[]},"51-155622":{"id":"51-155622","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"51-2024-10-07":{"id":"51-2024-10-07","available":3,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"51-2024-10-14":{"id":"51-2024-10-14","available":11,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"51-2024-10-21":{"id":"51-2024-10-21","available":9,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146872":{"id":"58-146872","available":53,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147385":{"id":"58-147385","available":0,"dates":[]},"58-147911":{"id":"58-147911","available":0,"dates":[]},"58-148346":{"id":"58-148346","available":0,"dates":[]},"58-148737":{"id":"58-148737","available":0,"dates":[]},"58-148928":{"id":"58-148928","available":-8,"dates":[]},"58-149666":{"id":"58-149666","available":192,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149670":{"id":"58-149670","available":240,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150226":{"id":"58-150226","available":192,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150230":{"id":"58-150230","available":240,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150704":{"id":"58-150704","available":0,"dates":[]},"58-150707":{"id":"58-150707","available":0,"dates":[]},"58-151208":{"id":"58-151208","available":0,"dates":[]},"58-151620":{"id":"58-151620","available":0,"dates":[]},"58-152096":{"id":"58-152096","available":0,"dates":[]},"58-152587":{"id":"58-152587","available":0,"dates":[]},"58-152826":{"id":"58-152826","available":0,"dates":[]},"58-153120":{"id":"58-153120","available":0,"dates":[]},"58-153421":{"id":"58-153421","available":0,"dates":[]},"58-154070":{"id":"58-154070","available":0,"dates":[]},"58-154243":{"id":"58-154243","available":0,"dates":[]},"58-154252":{"id":"58-154252","available":0,"dates":[]},"58-154774":{"id":"58-154774","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155140":{"id":"58-155140","available":69,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155611":{"id":"58-155611","available":88,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-2024-10-04":{"id":"58-2024-10-04","available":16,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"58-2024-10-07":{"id":"58-2024-10-07","available":87,"dates":["2024-10-07","2024-10-08"]},"58-2024-10-09":{"id":"58-2024-10-09","available":71,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-14":{"id":"58-2024-10-14","available":123,"dates":["2024-10-14","2024-10-15"]},"58-2024-10-16":{"id":"58-2024-10-16","available":52,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"58-2024-10-21":{"id":"58-2024-10-21","available":104,"dates":["2024-10-21","2024-10-22"]},"58-2024-10-23":{"id":"58-2024-10-23","available":52,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"58-FLRL-D-10022-58-146194":{"id":"58-FLRL-D-10022-58-146194","available":15,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148958":{"id":"65-148958","available":0,"dates":[]},"65-149868":{"id":"65-149868","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149870":{"id":"65-149870","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150429":{"id":"65-150429","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150431":{"id":"65-150431","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150844":{"id":"65-150844","available":0,"dates":[]},"65-150855":{"id":"65-150855","available":0,"dates":[]},"65-151239":{"id":"65-151239","available":0,"dates":[]},"65-151646":{"id":"65-151646","available":1,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152118":{"id":"65-152118","available":9,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152403":{"id":"65-152403","available":0,"dates":[]},"65-152840":{"id":"65-152840","available":0,"dates":[]},"65-153136":{"id":"65-153136","available":0,"dates":[]},"65-153438":{"id":"65-153438","available":12,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153612":{"id":"65-153612","available":0,"dates":[]},"65-153966":{"id":"65-153966","available":0,"dates":[]},"65-154405":{"id":"65-154405","available":0,"dates":[]},"65-154900":{"id":"65-154900","available":2,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155252":{"id":"65-155252","available":29,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155771":{"id":"65-155771","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150488":{"id":"66-150488","available":0,"dates":[]},"9-146731":{"id":"9-146731","available":16,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147246":{"id":"9-147246","available":0,"dates":[]},"9-147767":{"id":"9-147767","available":-2,"dates":[]},"9-148197":{"id":"9-148197","available":0,"dates":[]},"9-148591":{"id":"9-148591","available":0,"dates":[]},"9-152216":{"id":"9-152216","available":0,"dates":[]},"9-152912":{"id":"9-152912","available":0,"dates":[]},"9-153215":{"id":"9-153215","available":0,"dates":[]},"9-153511":{"id":"9-153511","available":0,"dates":[]},"9-155278":{"id":"9-155278","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155526":{"id":"9-155526","available":0,"dates":[]},"9-155563":{"id":"9-155563","available":18,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155810":{"id":"9-155810","available":22,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-2024-10-04":{"id":"9-2024-10-04","available":0,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"9-2024-10-07":{"id":"9-2024-10-07","available":13,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"9-2024-10-14":{"id":"9-2024-10-14","available":20,"dates":["2024-10-14","2024-10-15"]},"9-2024-10-16":{"id":"9-2024-10-16","available":7,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"9-2024-10-21":{"id":"9-2024-10-21","available":22,"dates":["2024-10-21","2024-10-22"]},"9-2024-10-23":{"id":"9-2024-10-23","available":15,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"9-FLRL-D-10022-9-146049":{"id":"9-FLRL-D-10022-9-146049","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"item_reference":{"sku":"FLRL-B-10022","quantity":2},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150704","58-150707","58-154774","58-155140","58-155611"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154780","51-155321","51-155622"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150927","4-150933","4-154925","4-154931","4-155168","4-155177","4-155663","4-155673"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150668","41-150670","41-154804","41-155150","41-155644"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150739","42-150743","42-154846"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150932","2-154924","2-154930","2-155167","2-155176","2-155662","2-155672"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150892","10-150898","10-154914","10-155263","10-155868"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150571","11-155525","11-150577","11-154824","11-155273","11-155804"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155526","9-155563","9-155278","9-155810"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150931","1-154923","1-154929","1-155166","1-155175","1-155661","1-155671"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150844","65-150855","65-154900","65-155252","65-155771"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150488"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-crush":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/OprahDaily_Badge_1.png?v=1739375604" }, "handle": "triple-the-crush", "priceAmount": 17300, "price": "$173 ", "priceCompareAtAmount": 20400, "priceCompareAt": "$204 ", "url": "https://urbanstems.com/products/triple-the-crush", "variantName": null, "title": "Triple the Crush", "images": [ { "alt": "Triple the Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=700 700w" }, { "alt": "Triple the Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=700 700w" } ], "variants": [{"id":45653346713848,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10022","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Crush - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":17300,"weight":0,"compare_at_price":20400,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146742":{"id":"1-146742","available":12,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146758":{"id":"1-146758","available":7,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146867":{"id":"1-146867","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147257":{"id":"1-147257","available":0,"dates":[]},"1-147273":{"id":"1-147273","available":0,"dates":[]},"1-147778":{"id":"1-147778","available":0,"dates":[]},"1-147791":{"id":"1-147791","available":-1,"dates":[]},"1-148208":{"id":"1-148208","available":0,"dates":[]},"1-148220":{"id":"1-148220","available":0,"dates":[]},"1-148602":{"id":"1-148602","available":0,"dates":[]},"1-148611":{"id":"1-148611","available":0,"dates":[]},"1-149058":{"id":"1-149058","available":6,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"1-149064":{"id":"1-149064","available":0,"dates":[]},"1-149852":{"id":"1-149852","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149858":{"id":"1-149858","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150417":{"id":"1-150417","available":36,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150423":{"id":"1-150423","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150925":{"id":"1-150925","available":15,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150931":{"id":"1-150931","available":0,"dates":[]},"1-151343":{"id":"1-151343","available":0,"dates":[]},"1-151352":{"id":"1-151352","available":0,"dates":[]},"1-151729":{"id":"1-151729","available":0,"dates":[]},"1-151741":{"id":"1-151741","available":3,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152100":{"id":"1-152100","available":7,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152467":{"id":"1-152467","available":0,"dates":[]},"1-152829":{"id":"1-152829","available":0,"dates":[]},"1-152968":{"id":"1-152968","available":0,"dates":[]},"1-153123":{"id":"1-153123","available":0,"dates":[]},"1-153126":{"id":"1-153126","available":0,"dates":[]},"1-153424":{"id":"1-153424","available":0,"dates":[]},"1-153427":{"id":"1-153427","available":0,"dates":[]},"1-153733":{"id":"1-153733","available":0,"dates":[]},"1-153799":{"id":"1-153799","available":0,"dates":[]},"1-154445":{"id":"1-154445","available":0,"dates":[]},"1-154448":{"id":"1-154448","available":-1,"dates":[]},"1-154923":{"id":"1-154923","available":0,"dates":[]},"1-154929":{"id":"1-154929","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155166":{"id":"1-155166","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155175":{"id":"1-155175","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155661":{"id":"1-155661","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155671":{"id":"1-155671","available":4,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-T-10022-1-146061":{"id":"1-FLRL-T-10022-1-146061","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-T-10022-1-146079":{"id":"1-FLRL-T-10022-1-146079","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146862":{"id":"10-146862","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147375":{"id":"10-147375","available":0,"dates":[]},"10-147901":{"id":"10-147901","available":0,"dates":[]},"10-148336":{"id":"10-148336","available":0,"dates":[]},"10-148726":{"id":"10-148726","available":0,"dates":[]},"10-149044":{"id":"10-149044","available":0,"dates":[]},"10-149864":{"id":"10-149864","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149866":{"id":"10-149866","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150384":{"id":"10-150384","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150390":{"id":"10-150390","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150892":{"id":"10-150892","available":0,"dates":[]},"10-150898":{"id":"10-150898","available":0,"dates":[]},"10-151329":{"id":"10-151329","available":0,"dates":[]},"10-151856":{"id":"10-151856","available":0,"dates":[]},"10-152185":{"id":"10-152185","available":0,"dates":[]},"10-152633":{"id":"10-152633","available":0,"dates":[]},"10-152888":{"id":"10-152888","available":0,"dates":[]},"10-153188":{"id":"10-153188","available":0,"dates":[]},"10-153629":{"id":"10-153629","available":0,"dates":[]},"10-153883":{"id":"10-153883","available":0,"dates":[]},"10-154430":{"id":"10-154430","available":0,"dates":[]},"10-154914":{"id":"10-154914","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155263":{"id":"10-155263","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155868":{"id":"10-155868","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-T-10022-10-146184":{"id":"10-FLRL-T-10022-10-146184","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146308":{"id":"11-146308","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146509":{"id":"11-146509","available":16,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146649":{"id":"11-146649","available":21,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147165":{"id":"11-147165","available":0,"dates":[]},"11-147693":{"id":"11-147693","available":0,"dates":[]},"11-148125":{"id":"11-148125","available":0,"dates":[]},"11-148526":{"id":"11-148526","available":0,"dates":[]},"11-148846":{"id":"11-148846","available":-1,"dates":[]},"11-149872":{"id":"11-149872","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149874":{"id":"11-149874","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150433":{"id":"11-150433","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150435":{"id":"11-150435","available":53,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150571":{"id":"11-150571","available":0,"dates":[]},"11-150577":{"id":"11-150577","available":0,"dates":[]},"11-151129":{"id":"11-151129","available":0,"dates":[]},"11-151541":{"id":"11-151541","available":-2,"dates":[]},"11-152036":{"id":"11-152036","available":0,"dates":[]},"11-152544":{"id":"11-152544","available":0,"dates":[]},"11-152775":{"id":"11-152775","available":0,"dates":[]},"11-153059":{"id":"11-153059","available":0,"dates":[]},"11-153362":{"id":"11-153362","available":0,"dates":[]},"11-153921":{"id":"11-153921","available":0,"dates":[]},"11-154318":{"id":"11-154318","available":0,"dates":[]},"11-154824":{"id":"11-154824","available":23,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155273":{"id":"11-155273","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155525":{"id":"11-155525","available":0,"dates":[]},"11-155804":{"id":"11-155804","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-10022-11-145958":{"id":"11-FLRL-T-10022-11-145958","available":13,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146743":{"id":"2-146743","available":23,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146759":{"id":"2-146759","available":12,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146868":{"id":"2-146868","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147258":{"id":"2-147258","available":0,"dates":[]},"2-147274":{"id":"2-147274","available":-1,"dates":[]},"2-147779":{"id":"2-147779","available":0,"dates":[]},"2-147792":{"id":"2-147792","available":-1,"dates":[]},"2-148209":{"id":"2-148209","available":0,"dates":[]},"2-148221":{"id":"2-148221","available":0,"dates":[]},"2-148603":{"id":"2-148603","available":0,"dates":[]},"2-148612":{"id":"2-148612","available":0,"dates":[]},"2-149059":{"id":"2-149059","available":9,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"2-149065":{"id":"2-149065","available":0,"dates":[]},"2-149853":{"id":"2-149853","available":47,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149859":{"id":"2-149859","available":58,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150418":{"id":"2-150418","available":47,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150424":{"id":"2-150424","available":58,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150926":{"id":"2-150926","available":9,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150932":{"id":"2-150932","available":0,"dates":[]},"2-151344":{"id":"2-151344","available":0,"dates":[]},"2-151353":{"id":"2-151353","available":0,"dates":[]},"2-151730":{"id":"2-151730","available":-2,"dates":[]},"2-151742":{"id":"2-151742","available":-1,"dates":[]},"2-152101":{"id":"2-152101","available":0,"dates":[]},"2-152468":{"id":"2-152468","available":-1,"dates":[]},"2-152830":{"id":"2-152830","available":0,"dates":[]},"2-152832":{"id":"2-152832","available":4,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152969":{"id":"2-152969","available":0,"dates":[]},"2-153124":{"id":"2-153124","available":0,"dates":[]},"2-153127":{"id":"2-153127","available":0,"dates":[]},"2-153425":{"id":"2-153425","available":0,"dates":[]},"2-153428":{"id":"2-153428","available":0,"dates":[]},"2-153734":{"id":"2-153734","available":0,"dates":[]},"2-153800":{"id":"2-153800","available":0,"dates":[]},"2-154446":{"id":"2-154446","available":0,"dates":[]},"2-154449":{"id":"2-154449","available":-2,"dates":[]},"2-154924":{"id":"2-154924","available":0,"dates":[]},"2-154930":{"id":"2-154930","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155035":{"id":"2-155035","available":0,"dates":[]},"2-155167":{"id":"2-155167","available":10,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155176":{"id":"2-155176","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155662":{"id":"2-155662","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155672":{"id":"2-155672","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-T-10022-2-146062":{"id":"2-FLRL-T-10022-2-146062","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-T-10022-2-146080":{"id":"2-FLRL-T-10022-2-146080","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146668":{"id":"30-146668","available":25,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147309":{"id":"30-147309","available":0,"dates":[]},"30-147827":{"id":"30-147827","available":0,"dates":[]},"30-148258":{"id":"30-148258","available":0,"dates":[]},"30-148650":{"id":"30-148650","available":0,"dates":[]},"30-FLRL-T-10022-30-146115":{"id":"30-FLRL-T-10022-30-146115","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146744":{"id":"4-146744","available":24,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146760":{"id":"4-146760","available":16,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146869":{"id":"4-146869","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147259":{"id":"4-147259","available":0,"dates":[]},"4-147275":{"id":"4-147275","available":0,"dates":[]},"4-147780":{"id":"4-147780","available":0,"dates":[]},"4-147793":{"id":"4-147793","available":0,"dates":[]},"4-148210":{"id":"4-148210","available":0,"dates":[]},"4-148222":{"id":"4-148222","available":0,"dates":[]},"4-148604":{"id":"4-148604","available":0,"dates":[]},"4-148613":{"id":"4-148613","available":0,"dates":[]},"4-149060":{"id":"4-149060","available":-2,"dates":[]},"4-149066":{"id":"4-149066","available":-10,"dates":[]},"4-149854":{"id":"4-149854","available":245,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149860":{"id":"4-149860","available":304,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150419":{"id":"4-150419","available":245,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150425":{"id":"4-150425","available":304,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150927":{"id":"4-150927","available":0,"dates":[]},"4-150933":{"id":"4-150933","available":0,"dates":[]},"4-151345":{"id":"4-151345","available":0,"dates":[]},"4-151354":{"id":"4-151354","available":0,"dates":[]},"4-151731":{"id":"4-151731","available":0,"dates":[]},"4-151743":{"id":"4-151743","available":-1,"dates":[]},"4-152102":{"id":"4-152102","available":0,"dates":[]},"4-152469":{"id":"4-152469","available":0,"dates":[]},"4-152831":{"id":"4-152831","available":0,"dates":[]},"4-152970":{"id":"4-152970","available":0,"dates":[]},"4-153125":{"id":"4-153125","available":0,"dates":[]},"4-153128":{"id":"4-153128","available":0,"dates":[]},"4-153426":{"id":"4-153426","available":0,"dates":[]},"4-153429":{"id":"4-153429","available":0,"dates":[]},"4-153735":{"id":"4-153735","available":0,"dates":[]},"4-153801":{"id":"4-153801","available":0,"dates":[]},"4-154447":{"id":"4-154447","available":0,"dates":[]},"4-154450":{"id":"4-154450","available":0,"dates":[]},"4-154925":{"id":"4-154925","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154931":{"id":"4-154931","available":21,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155040":{"id":"4-155040","available":0,"dates":[]},"4-155168":{"id":"4-155168","available":45,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155177":{"id":"4-155177","available":28,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155663":{"id":"4-155663","available":53,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155673":{"id":"4-155673","available":32,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-T-10022-4-145661":{"id":"4-FLRL-T-10022-4-145661","available":0,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-T-10022-4-146063":{"id":"4-FLRL-T-10022-4-146063","available":24,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-T-10022-4-146081":{"id":"4-FLRL-T-10022-4-146081","available":4,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146776":{"id":"41-146776","available":16,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147292":{"id":"41-147292","available":0,"dates":[]},"41-147810":{"id":"41-147810","available":0,"dates":[]},"41-148240":{"id":"41-148240","available":0,"dates":[]},"41-148632":{"id":"41-148632","available":0,"dates":[]},"41-148965":{"id":"41-148965","available":0,"dates":[]},"41-149876":{"id":"41-149876","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149878":{"id":"41-149878","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150437":{"id":"41-150437","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150438":{"id":"41-150438","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150668":{"id":"41-150668","available":0,"dates":[]},"41-150670":{"id":"41-150670","available":0,"dates":[]},"41-151246":{"id":"41-151246","available":0,"dates":[]},"41-151653":{"id":"41-151653","available":0,"dates":[]},"41-152125":{"id":"41-152125","available":0,"dates":[]},"41-152593":{"id":"41-152593","available":0,"dates":[]},"41-152845":{"id":"41-152845","available":0,"dates":[]},"41-153141":{"id":"41-153141","available":0,"dates":[]},"41-153616":{"id":"41-153616","available":0,"dates":[]},"41-153959":{"id":"41-153959","available":0,"dates":[]},"41-154276":{"id":"41-154276","available":0,"dates":[]},"41-154804":{"id":"41-154804","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155150":{"id":"41-155150","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155644":{"id":"41-155644","available":37,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-10022-41-146098":{"id":"41-FLRL-T-10022-41-146098","available":19,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148976":{"id":"42-148976","available":0,"dates":[]},"42-149886":{"id":"42-149886","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149888":{"id":"42-149888","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150267":{"id":"42-150267","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150271":{"id":"42-150271","available":28,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150739":{"id":"42-150739","available":0,"dates":[]},"42-150743":{"id":"42-150743","available":0,"dates":[]},"42-151256":{"id":"42-151256","available":0,"dates":[]},"42-151664":{"id":"42-151664","available":0,"dates":[]},"42-152416":{"id":"42-152416","available":0,"dates":[]},"42-153906":{"id":"42-153906","available":0,"dates":[]},"42-154139":{"id":"42-154139","available":0,"dates":[]},"42-154342":{"id":"42-154342","available":0,"dates":[]},"42-154846":{"id":"42-154846","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"51-146679":{"id":"51-146679","available":9,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147194":{"id":"51-147194","available":10,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147722":{"id":"51-147722","available":7,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148154":{"id":"51-148154","available":0,"dates":[]},"51-148553":{"id":"51-148553","available":0,"dates":[]},"51-148873":{"id":"51-148873","available":0,"dates":[]},"51-149545":{"id":"51-149545","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150133":{"id":"51-150133","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150617":{"id":"51-150617","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150995":{"id":"51-150995","available":-11,"dates":[]},"51-151158":{"id":"51-151158","available":0,"dates":[]},"51-151569":{"id":"51-151569","available":0,"dates":[]},"51-152061":{"id":"51-152061","available":0,"dates":[]},"51-152566":{"id":"51-152566","available":0,"dates":[]},"51-152797":{"id":"51-152797","available":0,"dates":[]},"51-153082":{"id":"51-153082","available":5,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153601":{"id":"51-153601","available":0,"dates":[]},"51-153706":{"id":"51-153706","available":0,"dates":[]},"51-154259":{"id":"51-154259","available":0,"dates":[]},"51-154780":{"id":"51-154780","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155321":{"id":"51-155321","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155527":{"id":"51-155527","available":-7,"dates":[]},"51-155622":{"id":"51-155622","available":6,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146872":{"id":"58-146872","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147385":{"id":"58-147385","available":0,"dates":[]},"58-147911":{"id":"58-147911","available":0,"dates":[]},"58-148346":{"id":"58-148346","available":0,"dates":[]},"58-148737":{"id":"58-148737","available":0,"dates":[]},"58-148928":{"id":"58-148928","available":-6,"dates":[]},"58-149666":{"id":"58-149666","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149670":{"id":"58-149670","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150226":{"id":"58-150226","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150230":{"id":"58-150230","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150704":{"id":"58-150704","available":0,"dates":[]},"58-150707":{"id":"58-150707","available":0,"dates":[]},"58-151208":{"id":"58-151208","available":0,"dates":[]},"58-151620":{"id":"58-151620","available":0,"dates":[]},"58-152096":{"id":"58-152096","available":0,"dates":[]},"58-152587":{"id":"58-152587","available":0,"dates":[]},"58-152826":{"id":"58-152826","available":0,"dates":[]},"58-153120":{"id":"58-153120","available":0,"dates":[]},"58-153421":{"id":"58-153421","available":0,"dates":[]},"58-154070":{"id":"58-154070","available":0,"dates":[]},"58-154243":{"id":"58-154243","available":0,"dates":[]},"58-154252":{"id":"58-154252","available":0,"dates":[]},"58-154774":{"id":"58-154774","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155140":{"id":"58-155140","available":46,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155611":{"id":"58-155611","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-T-10022-58-146194":{"id":"58-FLRL-T-10022-58-146194","available":10,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148958":{"id":"65-148958","available":0,"dates":[]},"65-149868":{"id":"65-149868","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149870":{"id":"65-149870","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150429":{"id":"65-150429","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150431":{"id":"65-150431","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150844":{"id":"65-150844","available":0,"dates":[]},"65-150855":{"id":"65-150855","available":0,"dates":[]},"65-151239":{"id":"65-151239","available":0,"dates":[]},"65-151646":{"id":"65-151646","available":0,"dates":[]},"65-152118":{"id":"65-152118","available":6,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152403":{"id":"65-152403","available":0,"dates":[]},"65-152840":{"id":"65-152840","available":0,"dates":[]},"65-153136":{"id":"65-153136","available":0,"dates":[]},"65-153438":{"id":"65-153438","available":8,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153612":{"id":"65-153612","available":0,"dates":[]},"65-153966":{"id":"65-153966","available":0,"dates":[]},"65-154405":{"id":"65-154405","available":0,"dates":[]},"65-154900":{"id":"65-154900","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155252":{"id":"65-155252","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155771":{"id":"65-155771","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150488":{"id":"66-150488","available":0,"dates":[]},"9-146731":{"id":"9-146731","available":10,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147246":{"id":"9-147246","available":0,"dates":[]},"9-147767":{"id":"9-147767","available":-1,"dates":[]},"9-148197":{"id":"9-148197","available":0,"dates":[]},"9-148591":{"id":"9-148591","available":0,"dates":[]},"9-152216":{"id":"9-152216","available":0,"dates":[]},"9-152912":{"id":"9-152912","available":0,"dates":[]},"9-153215":{"id":"9-153215","available":0,"dates":[]},"9-153511":{"id":"9-153511","available":0,"dates":[]},"9-155278":{"id":"9-155278","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155526":{"id":"9-155526","available":0,"dates":[]},"9-155563":{"id":"9-155563","available":12,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155810":{"id":"9-155810","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-T-10022-9-146049":{"id":"9-FLRL-T-10022-9-146049","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"item_reference":{"sku":"FLRL-B-10022","quantity":3},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150704","58-150707","58-154774","58-155140","58-155611"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154780","51-155321","51-155622"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150927","4-150933","4-154925","4-154931","4-155168","4-155177","4-155663","4-155673"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150668","41-150670","41-154804","41-155150","41-155644"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150739","42-150743","42-154846"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150932","2-154924","2-154930","2-155167","2-155176","2-155662","2-155672"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150892","10-150898","10-154914","10-155263","10-155868"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150571","11-155525","11-150577","11-154824","11-155273","11-155804"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155526","9-155563","9-155278","9-155810"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150931","1-154923","1-154929","1-155166","1-155175","1-155661","1-155671"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150844","65-150855","65-154900","65-155252","65-155771"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="32" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-risky-dm"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=500 500w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=600 600w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=700 700w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=800 800w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=900 900w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=500" alt="Double the Risky DM" srcset="//urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=352 352w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=500 500w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=600 600w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=700 700w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=800 800w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=900 900w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=500" alt="Double the Risky DM" srcset="//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=352 352w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-risky-dm" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150832","4-150838","4-154886","4-154892","4-155235","4-155244","4-155749","4-155761"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150948","58-154937","58-155275","58-155806"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154784","51-155316","51-155617"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150726","41-150734","41-154907","41-155259","41-155779"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150831","2-150837","2-154885","2-154891","2-155234","2-155243","2-155748","2-155760"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150840","10-150842","10-154764","10-155134","10-155603"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150660","11-150665","11-154802","11-155148","11-155642"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150917","9-150923","9-154922","9-155271","9-155873"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150830","1-150836","1-154884","1-154890","1-155233","1-155242","1-155747","1-155759"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150714","65-150719","65-154834","65-155339","65-155683"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150489"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"1-150830":{"id":"1-150830","available":0,"dates":[]},"1-150836":{"id":"1-150836","available":0,"dates":[]},"1-154884":{"id":"1-154884","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154890":{"id":"1-154890","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155233":{"id":"1-155233","available":4,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155242":{"id":"1-155242","available":2,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155747":{"id":"1-155747","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155759":{"id":"1-155759","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150840":{"id":"10-150840","available":0,"dates":[]},"10-150842":{"id":"10-150842","available":0,"dates":[]},"10-154764":{"id":"10-154764","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155134":{"id":"10-155134","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155603":{"id":"10-155603","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150660":{"id":"11-150660","available":0,"dates":[]},"11-150665":{"id":"11-150665","available":0,"dates":[]},"11-154802":{"id":"11-154802","available":38,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155148":{"id":"11-155148","available":22,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155642":{"id":"11-155642","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150831":{"id":"2-150831","available":0,"dates":[]},"2-150837":{"id":"2-150837","available":0,"dates":[]},"2-154885":{"id":"2-154885","available":0,"dates":[]},"2-154891":{"id":"2-154891","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155234":{"id":"2-155234","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155243":{"id":"2-155243","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155748":{"id":"2-155748","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155760":{"id":"2-155760","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150832":{"id":"4-150832","available":0,"dates":[]},"4-150838":{"id":"4-150838","available":0,"dates":[]},"4-154886":{"id":"4-154886","available":20,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154892":{"id":"4-154892","available":19,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155235":{"id":"4-155235","available":27,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155244":{"id":"4-155244","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155749":{"id":"4-155749","available":36,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155761":{"id":"4-155761","available":20,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150726":{"id":"41-150726","available":0,"dates":[]},"41-150734":{"id":"41-150734","available":0,"dates":[]},"41-154907":{"id":"41-154907","available":23,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155259":{"id":"41-155259","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155779":{"id":"41-155779","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154784":{"id":"51-154784","available":47,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155316":{"id":"51-155316","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155617":{"id":"51-155617","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150948":{"id":"58-150948","available":0,"dates":[]},"58-154937":{"id":"58-154937","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155275":{"id":"58-155275","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155806":{"id":"58-155806","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150714":{"id":"65-150714","available":0,"dates":[]},"65-150719":{"id":"65-150719","available":0,"dates":[]},"65-154834":{"id":"65-154834","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155339":{"id":"65-155339","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155683":{"id":"65-155683","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150489":{"id":"66-150489","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150917":{"id":"9-150917","available":0,"dates":[]},"9-150923":{"id":"9-150923","available":0,"dates":[]},"9-154922":{"id":"9-154922","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155271":{"id":"9-155271","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155873":{"id":"9-155873","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-risky-dm" title="View Double the Risky DM" data-product-card-title><h3 style="font-size: 1em;">Double the Risky DM</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$122 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$136</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">24 reviews with an average of 4.4 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.4" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="24" aria-hidden="true" style=" font-size: 12px;">(24)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Risky DM in Single" data-swatch-item="the-risky-dm" href="https://urbanstems.com/products/the-risky-dm" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Risky DM in Double" data-swatch-item="double-the-risky-dm" data-image-loaded href="https://urbanstems.com/products/double-the-risky-dm" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Risky DM in Triple" data-swatch-item="triple-the-risky-dm" href="https://urbanstems.com/products/triple-the-risky-dm" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="double-the-risky-dm" type="application/json">{"the-risky-dm":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage":null, "handle": "the-risky-dm", "priceAmount": 6800, "price": "$68 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-risky-dm", "variantName": null, "title": "The Risky DM", "images": [ { "alt": "The Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=700 700w" }, { "alt": "The Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_MainImage_PDP.jpg?v=1732637867\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=700 700w" } ], "variants": [{"id":45948487860472,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10190","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Risky DM - Single","public_title":"Single","options":["Single","Default Title"],"price":6800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4977393912,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4978475256,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4978671864,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4978868472,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4977426680,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4978508024,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4978704632,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4978901240,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4977459448,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4978540792,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4978737400,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4978934008,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150830":{"id":"1-150830","available":0,"dates":[]},"1-150836":{"id":"1-150836","available":0,"dates":[]},"1-153748":{"id":"1-153748","available":0,"dates":[]},"1-153814":{"id":"1-153814","available":0,"dates":[]},"1-154388":{"id":"1-154388","available":0,"dates":[]},"1-154394":{"id":"1-154394","available":4,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154884":{"id":"1-154884","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154890":{"id":"1-154890","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155233":{"id":"1-155233","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155242":{"id":"1-155242","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155747":{"id":"1-155747","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155759":{"id":"1-155759","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150840":{"id":"10-150840","available":0,"dates":[]},"10-150842":{"id":"10-150842","available":0,"dates":[]},"10-154084":{"id":"10-154084","available":0,"dates":[]},"10-154223":{"id":"10-154223","available":49,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154764":{"id":"10-154764","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155134":{"id":"10-155134","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155603":{"id":"10-155603","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150660":{"id":"11-150660","available":0,"dates":[]},"11-150665":{"id":"11-150665","available":0,"dates":[]},"11-154094":{"id":"11-154094","available":0,"dates":[]},"11-154476":{"id":"11-154476","available":10,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154802":{"id":"11-154802","available":77,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155148":{"id":"11-155148","available":44,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155642":{"id":"11-155642","available":76,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150831":{"id":"2-150831","available":0,"dates":[]},"2-150837":{"id":"2-150837","available":0,"dates":[]},"2-153749":{"id":"2-153749","available":0,"dates":[]},"2-153815":{"id":"2-153815","available":0,"dates":[]},"2-154389":{"id":"2-154389","available":0,"dates":[]},"2-154395":{"id":"2-154395","available":0,"dates":[]},"2-154885":{"id":"2-154885","available":0,"dates":[]},"2-154891":{"id":"2-154891","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155234":{"id":"2-155234","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155243":{"id":"2-155243","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155748":{"id":"2-155748","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155760":{"id":"2-155760","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150832":{"id":"4-150832","available":0,"dates":[]},"4-150838":{"id":"4-150838","available":0,"dates":[]},"4-153750":{"id":"4-153750","available":0,"dates":[]},"4-153816":{"id":"4-153816","available":0,"dates":[]},"4-154390":{"id":"4-154390","available":0,"dates":[]},"4-154396":{"id":"4-154396","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"4-154886":{"id":"4-154886","available":40,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154892":{"id":"4-154892","available":39,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155235":{"id":"4-155235","available":55,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155244":{"id":"4-155244","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155749":{"id":"4-155749","available":73,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155761":{"id":"4-155761","available":40,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150726":{"id":"41-150726","available":0,"dates":[]},"41-150734":{"id":"41-150734","available":0,"dates":[]},"41-154101":{"id":"41-154101","available":0,"dates":[]},"41-154415":{"id":"41-154415","available":8,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154907":{"id":"41-154907","available":46,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155259":{"id":"41-155259","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155779":{"id":"41-155779","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-151002":{"id":"51-151002","available":-27,"dates":[]},"51-153711":{"id":"51-153711","available":0,"dates":[]},"51-154264":{"id":"51-154264","available":-2,"dates":[]},"51-154784":{"id":"51-154784","available":95,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155316":{"id":"51-155316","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155617":{"id":"51-155617","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150948":{"id":"58-150948","available":0,"dates":[]},"58-150951":{"id":"58-150951","available":-5,"dates":[]},"58-153862":{"id":"58-153862","available":0,"dates":[]},"58-154490":{"id":"58-154490","available":0,"dates":[]},"58-154491":{"id":"58-154491","available":0,"dates":[]},"58-154937":{"id":"58-154937","available":60,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155275":{"id":"58-155275","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155806":{"id":"58-155806","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150714":{"id":"65-150714","available":0,"dates":[]},"65-150719":{"id":"65-150719","available":0,"dates":[]},"65-153901":{"id":"65-153901","available":0,"dates":[]},"65-154330":{"id":"65-154330","available":1,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"65-154834":{"id":"65-154834","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155339":{"id":"65-155339","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155683":{"id":"65-155683","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150489":{"id":"66-150489","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150917":{"id":"9-150917","available":0,"dates":[]},"9-150923":{"id":"9-150923","available":0,"dates":[]},"9-153878":{"id":"9-153878","available":0,"dates":[]},"9-154442":{"id":"9-154442","available":10,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154922":{"id":"9-154922","available":54,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155271":{"id":"9-155271","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155873":{"id":"9-155873","available":21,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150832","4-150838","4-154886","4-154892","4-155235","4-155244","4-155749","4-155761"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150948","58-154937","58-155275","58-155806"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154784","51-155316","51-155617"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150726","41-150734","41-154907","41-155259","41-155779"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150831","2-150837","2-154885","2-154891","2-155234","2-155243","2-155748","2-155760"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150840","10-150842","10-154764","10-155134","10-155603"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150660","11-150665","11-154802","11-155148","11-155642"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150917","9-150923","9-154922","9-155271","9-155873"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150830","1-150836","1-154884","1-154890","1-155233","1-155242","1-155747","1-155759"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150714","65-150719","65-154834","65-155339","65-155683"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150489"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-risky-dm":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-risky-dm", "priceAmount": 12200, "price": "$122 ", "priceCompareAtAmount": 13600, "priceCompareAt": "$136 ", "url": "https://urbanstems.com/products/double-the-risky-dm", "variantName": null, "title": "Double the Risky DM", "images": [ { "alt": "Double the Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=500 500w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=600 600w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=500 500w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=600 600w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=700 700w" }, { "alt": "Double the Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=500 500w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=600 600w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=500 500w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=600 600w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=700 700w" } ], "variants": [{"id":45948487794936,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10190","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Risky DM - Double","public_title":"Double","options":["Double","Default Title"],"price":12200,"weight":0,"compare_at_price":13600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150830":{"id":"1-150830","available":0,"dates":[]},"1-150836":{"id":"1-150836","available":0,"dates":[]},"1-153748":{"id":"1-153748","available":0,"dates":[]},"1-153814":{"id":"1-153814","available":0,"dates":[]},"1-154388":{"id":"1-154388","available":0,"dates":[]},"1-154394":{"id":"1-154394","available":2,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154884":{"id":"1-154884","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154890":{"id":"1-154890","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155233":{"id":"1-155233","available":4,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155242":{"id":"1-155242","available":2,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155747":{"id":"1-155747","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155759":{"id":"1-155759","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150840":{"id":"10-150840","available":0,"dates":[]},"10-150842":{"id":"10-150842","available":0,"dates":[]},"10-154084":{"id":"10-154084","available":0,"dates":[]},"10-154223":{"id":"10-154223","available":24,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154764":{"id":"10-154764","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155134":{"id":"10-155134","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155603":{"id":"10-155603","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150660":{"id":"11-150660","available":0,"dates":[]},"11-150665":{"id":"11-150665","available":0,"dates":[]},"11-154094":{"id":"11-154094","available":0,"dates":[]},"11-154476":{"id":"11-154476","available":5,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154802":{"id":"11-154802","available":38,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155148":{"id":"11-155148","available":22,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155642":{"id":"11-155642","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150831":{"id":"2-150831","available":0,"dates":[]},"2-150837":{"id":"2-150837","available":0,"dates":[]},"2-153749":{"id":"2-153749","available":0,"dates":[]},"2-153815":{"id":"2-153815","available":0,"dates":[]},"2-154389":{"id":"2-154389","available":0,"dates":[]},"2-154395":{"id":"2-154395","available":0,"dates":[]},"2-154885":{"id":"2-154885","available":0,"dates":[]},"2-154891":{"id":"2-154891","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155234":{"id":"2-155234","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155243":{"id":"2-155243","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155748":{"id":"2-155748","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155760":{"id":"2-155760","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150832":{"id":"4-150832","available":0,"dates":[]},"4-150838":{"id":"4-150838","available":0,"dates":[]},"4-153750":{"id":"4-153750","available":0,"dates":[]},"4-153816":{"id":"4-153816","available":0,"dates":[]},"4-154390":{"id":"4-154390","available":0,"dates":[]},"4-154396":{"id":"4-154396","available":0,"dates":[]},"4-154886":{"id":"4-154886","available":20,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154892":{"id":"4-154892","available":19,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155235":{"id":"4-155235","available":27,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155244":{"id":"4-155244","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155749":{"id":"4-155749","available":36,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155761":{"id":"4-155761","available":20,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150726":{"id":"41-150726","available":0,"dates":[]},"41-150734":{"id":"41-150734","available":0,"dates":[]},"41-154101":{"id":"41-154101","available":0,"dates":[]},"41-154415":{"id":"41-154415","available":4,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154907":{"id":"41-154907","available":23,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155259":{"id":"41-155259","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155779":{"id":"41-155779","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-151002":{"id":"51-151002","available":-14,"dates":[]},"51-153711":{"id":"51-153711","available":0,"dates":[]},"51-154264":{"id":"51-154264","available":-1,"dates":[]},"51-154784":{"id":"51-154784","available":47,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155316":{"id":"51-155316","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155617":{"id":"51-155617","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150948":{"id":"58-150948","available":0,"dates":[]},"58-150951":{"id":"58-150951","available":-3,"dates":[]},"58-153862":{"id":"58-153862","available":0,"dates":[]},"58-154490":{"id":"58-154490","available":0,"dates":[]},"58-154491":{"id":"58-154491","available":0,"dates":[]},"58-154937":{"id":"58-154937","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155275":{"id":"58-155275","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155806":{"id":"58-155806","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150714":{"id":"65-150714","available":0,"dates":[]},"65-150719":{"id":"65-150719","available":0,"dates":[]},"65-153901":{"id":"65-153901","available":0,"dates":[]},"65-154330":{"id":"65-154330","available":0,"dates":[]},"65-154834":{"id":"65-154834","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155339":{"id":"65-155339","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155683":{"id":"65-155683","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150489":{"id":"66-150489","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150917":{"id":"9-150917","available":0,"dates":[]},"9-150923":{"id":"9-150923","available":0,"dates":[]},"9-153878":{"id":"9-153878","available":0,"dates":[]},"9-154442":{"id":"9-154442","available":5,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154922":{"id":"9-154922","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155271":{"id":"9-155271","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155873":{"id":"9-155873","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150832","4-150838","4-154886","4-154892","4-155235","4-155244","4-155749","4-155761"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150948","58-154937","58-155275","58-155806"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154784","51-155316","51-155617"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150726","41-150734","41-154907","41-155259","41-155779"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150831","2-150837","2-154885","2-154891","2-155234","2-155243","2-155748","2-155760"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150840","10-150842","10-154764","10-155134","10-155603"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150660","11-150665","11-154802","11-155148","11-155642"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150917","9-150923","9-154922","9-155271","9-155873"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150830","1-150836","1-154884","1-154890","1-155233","1-155242","1-155747","1-155759"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150714","65-150719","65-154834","65-155339","65-155683"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150489"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-risky-dm":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-risky-dm", "priceAmount": 17300, "price": "$173 ", "priceCompareAtAmount": 20400, "priceCompareAt": "$204 ", "url": "https://urbanstems.com/products/triple-the-risky-dm", "variantName": null, "title": "Triple the Risky DM", "images": [ { "alt": "Triple the Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=700 700w" }, { "alt": "Triple the Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=700 700w" } ], "variants": [{"id":45948487827704,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10190","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Risky DM - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":17300,"weight":0,"compare_at_price":20400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150830":{"id":"1-150830","available":0,"dates":[]},"1-150836":{"id":"1-150836","available":0,"dates":[]},"1-153748":{"id":"1-153748","available":0,"dates":[]},"1-153814":{"id":"1-153814","available":0,"dates":[]},"1-154388":{"id":"1-154388","available":0,"dates":[]},"1-154394":{"id":"1-154394","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154884":{"id":"1-154884","available":0,"dates":[]},"1-154890":{"id":"1-154890","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155233":{"id":"1-155233","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155242":{"id":"1-155242","available":1,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155747":{"id":"1-155747","available":3,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155759":{"id":"1-155759","available":3,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150840":{"id":"10-150840","available":0,"dates":[]},"10-150842":{"id":"10-150842","available":0,"dates":[]},"10-154084":{"id":"10-154084","available":0,"dates":[]},"10-154223":{"id":"10-154223","available":16,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154764":{"id":"10-154764","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155134":{"id":"10-155134","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155603":{"id":"10-155603","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150660":{"id":"11-150660","available":0,"dates":[]},"11-150665":{"id":"11-150665","available":0,"dates":[]},"11-154094":{"id":"11-154094","available":0,"dates":[]},"11-154476":{"id":"11-154476","available":3,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154802":{"id":"11-154802","available":25,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155148":{"id":"11-155148","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155642":{"id":"11-155642","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150831":{"id":"2-150831","available":0,"dates":[]},"2-150837":{"id":"2-150837","available":0,"dates":[]},"2-153749":{"id":"2-153749","available":0,"dates":[]},"2-153815":{"id":"2-153815","available":0,"dates":[]},"2-154389":{"id":"2-154389","available":0,"dates":[]},"2-154395":{"id":"2-154395","available":0,"dates":[]},"2-154885":{"id":"2-154885","available":0,"dates":[]},"2-154891":{"id":"2-154891","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155234":{"id":"2-155234","available":6,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155243":{"id":"2-155243","available":3,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155748":{"id":"2-155748","available":6,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155760":{"id":"2-155760","available":3,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150832":{"id":"4-150832","available":0,"dates":[]},"4-150838":{"id":"4-150838","available":0,"dates":[]},"4-153750":{"id":"4-153750","available":0,"dates":[]},"4-153816":{"id":"4-153816","available":0,"dates":[]},"4-154390":{"id":"4-154390","available":0,"dates":[]},"4-154396":{"id":"4-154396","available":0,"dates":[]},"4-154886":{"id":"4-154886","available":13,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154892":{"id":"4-154892","available":12,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155235":{"id":"4-155235","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155244":{"id":"4-155244","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155749":{"id":"4-155749","available":24,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155761":{"id":"4-155761","available":13,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150726":{"id":"41-150726","available":0,"dates":[]},"41-150734":{"id":"41-150734","available":0,"dates":[]},"41-154101":{"id":"41-154101","available":0,"dates":[]},"41-154415":{"id":"41-154415","available":2,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154907":{"id":"41-154907","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155259":{"id":"41-155259","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155779":{"id":"41-155779","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-151002":{"id":"51-151002","available":-9,"dates":[]},"51-153711":{"id":"51-153711","available":0,"dates":[]},"51-154264":{"id":"51-154264","available":-1,"dates":[]},"51-154784":{"id":"51-154784","available":31,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155316":{"id":"51-155316","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155617":{"id":"51-155617","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150948":{"id":"58-150948","available":0,"dates":[]},"58-150951":{"id":"58-150951","available":-2,"dates":[]},"58-153862":{"id":"58-153862","available":0,"dates":[]},"58-154490":{"id":"58-154490","available":0,"dates":[]},"58-154491":{"id":"58-154491","available":0,"dates":[]},"58-154937":{"id":"58-154937","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155275":{"id":"58-155275","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155806":{"id":"58-155806","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150714":{"id":"65-150714","available":0,"dates":[]},"65-150719":{"id":"65-150719","available":0,"dates":[]},"65-153901":{"id":"65-153901","available":0,"dates":[]},"65-154330":{"id":"65-154330","available":0,"dates":[]},"65-154834":{"id":"65-154834","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155339":{"id":"65-155339","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155683":{"id":"65-155683","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150489":{"id":"66-150489","available":0,"dates":[]},"9-150917":{"id":"9-150917","available":0,"dates":[]},"9-150923":{"id":"9-150923","available":0,"dates":[]},"9-153878":{"id":"9-153878","available":0,"dates":[]},"9-154442":{"id":"9-154442","available":3,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154922":{"id":"9-154922","available":18,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155271":{"id":"9-155271","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155873":{"id":"9-155873","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150832","4-150838","4-154886","4-154892","4-155235","4-155244","4-155749","4-155761"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150948","58-154937","58-155275","58-155806"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154784","51-155316","51-155617"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150726","41-150734","41-154907","41-155259","41-155779"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150831","2-150837","2-154885","2-154891","2-155234","2-155243","2-155748","2-155760"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150840","10-150842","10-154764","10-155134","10-155603"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150660","11-150665","11-154802","11-155148","11-155642"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150917","9-150923","9-154922","9-155271","9-155873"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150830","1-150836","1-154884","1-154890","1-155233","1-155242","1-155747","1-155759"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150714","65-150719","65-154834","65-155339","65-155683"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="33" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-american-rose"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=500 500w, //urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=600 600w, //urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=700 700w, //urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=800 800w, //urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=900 900w, //urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=500" alt="The American Rose" srcset="//urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=352 352w, //urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=500 500w, //urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=600 600w, //urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=700 700w, //urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=800 800w, //urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=900 900w, //urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=500" alt="The American Rose" srcset="//urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=352 352w, //urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/vogue-logo.svg?v=1725981816" loading="lazy" class="metafield-file_reference"> <div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-american-rose-bouquet" data-restrict="false" data-components="the-american-rose-bouquet,the-lincoln-vase" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150589","58-150596"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150522","4-150495"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150581","41-150585"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150494","2-150521"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150547","10-150555"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150569","11-150575"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150603","9-150609"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150493","1-150520"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150563","65-150566"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-150493":{"id":"1-150493","available":0,"dates":[]},"1-150520":{"id":"1-150520","available":0,"dates":[]},"10-150547":{"id":"10-150547","available":0,"dates":[]},"10-150555":{"id":"10-150555","available":0,"dates":[]},"11-150569":{"id":"11-150569","available":0,"dates":[]},"11-150575":{"id":"11-150575","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150494":{"id":"2-150494","available":0,"dates":[]},"2-150521":{"id":"2-150521","available":0,"dates":[]},"4-150495":{"id":"4-150495","available":0,"dates":[]},"4-150522":{"id":"4-150522","available":174,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150581":{"id":"41-150581","available":0,"dates":[]},"41-150585":{"id":"41-150585","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150589":{"id":"58-150589","available":0,"dates":[]},"58-150596":{"id":"58-150596","available":61,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150563":{"id":"65-150563","available":0,"dates":[]},"65-150566":{"id":"65-150566","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150603":{"id":"9-150603","available":0,"dates":[]},"9-150609":{"id":"9-150609","available":0,"dates":[]},"blackout_from":"2024-11-12T00:00:00Z", "blackout_to":"2024-12-01T05:00:00Z"} </script> <script data-inventory-json="the-lincoln-vase" data-restrict="false" data-components="the-american-rose-bouquet,the-lincoln-vase" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-FLRL-V-00025"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":["56-FLRL-V-00025"]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":["57-FLRL-V-00025"]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":["60-FLRL-V-00025"]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-FLRL-V-00025"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-FLRL-V-00025"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":["38-FLRL-V-00025"]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":["55-FLRL-V-00025"]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-FLRL-V-00025"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-FLRL-V-00025"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-FLRL-V-00025"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":["30-FLRL-V-00025"]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":["29-FLRL-V-00025"]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-FLRL-V-00025"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-FLRL-V-00025"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-FLRL-V-00025","11-FLRL-V-00025"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":["13-FLRL-V-00025"]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-FLRL-V-00025"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-FLRL-V-00025"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-FLRL-V-00025"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-FLRL-V-00025":{"id":"1-FLRL-V-00025","available":14,"dates":[]},"10-FLRL-V-00025":{"id":"10-FLRL-V-00025","available":15,"dates":[]},"11-FLRL-V-00025":{"id":"11-FLRL-V-00025","available":9,"dates":[]},"13-FLRL-V-00025":{"id":"13-FLRL-V-00025","available":0,"dates":[]},"2-FLRL-V-00025":{"id":"2-FLRL-V-00025","available":21,"dates":[]},"29-FLRL-V-00025":{"id":"29-FLRL-V-00025","available":0,"dates":[]},"30-FLRL-V-00025":{"id":"30-FLRL-V-00025","available":0,"dates":[]},"38-FLRL-V-00025":{"id":"38-FLRL-V-00025","available":0,"dates":[]},"4-FLRL-V-00025":{"id":"4-FLRL-V-00025","available":212,"dates":[]},"41-FLRL-V-00025":{"id":"41-FLRL-V-00025","available":34,"dates":[]},"42-FLRL-V-00025":{"id":"42-FLRL-V-00025","available":4,"dates":[]},"51-FLRL-V-00025":{"id":"51-FLRL-V-00025","available":0,"dates":[]},"52-FLRL-V-00025":{"id":"52-FLRL-V-00025","available":0,"dates":[]},"55-FLRL-V-00025":{"id":"55-FLRL-V-00025","available":0,"dates":[]},"56-FLRL-V-00025":{"id":"56-FLRL-V-00025","available":0,"dates":[]},"57-FLRL-V-00025":{"id":"57-FLRL-V-00025","available":0,"dates":[]},"58-FLRL-V-00025":{"id":"58-FLRL-V-00025","available":74,"dates":[]},"60-FLRL-V-00025":{"id":"60-FLRL-V-00025","available":0,"dates":[]},"65-FLRL-V-00025":{"id":"65-FLRL-V-00025","available":30,"dates":[]},"9-FLRL-V-00025":{"id":"9-FLRL-V-00025","available":14,"dates":[]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-american-rose" title="View The American Rose" data-product-card-title><h3 style="font-size: 1em;">The American Rose</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$123 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$175</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">1 reviews with an average of 5 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="5" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="1" aria-hidden="true" style=" font-size: 12px;">(1)</span></div> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="34" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-candy-heart"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP.jpg?v=1732543573&width=500 500w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP.jpg?v=1732543573&width=600 600w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP.jpg?v=1732543573&width=700 700w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP.jpg?v=1732543573&width=800 800w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP.jpg?v=1732543573&width=900 900w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP.jpg?v=1732543573&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP.jpg?v=1732543573&width=500" alt="The Candy Heart" srcset="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP.jpg?v=1732543573&width=352 352w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP.jpg?v=1732543573&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheCandyHeart_MainImage_PDP.jpg?v=1732543573&width=500 500w, //urbanstems.com/cdn/shop/files/TheCandyHeart_MainImage_PDP.jpg?v=1732543573&width=600 600w, //urbanstems.com/cdn/shop/files/TheCandyHeart_MainImage_PDP.jpg?v=1732543573&width=700 700w, //urbanstems.com/cdn/shop/files/TheCandyHeart_MainImage_PDP.jpg?v=1732543573&width=800 800w, //urbanstems.com/cdn/shop/files/TheCandyHeart_MainImage_PDP.jpg?v=1732543573&width=900 900w, //urbanstems.com/cdn/shop/files/TheCandyHeart_MainImage_PDP.jpg?v=1732543573&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/TheCandyHeart_MainImage_PDP.jpg?v=1732543573&width=500" alt="The Candy Heart" srcset="//urbanstems.com/cdn/shop/files/TheCandyHeart_MainImage_PDP.jpg?v=1732543573&width=352 352w, //urbanstems.com/cdn/shop/files/TheCandyHeart_MainImage_PDP.jpg?v=1732543573&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-candy-heart" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150528","4-154746","4-154760","4-155165","4-155174","4-155660","4-155670"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150706","58-154831","58-155137","58-155609"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150865","41-150871"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150500","2-150527","2-154745","2-155164","2-155659"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150549","10-150557"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150695","11-150696","11-154903","11-155255","11-155774"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150605","9-150611"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150499","1-150526","1-154744","1-155163","1-155658"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150843","65-150854"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-150499":{"id":"1-150499","available":0,"dates":[]},"1-150526":{"id":"1-150526","available":0,"dates":[]},"1-154744":{"id":"1-154744","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155163":{"id":"1-155163","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155658":{"id":"1-155658","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150549":{"id":"10-150549","available":0,"dates":[]},"10-150557":{"id":"10-150557","available":0,"dates":[]},"11-150695":{"id":"11-150695","available":0,"dates":[]},"11-150696":{"id":"11-150696","available":0,"dates":[]},"11-154903":{"id":"11-154903","available":11,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155255":{"id":"11-155255","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155774":{"id":"11-155774","available":17,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150500":{"id":"2-150500","available":0,"dates":[]},"2-150527":{"id":"2-150527","available":0,"dates":[]},"2-154745":{"id":"2-154745","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155164":{"id":"2-155164","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155659":{"id":"2-155659","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150528":{"id":"4-150528","available":0,"dates":[]},"4-154746":{"id":"4-154746","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154760":{"id":"4-154760","available":12,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155165":{"id":"4-155165","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155174":{"id":"4-155174","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155660":{"id":"4-155660","available":22,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155670":{"id":"4-155670","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150865":{"id":"41-150865","available":0,"dates":[]},"41-150871":{"id":"41-150871","available":0,"dates":[]},"58-150706":{"id":"58-150706","available":0,"dates":[]},"58-154831":{"id":"58-154831","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155137":{"id":"58-155137","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155609":{"id":"58-155609","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150843":{"id":"65-150843","available":0,"dates":[]},"65-150854":{"id":"65-150854","available":0,"dates":[]},"9-150605":{"id":"9-150605","available":0,"dates":[]},"9-150611":{"id":"9-150611","available":0,"dates":[]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-candy-heart" title="View The Candy Heart" data-product-card-title><h3 style="font-size: 1em;">The Candy Heart</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$125 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">3 reviews with an average of 4.3 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.3" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="3" aria-hidden="true" style=" font-size: 12px;">(3)</span></div> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="35" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="triple-the-unicorn"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=500" alt="Triple the Unicorn" srcset="//urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=500" alt="Triple the Unicorn" srcset="//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="triple-the-unicorn" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150949","58-150952","58-154936","58-155276","58-155808"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155877"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-153697","4-153700","4-154827","4-154819","4-155186","4-155180","4-155679","4-155676"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150870","41-150876","41-154841","41-155347","41-155693"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155876","52-154844","52-155192","52-155696"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-153696","2-153699","2-154826","2-154818","2-155185","2-155179","2-155678","2-155675"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150895","10-150901","10-154915","10-155264","10-155869"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150661","11-150666","11-154800","11-155149","11-155643"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150676","9-150678","9-154809","9-155156","9-155651"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-153695","1-153698","1-154825","1-154817","1-155184","1-155178","1-155677","1-155674"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150853","65-150864","65-154766","65-155136","65-155605"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-153695":{"id":"1-153695","available":0,"dates":[]},"1-153698":{"id":"1-153698","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-154817":{"id":"1-154817","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154825":{"id":"1-154825","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155178":{"id":"1-155178","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155184":{"id":"1-155184","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155674":{"id":"1-155674","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-155677":{"id":"1-155677","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150895":{"id":"10-150895","available":0,"dates":[]},"10-150901":{"id":"10-150901","available":0,"dates":[]},"10-154915":{"id":"10-154915","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155264":{"id":"10-155264","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155869":{"id":"10-155869","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150661":{"id":"11-150661","available":0,"dates":[]},"11-150666":{"id":"11-150666","available":0,"dates":[]},"11-154800":{"id":"11-154800","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155149":{"id":"11-155149","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155643":{"id":"11-155643","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-153696":{"id":"2-153696","available":0,"dates":[]},"2-153699":{"id":"2-153699","available":0,"dates":[]},"2-154818":{"id":"2-154818","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154826":{"id":"2-154826","available":0,"dates":[]},"2-155179":{"id":"2-155179","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155185":{"id":"2-155185","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155675":{"id":"2-155675","available":13,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-155678":{"id":"2-155678","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-153697":{"id":"4-153697","available":0,"dates":[]},"4-153700":{"id":"4-153700","available":0,"dates":[]},"4-154819":{"id":"4-154819","available":21,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154827":{"id":"4-154827","available":32,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155180":{"id":"4-155180","available":14,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155186":{"id":"4-155186","available":33,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155676":{"id":"4-155676","available":32,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-155679":{"id":"4-155679","available":45,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150870":{"id":"41-150870","available":0,"dates":[]},"41-150876":{"id":"41-150876","available":0,"dates":[]},"41-154841":{"id":"41-154841","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155347":{"id":"41-155347","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155693":{"id":"41-155693","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-155877":{"id":"51-155877","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-154844":{"id":"52-154844","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155192":{"id":"52-155192","available":4,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155696":{"id":"52-155696","available":5,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155876":{"id":"52-155876","available":44,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-150949":{"id":"58-150949","available":0,"dates":[]},"58-150952":{"id":"58-150952","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-154936":{"id":"58-154936","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155276":{"id":"58-155276","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155808":{"id":"58-155808","available":53,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150853":{"id":"65-150853","available":0,"dates":[]},"65-150864":{"id":"65-150864","available":0,"dates":[]},"65-154766":{"id":"65-154766","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155136":{"id":"65-155136","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155605":{"id":"65-155605","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150676":{"id":"9-150676","available":0,"dates":[]},"9-150678":{"id":"9-150678","available":0,"dates":[]},"9-154809":{"id":"9-154809","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155156":{"id":"9-155156","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155651":{"id":"9-155651","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/triple-the-unicorn" title="View Triple the Unicorn" data-product-card-title><h3 style="font-size: 1em;">Triple the Unicorn</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$126 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$180</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">258 reviews with an average of 4.2 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.2" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="258" aria-hidden="true" style=" font-size: 12px;">(258)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Unicorn in Single" data-swatch-item="the-unicorn" href="https://urbanstems.com/products/the-unicorn" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Unicorn in Double" data-swatch-item="double-the-unicorn" href="https://urbanstems.com/products/double-the-unicorn" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Triple the Unicorn in Triple" data-swatch-item="triple-the-unicorn" data-image-loaded href="https://urbanstems.com/products/triple-the-unicorn" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="triple-the-unicorn" type="application/json">{"the-unicorn":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage":null, "handle": "the-unicorn", "priceAmount": 5100, "price": "$51 ", "priceCompareAtAmount": 6000, "priceCompareAt": "$60 ", "url": "https://urbanstems.com/products/the-unicorn", "variantName": null, "title": "The Unicorn", "images": [ { "alt": "The Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=500 500w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=600 600w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=500 500w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=600 600w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=700 700w" }, { "alt": "The Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=500 500w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=600 600w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=500 500w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=600 600w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=700 700w" } ], "variants": [{"id":45510434849016,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10107","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Unicorn - Single","public_title":"Single","options":["Single","Default Title"],"price":5100,"weight":0,"compare_at_price":6000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5100,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5100,"per_delivery_price":30000,"selling_plan_id":4886495480,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5100,"per_delivery_price":18000,"selling_plan_id":4888789240,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5100,"per_delivery_price":24000,"selling_plan_id":4891148536,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5100,"per_delivery_price":36000,"selling_plan_id":4893016312,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5100,"per_delivery_price":72000,"selling_plan_id":4893802744,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5100,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5100,"per_delivery_price":30000,"selling_plan_id":4886528248,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5100,"per_delivery_price":18000,"selling_plan_id":4888822008,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5100,"per_delivery_price":24000,"selling_plan_id":4891181304,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5100,"per_delivery_price":36000,"selling_plan_id":4893049080,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5100,"per_delivery_price":72000,"selling_plan_id":4893835512,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5100,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5100,"per_delivery_price":30000,"selling_plan_id":4886561016,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5100,"per_delivery_price":18000,"selling_plan_id":4888854776,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5100,"per_delivery_price":24000,"selling_plan_id":4891214072,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5100,"per_delivery_price":36000,"selling_plan_id":4893081848,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5100,"per_delivery_price":72000,"selling_plan_id":4893868280,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":4590}],"price":4590,"compare_at_price":5100,"per_delivery_price":4590,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":4590}],"price":4590,"compare_at_price":5100,"per_delivery_price":4590,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":13770}],"price":13770,"compare_at_price":5100,"per_delivery_price":13770,"selling_plan_id":4983587064,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":13770}],"price":13770,"compare_at_price":5100,"per_delivery_price":13770,"selling_plan_id":4983619832,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":27540}],"price":27540,"compare_at_price":5100,"per_delivery_price":27540,"selling_plan_id":4984242424,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":27540}],"price":27540,"compare_at_price":5100,"per_delivery_price":27540,"selling_plan_id":4984275192,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146695":{"id":"1-146695","available":32,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146707":{"id":"1-146707","available":32,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146816":{"id":"1-146816","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147210":{"id":"1-147210","available":3,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"1-147222":{"id":"1-147222","available":0,"dates":[]},"1-147889":{"id":"1-147889","available":-1,"dates":[]},"1-147898":{"id":"1-147898","available":0,"dates":[]},"1-148446":{"id":"1-148446","available":0,"dates":[]},"1-148448":{"id":"1-148448","available":0,"dates":[]},"1-148720":{"id":"1-148720","available":0,"dates":[]},"1-148723":{"id":"1-148723","available":2,"dates":["2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"1-149061":{"id":"1-149061","available":0,"dates":[]},"1-149067":{"id":"1-149067","available":0,"dates":[]},"1-149629":{"id":"1-149629","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149638":{"id":"1-149638","available":110,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150197":{"id":"1-150197","available":90,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150206":{"id":"1-150206","available":110,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150688":{"id":"1-150688","available":110,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150700":{"id":"1-150700","available":90,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-151349":{"id":"1-151349","available":1,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151358":{"id":"1-151358","available":0,"dates":[]},"1-151738":{"id":"1-151738","available":10,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151750":{"id":"1-151750","available":7,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152205":{"id":"1-152205","available":19,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152473":{"id":"1-152473","available":0,"dates":[]},"1-152901":{"id":"1-152901","available":0,"dates":[]},"1-152905":{"id":"1-152905","available":11,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152971":{"id":"1-152971","available":-6,"dates":[]},"1-153201":{"id":"1-153201","available":0,"dates":[]},"1-153207":{"id":"1-153207","available":0,"dates":[]},"1-153497":{"id":"1-153497","available":0,"dates":[]},"1-153503":{"id":"1-153503","available":0,"dates":[]},"1-153695":{"id":"1-153695","available":0,"dates":[]},"1-153698":{"id":"1-153698","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-153769":{"id":"1-153769","available":0,"dates":[]},"1-153833":{"id":"1-153833","available":0,"dates":[]},"1-154311":{"id":"1-154311","available":0,"dates":[]},"1-154319":{"id":"1-154319","available":0,"dates":[]},"1-154817":{"id":"1-154817","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154825":{"id":"1-154825","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155178":{"id":"1-155178","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155184":{"id":"1-155184","available":28,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155674":{"id":"1-155674","available":20,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-155677":{"id":"1-155677","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-FLRL-B-10107-1-144741":{"id":"1-FLRL-B-10107-1-144741","available":12,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-10107-1-146008":{"id":"1-FLRL-B-10107-1-146008","available":13,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-10107-1-146023":{"id":"1-FLRL-B-10107-1-146023","available":32,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146838":{"id":"10-146838","available":31,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147355":{"id":"10-147355","available":0,"dates":[]},"10-147875":{"id":"10-147875","available":0,"dates":[]},"10-148311":{"id":"10-148311","available":0,"dates":[]},"10-148704":{"id":"10-148704","available":0,"dates":[]},"10-149047":{"id":"10-149047","available":0,"dates":[]},"10-149643":{"id":"10-149643","available":91,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149646":{"id":"10-149646","available":105,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150387":{"id":"10-150387","available":91,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150393":{"id":"10-150393","available":105,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150895":{"id":"10-150895","available":0,"dates":[]},"10-150901":{"id":"10-150901","available":0,"dates":[]},"10-151332":{"id":"10-151332","available":-1,"dates":[]},"10-151859":{"id":"10-151859","available":6,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"10-152188":{"id":"10-152188","available":0,"dates":[]},"10-152634":{"id":"10-152634","available":0,"dates":[]},"10-152889":{"id":"10-152889","available":0,"dates":[]},"10-153189":{"id":"10-153189","available":0,"dates":[]},"10-153630":{"id":"10-153630","available":0,"dates":[]},"10-153884":{"id":"10-153884","available":0,"dates":[]},"10-154431":{"id":"10-154431","available":0,"dates":[]},"10-154915":{"id":"10-154915","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155264":{"id":"10-155264","available":55,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155869":{"id":"10-155869","available":84,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-10107-10-144827":{"id":"10-FLRL-B-10107-10-144827","available":46,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-10107-10-145748":{"id":"10-FLRL-B-10107-10-145748","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"10-FLRL-B-10107-10-146162":{"id":"10-FLRL-B-10107-10-146162","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146812":{"id":"11-146812","available":59,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147330":{"id":"11-147330","available":0,"dates":[]},"11-147848":{"id":"11-147848","available":0,"dates":[]},"11-148283":{"id":"11-148283","available":3,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148668":{"id":"11-148668","available":0,"dates":[]},"11-148921":{"id":"11-148921","available":0,"dates":[]},"11-149655":{"id":"11-149655","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149658":{"id":"11-149658","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150219":{"id":"11-150219","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150222":{"id":"11-150222","available":128,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150661":{"id":"11-150661","available":0,"dates":[]},"11-150666":{"id":"11-150666","available":0,"dates":[]},"11-151201":{"id":"11-151201","available":0,"dates":[]},"11-151613":{"id":"11-151613","available":0,"dates":[]},"11-152089":{"id":"11-152089","available":0,"dates":[]},"11-152389":{"id":"11-152389","available":0,"dates":[]},"11-152821":{"id":"11-152821","available":0,"dates":[]},"11-153115":{"id":"11-153115","available":0,"dates":[]},"11-153416":{"id":"11-153416","available":0,"dates":[]},"11-154096":{"id":"11-154096","available":0,"dates":[]},"11-154474":{"id":"11-154474","available":0,"dates":[]},"11-154800":{"id":"11-154800","available":62,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155149":{"id":"11-155149","available":74,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155643":{"id":"11-155643","available":90,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-10107-11-144797":{"id":"11-FLRL-B-10107-11-144797","available":30,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-10107-11-146136":{"id":"11-FLRL-B-10107-11-146136","available":10,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146696":{"id":"2-146696","available":64,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146708":{"id":"2-146708","available":48,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146817":{"id":"2-146817","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147211":{"id":"2-147211","available":0,"dates":[]},"2-147223":{"id":"2-147223","available":0,"dates":[]},"2-147890":{"id":"2-147890","available":0,"dates":[]},"2-147899":{"id":"2-147899","available":0,"dates":[]},"2-148447":{"id":"2-148447","available":0,"dates":[]},"2-148449":{"id":"2-148449","available":0,"dates":[]},"2-148721":{"id":"2-148721","available":0,"dates":[]},"2-148724":{"id":"2-148724","available":0,"dates":[]},"2-149062":{"id":"2-149062","available":0,"dates":[]},"2-149068":{"id":"2-149068","available":0,"dates":[]},"2-149630":{"id":"2-149630","available":120,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149639":{"id":"2-149639","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150198":{"id":"2-150198","available":120,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150207":{"id":"2-150207","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150689":{"id":"2-150689","available":120,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150701":{"id":"2-150701","available":120,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-151350":{"id":"2-151350","available":0,"dates":[]},"2-151359":{"id":"2-151359","available":-4,"dates":[]},"2-151739":{"id":"2-151739","available":0,"dates":[]},"2-151751":{"id":"2-151751","available":0,"dates":[]},"2-152206":{"id":"2-152206","available":0,"dates":[]},"2-152474":{"id":"2-152474","available":0,"dates":[]},"2-152902":{"id":"2-152902","available":0,"dates":[]},"2-152906":{"id":"2-152906","available":11,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152972":{"id":"2-152972","available":0,"dates":[]},"2-153202":{"id":"2-153202","available":0,"dates":[]},"2-153208":{"id":"2-153208","available":0,"dates":[]},"2-153498":{"id":"2-153498","available":0,"dates":[]},"2-153504":{"id":"2-153504","available":0,"dates":[]},"2-153696":{"id":"2-153696","available":0,"dates":[]},"2-153699":{"id":"2-153699","available":0,"dates":[]},"2-153770":{"id":"2-153770","available":0,"dates":[]},"2-153834":{"id":"2-153834","available":0,"dates":[]},"2-154115":{"id":"2-154115","available":22,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-154312":{"id":"2-154312","available":0,"dates":[]},"2-154320":{"id":"2-154320","available":0,"dates":[]},"2-154818":{"id":"2-154818","available":14,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154826":{"id":"2-154826","available":0,"dates":[]},"2-155179":{"id":"2-155179","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155185":{"id":"2-155185","available":43,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155675":{"id":"2-155675","available":40,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-155678":{"id":"2-155678","available":46,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-FLRL-B-10107-2-144742":{"id":"2-FLRL-B-10107-2-144742","available":11,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-10107-2-146009":{"id":"2-FLRL-B-10107-2-146009","available":2,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-10107-2-146024":{"id":"2-FLRL-B-10107-2-146024","available":45,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146797":{"id":"30-146797","available":70,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147314":{"id":"30-147314","available":0,"dates":[]},"30-147832":{"id":"30-147832","available":0,"dates":[]},"30-148263":{"id":"30-148263","available":40,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"30-148544":{"id":"30-148544","available":0,"dates":[]},"30-148753":{"id":"30-148753","available":0,"dates":[]},"30-FLRL-B-10107-30-144780":{"id":"30-FLRL-B-10107-30-144780","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-10107-30-145700":{"id":"30-FLRL-B-10107-30-145700","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"30-FLRL-B-10107-30-146120":{"id":"30-FLRL-B-10107-30-146120","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146697":{"id":"4-146697","available":80,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146709":{"id":"4-146709","available":32,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146818":{"id":"4-146818","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147212":{"id":"4-147212","available":1,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"4-147224":{"id":"4-147224","available":0,"dates":[]},"4-147891":{"id":"4-147891","available":0,"dates":[]},"4-147900":{"id":"4-147900","available":0,"dates":[]},"4-148722":{"id":"4-148722","available":0,"dates":[]},"4-148725":{"id":"4-148725","available":0,"dates":[]},"4-149063":{"id":"4-149063","available":0,"dates":[]},"4-149069":{"id":"4-149069","available":0,"dates":[]},"4-149631":{"id":"4-149631","available":410,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149640":{"id":"4-149640","available":510,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150199":{"id":"4-150199","available":410,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150208":{"id":"4-150208","available":510,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150690":{"id":"4-150690","available":530,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150702":{"id":"4-150702","available":410,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-151351":{"id":"4-151351","available":0,"dates":[]},"4-151360":{"id":"4-151360","available":0,"dates":[]},"4-151740":{"id":"4-151740","available":0,"dates":[]},"4-151752":{"id":"4-151752","available":0,"dates":[]},"4-152207":{"id":"4-152207","available":0,"dates":[]},"4-152475":{"id":"4-152475","available":0,"dates":[]},"4-152903":{"id":"4-152903","available":0,"dates":[]},"4-152973":{"id":"4-152973","available":0,"dates":[]},"4-153203":{"id":"4-153203","available":0,"dates":[]},"4-153209":{"id":"4-153209","available":0,"dates":[]},"4-153499":{"id":"4-153499","available":0,"dates":[]},"4-153505":{"id":"4-153505","available":0,"dates":[]},"4-153697":{"id":"4-153697","available":0,"dates":[]},"4-153700":{"id":"4-153700","available":0,"dates":[]},"4-153771":{"id":"4-153771","available":0,"dates":[]},"4-153835":{"id":"4-153835","available":0,"dates":[]},"4-154116":{"id":"4-154116","available":43,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-154117":{"id":"4-154117","available":0,"dates":[]},"4-154313":{"id":"4-154313","available":0,"dates":[]},"4-154321":{"id":"4-154321","available":0,"dates":[]},"4-154819":{"id":"4-154819","available":64,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154827":{"id":"4-154827","available":97,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155180":{"id":"4-155180","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155186":{"id":"4-155186","available":100,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155676":{"id":"4-155676","available":97,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-155679":{"id":"4-155679","available":136,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-FLRL-B-10107-4-144743":{"id":"4-FLRL-B-10107-4-144743","available":25,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-10107-4-144751":{"id":"4-FLRL-B-10107-4-144751","available":67,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-10107-4-145594":{"id":"4-FLRL-B-10107-4-145594","available":"1","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"4-FLRL-B-10107-4-145609":{"id":"4-FLRL-B-10107-4-145609","available":2,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-B-10107-4-146010":{"id":"4-FLRL-B-10107-4-146010","available":64,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-10107-4-146025":{"id":"4-FLRL-B-10107-4-146025","available":32,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146780":{"id":"41-146780","available":50,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147239":{"id":"41-147239","available":0,"dates":[]},"41-147906":{"id":"41-147906","available":0,"dates":[]},"41-148342":{"id":"41-148342","available":0,"dates":[]},"41-148734":{"id":"41-148734","available":0,"dates":[]},"41-149030":{"id":"41-149030","available":0,"dates":[]},"41-149661":{"id":"41-149661","available":180,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149664":{"id":"41-149664","available":216,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150223":{"id":"41-150223","available":180,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150224":{"id":"41-150224","available":216,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150870":{"id":"41-150870","available":0,"dates":[]},"41-150876":{"id":"41-150876","available":0,"dates":[]},"41-151313":{"id":"41-151313","available":0,"dates":[]},"41-151717":{"id":"41-151717","available":0,"dates":[]},"41-152169":{"id":"41-152169","available":0,"dates":[]},"41-152621":{"id":"41-152621","available":0,"dates":[]},"41-152876":{"id":"41-152876","available":0,"dates":[]},"41-153175":{"id":"41-153175","available":0,"dates":[]},"41-153472":{"id":"41-153472","available":0,"dates":[]},"41-153891":{"id":"41-153891","available":0,"dates":[]},"41-154337":{"id":"41-154337","available":0,"dates":[]},"41-154841":{"id":"41-154841","available":51,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155347":{"id":"41-155347","available":41,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155693":{"id":"41-155693","available":70,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-10107-41-144759":{"id":"41-FLRL-B-10107-41-144759","available":41,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-10107-41-145624":{"id":"41-FLRL-B-10107-41-145624","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"41-FLRL-B-10107-41-146042":{"id":"41-FLRL-B-10107-41-146042","available":8,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-FLRL-B-10107-42-144768":{"id":"42-FLRL-B-10107-42-144768","available":25,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"51-148756":{"id":"51-148756","available":24,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148871":{"id":"51-148871","available":8,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-151156":{"id":"51-151156","available":4,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151567":{"id":"51-151567","available":20,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152059":{"id":"51-152059","available":7,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152564":{"id":"51-152564","available":11,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152795":{"id":"51-152795","available":11,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153080":{"id":"51-153080","available":55,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153599":{"id":"51-153599","available":0,"dates":[]},"51-154132":{"id":"51-154132","available":6,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-155877":{"id":"51-155877","available":111,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-146328":{"id":"52-146328","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146529":{"id":"52-146529","available":27,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146782":{"id":"52-146782","available":25,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147297":{"id":"52-147297","available":12,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147815":{"id":"52-147815","available":11,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148245":{"id":"52-148245","available":20,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148441":{"id":"52-148441","available":18,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148637":{"id":"52-148637","available":25,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-149691":{"id":"52-149691","available":208,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150266":{"id":"52-150266","available":208,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150491":{"id":"52-150491","available":208,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151006":{"id":"52-151006","available":-27,"dates":[]},"52-151434":{"id":"52-151434","available":20,"dates":["2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29"]},"52-153717":{"id":"52-153717","available":0,"dates":[]},"52-154340":{"id":"52-154340","available":7,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09"]},"52-154844":{"id":"52-154844","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155048":{"id":"52-155048","available":9,"dates":["2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07"]},"52-155192":{"id":"52-155192","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155532":{"id":"52-155532","available":0,"dates":[]},"52-155696":{"id":"52-155696","available":17,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155876":{"id":"52-155876","available":133,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"52-FLRL-B-10107-52-146328":{"id":"52-FLRL-B-10107-52-146328","available":0,"dates":[]},"52-FLRL-B-10107-52-146529":{"id":"52-FLRL-B-10107-52-146529","available":27,"dates":[]},"58-146873":{"id":"58-146873","available":88,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147386":{"id":"58-147386","available":0,"dates":[]},"58-147805":{"id":"58-147805","available":-13,"dates":[]},"58-148235":{"id":"58-148235","available":40,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-148541":{"id":"58-148541","available":0,"dates":[]},"58-148754":{"id":"58-148754","available":0,"dates":[]},"58-148862":{"id":"58-148862","available":-2,"dates":[]},"58-149882":{"id":"58-149882","available":308,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149885":{"id":"58-149885","available":374,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150441":{"id":"58-150441","available":308,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150444":{"id":"58-150444","available":374,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150949":{"id":"58-150949","available":0,"dates":[]},"58-150952":{"id":"58-150952","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151321":{"id":"58-151321","available":0,"dates":[]},"58-151725":{"id":"58-151725","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-152178":{"id":"58-152178","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"58-152627":{"id":"58-152627","available":0,"dates":[]},"58-152881":{"id":"58-152881","available":0,"dates":[]},"58-153181":{"id":"58-153181","available":0,"dates":[]},"58-153477":{"id":"58-153477","available":0,"dates":[]},"58-154065":{"id":"58-154065","available":0,"dates":[]},"58-154457":{"id":"58-154457","available":0,"dates":[]},"58-154458":{"id":"58-154458","available":0,"dates":[]},"58-154936":{"id":"58-154936","available":126,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155276":{"id":"58-155276","available":99,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155808":{"id":"58-155808","available":160,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-10107-58-144701":{"id":"58-FLRL-B-10107-58-144701","available":8,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-10107-58-146196":{"id":"58-FLRL-B-10107-58-146196","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148914":{"id":"65-148914","available":0,"dates":[]},"65-149649":{"id":"65-149649","available":135,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149652":{"id":"65-149652","available":162,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150214":{"id":"65-150214","available":135,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150216":{"id":"65-150216","available":162,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150853":{"id":"65-150853","available":0,"dates":[]},"65-150864":{"id":"65-150864","available":0,"dates":[]},"65-151194":{"id":"65-151194","available":0,"dates":[]},"65-151605":{"id":"65-151605","available":-3,"dates":[]},"65-152082":{"id":"65-152082","available":0,"dates":[]},"65-152385":{"id":"65-152385","available":0,"dates":[]},"65-152817":{"id":"65-152817","available":0,"dates":[]},"65-153111":{"id":"65-153111","available":0,"dates":[]},"65-153412":{"id":"65-153412","available":0,"dates":[]},"65-154078":{"id":"65-154078","available":0,"dates":[]},"65-154227":{"id":"65-154227","available":0,"dates":[]},"65-154766":{"id":"65-154766","available":41,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155136":{"id":"65-155136","available":36,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155605":{"id":"65-155605","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150486":{"id":"66-150486","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-146732":{"id":"9-146732","available":16,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147870":{"id":"9-147870","available":0,"dates":[]},"9-148306":{"id":"9-148306","available":0,"dates":[]},"9-148696":{"id":"9-148696","available":0,"dates":[]},"9-149057":{"id":"9-149057","available":0,"dates":[]},"9-149384":{"id":"9-149384","available":0,"dates":[]},"9-149677":{"id":"9-149677","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149678":{"id":"9-149678","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150237":{"id":"9-150237","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150238":{"id":"9-150238","available":64,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150676":{"id":"9-150676","available":0,"dates":[]},"9-150678":{"id":"9-150678","available":0,"dates":[]},"9-151342":{"id":"9-151342","available":0,"dates":[]},"9-151851":{"id":"9-151851","available":0,"dates":[]},"9-152198":{"id":"9-152198","available":0,"dates":[]},"9-152642":{"id":"9-152642","available":0,"dates":[]},"9-152897":{"id":"9-152897","available":0,"dates":[]},"9-153197":{"id":"9-153197","available":0,"dates":[]},"9-153638":{"id":"9-153638","available":0,"dates":[]},"9-154107":{"id":"9-154107","available":1,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"9-154482":{"id":"9-154482","available":0,"dates":[]},"9-154809":{"id":"9-154809","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155156":{"id":"9-155156","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155651":{"id":"9-155651","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-B-10107-9-145632":{"id":"9-FLRL-B-10107-9-145632","available":"21","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"9-FLRL-B-10107-9-146051":{"id":"9-FLRL-B-10107-9-146051","available":14,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150949","58-150952","58-154936","58-155276","58-155808"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155877"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-153697","4-153700","4-154827","4-154819","4-155186","4-155180","4-155679","4-155676"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150870","41-150876","41-154841","41-155347","41-155693"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155876","52-154844","52-155192","52-155696"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-153696","2-153699","2-154826","2-154818","2-155185","2-155179","2-155678","2-155675"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150895","10-150901","10-154915","10-155264","10-155869"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150661","11-150666","11-154800","11-155149","11-155643"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150676","9-150678","9-154809","9-155156","9-155651"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-153695","1-153698","1-154825","1-154817","1-155184","1-155178","1-155677","1-155674"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150853","65-150864","65-154766","65-155136","65-155605"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150486"]}],"lot-a":{"id":"lot-a","available":10,"dates":["2024-09-18","2024-09-19","2024-09-20"]},"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-unicorn":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-unicorn", "priceAmount": 9600, "price": "$96 ", "priceCompareAtAmount": 12000, "priceCompareAt": "$120 ", "url": "https://urbanstems.com/products/double-the-unicorn", "variantName": null, "title": "Double the Unicorn", "images": [ { "alt": "Double the Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Unicorn_SupportingImage_1_PDP.jpg?v=1727923796&width=700 700w" }, { "alt": "Double the Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Unicorn_MainImage_PDP_9443884c-ef17-4e58-9552-d982a14f783b.jpg?v=1729697164&width=700 700w" } ], "variants": [{"id":45510440288504,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10107","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Unicorn - Double","public_title":"Double","options":["Double","Default Title"],"price":9600,"weight":0,"compare_at_price":12000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9600,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9600,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":9600,"per_delivery_price":31500,"selling_plan_id":4978114808,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":9600,"per_delivery_price":42000,"selling_plan_id":4979523832,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":9600,"per_delivery_price":52500,"selling_plan_id":4980048120,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":9600,"per_delivery_price":63000,"selling_plan_id":4980801784,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":9600,"per_delivery_price":126000,"selling_plan_id":4981326072,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9600,"per_delivery_price":90000,"selling_plan_id":5001937144,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9600,"per_delivery_price":45000,"selling_plan_id":5002035448,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9600,"per_delivery_price":37500,"selling_plan_id":5002133752,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9600,"per_delivery_price":30000,"selling_plan_id":5002232056,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9600,"per_delivery_price":22500,"selling_plan_id":5002330360,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9600,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9600,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":9600,"per_delivery_price":31500,"selling_plan_id":4978147576,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":9600,"per_delivery_price":42000,"selling_plan_id":4979556600,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":9600,"per_delivery_price":52500,"selling_plan_id":4980080888,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":9600,"per_delivery_price":63000,"selling_plan_id":4980834552,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":9600,"per_delivery_price":126000,"selling_plan_id":4981358840,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9600,"per_delivery_price":90000,"selling_plan_id":5001969912,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9600,"per_delivery_price":45000,"selling_plan_id":5002068216,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9600,"per_delivery_price":37500,"selling_plan_id":5002166520,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9600,"per_delivery_price":30000,"selling_plan_id":5002264824,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9600,"per_delivery_price":22500,"selling_plan_id":5002363128,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9600,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9600,"per_delivery_price":90000,"selling_plan_id":5002002680,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9600,"per_delivery_price":45000,"selling_plan_id":5002100984,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9600,"per_delivery_price":37500,"selling_plan_id":5002199288,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9600,"per_delivery_price":30000,"selling_plan_id":5002297592,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9600,"per_delivery_price":22500,"selling_plan_id":5002395896,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":8640}],"price":8640,"compare_at_price":9600,"per_delivery_price":8640,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":8640}],"price":8640,"compare_at_price":9600,"per_delivery_price":8640,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":25920}],"price":25920,"compare_at_price":9600,"per_delivery_price":25920,"selling_plan_id":4984504568,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":25920}],"price":25920,"compare_at_price":9600,"per_delivery_price":25920,"selling_plan_id":4984537336,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":51840}],"price":51840,"compare_at_price":9600,"per_delivery_price":51840,"selling_plan_id":4985356536,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":51840}],"price":51840,"compare_at_price":9600,"per_delivery_price":51840,"selling_plan_id":4985389304,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146695":{"id":"1-146695","available":16,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146707":{"id":"1-146707","available":16,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146816":{"id":"1-146816","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147210":{"id":"1-147210","available":1,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"1-147222":{"id":"1-147222","available":0,"dates":[]},"1-147889":{"id":"1-147889","available":-1,"dates":[]},"1-147898":{"id":"1-147898","available":0,"dates":[]},"1-148446":{"id":"1-148446","available":0,"dates":[]},"1-148448":{"id":"1-148448","available":0,"dates":[]},"1-148720":{"id":"1-148720","available":0,"dates":[]},"1-148723":{"id":"1-148723","available":1,"dates":["2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"1-149061":{"id":"1-149061","available":0,"dates":[]},"1-149067":{"id":"1-149067","available":0,"dates":[]},"1-149629":{"id":"1-149629","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149638":{"id":"1-149638","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150197":{"id":"1-150197","available":45,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150206":{"id":"1-150206","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150688":{"id":"1-150688","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150700":{"id":"1-150700","available":45,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-151349":{"id":"1-151349","available":0,"dates":[]},"1-151358":{"id":"1-151358","available":0,"dates":[]},"1-151738":{"id":"1-151738","available":5,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151750":{"id":"1-151750","available":3,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152205":{"id":"1-152205","available":9,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152473":{"id":"1-152473","available":0,"dates":[]},"1-152901":{"id":"1-152901","available":0,"dates":[]},"1-152905":{"id":"1-152905","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152971":{"id":"1-152971","available":-3,"dates":[]},"1-153201":{"id":"1-153201","available":0,"dates":[]},"1-153207":{"id":"1-153207","available":0,"dates":[]},"1-153497":{"id":"1-153497","available":0,"dates":[]},"1-153503":{"id":"1-153503","available":0,"dates":[]},"1-153695":{"id":"1-153695","available":0,"dates":[]},"1-153698":{"id":"1-153698","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-153769":{"id":"1-153769","available":0,"dates":[]},"1-153833":{"id":"1-153833","available":0,"dates":[]},"1-154311":{"id":"1-154311","available":0,"dates":[]},"1-154319":{"id":"1-154319","available":0,"dates":[]},"1-154817":{"id":"1-154817","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154825":{"id":"1-154825","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155178":{"id":"1-155178","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155184":{"id":"1-155184","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155674":{"id":"1-155674","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-155677":{"id":"1-155677","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-FLRL-D-10107-1-146008":{"id":"1-FLRL-D-10107-1-146008","available":6,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-D-10107-1-146023":{"id":"1-FLRL-D-10107-1-146023","available":16,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146838":{"id":"10-146838","available":15,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147355":{"id":"10-147355","available":0,"dates":[]},"10-147875":{"id":"10-147875","available":0,"dates":[]},"10-148311":{"id":"10-148311","available":0,"dates":[]},"10-148704":{"id":"10-148704","available":0,"dates":[]},"10-149047":{"id":"10-149047","available":0,"dates":[]},"10-149643":{"id":"10-149643","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149646":{"id":"10-149646","available":52,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150387":{"id":"10-150387","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150393":{"id":"10-150393","available":52,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150895":{"id":"10-150895","available":0,"dates":[]},"10-150901":{"id":"10-150901","available":0,"dates":[]},"10-151332":{"id":"10-151332","available":-1,"dates":[]},"10-151859":{"id":"10-151859","available":3,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"10-152188":{"id":"10-152188","available":0,"dates":[]},"10-152634":{"id":"10-152634","available":0,"dates":[]},"10-152889":{"id":"10-152889","available":0,"dates":[]},"10-153189":{"id":"10-153189","available":0,"dates":[]},"10-153630":{"id":"10-153630","available":0,"dates":[]},"10-153884":{"id":"10-153884","available":0,"dates":[]},"10-154431":{"id":"10-154431","available":0,"dates":[]},"10-154915":{"id":"10-154915","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155264":{"id":"10-155264","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155869":{"id":"10-155869","available":42,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-D-10107-10-146162":{"id":"10-FLRL-D-10107-10-146162","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146812":{"id":"11-146812","available":29,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147330":{"id":"11-147330","available":0,"dates":[]},"11-147848":{"id":"11-147848","available":0,"dates":[]},"11-148283":{"id":"11-148283","available":1,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148668":{"id":"11-148668","available":0,"dates":[]},"11-148921":{"id":"11-148921","available":0,"dates":[]},"11-149655":{"id":"11-149655","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149658":{"id":"11-149658","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150219":{"id":"11-150219","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150222":{"id":"11-150222","available":64,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150661":{"id":"11-150661","available":0,"dates":[]},"11-150666":{"id":"11-150666","available":0,"dates":[]},"11-151201":{"id":"11-151201","available":0,"dates":[]},"11-151613":{"id":"11-151613","available":0,"dates":[]},"11-152089":{"id":"11-152089","available":0,"dates":[]},"11-152389":{"id":"11-152389","available":0,"dates":[]},"11-152821":{"id":"11-152821","available":0,"dates":[]},"11-153115":{"id":"11-153115","available":0,"dates":[]},"11-153416":{"id":"11-153416","available":0,"dates":[]},"11-154096":{"id":"11-154096","available":0,"dates":[]},"11-154474":{"id":"11-154474","available":0,"dates":[]},"11-154800":{"id":"11-154800","available":31,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155149":{"id":"11-155149","available":37,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155643":{"id":"11-155643","available":45,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-D-10107-11-146136":{"id":"11-FLRL-D-10107-11-146136","available":5,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146696":{"id":"2-146696","available":32,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146708":{"id":"2-146708","available":24,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146817":{"id":"2-146817","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147211":{"id":"2-147211","available":0,"dates":[]},"2-147223":{"id":"2-147223","available":0,"dates":[]},"2-147890":{"id":"2-147890","available":0,"dates":[]},"2-147899":{"id":"2-147899","available":0,"dates":[]},"2-148447":{"id":"2-148447","available":0,"dates":[]},"2-148449":{"id":"2-148449","available":0,"dates":[]},"2-148721":{"id":"2-148721","available":0,"dates":[]},"2-148724":{"id":"2-148724","available":0,"dates":[]},"2-149062":{"id":"2-149062","available":0,"dates":[]},"2-149068":{"id":"2-149068","available":0,"dates":[]},"2-149630":{"id":"2-149630","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149639":{"id":"2-149639","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150198":{"id":"2-150198","available":60,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150207":{"id":"2-150207","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150689":{"id":"2-150689","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150701":{"id":"2-150701","available":60,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-151350":{"id":"2-151350","available":0,"dates":[]},"2-151359":{"id":"2-151359","available":-2,"dates":[]},"2-151739":{"id":"2-151739","available":0,"dates":[]},"2-151751":{"id":"2-151751","available":0,"dates":[]},"2-152206":{"id":"2-152206","available":0,"dates":[]},"2-152474":{"id":"2-152474","available":0,"dates":[]},"2-152902":{"id":"2-152902","available":0,"dates":[]},"2-152906":{"id":"2-152906","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152972":{"id":"2-152972","available":0,"dates":[]},"2-153202":{"id":"2-153202","available":0,"dates":[]},"2-153208":{"id":"2-153208","available":0,"dates":[]},"2-153498":{"id":"2-153498","available":0,"dates":[]},"2-153504":{"id":"2-153504","available":0,"dates":[]},"2-153696":{"id":"2-153696","available":0,"dates":[]},"2-153699":{"id":"2-153699","available":0,"dates":[]},"2-153770":{"id":"2-153770","available":0,"dates":[]},"2-153834":{"id":"2-153834","available":0,"dates":[]},"2-154115":{"id":"2-154115","available":11,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-154312":{"id":"2-154312","available":0,"dates":[]},"2-154320":{"id":"2-154320","available":0,"dates":[]},"2-154818":{"id":"2-154818","available":7,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154826":{"id":"2-154826","available":0,"dates":[]},"2-155179":{"id":"2-155179","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155185":{"id":"2-155185","available":21,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155675":{"id":"2-155675","available":20,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-155678":{"id":"2-155678","available":23,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-FLRL-D-10107-2-146009":{"id":"2-FLRL-D-10107-2-146009","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-D-10107-2-146024":{"id":"2-FLRL-D-10107-2-146024","available":22,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146797":{"id":"30-146797","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147314":{"id":"30-147314","available":0,"dates":[]},"30-147832":{"id":"30-147832","available":0,"dates":[]},"30-148263":{"id":"30-148263","available":20,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"30-148544":{"id":"30-148544","available":0,"dates":[]},"30-148753":{"id":"30-148753","available":0,"dates":[]},"30-FLRL-D-10107-30-146120":{"id":"30-FLRL-D-10107-30-146120","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146697":{"id":"4-146697","available":40,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146709":{"id":"4-146709","available":16,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146818":{"id":"4-146818","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147212":{"id":"4-147212","available":0,"dates":[]},"4-147224":{"id":"4-147224","available":0,"dates":[]},"4-147891":{"id":"4-147891","available":0,"dates":[]},"4-147900":{"id":"4-147900","available":0,"dates":[]},"4-148722":{"id":"4-148722","available":0,"dates":[]},"4-148725":{"id":"4-148725","available":0,"dates":[]},"4-149063":{"id":"4-149063","available":0,"dates":[]},"4-149069":{"id":"4-149069","available":0,"dates":[]},"4-149631":{"id":"4-149631","available":205,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149640":{"id":"4-149640","available":255,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150199":{"id":"4-150199","available":205,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150208":{"id":"4-150208","available":255,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150690":{"id":"4-150690","available":265,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150702":{"id":"4-150702","available":205,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-151351":{"id":"4-151351","available":0,"dates":[]},"4-151360":{"id":"4-151360","available":0,"dates":[]},"4-151740":{"id":"4-151740","available":0,"dates":[]},"4-151752":{"id":"4-151752","available":0,"dates":[]},"4-152207":{"id":"4-152207","available":0,"dates":[]},"4-152475":{"id":"4-152475","available":0,"dates":[]},"4-152903":{"id":"4-152903","available":0,"dates":[]},"4-152973":{"id":"4-152973","available":0,"dates":[]},"4-153203":{"id":"4-153203","available":0,"dates":[]},"4-153209":{"id":"4-153209","available":0,"dates":[]},"4-153499":{"id":"4-153499","available":0,"dates":[]},"4-153505":{"id":"4-153505","available":0,"dates":[]},"4-153697":{"id":"4-153697","available":0,"dates":[]},"4-153700":{"id":"4-153700","available":0,"dates":[]},"4-153771":{"id":"4-153771","available":0,"dates":[]},"4-153835":{"id":"4-153835","available":0,"dates":[]},"4-154116":{"id":"4-154116","available":21,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-154117":{"id":"4-154117","available":0,"dates":[]},"4-154313":{"id":"4-154313","available":0,"dates":[]},"4-154321":{"id":"4-154321","available":0,"dates":[]},"4-154819":{"id":"4-154819","available":32,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154827":{"id":"4-154827","available":48,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155180":{"id":"4-155180","available":21,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155186":{"id":"4-155186","available":50,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155676":{"id":"4-155676","available":48,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-155679":{"id":"4-155679","available":68,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-FLRL-D-10107-4-145609":{"id":"4-FLRL-D-10107-4-145609","available":1,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-D-10107-4-146010":{"id":"4-FLRL-D-10107-4-146010","available":32,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-D-10107-4-146025":{"id":"4-FLRL-D-10107-4-146025","available":16,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146780":{"id":"41-146780","available":25,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147239":{"id":"41-147239","available":0,"dates":[]},"41-147906":{"id":"41-147906","available":0,"dates":[]},"41-148342":{"id":"41-148342","available":0,"dates":[]},"41-148734":{"id":"41-148734","available":0,"dates":[]},"41-149030":{"id":"41-149030","available":0,"dates":[]},"41-149661":{"id":"41-149661","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149664":{"id":"41-149664","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150223":{"id":"41-150223","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150224":{"id":"41-150224","available":108,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150870":{"id":"41-150870","available":0,"dates":[]},"41-150876":{"id":"41-150876","available":0,"dates":[]},"41-151313":{"id":"41-151313","available":0,"dates":[]},"41-151717":{"id":"41-151717","available":0,"dates":[]},"41-152169":{"id":"41-152169","available":0,"dates":[]},"41-152621":{"id":"41-152621","available":0,"dates":[]},"41-152876":{"id":"41-152876","available":0,"dates":[]},"41-153175":{"id":"41-153175","available":0,"dates":[]},"41-153472":{"id":"41-153472","available":0,"dates":[]},"41-153891":{"id":"41-153891","available":0,"dates":[]},"41-154337":{"id":"41-154337","available":0,"dates":[]},"41-154841":{"id":"41-154841","available":25,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155347":{"id":"41-155347","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155693":{"id":"41-155693","available":35,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-D-10107-41-146042":{"id":"41-FLRL-D-10107-41-146042","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148756":{"id":"51-148756","available":12,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148871":{"id":"51-148871","available":4,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-151156":{"id":"51-151156","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151567":{"id":"51-151567","available":10,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152059":{"id":"51-152059","available":3,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152564":{"id":"51-152564","available":5,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152795":{"id":"51-152795","available":5,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153080":{"id":"51-153080","available":27,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153599":{"id":"51-153599","available":0,"dates":[]},"51-154132":{"id":"51-154132","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-155877":{"id":"51-155877","available":55,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-146328":{"id":"52-146328","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146529":{"id":"52-146529","available":13,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146782":{"id":"52-146782","available":12,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147297":{"id":"52-147297","available":6,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147815":{"id":"52-147815","available":5,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148245":{"id":"52-148245","available":10,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148441":{"id":"52-148441","available":9,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148637":{"id":"52-148637","available":12,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-149691":{"id":"52-149691","available":104,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150266":{"id":"52-150266","available":104,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150491":{"id":"52-150491","available":104,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151006":{"id":"52-151006","available":-14,"dates":[]},"52-151434":{"id":"52-151434","available":10,"dates":["2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29"]},"52-153717":{"id":"52-153717","available":0,"dates":[]},"52-154340":{"id":"52-154340","available":3,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09"]},"52-154844":{"id":"52-154844","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155048":{"id":"52-155048","available":4,"dates":["2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07"]},"52-155192":{"id":"52-155192","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155532":{"id":"52-155532","available":0,"dates":[]},"52-155696":{"id":"52-155696","available":8,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155876":{"id":"52-155876","available":66,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-146873":{"id":"58-146873","available":44,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147386":{"id":"58-147386","available":0,"dates":[]},"58-147805":{"id":"58-147805","available":-7,"dates":[]},"58-148235":{"id":"58-148235","available":20,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-148541":{"id":"58-148541","available":0,"dates":[]},"58-148754":{"id":"58-148754","available":0,"dates":[]},"58-148862":{"id":"58-148862","available":-1,"dates":[]},"58-149882":{"id":"58-149882","available":154,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149885":{"id":"58-149885","available":187,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150441":{"id":"58-150441","available":154,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150444":{"id":"58-150444","available":187,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150949":{"id":"58-150949","available":0,"dates":[]},"58-150952":{"id":"58-150952","available":25,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151321":{"id":"58-151321","available":0,"dates":[]},"58-151725":{"id":"58-151725","available":0,"dates":[]},"58-152178":{"id":"58-152178","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"58-152627":{"id":"58-152627","available":0,"dates":[]},"58-152881":{"id":"58-152881","available":0,"dates":[]},"58-153181":{"id":"58-153181","available":0,"dates":[]},"58-153477":{"id":"58-153477","available":0,"dates":[]},"58-154065":{"id":"58-154065","available":0,"dates":[]},"58-154457":{"id":"58-154457","available":0,"dates":[]},"58-154458":{"id":"58-154458","available":0,"dates":[]},"58-154936":{"id":"58-154936","available":63,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155276":{"id":"58-155276","available":49,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155808":{"id":"58-155808","available":80,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-D-10107-58-146196":{"id":"58-FLRL-D-10107-58-146196","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148914":{"id":"65-148914","available":0,"dates":[]},"65-149649":{"id":"65-149649","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149652":{"id":"65-149652","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150214":{"id":"65-150214","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150216":{"id":"65-150216","available":81,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150853":{"id":"65-150853","available":0,"dates":[]},"65-150864":{"id":"65-150864","available":0,"dates":[]},"65-151194":{"id":"65-151194","available":0,"dates":[]},"65-151605":{"id":"65-151605","available":-2,"dates":[]},"65-152082":{"id":"65-152082","available":0,"dates":[]},"65-152385":{"id":"65-152385","available":0,"dates":[]},"65-152817":{"id":"65-152817","available":0,"dates":[]},"65-153111":{"id":"65-153111","available":0,"dates":[]},"65-153412":{"id":"65-153412","available":0,"dates":[]},"65-154078":{"id":"65-154078","available":0,"dates":[]},"65-154227":{"id":"65-154227","available":0,"dates":[]},"65-154766":{"id":"65-154766","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155136":{"id":"65-155136","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155605":{"id":"65-155605","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150486":{"id":"66-150486","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-146732":{"id":"9-146732","available":8,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147870":{"id":"9-147870","available":0,"dates":[]},"9-148306":{"id":"9-148306","available":0,"dates":[]},"9-148696":{"id":"9-148696","available":0,"dates":[]},"9-149057":{"id":"9-149057","available":0,"dates":[]},"9-149384":{"id":"9-149384","available":0,"dates":[]},"9-149677":{"id":"9-149677","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149678":{"id":"9-149678","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150237":{"id":"9-150237","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150238":{"id":"9-150238","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150676":{"id":"9-150676","available":0,"dates":[]},"9-150678":{"id":"9-150678","available":0,"dates":[]},"9-151342":{"id":"9-151342","available":0,"dates":[]},"9-151851":{"id":"9-151851","available":0,"dates":[]},"9-152198":{"id":"9-152198","available":0,"dates":[]},"9-152642":{"id":"9-152642","available":0,"dates":[]},"9-152897":{"id":"9-152897","available":0,"dates":[]},"9-153197":{"id":"9-153197","available":0,"dates":[]},"9-153638":{"id":"9-153638","available":0,"dates":[]},"9-154107":{"id":"9-154107","available":0,"dates":[]},"9-154482":{"id":"9-154482","available":0,"dates":[]},"9-154809":{"id":"9-154809","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155156":{"id":"9-155156","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155651":{"id":"9-155651","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-D-10107-9-146051":{"id":"9-FLRL-D-10107-9-146051","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150949","58-150952","58-154936","58-155276","58-155808"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155877"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-153697","4-153700","4-154827","4-154819","4-155186","4-155180","4-155679","4-155676"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150870","41-150876","41-154841","41-155347","41-155693"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155876","52-154844","52-155192","52-155696"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-153696","2-153699","2-154826","2-154818","2-155185","2-155179","2-155678","2-155675"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150895","10-150901","10-154915","10-155264","10-155869"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150661","11-150666","11-154800","11-155149","11-155643"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150676","9-150678","9-154809","9-155156","9-155651"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-153695","1-153698","1-154825","1-154817","1-155184","1-155178","1-155677","1-155674"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150853","65-150864","65-154766","65-155136","65-155605"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150486"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-unicorn":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-unicorn", "priceAmount": 12600, "price": "$126 ", "priceCompareAtAmount": 18000, "priceCompareAt": "$180 ", "url": "https://urbanstems.com/products/triple-the-unicorn", "variantName": null, "title": "Triple the Unicorn", "images": [ { "alt": "Triple the Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_SupportingImage_1_PDP.jpg?v=1727924905&width=700 700w" }, { "alt": "Triple the Unicorn", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Unicorn_MainImage_PDP_18d6d922-27d4-4720-b1f2-2a0d736a5dcb.jpg?v=1729697317&width=700 700w" } ], "variants": [{"id":45510443335928,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10107","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Unicorn - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":12600,"weight":0,"compare_at_price":18000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11340}],"price":11340,"compare_at_price":12600,"per_delivery_price":11340,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11340}],"price":11340,"compare_at_price":12600,"per_delivery_price":11340,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":34020}],"price":34020,"compare_at_price":12600,"per_delivery_price":34020,"selling_plan_id":4984570104,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":34020}],"price":34020,"compare_at_price":12600,"per_delivery_price":34020,"selling_plan_id":4984602872,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":68040}],"price":68040,"compare_at_price":12600,"per_delivery_price":68040,"selling_plan_id":4985422072,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":68040}],"price":68040,"compare_at_price":12600,"per_delivery_price":68040,"selling_plan_id":4985454840,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146695":{"id":"1-146695","available":10,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146707":{"id":"1-146707","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146816":{"id":"1-146816","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147210":{"id":"1-147210","available":1,"dates":["2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14"]},"1-147222":{"id":"1-147222","available":0,"dates":[]},"1-147889":{"id":"1-147889","available":-1,"dates":[]},"1-147898":{"id":"1-147898","available":0,"dates":[]},"1-148446":{"id":"1-148446","available":0,"dates":[]},"1-148448":{"id":"1-148448","available":0,"dates":[]},"1-148720":{"id":"1-148720","available":0,"dates":[]},"1-148723":{"id":"1-148723","available":0,"dates":[]},"1-149061":{"id":"1-149061","available":0,"dates":[]},"1-149067":{"id":"1-149067","available":0,"dates":[]},"1-149629":{"id":"1-149629","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149638":{"id":"1-149638","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150197":{"id":"1-150197","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150206":{"id":"1-150206","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150688":{"id":"1-150688","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150700":{"id":"1-150700","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-151349":{"id":"1-151349","available":0,"dates":[]},"1-151358":{"id":"1-151358","available":0,"dates":[]},"1-151738":{"id":"1-151738","available":3,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151750":{"id":"1-151750","available":2,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152205":{"id":"1-152205","available":6,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152473":{"id":"1-152473","available":0,"dates":[]},"1-152901":{"id":"1-152901","available":0,"dates":[]},"1-152905":{"id":"1-152905","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152971":{"id":"1-152971","available":-2,"dates":[]},"1-153201":{"id":"1-153201","available":0,"dates":[]},"1-153207":{"id":"1-153207","available":0,"dates":[]},"1-153497":{"id":"1-153497","available":0,"dates":[]},"1-153503":{"id":"1-153503","available":0,"dates":[]},"1-153695":{"id":"1-153695","available":0,"dates":[]},"1-153698":{"id":"1-153698","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-153769":{"id":"1-153769","available":0,"dates":[]},"1-153833":{"id":"1-153833","available":0,"dates":[]},"1-154311":{"id":"1-154311","available":0,"dates":[]},"1-154319":{"id":"1-154319","available":0,"dates":[]},"1-154817":{"id":"1-154817","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-154825":{"id":"1-154825","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155178":{"id":"1-155178","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155184":{"id":"1-155184","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155674":{"id":"1-155674","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-155677":{"id":"1-155677","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-FLRL-T-10107-1-146008":{"id":"1-FLRL-T-10107-1-146008","available":4,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-T-10107-1-146023":{"id":"1-FLRL-T-10107-1-146023","available":10,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146838":{"id":"10-146838","available":10,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147355":{"id":"10-147355","available":0,"dates":[]},"10-147875":{"id":"10-147875","available":0,"dates":[]},"10-148311":{"id":"10-148311","available":0,"dates":[]},"10-148704":{"id":"10-148704","available":0,"dates":[]},"10-149047":{"id":"10-149047","available":0,"dates":[]},"10-149643":{"id":"10-149643","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149646":{"id":"10-149646","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150387":{"id":"10-150387","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150393":{"id":"10-150393","available":35,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150895":{"id":"10-150895","available":0,"dates":[]},"10-150901":{"id":"10-150901","available":0,"dates":[]},"10-151332":{"id":"10-151332","available":-1,"dates":[]},"10-151859":{"id":"10-151859","available":2,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"10-152188":{"id":"10-152188","available":0,"dates":[]},"10-152634":{"id":"10-152634","available":0,"dates":[]},"10-152889":{"id":"10-152889","available":0,"dates":[]},"10-153189":{"id":"10-153189","available":0,"dates":[]},"10-153630":{"id":"10-153630","available":0,"dates":[]},"10-153884":{"id":"10-153884","available":0,"dates":[]},"10-154431":{"id":"10-154431","available":0,"dates":[]},"10-154915":{"id":"10-154915","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155264":{"id":"10-155264","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155869":{"id":"10-155869","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-T-10107-10-146162":{"id":"10-FLRL-T-10107-10-146162","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146812":{"id":"11-146812","available":19,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147330":{"id":"11-147330","available":0,"dates":[]},"11-147848":{"id":"11-147848","available":0,"dates":[]},"11-148283":{"id":"11-148283","available":0,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148668":{"id":"11-148668","available":0,"dates":[]},"11-148921":{"id":"11-148921","available":0,"dates":[]},"11-149655":{"id":"11-149655","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149658":{"id":"11-149658","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150219":{"id":"11-150219","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150222":{"id":"11-150222","available":42,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150661":{"id":"11-150661","available":0,"dates":[]},"11-150666":{"id":"11-150666","available":0,"dates":[]},"11-151201":{"id":"11-151201","available":0,"dates":[]},"11-151613":{"id":"11-151613","available":0,"dates":[]},"11-152089":{"id":"11-152089","available":0,"dates":[]},"11-152389":{"id":"11-152389","available":0,"dates":[]},"11-152821":{"id":"11-152821","available":0,"dates":[]},"11-153115":{"id":"11-153115","available":0,"dates":[]},"11-153416":{"id":"11-153416","available":0,"dates":[]},"11-154096":{"id":"11-154096","available":0,"dates":[]},"11-154474":{"id":"11-154474","available":0,"dates":[]},"11-154800":{"id":"11-154800","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155149":{"id":"11-155149","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155643":{"id":"11-155643","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-10107-11-146136":{"id":"11-FLRL-T-10107-11-146136","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146696":{"id":"2-146696","available":21,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146708":{"id":"2-146708","available":16,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146817":{"id":"2-146817","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147211":{"id":"2-147211","available":0,"dates":[]},"2-147223":{"id":"2-147223","available":0,"dates":[]},"2-147890":{"id":"2-147890","available":0,"dates":[]},"2-147899":{"id":"2-147899","available":0,"dates":[]},"2-148447":{"id":"2-148447","available":0,"dates":[]},"2-148449":{"id":"2-148449","available":0,"dates":[]},"2-148721":{"id":"2-148721","available":0,"dates":[]},"2-148724":{"id":"2-148724","available":0,"dates":[]},"2-149062":{"id":"2-149062","available":0,"dates":[]},"2-149068":{"id":"2-149068","available":0,"dates":[]},"2-149630":{"id":"2-149630","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149639":{"id":"2-149639","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150198":{"id":"2-150198","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150207":{"id":"2-150207","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150689":{"id":"2-150689","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150701":{"id":"2-150701","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-151350":{"id":"2-151350","available":0,"dates":[]},"2-151359":{"id":"2-151359","available":-2,"dates":[]},"2-151739":{"id":"2-151739","available":0,"dates":[]},"2-151751":{"id":"2-151751","available":0,"dates":[]},"2-152206":{"id":"2-152206","available":0,"dates":[]},"2-152474":{"id":"2-152474","available":0,"dates":[]},"2-152902":{"id":"2-152902","available":0,"dates":[]},"2-152906":{"id":"2-152906","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152972":{"id":"2-152972","available":0,"dates":[]},"2-153202":{"id":"2-153202","available":0,"dates":[]},"2-153208":{"id":"2-153208","available":0,"dates":[]},"2-153498":{"id":"2-153498","available":0,"dates":[]},"2-153504":{"id":"2-153504","available":0,"dates":[]},"2-153696":{"id":"2-153696","available":0,"dates":[]},"2-153699":{"id":"2-153699","available":0,"dates":[]},"2-153770":{"id":"2-153770","available":0,"dates":[]},"2-153834":{"id":"2-153834","available":0,"dates":[]},"2-154115":{"id":"2-154115","available":7,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-154312":{"id":"2-154312","available":0,"dates":[]},"2-154320":{"id":"2-154320","available":0,"dates":[]},"2-154818":{"id":"2-154818","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-154826":{"id":"2-154826","available":0,"dates":[]},"2-155179":{"id":"2-155179","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155185":{"id":"2-155185","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155675":{"id":"2-155675","available":13,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-155678":{"id":"2-155678","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-FLRL-T-10107-2-146009":{"id":"2-FLRL-T-10107-2-146009","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-T-10107-2-146024":{"id":"2-FLRL-T-10107-2-146024","available":15,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146797":{"id":"30-146797","available":23,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147314":{"id":"30-147314","available":0,"dates":[]},"30-147832":{"id":"30-147832","available":0,"dates":[]},"30-148263":{"id":"30-148263","available":13,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"30-148544":{"id":"30-148544","available":0,"dates":[]},"30-148753":{"id":"30-148753","available":0,"dates":[]},"30-FLRL-T-10107-30-146120":{"id":"30-FLRL-T-10107-30-146120","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146697":{"id":"4-146697","available":26,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146709":{"id":"4-146709","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146818":{"id":"4-146818","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147212":{"id":"4-147212","available":0,"dates":[]},"4-147224":{"id":"4-147224","available":0,"dates":[]},"4-147891":{"id":"4-147891","available":0,"dates":[]},"4-147900":{"id":"4-147900","available":0,"dates":[]},"4-148722":{"id":"4-148722","available":0,"dates":[]},"4-148725":{"id":"4-148725","available":0,"dates":[]},"4-149063":{"id":"4-149063","available":0,"dates":[]},"4-149069":{"id":"4-149069","available":0,"dates":[]},"4-149631":{"id":"4-149631","available":136,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149640":{"id":"4-149640","available":170,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150199":{"id":"4-150199","available":136,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150208":{"id":"4-150208","available":170,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150690":{"id":"4-150690","available":176,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150702":{"id":"4-150702","available":136,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-151351":{"id":"4-151351","available":0,"dates":[]},"4-151360":{"id":"4-151360","available":0,"dates":[]},"4-151740":{"id":"4-151740","available":0,"dates":[]},"4-151752":{"id":"4-151752","available":0,"dates":[]},"4-152207":{"id":"4-152207","available":0,"dates":[]},"4-152475":{"id":"4-152475","available":0,"dates":[]},"4-152903":{"id":"4-152903","available":0,"dates":[]},"4-152973":{"id":"4-152973","available":0,"dates":[]},"4-153203":{"id":"4-153203","available":0,"dates":[]},"4-153209":{"id":"4-153209","available":0,"dates":[]},"4-153499":{"id":"4-153499","available":0,"dates":[]},"4-153505":{"id":"4-153505","available":0,"dates":[]},"4-153697":{"id":"4-153697","available":0,"dates":[]},"4-153700":{"id":"4-153700","available":0,"dates":[]},"4-153771":{"id":"4-153771","available":0,"dates":[]},"4-153835":{"id":"4-153835","available":0,"dates":[]},"4-154116":{"id":"4-154116","available":13,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-154117":{"id":"4-154117","available":0,"dates":[]},"4-154313":{"id":"4-154313","available":0,"dates":[]},"4-154321":{"id":"4-154321","available":0,"dates":[]},"4-154819":{"id":"4-154819","available":21,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-154827":{"id":"4-154827","available":32,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155180":{"id":"4-155180","available":14,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155186":{"id":"4-155186","available":33,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155676":{"id":"4-155676","available":32,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-155679":{"id":"4-155679","available":45,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-FLRL-T-10107-4-145609":{"id":"4-FLRL-T-10107-4-145609","available":0,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-T-10107-4-146010":{"id":"4-FLRL-T-10107-4-146010","available":21,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-T-10107-4-146025":{"id":"4-FLRL-T-10107-4-146025","available":10,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146780":{"id":"41-146780","available":16,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147239":{"id":"41-147239","available":0,"dates":[]},"41-147906":{"id":"41-147906","available":0,"dates":[]},"41-148342":{"id":"41-148342","available":0,"dates":[]},"41-148734":{"id":"41-148734","available":0,"dates":[]},"41-149030":{"id":"41-149030","available":0,"dates":[]},"41-149661":{"id":"41-149661","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149664":{"id":"41-149664","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150223":{"id":"41-150223","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150224":{"id":"41-150224","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150870":{"id":"41-150870","available":0,"dates":[]},"41-150876":{"id":"41-150876","available":0,"dates":[]},"41-151313":{"id":"41-151313","available":0,"dates":[]},"41-151717":{"id":"41-151717","available":0,"dates":[]},"41-152169":{"id":"41-152169","available":0,"dates":[]},"41-152621":{"id":"41-152621","available":0,"dates":[]},"41-152876":{"id":"41-152876","available":0,"dates":[]},"41-153175":{"id":"41-153175","available":0,"dates":[]},"41-153472":{"id":"41-153472","available":0,"dates":[]},"41-153891":{"id":"41-153891","available":0,"dates":[]},"41-154337":{"id":"41-154337","available":0,"dates":[]},"41-154841":{"id":"41-154841","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155347":{"id":"41-155347","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155693":{"id":"41-155693","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-10107-41-146042":{"id":"41-FLRL-T-10107-41-146042","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148756":{"id":"51-148756","available":8,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148871":{"id":"51-148871","available":2,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-151156":{"id":"51-151156","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151567":{"id":"51-151567","available":6,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152059":{"id":"51-152059","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152564":{"id":"51-152564","available":3,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152795":{"id":"51-152795","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153080":{"id":"51-153080","available":18,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153599":{"id":"51-153599","available":0,"dates":[]},"51-154132":{"id":"51-154132","available":2,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-155877":{"id":"51-155877","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-146328":{"id":"52-146328","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146529":{"id":"52-146529","available":9,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146782":{"id":"52-146782","available":8,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147297":{"id":"52-147297","available":4,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147815":{"id":"52-147815","available":3,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148245":{"id":"52-148245","available":6,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148441":{"id":"52-148441","available":6,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148637":{"id":"52-148637","available":8,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-149691":{"id":"52-149691","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150266":{"id":"52-150266","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-150491":{"id":"52-150491","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"52-151006":{"id":"52-151006","available":-9,"dates":[]},"52-151434":{"id":"52-151434","available":6,"dates":["2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29"]},"52-153717":{"id":"52-153717","available":0,"dates":[]},"52-154340":{"id":"52-154340","available":2,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09"]},"52-154844":{"id":"52-154844","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"52-155048":{"id":"52-155048","available":3,"dates":["2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07"]},"52-155192":{"id":"52-155192","available":4,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"52-155532":{"id":"52-155532","available":0,"dates":[]},"52-155696":{"id":"52-155696","available":5,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-155876":{"id":"52-155876","available":44,"dates":["2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21"]},"58-146873":{"id":"58-146873","available":29,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147386":{"id":"58-147386","available":0,"dates":[]},"58-147805":{"id":"58-147805","available":-5,"dates":[]},"58-148235":{"id":"58-148235","available":13,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"58-148541":{"id":"58-148541","available":0,"dates":[]},"58-148754":{"id":"58-148754","available":0,"dates":[]},"58-148862":{"id":"58-148862","available":-1,"dates":[]},"58-149882":{"id":"58-149882","available":102,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149885":{"id":"58-149885","available":124,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150441":{"id":"58-150441","available":102,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150444":{"id":"58-150444","available":124,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150949":{"id":"58-150949","available":0,"dates":[]},"58-150952":{"id":"58-150952","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151321":{"id":"58-151321","available":0,"dates":[]},"58-151725":{"id":"58-151725","available":0,"dates":[]},"58-152178":{"id":"58-152178","available":0,"dates":[]},"58-152627":{"id":"58-152627","available":0,"dates":[]},"58-152881":{"id":"58-152881","available":0,"dates":[]},"58-153181":{"id":"58-153181","available":0,"dates":[]},"58-153477":{"id":"58-153477","available":0,"dates":[]},"58-154065":{"id":"58-154065","available":0,"dates":[]},"58-154457":{"id":"58-154457","available":0,"dates":[]},"58-154458":{"id":"58-154458","available":0,"dates":[]},"58-154936":{"id":"58-154936","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155276":{"id":"58-155276","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155808":{"id":"58-155808","available":53,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-T-10107-58-146196":{"id":"58-FLRL-T-10107-58-146196","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148914":{"id":"65-148914","available":0,"dates":[]},"65-149649":{"id":"65-149649","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149652":{"id":"65-149652","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150214":{"id":"65-150214","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150216":{"id":"65-150216","available":54,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150853":{"id":"65-150853","available":0,"dates":[]},"65-150864":{"id":"65-150864","available":0,"dates":[]},"65-151194":{"id":"65-151194","available":0,"dates":[]},"65-151605":{"id":"65-151605","available":-1,"dates":[]},"65-152082":{"id":"65-152082","available":0,"dates":[]},"65-152385":{"id":"65-152385","available":0,"dates":[]},"65-152817":{"id":"65-152817","available":0,"dates":[]},"65-153111":{"id":"65-153111","available":0,"dates":[]},"65-153412":{"id":"65-153412","available":0,"dates":[]},"65-154078":{"id":"65-154078","available":0,"dates":[]},"65-154227":{"id":"65-154227","available":0,"dates":[]},"65-154766":{"id":"65-154766","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155136":{"id":"65-155136","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155605":{"id":"65-155605","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150486":{"id":"66-150486","available":0,"dates":[]},"9-146732":{"id":"9-146732","available":5,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147870":{"id":"9-147870","available":0,"dates":[]},"9-148306":{"id":"9-148306","available":0,"dates":[]},"9-148696":{"id":"9-148696","available":0,"dates":[]},"9-149057":{"id":"9-149057","available":0,"dates":[]},"9-149384":{"id":"9-149384","available":0,"dates":[]},"9-149677":{"id":"9-149677","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149678":{"id":"9-149678","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150237":{"id":"9-150237","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150238":{"id":"9-150238","available":21,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150676":{"id":"9-150676","available":0,"dates":[]},"9-150678":{"id":"9-150678","available":0,"dates":[]},"9-151342":{"id":"9-151342","available":0,"dates":[]},"9-151851":{"id":"9-151851","available":0,"dates":[]},"9-152198":{"id":"9-152198","available":0,"dates":[]},"9-152642":{"id":"9-152642","available":0,"dates":[]},"9-152897":{"id":"9-152897","available":0,"dates":[]},"9-153197":{"id":"9-153197","available":0,"dates":[]},"9-153638":{"id":"9-153638","available":0,"dates":[]},"9-154107":{"id":"9-154107","available":0,"dates":[]},"9-154482":{"id":"9-154482","available":0,"dates":[]},"9-154809":{"id":"9-154809","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155156":{"id":"9-155156","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155651":{"id":"9-155651","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-T-10107-9-146051":{"id":"9-FLRL-T-10107-9-146051","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150949","58-150952","58-154936","58-155276","58-155808"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-155877"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-153697","4-153700","4-154827","4-154819","4-155186","4-155180","4-155679","4-155676"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150870","41-150876","41-154841","41-155347","41-155693"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-155876","52-154844","52-155192","52-155696"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-153696","2-153699","2-154826","2-154818","2-155185","2-155179","2-155678","2-155675"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150895","10-150901","10-154915","10-155264","10-155869"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150661","11-150666","11-154800","11-155149","11-155643"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150676","9-150678","9-154809","9-155156","9-155651"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-153695","1-153698","1-154825","1-154817","1-155184","1-155178","1-155677","1-155674"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150853","65-150864","65-154766","65-155136","65-155605"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="36" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-love-potion"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=500 500w, //urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=600 600w, //urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=700 700w, //urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=800 800w, //urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=900 900w, //urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=500" alt="Double the Love Potion" srcset="//urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=352 352w, //urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=500 500w, //urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=600 600w, //urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=700 700w, //urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=800 800w, //urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=900 900w, //urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=500" alt="Double the Love Potion" srcset="//urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=352 352w, //urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-love-potion" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150510","4-150537"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150877","58-150881"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150869","41-150875"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150886","42-150889"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150509","2-150536"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150652","10-150654"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150573","11-150579"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150508","1-150535","1-155555"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150848","65-150859"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150508":{"id":"1-150508","available":0,"dates":[]},"1-150535":{"id":"1-150535","available":0,"dates":[]},"1-155555":{"id":"1-155555","available":0,"dates":[]},"10-150652":{"id":"10-150652","available":0,"dates":[]},"10-150654":{"id":"10-150654","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150573":{"id":"11-150573","available":0,"dates":[]},"11-150579":{"id":"11-150579","available":0,"dates":[]},"2-150509":{"id":"2-150509","available":0,"dates":[]},"2-150536":{"id":"2-150536","available":0,"dates":[]},"4-150510":{"id":"4-150510","available":0,"dates":[]},"4-150537":{"id":"4-150537","available":125,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150869":{"id":"41-150869","available":0,"dates":[]},"41-150875":{"id":"41-150875","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150886":{"id":"42-150886","available":0,"dates":[]},"42-150889":{"id":"42-150889","available":0,"dates":[]},"58-150877":{"id":"58-150877","available":0,"dates":[]},"58-150881":{"id":"58-150881","available":12,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150848":{"id":"65-150848","available":0,"dates":[]},"65-150859":{"id":"65-150859","available":0,"dates":[]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-love-potion" title="View Double the Love Potion" data-product-card-title><h3 style="font-size: 1em;">Double the Love Potion</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$126 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$180</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">12 reviews with an average of 3.8 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="3.8" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="12" aria-hidden="true" style=" font-size: 12px;">(12)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Love Potion in Single" data-swatch-item="the-love-potion" href="https://urbanstems.com/products/the-love-potion" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Love Potion in Double" data-swatch-item="double-the-love-potion" data-image-loaded href="https://urbanstems.com/products/double-the-love-potion" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="double-the-love-potion" type="application/json">{"the-love-potion":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "the-love-potion", "priceAmount": 7200, "price": "$72 ", "priceCompareAtAmount": 9000, "priceCompareAt": "$90 ", "url": "https://urbanstems.com/products/the-love-potion", "variantName": null, "title": "The Love Potion", "images": [ { "alt": "The Love Potion", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=500 500w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=600 600w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=500 500w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=600 600w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=700 700w" }, { "alt": "The Love Potion", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=500 500w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=600 600w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=500 500w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=600 600w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=700 700w" } ], "variants": [{"id":45948821143800,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10193","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Love Potion - Single","public_title":"Single","options":["Single","Default Title"],"price":7200,"weight":0,"compare_at_price":9000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7200,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7200,"per_delivery_price":22500,"selling_plan_id":4977590520,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7200,"per_delivery_price":30000,"selling_plan_id":4979065080,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7200,"per_delivery_price":37500,"selling_plan_id":4981915896,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7200,"per_delivery_price":45000,"selling_plan_id":4982112504,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7200,"per_delivery_price":90000,"selling_plan_id":4982407416,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7200,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7200,"per_delivery_price":22500,"selling_plan_id":4977623288,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7200,"per_delivery_price":30000,"selling_plan_id":4979097848,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7200,"per_delivery_price":37500,"selling_plan_id":4981948664,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7200,"per_delivery_price":45000,"selling_plan_id":4982145272,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7200,"per_delivery_price":90000,"selling_plan_id":4982440184,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7200,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7200,"per_delivery_price":22500,"selling_plan_id":4977656056,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7200,"per_delivery_price":30000,"selling_plan_id":4979130616,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7200,"per_delivery_price":37500,"selling_plan_id":4981981432,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7200,"per_delivery_price":45000,"selling_plan_id":4982178040,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7200,"per_delivery_price":90000,"selling_plan_id":4982472952,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150508":{"id":"1-150508","available":0,"dates":[]},"1-150535":{"id":"1-150535","available":0,"dates":[]},"1-154004":{"id":"1-154004","available":0,"dates":[]},"1-154031":{"id":"1-154031","available":0,"dates":[]},"1-154164":{"id":"1-154164","available":0,"dates":[]},"1-154194":{"id":"1-154194","available":0,"dates":[]},"1-155555":{"id":"1-155555","available":0,"dates":[]},"10-150652":{"id":"10-150652","available":0,"dates":[]},"10-150654":{"id":"10-150654","available":22,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-153944":{"id":"10-153944","available":0,"dates":[]},"10-154298":{"id":"10-154298","available":0,"dates":[]},"11-150573":{"id":"11-150573","available":0,"dates":[]},"11-150579":{"id":"11-150579","available":0,"dates":[]},"11-154089":{"id":"11-154089","available":0,"dates":[]},"11-154231":{"id":"11-154231","available":0,"dates":[]},"2-150509":{"id":"2-150509","available":1,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150536":{"id":"2-150536","available":0,"dates":[]},"2-154005":{"id":"2-154005","available":0,"dates":[]},"2-154032":{"id":"2-154032","available":0,"dates":[]},"2-154165":{"id":"2-154165","available":0,"dates":[]},"2-154195":{"id":"2-154195","available":0,"dates":[]},"2-155556":{"id":"2-155556","available":0,"dates":[]},"4-150510":{"id":"4-150510","available":0,"dates":[]},"4-150537":{"id":"4-150537","available":250,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154006":{"id":"4-154006","available":0,"dates":[]},"4-154033":{"id":"4-154033","available":0,"dates":[]},"4-154166":{"id":"4-154166","available":0,"dates":[]},"4-154196":{"id":"4-154196","available":0,"dates":[]},"41-150869":{"id":"41-150869","available":0,"dates":[]},"41-150875":{"id":"41-150875","available":103,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-154100":{"id":"41-154100","available":0,"dates":[]},"41-154414":{"id":"41-154414","available":0,"dates":[]},"42-150886":{"id":"42-150886","available":0,"dates":[]},"42-150889":{"id":"42-150889","available":0,"dates":[]},"42-153969":{"id":"42-153969","available":0,"dates":[]},"42-154425":{"id":"42-154425","available":0,"dates":[]},"51-151000":{"id":"51-151000","available":-13,"dates":[]},"51-153707":{"id":"51-153707","available":0,"dates":[]},"51-154260":{"id":"51-154260","available":0,"dates":[]},"58-150877":{"id":"58-150877","available":0,"dates":[]},"58-150881":{"id":"58-150881","available":24,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-153857":{"id":"58-153857","available":0,"dates":[]},"58-154417":{"id":"58-154417","available":0,"dates":[]},"58-154421":{"id":"58-154421","available":0,"dates":[]},"65-150848":{"id":"65-150848","available":0,"dates":[]},"65-150859":{"id":"65-150859","available":0,"dates":[]},"65-153899":{"id":"65-153899","available":0,"dates":[]},"65-154146":{"id":"65-154146","available":0,"dates":[]},"65-154404":{"id":"65-154404","available":0,"dates":[]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150510","4-150537"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150877","58-150881"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150869","41-150875"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150886","42-150889"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150509","2-150536"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150652","10-150654"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150573","11-150579"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150508","1-150535","1-155555"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150848","65-150859"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-love-potion":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-love-potion", "priceAmount": 12600, "price": "$126 ", "priceCompareAtAmount": 18000, "priceCompareAt": "$180 ", "url": "https://urbanstems.com/products/double-the-love-potion", "variantName": null, "title": "Double the Love Potion", "images": [ { "alt": "Double the Love Potion", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=500 500w, //urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=600 600w, //urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=500 500w, //urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=600 600w, //urbanstems.com/cdn/shop/files/Double_LovePotion_SupportingImage_PDP_1.jpg?v=1733134967&width=700 700w" }, { "alt": "Double the Love Potion", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_LovePotion_MainImage_PDP.jpg?v=1733134967\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=500 500w, //urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=600 600w, //urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=500 500w, //urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=600 600w, //urbanstems.com/cdn/shop/files/Double_LovePotion_MainImage_PDP.jpg?v=1733134967&width=700 700w" } ], "variants": [{"id":45948821274872,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10193","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Love Potion - Double","public_title":"Double","options":["Double","Default Title"],"price":12600,"weight":0,"compare_at_price":18000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150508":{"id":"1-150508","available":0,"dates":[]},"1-150535":{"id":"1-150535","available":0,"dates":[]},"1-154004":{"id":"1-154004","available":0,"dates":[]},"1-154031":{"id":"1-154031","available":0,"dates":[]},"1-154164":{"id":"1-154164","available":0,"dates":[]},"1-154194":{"id":"1-154194","available":0,"dates":[]},"1-155555":{"id":"1-155555","available":0,"dates":[]},"10-150652":{"id":"10-150652","available":0,"dates":[]},"10-150654":{"id":"10-150654","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-153944":{"id":"10-153944","available":0,"dates":[]},"10-154298":{"id":"10-154298","available":0,"dates":[]},"11-150573":{"id":"11-150573","available":0,"dates":[]},"11-150579":{"id":"11-150579","available":0,"dates":[]},"11-154089":{"id":"11-154089","available":0,"dates":[]},"11-154231":{"id":"11-154231","available":0,"dates":[]},"2-150509":{"id":"2-150509","available":0,"dates":[]},"2-150536":{"id":"2-150536","available":0,"dates":[]},"2-154005":{"id":"2-154005","available":0,"dates":[]},"2-154032":{"id":"2-154032","available":0,"dates":[]},"2-154165":{"id":"2-154165","available":0,"dates":[]},"2-154195":{"id":"2-154195","available":0,"dates":[]},"2-155556":{"id":"2-155556","available":0,"dates":[]},"4-150510":{"id":"4-150510","available":0,"dates":[]},"4-150537":{"id":"4-150537","available":125,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154006":{"id":"4-154006","available":0,"dates":[]},"4-154033":{"id":"4-154033","available":0,"dates":[]},"4-154166":{"id":"4-154166","available":0,"dates":[]},"4-154196":{"id":"4-154196","available":0,"dates":[]},"41-150869":{"id":"41-150869","available":0,"dates":[]},"41-150875":{"id":"41-150875","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-154100":{"id":"41-154100","available":0,"dates":[]},"41-154414":{"id":"41-154414","available":0,"dates":[]},"42-150886":{"id":"42-150886","available":0,"dates":[]},"42-150889":{"id":"42-150889","available":0,"dates":[]},"42-153969":{"id":"42-153969","available":0,"dates":[]},"42-154425":{"id":"42-154425","available":0,"dates":[]},"51-151000":{"id":"51-151000","available":-7,"dates":[]},"51-153707":{"id":"51-153707","available":0,"dates":[]},"51-154260":{"id":"51-154260","available":0,"dates":[]},"58-150877":{"id":"58-150877","available":0,"dates":[]},"58-150881":{"id":"58-150881","available":12,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-153857":{"id":"58-153857","available":0,"dates":[]},"58-154417":{"id":"58-154417","available":0,"dates":[]},"58-154421":{"id":"58-154421","available":0,"dates":[]},"65-150848":{"id":"65-150848","available":0,"dates":[]},"65-150859":{"id":"65-150859","available":0,"dates":[]},"65-153899":{"id":"65-153899","available":0,"dates":[]},"65-154146":{"id":"65-154146","available":0,"dates":[]},"65-154404":{"id":"65-154404","available":0,"dates":[]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150510","4-150537"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150877","58-150881"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150869","41-150875"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150886","42-150889"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150509","2-150536"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150652","10-150654"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150573","11-150579"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150508","1-150535","1-155555"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150848","65-150859"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="37" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-satin"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=500" alt="Double the Satin" srcset="//urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=500" alt="Double the Satin" srcset="//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-satin" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150672","58-150674","58-154805","58-155153","58-155648"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154783","51-155315","51-155616"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150681","4-150684","4-154883","4-154889","4-155232","4-155241","4-155746","4-155758"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150728","41-150736","41-154842","41-155348","41-155694"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150887","42-150890","42-154911","42-155353","42-155785"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150680","2-150683","2-154882","2-154888","2-155231","2-155240","2-155745","2-155757","2-155552"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150937","10-150938","10-154895","10-155247","10-155767"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150942","11-150946","11-154768","11-155311","11-155608"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-127901"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150679","1-150682","1-154881","1-154887","1-155230","1-155239","1-155744","1-155756","1-155551"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150852","65-150863","65-154902","65-155254","65-155773"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150485"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"1-150679":{"id":"1-150679","available":0,"dates":[]},"1-150682":{"id":"1-150682","available":0,"dates":[]},"1-154881":{"id":"1-154881","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154887":{"id":"1-154887","available":1,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155230":{"id":"1-155230","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155239":{"id":"1-155239","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155551":{"id":"1-155551","available":0,"dates":[]},"1-155744":{"id":"1-155744","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155756":{"id":"1-155756","available":4,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150937":{"id":"10-150937","available":0,"dates":[]},"10-150938":{"id":"10-150938","available":0,"dates":[]},"10-154895":{"id":"10-154895","available":52,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155247":{"id":"10-155247","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155767":{"id":"10-155767","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150942":{"id":"11-150942","available":0,"dates":[]},"11-150946":{"id":"11-150946","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154768":{"id":"11-154768","available":62,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155311":{"id":"11-155311","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155608":{"id":"11-155608","available":42,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150680":{"id":"2-150680","available":0,"dates":[]},"2-150683":{"id":"2-150683","available":0,"dates":[]},"2-154882":{"id":"2-154882","available":0,"dates":[]},"2-154888":{"id":"2-154888","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155231":{"id":"2-155231","available":11,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155240":{"id":"2-155240","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155552":{"id":"2-155552","available":0,"dates":[]},"2-155745":{"id":"2-155745","available":12,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155757":{"id":"2-155757","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150681":{"id":"4-150681","available":0,"dates":[]},"4-150684":{"id":"4-150684","available":0,"dates":[]},"4-154883":{"id":"4-154883","available":58,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154889":{"id":"4-154889","available":51,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155232":{"id":"4-155232","available":32,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155241":{"id":"4-155241","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155746":{"id":"4-155746","available":41,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155758":{"id":"4-155758","available":27,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150728":{"id":"41-150728","available":0,"dates":[]},"41-150736":{"id":"41-150736","available":0,"dates":[]},"41-154842":{"id":"41-154842","available":45,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155348":{"id":"41-155348","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155694":{"id":"41-155694","available":31,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150887":{"id":"42-150887","available":0,"dates":[]},"42-150890":{"id":"42-150890","available":0,"dates":[]},"42-154911":{"id":"42-154911","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155353":{"id":"42-155353","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155785":{"id":"42-155785","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154783":{"id":"51-154783","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155315":{"id":"51-155315","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155616":{"id":"51-155616","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150672":{"id":"58-150672","available":0,"dates":[]},"58-150674":{"id":"58-150674","available":0,"dates":[]},"58-154805":{"id":"58-154805","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155153":{"id":"58-155153","available":32,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155648":{"id":"58-155648","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150852":{"id":"65-150852","available":0,"dates":[]},"65-150863":{"id":"65-150863","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-154902":{"id":"65-154902","available":33,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155254":{"id":"65-155254","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155773":{"id":"65-155773","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150485":{"id":"66-150485","available":0,"dates":[]},"9-127901":{"id":"9-127901","available":0,"dates":[]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-satin" title="View Double the Satin" data-product-card-title><h3 style="font-size: 1em;">Double the Satin</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$130 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$144</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">169 reviews with an average of 4.533333333333333 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.533333333333333" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="169" aria-hidden="true" style=" font-size: 12px;">(169)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Satin in Single" data-swatch-item="the-satin" href="https://urbanstems.com/products/the-satin" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Satin in Double" data-swatch-item="double-the-satin" data-image-loaded href="https://urbanstems.com/products/double-the-satin" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Satin in Triple" data-swatch-item="triple-the-satin" href="https://urbanstems.com/products/triple-the-satin" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="double-the-satin" type="application/json">{"the-satin":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage":null, "handle": "the-satin", "priceAmount": 7200, "price": "$72 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-satin", "variantName": null, "title": "The Satin", "images": [ { "alt": "The Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Verona_SupportingImage_1_PDP.jpg?v=1727919082\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=700 700w" }, { "alt": "The Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=700 700w" } ], "variants": [{"id":45510415745272,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00078","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Satin - Single","public_title":"Single","options":["Single","Default Title"],"price":7200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7200,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7200,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7200,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":6480}],"price":6480,"compare_at_price":7200,"per_delivery_price":6480,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":6480}],"price":6480,"compare_at_price":7200,"per_delivery_price":6480,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":19440}],"price":19440,"compare_at_price":7200,"per_delivery_price":19440,"selling_plan_id":4984701176,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":19440}],"price":19440,"compare_at_price":7200,"per_delivery_price":19440,"selling_plan_id":4984733944,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":38880}],"price":38880,"compare_at_price":7200,"per_delivery_price":38880,"selling_plan_id":4985487608,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":38880}],"price":38880,"compare_at_price":7200,"per_delivery_price":38880,"selling_plan_id":4985520376,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146698":{"id":"1-146698","available":18,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146710":{"id":"1-146710","available":17,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146819":{"id":"1-146819","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147213":{"id":"1-147213","available":0,"dates":[]},"1-147225":{"id":"1-147225","available":0,"dates":[]},"1-147637":{"id":"1-147637","available":0,"dates":[]},"1-147677":{"id":"1-147677","available":0,"dates":[]},"1-148072":{"id":"1-148072","available":0,"dates":[]},"1-148109":{"id":"1-148109","available":0,"dates":[]},"1-148491":{"id":"1-148491","available":0,"dates":[]},"1-148513":{"id":"1-148513","available":0,"dates":[]},"1-148893":{"id":"1-148893","available":0,"dates":[]},"1-148910":{"id":"1-148910","available":-2,"dates":[]},"1-149626":{"id":"1-149626","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149635":{"id":"1-149635","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150194":{"id":"1-150194","available":112,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150203":{"id":"1-150203","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150679":{"id":"1-150679","available":0,"dates":[]},"1-150682":{"id":"1-150682","available":0,"dates":[]},"1-151175":{"id":"1-151175","available":0,"dates":[]},"1-151190":{"id":"1-151190","available":0,"dates":[]},"1-151586":{"id":"1-151586","available":0,"dates":[]},"1-151601":{"id":"1-151601","available":0,"dates":[]},"1-152078":{"id":"1-152078","available":0,"dates":[]},"1-152580":{"id":"1-152580","available":0,"dates":[]},"1-152811":{"id":"1-152811","available":0,"dates":[]},"1-152815":{"id":"1-152815","available":10,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152965":{"id":"1-152965","available":-4,"dates":[]},"1-153096":{"id":"1-153096","available":0,"dates":[]},"1-153108":{"id":"1-153108","available":0,"dates":[]},"1-153398":{"id":"1-153398","available":0,"dates":[]},"1-153409":{"id":"1-153409","available":0,"dates":[]},"1-153745":{"id":"1-153745","available":0,"dates":[]},"1-153811":{"id":"1-153811","available":0,"dates":[]},"1-154385":{"id":"1-154385","available":0,"dates":[]},"1-154391":{"id":"1-154391","available":2,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154881":{"id":"1-154881","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154887":{"id":"1-154887","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155230":{"id":"1-155230","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155239":{"id":"1-155239","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155538":{"id":"1-155538","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155551":{"id":"1-155551","available":0,"dates":[]},"1-155744":{"id":"1-155744","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155756":{"id":"1-155756","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-00078-1-144679":{"id":"1-FLRL-B-00078-1-144679","available":6,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-00078-1-146011":{"id":"1-FLRL-B-00078-1-146011","available":5,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-00078-1-146026":{"id":"1-FLRL-B-00078-1-146026","available":12,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146864":{"id":"10-146864","available":22,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147377":{"id":"10-147377","available":0,"dates":[]},"10-147903":{"id":"10-147903","available":0,"dates":[]},"10-148338":{"id":"10-148338","available":0,"dates":[]},"10-148729":{"id":"10-148729","available":0,"dates":[]},"10-149071":{"id":"10-149071","available":0,"dates":[]},"10-149642":{"id":"10-149642","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149645":{"id":"10-149645","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150210":{"id":"10-150210","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150212":{"id":"10-150212","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150937":{"id":"10-150937","available":0,"dates":[]},"10-150938":{"id":"10-150938","available":0,"dates":[]},"10-151363":{"id":"10-151363","available":-1,"dates":[]},"10-151754":{"id":"10-151754","available":-12,"dates":[]},"10-152210":{"id":"10-152210","available":0,"dates":[]},"10-152477":{"id":"10-152477","available":0,"dates":[]},"10-152908":{"id":"10-152908","available":0,"dates":[]},"10-153211":{"id":"10-153211","available":0,"dates":[]},"10-153430":{"id":"10-153430","available":0,"dates":[]},"10-154085":{"id":"10-154085","available":29,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"10-154444":{"id":"10-154444","available":0,"dates":[]},"10-154495":{"id":"10-154495","available":196,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154895":{"id":"10-154895","available":105,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155247":{"id":"10-155247","available":54,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155767":{"id":"10-155767","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-00078-10-144828":{"id":"10-FLRL-B-00078-10-144828","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-00078-10-145771":{"id":"10-FLRL-B-00078-10-145771","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"10-FLRL-B-00078-10-146186":{"id":"10-FLRL-B-00078-10-146186","available":12,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146311":{"id":"11-146311","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146512":{"id":"11-146512","available":42,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146652":{"id":"11-146652","available":42,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147168":{"id":"11-147168","available":0,"dates":[]},"11-147697":{"id":"11-147697","available":0,"dates":[]},"11-148129":{"id":"11-148129","available":-1,"dates":[]},"11-148531":{"id":"11-148531","available":0,"dates":[]},"11-149074":{"id":"11-149074","available":-1,"dates":[]},"11-149654":{"id":"11-149654","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149657":{"id":"11-149657","available":165,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150218":{"id":"11-150218","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150221":{"id":"11-150221","available":165,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150942":{"id":"11-150942","available":0,"dates":[]},"11-150946":{"id":"11-150946","available":93,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151366":{"id":"11-151366","available":-2,"dates":[]},"11-151757":{"id":"11-151757","available":0,"dates":[]},"11-152213":{"id":"11-152213","available":0,"dates":[]},"11-152644":{"id":"11-152644","available":0,"dates":[]},"11-152910":{"id":"11-152910","available":0,"dates":[]},"11-153213":{"id":"11-153213","available":0,"dates":[]},"11-153509":{"id":"11-153509","available":0,"dates":[]},"11-154090":{"id":"11-154090","available":13,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"11-154232":{"id":"11-154232","available":226,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154768":{"id":"11-154768","available":125,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155311":{"id":"11-155311","available":60,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155608":{"id":"11-155608","available":85,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-00078-11-144525":{"id":"11-FLRL-B-00078-11-144525","available":6,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-00078-11-145962":{"id":"11-FLRL-B-00078-11-145962","available":16,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-FLRL-B-00078-11-146311":{"id":"11-FLRL-B-00078-11-146311","available":0,"dates":[]},"11-FLRL-B-00078-11-146512":{"id":"11-FLRL-B-00078-11-146512","available":42,"dates":[]},"2-146699":{"id":"2-146699","available":30,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146711":{"id":"2-146711","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146820":{"id":"2-146820","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147214":{"id":"2-147214","available":0,"dates":[]},"2-147226":{"id":"2-147226","available":0,"dates":[]},"2-147638":{"id":"2-147638","available":0,"dates":[]},"2-147678":{"id":"2-147678","available":-3,"dates":[]},"2-148073":{"id":"2-148073","available":0,"dates":[]},"2-148110":{"id":"2-148110","available":0,"dates":[]},"2-148492":{"id":"2-148492","available":0,"dates":[]},"2-148514":{"id":"2-148514","available":0,"dates":[]},"2-148894":{"id":"2-148894","available":0,"dates":[]},"2-148911":{"id":"2-148911","available":0,"dates":[]},"2-149627":{"id":"2-149627","available":140,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149636":{"id":"2-149636","available":182,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150195":{"id":"2-150195","available":140,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150204":{"id":"2-150204","available":182,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150680":{"id":"2-150680","available":0,"dates":[]},"2-150683":{"id":"2-150683","available":0,"dates":[]},"2-151176":{"id":"2-151176","available":0,"dates":[]},"2-151191":{"id":"2-151191","available":0,"dates":[]},"2-151587":{"id":"2-151587","available":0,"dates":[]},"2-151602":{"id":"2-151602","available":0,"dates":[]},"2-152079":{"id":"2-152079","available":0,"dates":[]},"2-152581":{"id":"2-152581","available":0,"dates":[]},"2-152812":{"id":"2-152812","available":0,"dates":[]},"2-152816":{"id":"2-152816","available":10,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152966":{"id":"2-152966","available":0,"dates":[]},"2-153097":{"id":"2-153097","available":0,"dates":[]},"2-153109":{"id":"2-153109","available":0,"dates":[]},"2-153399":{"id":"2-153399","available":0,"dates":[]},"2-153410":{"id":"2-153410","available":0,"dates":[]},"2-153746":{"id":"2-153746","available":0,"dates":[]},"2-153812":{"id":"2-153812","available":0,"dates":[]},"2-154386":{"id":"2-154386","available":0,"dates":[]},"2-154392":{"id":"2-154392","available":5,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154882":{"id":"2-154882","available":0,"dates":[]},"2-154888":{"id":"2-154888","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155036":{"id":"2-155036","available":0,"dates":[]},"2-155231":{"id":"2-155231","available":22,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155240":{"id":"2-155240","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155539":{"id":"2-155539","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155552":{"id":"2-155552","available":0,"dates":[]},"2-155745":{"id":"2-155745","available":24,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155757":{"id":"2-155757","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-00078-2-144680":{"id":"2-FLRL-B-00078-2-144680","available":10,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-00078-2-145611":{"id":"2-FLRL-B-00078-2-145611","available":4,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"2-FLRL-B-00078-2-146012":{"id":"2-FLRL-B-00078-2-146012","available":16,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-00078-2-146027":{"id":"2-FLRL-B-00078-2-146027","available":20,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146833":{"id":"30-146833","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147350":{"id":"30-147350","available":0,"dates":[]},"30-147869":{"id":"30-147869","available":0,"dates":[]},"30-148304":{"id":"30-148304","available":0,"dates":[]},"30-148694":{"id":"30-148694","available":0,"dates":[]},"30-FLRL-B-00078-30-144781":{"id":"30-FLRL-B-00078-30-144781","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-00078-30-145741":{"id":"30-FLRL-B-00078-30-145741","available":"4","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"30-FLRL-B-00078-30-146157":{"id":"30-FLRL-B-00078-30-146157","available":19,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146700":{"id":"4-146700","available":40,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146712":{"id":"4-146712","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146821":{"id":"4-146821","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147215":{"id":"4-147215","available":0,"dates":[]},"4-147227":{"id":"4-147227","available":0,"dates":[]},"4-147639":{"id":"4-147639","available":0,"dates":[]},"4-147679":{"id":"4-147679","available":0,"dates":[]},"4-148074":{"id":"4-148074","available":0,"dates":[]},"4-148111":{"id":"4-148111","available":8,"dates":["2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28"]},"4-148493":{"id":"4-148493","available":4,"dates":["2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03"]},"4-148515":{"id":"4-148515","available":0,"dates":[]},"4-148895":{"id":"4-148895","available":0,"dates":[]},"4-148912":{"id":"4-148912","available":-16,"dates":[]},"4-149628":{"id":"4-149628","available":630,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149637":{"id":"4-149637","available":756,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150196":{"id":"4-150196","available":630,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150205":{"id":"4-150205","available":756,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150681":{"id":"4-150681","available":0,"dates":[]},"4-150684":{"id":"4-150684","available":0,"dates":[]},"4-151177":{"id":"4-151177","available":0,"dates":[]},"4-151192":{"id":"4-151192","available":0,"dates":[]},"4-151588":{"id":"4-151588","available":0,"dates":[]},"4-151603":{"id":"4-151603","available":0,"dates":[]},"4-151954":{"id":"4-151954","available":0,"dates":[]},"4-151955":{"id":"4-151955","available":27,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152080":{"id":"4-152080","available":0,"dates":[]},"4-152582":{"id":"4-152582","available":0,"dates":[]},"4-152813":{"id":"4-152813","available":0,"dates":[]},"4-152967":{"id":"4-152967","available":0,"dates":[]},"4-153098":{"id":"4-153098","available":0,"dates":[]},"4-153110":{"id":"4-153110","available":0,"dates":[]},"4-153400":{"id":"4-153400","available":0,"dates":[]},"4-153411":{"id":"4-153411","available":0,"dates":[]},"4-153747":{"id":"4-153747","available":0,"dates":[]},"4-153813":{"id":"4-153813","available":0,"dates":[]},"4-154127":{"id":"4-154127","available":0,"dates":[]},"4-154387":{"id":"4-154387","available":0,"dates":[]},"4-154393":{"id":"4-154393","available":0,"dates":[]},"4-154883":{"id":"4-154883","available":116,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154889":{"id":"4-154889","available":103,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155039":{"id":"4-155039","available":0,"dates":[]},"4-155232":{"id":"4-155232","available":65,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155241":{"id":"4-155241","available":25,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155540":{"id":"4-155540","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155746":{"id":"4-155746","available":82,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155758":{"id":"4-155758","available":54,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-00078-4-144671":{"id":"4-FLRL-B-00078-4-144671","available":3,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-00078-4-144681":{"id":"4-FLRL-B-00078-4-144681","available":3,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-00078-4-145597":{"id":"4-FLRL-B-00078-4-145597","available":"2","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"4-FLRL-B-00078-4-146013":{"id":"4-FLRL-B-00078-4-146013","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-00078-4-146028":{"id":"4-FLRL-B-00078-4-146028","available":3,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146779":{"id":"41-146779","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147295":{"id":"41-147295","available":0,"dates":[]},"41-147813":{"id":"41-147813","available":0,"dates":[]},"41-148243":{"id":"41-148243","available":-1,"dates":[]},"41-148635":{"id":"41-148635","available":0,"dates":[]},"41-148968":{"id":"41-148968","available":1,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"41-149660":{"id":"41-149660","available":196,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149663":{"id":"41-149663","available":252,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150256":{"id":"41-150256","available":196,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150264":{"id":"41-150264","available":252,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150728":{"id":"41-150728","available":0,"dates":[]},"41-150736":{"id":"41-150736","available":0,"dates":[]},"41-151249":{"id":"41-151249","available":0,"dates":[]},"41-151656":{"id":"41-151656","available":0,"dates":[]},"41-152128":{"id":"41-152128","available":0,"dates":[]},"41-152594":{"id":"41-152594","available":0,"dates":[]},"41-152846":{"id":"41-152846","available":0,"dates":[]},"41-153142":{"id":"41-153142","available":0,"dates":[]},"41-153617":{"id":"41-153617","available":0,"dates":[]},"41-153892":{"id":"41-153892","available":0,"dates":[]},"41-154338":{"id":"41-154338","available":54,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154842":{"id":"41-154842","available":90,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155348":{"id":"41-155348","available":43,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155694":{"id":"41-155694","available":63,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-00078-41-144804":{"id":"41-FLRL-B-00078-41-144804","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-00078-41-145679":{"id":"41-FLRL-B-00078-41-145679","available":"3","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"41-FLRL-B-00078-41-146101":{"id":"41-FLRL-B-00078-41-146101","available":26,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148978":{"id":"42-148978","available":0,"dates":[]},"42-149674":{"id":"42-149674","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149676":{"id":"42-149676","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150234":{"id":"42-150234","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150236":{"id":"42-150236","available":81,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150887":{"id":"42-150887","available":0,"dates":[]},"42-150890":{"id":"42-150890","available":0,"dates":[]},"42-151258":{"id":"42-151258","available":0,"dates":[]},"42-151666":{"id":"42-151666","available":0,"dates":[]},"42-152138":{"id":"42-152138","available":0,"dates":[]},"42-152417":{"id":"42-152417","available":0,"dates":[]},"42-152853":{"id":"42-152853","available":0,"dates":[]},"42-153149":{"id":"42-153149","available":0,"dates":[]},"42-153624":{"id":"42-153624","available":0,"dates":[]},"42-153970":{"id":"42-153970","available":0,"dates":[]},"42-154137":{"id":"42-154137","available":2,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"42-154426":{"id":"42-154426","available":18,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"42-154911":{"id":"42-154911","available":33,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155353":{"id":"42-155353","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155785":{"id":"42-155785","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-FLRL-B-00078-42-144639":{"id":"42-FLRL-B-00078-42-144639","available":1,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"50-153694":{"id":"50-153694","available":5,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-146672":{"id":"51-146672","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147187":{"id":"51-147187","available":29,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147715":{"id":"51-147715","available":16,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148147":{"id":"51-148147","available":0,"dates":[]},"51-148548":{"id":"51-148548","available":2,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-149554":{"id":"51-149554","available":283,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150142":{"id":"51-150142","available":283,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150626":{"id":"51-150626","available":283,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151004":{"id":"51-151004","available":-122,"dates":[]},"51-151967":{"id":"51-151967","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152055":{"id":"51-152055","available":20,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-153710":{"id":"51-153710","available":0,"dates":[]},"51-154263":{"id":"51-154263","available":0,"dates":[]},"51-154783":{"id":"51-154783","available":85,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155315":{"id":"51-155315","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155616":{"id":"51-155616","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-152302":{"id":"52-152302","available":0,"dates":[]},"52-152709":{"id":"52-152709","available":8,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152983":{"id":"52-152983","available":9,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-153703":{"id":"52-153703","available":9,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-154148":{"id":"52-154148","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"52-154149":{"id":"52-154149","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"58-146772":{"id":"58-146772","available":39,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147287":{"id":"58-147287","available":0,"dates":[]},"58-147803":{"id":"58-147803","available":0,"dates":[]},"58-148232":{"id":"58-148232","available":0,"dates":[]},"58-148627":{"id":"58-148627","available":0,"dates":[]},"58-149037":{"id":"58-149037","available":-4,"dates":[]},"58-149612":{"id":"58-149612","available":384,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149614":{"id":"58-149614","available":480,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150186":{"id":"58-150186","available":384,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150188":{"id":"58-150188","available":480,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150672":{"id":"58-150672","available":0,"dates":[]},"58-150674":{"id":"58-150674","available":0,"dates":[]},"58-151322":{"id":"58-151322","available":0,"dates":[]},"58-151726":{"id":"58-151726","available":2,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-151963":{"id":"58-151963","available":0,"dates":[]},"58-152179":{"id":"58-152179","available":0,"dates":[]},"58-152628":{"id":"58-152628","available":0,"dates":[]},"58-152882":{"id":"58-152882","available":0,"dates":[]},"58-153182":{"id":"58-153182","available":-2,"dates":[]},"58-153478":{"id":"58-153478","available":0,"dates":[]},"58-154073":{"id":"58-154073","available":0,"dates":[]},"58-154270":{"id":"58-154270","available":0,"dates":[]},"58-154271":{"id":"58-154271","available":0,"dates":[]},"58-154805":{"id":"58-154805","available":139,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155153":{"id":"58-155153","available":64,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155648":{"id":"58-155648","available":97,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-00078-58-144857":{"id":"58-FLRL-B-00078-58-144857","available":30,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-00078-58-145671":{"id":"58-FLRL-B-00078-58-145671","available":"26","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-00078-58-146093":{"id":"58-FLRL-B-00078-58-146093","available":40,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148961":{"id":"65-148961","available":0,"dates":[]},"65-149648":{"id":"65-149648","available":162,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149651":{"id":"65-149651","available":207,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150213":{"id":"65-150213","available":162,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150215":{"id":"65-150215","available":207,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150852":{"id":"65-150852","available":0,"dates":[]},"65-150863":{"id":"65-150863","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151242":{"id":"65-151242","available":0,"dates":[]},"65-151649":{"id":"65-151649","available":0,"dates":[]},"65-152121":{"id":"65-152121","available":8,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152404":{"id":"65-152404","available":0,"dates":[]},"65-152841":{"id":"65-152841","available":0,"dates":[]},"65-153137":{"id":"65-153137","available":0,"dates":[]},"65-153507":{"id":"65-153507","available":0,"dates":[]},"65-153904":{"id":"65-153904","available":80,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154147":{"id":"65-154147","available":0,"dates":[]},"65-154408":{"id":"65-154408","available":29,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"65-154902":{"id":"65-154902","available":67,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155254":{"id":"65-155254","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155773":{"id":"65-155773","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150485":{"id":"66-150485","available":0,"dates":[]},"9-127901":{"id":"9-127901","available":0,"dates":[]},"9-146846":{"id":"9-146846","available":10,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147362":{"id":"9-147362","available":0,"dates":[]},"9-147882":{"id":"9-147882","available":0,"dates":[]},"9-148318":{"id":"9-148318","available":0,"dates":[]},"9-148715":{"id":"9-148715","available":0,"dates":[]},"9-FLRL-B-00078-9-127901":{"id":"9-FLRL-B-00078-9-127901","available":0,"dates":[]},"9-FLRL-B-00078-9-145756":{"id":"9-FLRL-B-00078-9-145756","available":"4","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"9-FLRL-B-00078-9-146170":{"id":"9-FLRL-B-00078-9-146170","available":13,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150672","58-150674","58-154805","58-155153","58-155648"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154783","51-155315","51-155616"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150681","4-150684","4-154883","4-154889","4-155232","4-155241","4-155746","4-155758"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150728","41-150736","41-154842","41-155348","41-155694"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150887","42-150890","42-154911","42-155353","42-155785"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150680","2-150683","2-154882","2-154888","2-155231","2-155240","2-155745","2-155757","2-155552"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150937","10-150938","10-154895","10-155247","10-155767"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150942","11-150946","11-154768","11-155311","11-155608"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-127901"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150679","1-150682","1-154881","1-154887","1-155230","1-155239","1-155744","1-155756","1-155551"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150852","65-150863","65-154902","65-155254","65-155773"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150485"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-satin":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-satin", "priceAmount": 13000, "price": "$130 ", "priceCompareAtAmount": 14400, "priceCompareAt": "$144 ", "url": "https://urbanstems.com/products/double-the-satin", "variantName": null, "title": "Double the Satin", "images": [ { "alt": "Double the Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=700 700w" }, { "alt": "Double the Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=700 700w" } ], "variants": [{"id":45510437175544,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00078","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Satin - Double","public_title":"Double","options":["Double","Default Title"],"price":13000,"weight":0,"compare_at_price":14400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11700}],"price":11700,"compare_at_price":13000,"per_delivery_price":11700,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11700}],"price":11700,"compare_at_price":13000,"per_delivery_price":11700,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":35100}],"price":35100,"compare_at_price":13000,"per_delivery_price":35100,"selling_plan_id":4984897784,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":35100}],"price":35100,"compare_at_price":13000,"per_delivery_price":35100,"selling_plan_id":4984930552,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":70200}],"price":70200,"compare_at_price":13000,"per_delivery_price":70200,"selling_plan_id":4985684216,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":70200}],"price":70200,"compare_at_price":13000,"per_delivery_price":70200,"selling_plan_id":4985716984,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146819":{"id":"1-146819","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147213":{"id":"1-147213","available":0,"dates":[]},"1-147225":{"id":"1-147225","available":0,"dates":[]},"1-147637":{"id":"1-147637","available":0,"dates":[]},"1-147677":{"id":"1-147677","available":0,"dates":[]},"1-148072":{"id":"1-148072","available":0,"dates":[]},"1-148109":{"id":"1-148109","available":0,"dates":[]},"1-148491":{"id":"1-148491","available":0,"dates":[]},"1-148513":{"id":"1-148513","available":0,"dates":[]},"1-148893":{"id":"1-148893","available":0,"dates":[]},"1-148910":{"id":"1-148910","available":-1,"dates":[]},"1-149626":{"id":"1-149626","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149635":{"id":"1-149635","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150194":{"id":"1-150194","available":56,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150203":{"id":"1-150203","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150679":{"id":"1-150679","available":0,"dates":[]},"1-150682":{"id":"1-150682","available":0,"dates":[]},"1-151175":{"id":"1-151175","available":0,"dates":[]},"1-151190":{"id":"1-151190","available":0,"dates":[]},"1-151586":{"id":"1-151586","available":0,"dates":[]},"1-151601":{"id":"1-151601","available":0,"dates":[]},"1-152078":{"id":"1-152078","available":0,"dates":[]},"1-152580":{"id":"1-152580","available":0,"dates":[]},"1-152811":{"id":"1-152811","available":0,"dates":[]},"1-152815":{"id":"1-152815","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152965":{"id":"1-152965","available":-2,"dates":[]},"1-153096":{"id":"1-153096","available":0,"dates":[]},"1-153108":{"id":"1-153108","available":0,"dates":[]},"1-153398":{"id":"1-153398","available":0,"dates":[]},"1-153409":{"id":"1-153409","available":0,"dates":[]},"1-153745":{"id":"1-153745","available":0,"dates":[]},"1-153811":{"id":"1-153811","available":0,"dates":[]},"1-154385":{"id":"1-154385","available":0,"dates":[]},"1-154391":{"id":"1-154391","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154881":{"id":"1-154881","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154887":{"id":"1-154887","available":1,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155230":{"id":"1-155230","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155239":{"id":"1-155239","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155538":{"id":"1-155538","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155551":{"id":"1-155551","available":0,"dates":[]},"1-155744":{"id":"1-155744","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155756":{"id":"1-155756","available":4,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-147377":{"id":"10-147377","available":0,"dates":[]},"10-147903":{"id":"10-147903","available":0,"dates":[]},"10-148338":{"id":"10-148338","available":0,"dates":[]},"10-148729":{"id":"10-148729","available":0,"dates":[]},"10-149071":{"id":"10-149071","available":0,"dates":[]},"10-149642":{"id":"10-149642","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149645":{"id":"10-149645","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150210":{"id":"10-150210","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150212":{"id":"10-150212","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150937":{"id":"10-150937","available":0,"dates":[]},"10-150938":{"id":"10-150938","available":0,"dates":[]},"10-151363":{"id":"10-151363","available":-1,"dates":[]},"10-151754":{"id":"10-151754","available":-6,"dates":[]},"10-152210":{"id":"10-152210","available":0,"dates":[]},"10-152477":{"id":"10-152477","available":0,"dates":[]},"10-152908":{"id":"10-152908","available":0,"dates":[]},"10-153211":{"id":"10-153211","available":0,"dates":[]},"10-153430":{"id":"10-153430","available":0,"dates":[]},"10-154085":{"id":"10-154085","available":14,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"10-154444":{"id":"10-154444","available":0,"dates":[]},"10-154495":{"id":"10-154495","available":98,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154895":{"id":"10-154895","available":52,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155247":{"id":"10-155247","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155767":{"id":"10-155767","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-147168":{"id":"11-147168","available":0,"dates":[]},"11-147697":{"id":"11-147697","available":0,"dates":[]},"11-148129":{"id":"11-148129","available":-1,"dates":[]},"11-148531":{"id":"11-148531","available":0,"dates":[]},"11-149074":{"id":"11-149074","available":-1,"dates":[]},"11-149654":{"id":"11-149654","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149657":{"id":"11-149657","available":82,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150218":{"id":"11-150218","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150221":{"id":"11-150221","available":82,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150942":{"id":"11-150942","available":0,"dates":[]},"11-150946":{"id":"11-150946","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151366":{"id":"11-151366","available":-1,"dates":[]},"11-151757":{"id":"11-151757","available":0,"dates":[]},"11-152213":{"id":"11-152213","available":0,"dates":[]},"11-152644":{"id":"11-152644","available":0,"dates":[]},"11-152910":{"id":"11-152910","available":0,"dates":[]},"11-153213":{"id":"11-153213","available":0,"dates":[]},"11-153509":{"id":"11-153509","available":0,"dates":[]},"11-154090":{"id":"11-154090","available":6,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"11-154232":{"id":"11-154232","available":113,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154768":{"id":"11-154768","available":62,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155311":{"id":"11-155311","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155608":{"id":"11-155608","available":42,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-146820":{"id":"2-146820","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147214":{"id":"2-147214","available":0,"dates":[]},"2-147226":{"id":"2-147226","available":0,"dates":[]},"2-147638":{"id":"2-147638","available":0,"dates":[]},"2-147678":{"id":"2-147678","available":-2,"dates":[]},"2-148073":{"id":"2-148073","available":0,"dates":[]},"2-148110":{"id":"2-148110","available":0,"dates":[]},"2-148492":{"id":"2-148492","available":0,"dates":[]},"2-148514":{"id":"2-148514","available":0,"dates":[]},"2-148894":{"id":"2-148894","available":0,"dates":[]},"2-148911":{"id":"2-148911","available":0,"dates":[]},"2-149627":{"id":"2-149627","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149636":{"id":"2-149636","available":91,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150195":{"id":"2-150195","available":70,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150204":{"id":"2-150204","available":91,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150680":{"id":"2-150680","available":0,"dates":[]},"2-150683":{"id":"2-150683","available":0,"dates":[]},"2-151176":{"id":"2-151176","available":0,"dates":[]},"2-151191":{"id":"2-151191","available":0,"dates":[]},"2-151587":{"id":"2-151587","available":0,"dates":[]},"2-151602":{"id":"2-151602","available":0,"dates":[]},"2-152079":{"id":"2-152079","available":0,"dates":[]},"2-152581":{"id":"2-152581","available":0,"dates":[]},"2-152812":{"id":"2-152812","available":0,"dates":[]},"2-152816":{"id":"2-152816","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152966":{"id":"2-152966","available":0,"dates":[]},"2-153097":{"id":"2-153097","available":0,"dates":[]},"2-153109":{"id":"2-153109","available":0,"dates":[]},"2-153399":{"id":"2-153399","available":0,"dates":[]},"2-153410":{"id":"2-153410","available":0,"dates":[]},"2-153746":{"id":"2-153746","available":0,"dates":[]},"2-153812":{"id":"2-153812","available":0,"dates":[]},"2-154386":{"id":"2-154386","available":0,"dates":[]},"2-154392":{"id":"2-154392","available":2,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154882":{"id":"2-154882","available":0,"dates":[]},"2-154888":{"id":"2-154888","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155036":{"id":"2-155036","available":0,"dates":[]},"2-155231":{"id":"2-155231","available":11,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155240":{"id":"2-155240","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155539":{"id":"2-155539","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155552":{"id":"2-155552","available":0,"dates":[]},"2-155745":{"id":"2-155745","available":12,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155757":{"id":"2-155757","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"30-147350":{"id":"30-147350","available":0,"dates":[]},"30-147869":{"id":"30-147869","available":0,"dates":[]},"30-148304":{"id":"30-148304","available":0,"dates":[]},"30-148694":{"id":"30-148694","available":0,"dates":[]},"4-146821":{"id":"4-146821","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147215":{"id":"4-147215","available":0,"dates":[]},"4-147227":{"id":"4-147227","available":0,"dates":[]},"4-147639":{"id":"4-147639","available":0,"dates":[]},"4-147679":{"id":"4-147679","available":0,"dates":[]},"4-148074":{"id":"4-148074","available":0,"dates":[]},"4-148111":{"id":"4-148111","available":4,"dates":["2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28"]},"4-148493":{"id":"4-148493","available":2,"dates":["2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03"]},"4-148515":{"id":"4-148515","available":0,"dates":[]},"4-148895":{"id":"4-148895","available":0,"dates":[]},"4-148912":{"id":"4-148912","available":-8,"dates":[]},"4-149628":{"id":"4-149628","available":315,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149637":{"id":"4-149637","available":378,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150196":{"id":"4-150196","available":315,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150205":{"id":"4-150205","available":378,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150681":{"id":"4-150681","available":0,"dates":[]},"4-150684":{"id":"4-150684","available":0,"dates":[]},"4-151177":{"id":"4-151177","available":0,"dates":[]},"4-151192":{"id":"4-151192","available":0,"dates":[]},"4-151588":{"id":"4-151588","available":0,"dates":[]},"4-151603":{"id":"4-151603","available":0,"dates":[]},"4-151954":{"id":"4-151954","available":0,"dates":[]},"4-151955":{"id":"4-151955","available":13,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152080":{"id":"4-152080","available":0,"dates":[]},"4-152582":{"id":"4-152582","available":0,"dates":[]},"4-152813":{"id":"4-152813","available":0,"dates":[]},"4-152967":{"id":"4-152967","available":0,"dates":[]},"4-153098":{"id":"4-153098","available":0,"dates":[]},"4-153110":{"id":"4-153110","available":0,"dates":[]},"4-153400":{"id":"4-153400","available":0,"dates":[]},"4-153411":{"id":"4-153411","available":0,"dates":[]},"4-153747":{"id":"4-153747","available":0,"dates":[]},"4-153813":{"id":"4-153813","available":0,"dates":[]},"4-154127":{"id":"4-154127","available":0,"dates":[]},"4-154387":{"id":"4-154387","available":0,"dates":[]},"4-154393":{"id":"4-154393","available":0,"dates":[]},"4-154883":{"id":"4-154883","available":58,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154889":{"id":"4-154889","available":51,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155039":{"id":"4-155039","available":0,"dates":[]},"4-155232":{"id":"4-155232","available":32,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155241":{"id":"4-155241","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155540":{"id":"4-155540","available":19,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155746":{"id":"4-155746","available":41,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155758":{"id":"4-155758","available":27,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-147295":{"id":"41-147295","available":0,"dates":[]},"41-147813":{"id":"41-147813","available":0,"dates":[]},"41-148243":{"id":"41-148243","available":-1,"dates":[]},"41-148635":{"id":"41-148635","available":0,"dates":[]},"41-148968":{"id":"41-148968","available":0,"dates":[]},"41-149660":{"id":"41-149660","available":98,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149663":{"id":"41-149663","available":126,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150256":{"id":"41-150256","available":98,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150264":{"id":"41-150264","available":126,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150728":{"id":"41-150728","available":0,"dates":[]},"41-150736":{"id":"41-150736","available":0,"dates":[]},"41-151249":{"id":"41-151249","available":0,"dates":[]},"41-151656":{"id":"41-151656","available":0,"dates":[]},"41-152128":{"id":"41-152128","available":0,"dates":[]},"41-152594":{"id":"41-152594","available":0,"dates":[]},"41-152846":{"id":"41-152846","available":0,"dates":[]},"41-153142":{"id":"41-153142","available":0,"dates":[]},"41-153617":{"id":"41-153617","available":0,"dates":[]},"41-153892":{"id":"41-153892","available":0,"dates":[]},"41-154338":{"id":"41-154338","available":27,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154842":{"id":"41-154842","available":45,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155348":{"id":"41-155348","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155694":{"id":"41-155694","available":31,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-148978":{"id":"42-148978","available":0,"dates":[]},"42-149674":{"id":"42-149674","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149676":{"id":"42-149676","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150234":{"id":"42-150234","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150236":{"id":"42-150236","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150887":{"id":"42-150887","available":0,"dates":[]},"42-150890":{"id":"42-150890","available":0,"dates":[]},"42-151258":{"id":"42-151258","available":0,"dates":[]},"42-151666":{"id":"42-151666","available":0,"dates":[]},"42-152138":{"id":"42-152138","available":0,"dates":[]},"42-152417":{"id":"42-152417","available":0,"dates":[]},"42-152853":{"id":"42-152853","available":0,"dates":[]},"42-153149":{"id":"42-153149","available":0,"dates":[]},"42-153624":{"id":"42-153624","available":0,"dates":[]},"42-153970":{"id":"42-153970","available":0,"dates":[]},"42-154137":{"id":"42-154137","available":1,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"42-154426":{"id":"42-154426","available":9,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"42-154911":{"id":"42-154911","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155353":{"id":"42-155353","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155785":{"id":"42-155785","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"50-153694":{"id":"50-153694","available":2,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-147187":{"id":"51-147187","available":14,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147715":{"id":"51-147715","available":8,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148147":{"id":"51-148147","available":0,"dates":[]},"51-148548":{"id":"51-148548","available":1,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-149554":{"id":"51-149554","available":141,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150142":{"id":"51-150142","available":141,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150626":{"id":"51-150626","available":141,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151004":{"id":"51-151004","available":-61,"dates":[]},"51-151967":{"id":"51-151967","available":0,"dates":[]},"51-152055":{"id":"51-152055","available":10,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-153710":{"id":"51-153710","available":0,"dates":[]},"51-154263":{"id":"51-154263","available":0,"dates":[]},"51-154783":{"id":"51-154783","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155315":{"id":"51-155315","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155616":{"id":"51-155616","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-152302":{"id":"52-152302","available":0,"dates":[]},"52-152709":{"id":"52-152709","available":4,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152983":{"id":"52-152983","available":4,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-153703":{"id":"52-153703","available":4,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-154148":{"id":"52-154148","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"52-154149":{"id":"52-154149","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"58-147287":{"id":"58-147287","available":0,"dates":[]},"58-147803":{"id":"58-147803","available":0,"dates":[]},"58-148232":{"id":"58-148232","available":0,"dates":[]},"58-148627":{"id":"58-148627","available":0,"dates":[]},"58-149037":{"id":"58-149037","available":-2,"dates":[]},"58-149612":{"id":"58-149612","available":192,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149614":{"id":"58-149614","available":240,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150186":{"id":"58-150186","available":192,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150188":{"id":"58-150188","available":240,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150672":{"id":"58-150672","available":0,"dates":[]},"58-150674":{"id":"58-150674","available":0,"dates":[]},"58-151322":{"id":"58-151322","available":0,"dates":[]},"58-151726":{"id":"58-151726","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-151963":{"id":"58-151963","available":0,"dates":[]},"58-152179":{"id":"58-152179","available":0,"dates":[]},"58-152628":{"id":"58-152628","available":0,"dates":[]},"58-152882":{"id":"58-152882","available":0,"dates":[]},"58-153182":{"id":"58-153182","available":-1,"dates":[]},"58-153478":{"id":"58-153478","available":0,"dates":[]},"58-154073":{"id":"58-154073","available":0,"dates":[]},"58-154270":{"id":"58-154270","available":0,"dates":[]},"58-154271":{"id":"58-154271","available":0,"dates":[]},"58-154805":{"id":"58-154805","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155153":{"id":"58-155153","available":32,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155648":{"id":"58-155648","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-148961":{"id":"65-148961","available":0,"dates":[]},"65-149648":{"id":"65-149648","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149651":{"id":"65-149651","available":103,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150213":{"id":"65-150213","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150215":{"id":"65-150215","available":103,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150852":{"id":"65-150852","available":0,"dates":[]},"65-150863":{"id":"65-150863","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151242":{"id":"65-151242","available":0,"dates":[]},"65-151649":{"id":"65-151649","available":0,"dates":[]},"65-152121":{"id":"65-152121","available":4,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152404":{"id":"65-152404","available":0,"dates":[]},"65-152841":{"id":"65-152841","available":0,"dates":[]},"65-153137":{"id":"65-153137","available":0,"dates":[]},"65-153507":{"id":"65-153507","available":0,"dates":[]},"65-153904":{"id":"65-153904","available":40,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154147":{"id":"65-154147","available":0,"dates":[]},"65-154408":{"id":"65-154408","available":14,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"65-154902":{"id":"65-154902","available":33,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155254":{"id":"65-155254","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155773":{"id":"65-155773","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150485":{"id":"66-150485","available":0,"dates":[]},"9-127901":{"id":"9-127901","available":0,"dates":[]},"9-147362":{"id":"9-147362","available":0,"dates":[]},"9-147882":{"id":"9-147882","available":0,"dates":[]},"9-148318":{"id":"9-148318","available":0,"dates":[]},"9-148715":{"id":"9-148715","available":0,"dates":[]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150672","58-150674","58-154805","58-155153","58-155648"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154783","51-155315","51-155616"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150681","4-150684","4-154883","4-154889","4-155232","4-155241","4-155746","4-155758"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150728","41-150736","41-154842","41-155348","41-155694"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150887","42-150890","42-154911","42-155353","42-155785"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150680","2-150683","2-154882","2-154888","2-155231","2-155240","2-155745","2-155757","2-155552"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150937","10-150938","10-154895","10-155247","10-155767"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150942","11-150946","11-154768","11-155311","11-155608"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-127901"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150679","1-150682","1-154881","1-154887","1-155230","1-155239","1-155744","1-155756","1-155551"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150852","65-150863","65-154902","65-155254","65-155773"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150485"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-satin":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-satin", "priceAmount": 18300, "price": "$183 ", "priceCompareAtAmount": 21600, "priceCompareAt": "$216 ", "url": "https://urbanstems.com/products/triple-the-satin", "variantName": null, "title": "Triple the Satin", "images": [ { "alt": "Triple the Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=700 700w" }, { "alt": "Triple the Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=700 700w" } ], "variants": [{"id":45510442713336,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00078","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Satin - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":18300,"weight":0,"compare_at_price":21600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":16470}],"price":16470,"compare_at_price":18300,"per_delivery_price":16470,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":16470}],"price":16470,"compare_at_price":18300,"per_delivery_price":16470,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":49410}],"price":49410,"compare_at_price":18300,"per_delivery_price":49410,"selling_plan_id":4985094392,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":49410}],"price":49410,"compare_at_price":18300,"per_delivery_price":49410,"selling_plan_id":4985127160,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":98820}],"price":98820,"compare_at_price":18300,"per_delivery_price":98820,"selling_plan_id":4985880824,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":98820}],"price":98820,"compare_at_price":18300,"per_delivery_price":98820,"selling_plan_id":4985913592,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146819":{"id":"1-146819","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147213":{"id":"1-147213","available":0,"dates":[]},"1-147225":{"id":"1-147225","available":0,"dates":[]},"1-147637":{"id":"1-147637","available":0,"dates":[]},"1-147677":{"id":"1-147677","available":0,"dates":[]},"1-148072":{"id":"1-148072","available":0,"dates":[]},"1-148109":{"id":"1-148109","available":0,"dates":[]},"1-148491":{"id":"1-148491","available":0,"dates":[]},"1-148513":{"id":"1-148513","available":0,"dates":[]},"1-148893":{"id":"1-148893","available":0,"dates":[]},"1-148910":{"id":"1-148910","available":-1,"dates":[]},"1-149626":{"id":"1-149626","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149635":{"id":"1-149635","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150194":{"id":"1-150194","available":37,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150203":{"id":"1-150203","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150679":{"id":"1-150679","available":0,"dates":[]},"1-150682":{"id":"1-150682","available":0,"dates":[]},"1-151175":{"id":"1-151175","available":0,"dates":[]},"1-151190":{"id":"1-151190","available":0,"dates":[]},"1-151586":{"id":"1-151586","available":0,"dates":[]},"1-151601":{"id":"1-151601","available":0,"dates":[]},"1-152078":{"id":"1-152078","available":0,"dates":[]},"1-152580":{"id":"1-152580","available":0,"dates":[]},"1-152811":{"id":"1-152811","available":0,"dates":[]},"1-152815":{"id":"1-152815","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152965":{"id":"1-152965","available":-2,"dates":[]},"1-153096":{"id":"1-153096","available":0,"dates":[]},"1-153108":{"id":"1-153108","available":0,"dates":[]},"1-153398":{"id":"1-153398","available":0,"dates":[]},"1-153409":{"id":"1-153409","available":0,"dates":[]},"1-153745":{"id":"1-153745","available":0,"dates":[]},"1-153811":{"id":"1-153811","available":0,"dates":[]},"1-154385":{"id":"1-154385","available":0,"dates":[]},"1-154391":{"id":"1-154391","available":0,"dates":[]},"1-154881":{"id":"1-154881","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154887":{"id":"1-154887","available":0,"dates":[]},"1-155230":{"id":"1-155230","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155239":{"id":"1-155239","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155538":{"id":"1-155538","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155551":{"id":"1-155551","available":0,"dates":[]},"1-155744":{"id":"1-155744","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155756":{"id":"1-155756","available":3,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-147377":{"id":"10-147377","available":0,"dates":[]},"10-147903":{"id":"10-147903","available":0,"dates":[]},"10-148338":{"id":"10-148338","available":0,"dates":[]},"10-148729":{"id":"10-148729","available":0,"dates":[]},"10-149071":{"id":"10-149071","available":0,"dates":[]},"10-149642":{"id":"10-149642","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149645":{"id":"10-149645","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150210":{"id":"10-150210","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150212":{"id":"10-150212","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150937":{"id":"10-150937","available":0,"dates":[]},"10-150938":{"id":"10-150938","available":0,"dates":[]},"10-151363":{"id":"10-151363","available":-1,"dates":[]},"10-151754":{"id":"10-151754","available":-4,"dates":[]},"10-152210":{"id":"10-152210","available":0,"dates":[]},"10-152477":{"id":"10-152477","available":0,"dates":[]},"10-152908":{"id":"10-152908","available":0,"dates":[]},"10-153211":{"id":"10-153211","available":0,"dates":[]},"10-153430":{"id":"10-153430","available":0,"dates":[]},"10-154085":{"id":"10-154085","available":9,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"10-154444":{"id":"10-154444","available":0,"dates":[]},"10-154495":{"id":"10-154495","available":65,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154895":{"id":"10-154895","available":35,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155247":{"id":"10-155247","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155767":{"id":"10-155767","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-147168":{"id":"11-147168","available":0,"dates":[]},"11-147697":{"id":"11-147697","available":0,"dates":[]},"11-148129":{"id":"11-148129","available":-1,"dates":[]},"11-148531":{"id":"11-148531","available":0,"dates":[]},"11-149074":{"id":"11-149074","available":-1,"dates":[]},"11-149654":{"id":"11-149654","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149657":{"id":"11-149657","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150218":{"id":"11-150218","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150221":{"id":"11-150221","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150942":{"id":"11-150942","available":0,"dates":[]},"11-150946":{"id":"11-150946","available":31,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151366":{"id":"11-151366","available":-1,"dates":[]},"11-151757":{"id":"11-151757","available":0,"dates":[]},"11-152213":{"id":"11-152213","available":0,"dates":[]},"11-152644":{"id":"11-152644","available":0,"dates":[]},"11-152910":{"id":"11-152910","available":0,"dates":[]},"11-153213":{"id":"11-153213","available":0,"dates":[]},"11-153509":{"id":"11-153509","available":0,"dates":[]},"11-154090":{"id":"11-154090","available":4,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"11-154232":{"id":"11-154232","available":75,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154768":{"id":"11-154768","available":41,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155311":{"id":"11-155311","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155608":{"id":"11-155608","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-146820":{"id":"2-146820","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147214":{"id":"2-147214","available":0,"dates":[]},"2-147226":{"id":"2-147226","available":0,"dates":[]},"2-147638":{"id":"2-147638","available":0,"dates":[]},"2-147678":{"id":"2-147678","available":-1,"dates":[]},"2-148073":{"id":"2-148073","available":0,"dates":[]},"2-148110":{"id":"2-148110","available":0,"dates":[]},"2-148492":{"id":"2-148492","available":0,"dates":[]},"2-148514":{"id":"2-148514","available":0,"dates":[]},"2-148894":{"id":"2-148894","available":0,"dates":[]},"2-148911":{"id":"2-148911","available":0,"dates":[]},"2-149627":{"id":"2-149627","available":46,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149636":{"id":"2-149636","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150195":{"id":"2-150195","available":46,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150204":{"id":"2-150204","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150680":{"id":"2-150680","available":0,"dates":[]},"2-150683":{"id":"2-150683","available":0,"dates":[]},"2-151176":{"id":"2-151176","available":0,"dates":[]},"2-151191":{"id":"2-151191","available":0,"dates":[]},"2-151587":{"id":"2-151587","available":0,"dates":[]},"2-151602":{"id":"2-151602","available":0,"dates":[]},"2-152079":{"id":"2-152079","available":0,"dates":[]},"2-152581":{"id":"2-152581","available":0,"dates":[]},"2-152812":{"id":"2-152812","available":0,"dates":[]},"2-152816":{"id":"2-152816","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152966":{"id":"2-152966","available":0,"dates":[]},"2-153097":{"id":"2-153097","available":0,"dates":[]},"2-153109":{"id":"2-153109","available":0,"dates":[]},"2-153399":{"id":"2-153399","available":0,"dates":[]},"2-153410":{"id":"2-153410","available":0,"dates":[]},"2-153746":{"id":"2-153746","available":0,"dates":[]},"2-153812":{"id":"2-153812","available":0,"dates":[]},"2-154386":{"id":"2-154386","available":0,"dates":[]},"2-154392":{"id":"2-154392","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154882":{"id":"2-154882","available":0,"dates":[]},"2-154888":{"id":"2-154888","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155036":{"id":"2-155036","available":0,"dates":[]},"2-155231":{"id":"2-155231","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155240":{"id":"2-155240","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155539":{"id":"2-155539","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155552":{"id":"2-155552","available":0,"dates":[]},"2-155745":{"id":"2-155745","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155757":{"id":"2-155757","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"30-147350":{"id":"30-147350","available":0,"dates":[]},"30-147869":{"id":"30-147869","available":0,"dates":[]},"30-148304":{"id":"30-148304","available":0,"dates":[]},"30-148694":{"id":"30-148694","available":0,"dates":[]},"4-146821":{"id":"4-146821","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147215":{"id":"4-147215","available":0,"dates":[]},"4-147227":{"id":"4-147227","available":0,"dates":[]},"4-147639":{"id":"4-147639","available":0,"dates":[]},"4-147679":{"id":"4-147679","available":0,"dates":[]},"4-148074":{"id":"4-148074","available":0,"dates":[]},"4-148111":{"id":"4-148111","available":2,"dates":["2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28"]},"4-148493":{"id":"4-148493","available":1,"dates":["2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03"]},"4-148515":{"id":"4-148515","available":0,"dates":[]},"4-148895":{"id":"4-148895","available":0,"dates":[]},"4-148912":{"id":"4-148912","available":-6,"dates":[]},"4-149628":{"id":"4-149628","available":210,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149637":{"id":"4-149637","available":252,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150196":{"id":"4-150196","available":210,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150205":{"id":"4-150205","available":252,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150681":{"id":"4-150681","available":0,"dates":[]},"4-150684":{"id":"4-150684","available":0,"dates":[]},"4-151177":{"id":"4-151177","available":0,"dates":[]},"4-151192":{"id":"4-151192","available":0,"dates":[]},"4-151588":{"id":"4-151588","available":0,"dates":[]},"4-151603":{"id":"4-151603","available":0,"dates":[]},"4-151954":{"id":"4-151954","available":0,"dates":[]},"4-151955":{"id":"4-151955","available":9,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152080":{"id":"4-152080","available":0,"dates":[]},"4-152582":{"id":"4-152582","available":0,"dates":[]},"4-152813":{"id":"4-152813","available":0,"dates":[]},"4-152967":{"id":"4-152967","available":0,"dates":[]},"4-153098":{"id":"4-153098","available":0,"dates":[]},"4-153110":{"id":"4-153110","available":0,"dates":[]},"4-153400":{"id":"4-153400","available":0,"dates":[]},"4-153411":{"id":"4-153411","available":0,"dates":[]},"4-153747":{"id":"4-153747","available":0,"dates":[]},"4-153813":{"id":"4-153813","available":0,"dates":[]},"4-154127":{"id":"4-154127","available":0,"dates":[]},"4-154387":{"id":"4-154387","available":0,"dates":[]},"4-154393":{"id":"4-154393","available":0,"dates":[]},"4-154883":{"id":"4-154883","available":38,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154889":{"id":"4-154889","available":34,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155039":{"id":"4-155039","available":0,"dates":[]},"4-155232":{"id":"4-155232","available":21,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155241":{"id":"4-155241","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155540":{"id":"4-155540","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155746":{"id":"4-155746","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155758":{"id":"4-155758","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-147295":{"id":"41-147295","available":0,"dates":[]},"41-147813":{"id":"41-147813","available":0,"dates":[]},"41-148243":{"id":"41-148243","available":-1,"dates":[]},"41-148635":{"id":"41-148635","available":0,"dates":[]},"41-148968":{"id":"41-148968","available":0,"dates":[]},"41-149660":{"id":"41-149660","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149663":{"id":"41-149663","available":84,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150256":{"id":"41-150256","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150264":{"id":"41-150264","available":84,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150728":{"id":"41-150728","available":0,"dates":[]},"41-150736":{"id":"41-150736","available":0,"dates":[]},"41-151249":{"id":"41-151249","available":0,"dates":[]},"41-151656":{"id":"41-151656","available":0,"dates":[]},"41-152128":{"id":"41-152128","available":0,"dates":[]},"41-152594":{"id":"41-152594","available":0,"dates":[]},"41-152846":{"id":"41-152846","available":0,"dates":[]},"41-153142":{"id":"41-153142","available":0,"dates":[]},"41-153617":{"id":"41-153617","available":0,"dates":[]},"41-153892":{"id":"41-153892","available":0,"dates":[]},"41-154338":{"id":"41-154338","available":18,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154842":{"id":"41-154842","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155348":{"id":"41-155348","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155694":{"id":"41-155694","available":21,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-148978":{"id":"42-148978","available":0,"dates":[]},"42-149674":{"id":"42-149674","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149676":{"id":"42-149676","available":27,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150234":{"id":"42-150234","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150236":{"id":"42-150236","available":27,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150887":{"id":"42-150887","available":0,"dates":[]},"42-150890":{"id":"42-150890","available":0,"dates":[]},"42-151258":{"id":"42-151258","available":0,"dates":[]},"42-151666":{"id":"42-151666","available":0,"dates":[]},"42-152138":{"id":"42-152138","available":0,"dates":[]},"42-152417":{"id":"42-152417","available":0,"dates":[]},"42-152853":{"id":"42-152853","available":0,"dates":[]},"42-153149":{"id":"42-153149","available":0,"dates":[]},"42-153624":{"id":"42-153624","available":0,"dates":[]},"42-153970":{"id":"42-153970","available":0,"dates":[]},"42-154137":{"id":"42-154137","available":0,"dates":[]},"42-154426":{"id":"42-154426","available":6,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"42-154911":{"id":"42-154911","available":11,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155353":{"id":"42-155353","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155785":{"id":"42-155785","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"50-153694":{"id":"50-153694","available":1,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-147187":{"id":"51-147187","available":9,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147715":{"id":"51-147715","available":5,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148147":{"id":"51-148147","available":0,"dates":[]},"51-148548":{"id":"51-148548","available":0,"dates":[]},"51-149554":{"id":"51-149554","available":94,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150142":{"id":"51-150142","available":94,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150626":{"id":"51-150626","available":94,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151004":{"id":"51-151004","available":-41,"dates":[]},"51-151967":{"id":"51-151967","available":0,"dates":[]},"51-152055":{"id":"51-152055","available":6,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-153710":{"id":"51-153710","available":0,"dates":[]},"51-154263":{"id":"51-154263","available":0,"dates":[]},"51-154783":{"id":"51-154783","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155315":{"id":"51-155315","available":2,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155616":{"id":"51-155616","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-152302":{"id":"52-152302","available":0,"dates":[]},"52-152709":{"id":"52-152709","available":2,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152983":{"id":"52-152983","available":3,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-153703":{"id":"52-153703","available":3,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-154148":{"id":"52-154148","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"52-154149":{"id":"52-154149","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"58-147287":{"id":"58-147287","available":0,"dates":[]},"58-147803":{"id":"58-147803","available":0,"dates":[]},"58-148232":{"id":"58-148232","available":0,"dates":[]},"58-148627":{"id":"58-148627","available":0,"dates":[]},"58-149037":{"id":"58-149037","available":-2,"dates":[]},"58-149612":{"id":"58-149612","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149614":{"id":"58-149614","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150186":{"id":"58-150186","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150188":{"id":"58-150188","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150672":{"id":"58-150672","available":0,"dates":[]},"58-150674":{"id":"58-150674","available":0,"dates":[]},"58-151322":{"id":"58-151322","available":0,"dates":[]},"58-151726":{"id":"58-151726","available":0,"dates":[]},"58-151963":{"id":"58-151963","available":0,"dates":[]},"58-152179":{"id":"58-152179","available":0,"dates":[]},"58-152628":{"id":"58-152628","available":0,"dates":[]},"58-152882":{"id":"58-152882","available":0,"dates":[]},"58-153182":{"id":"58-153182","available":-1,"dates":[]},"58-153478":{"id":"58-153478","available":0,"dates":[]},"58-154073":{"id":"58-154073","available":0,"dates":[]},"58-154270":{"id":"58-154270","available":0,"dates":[]},"58-154271":{"id":"58-154271","available":0,"dates":[]},"58-154805":{"id":"58-154805","available":46,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155153":{"id":"58-155153","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155648":{"id":"58-155648","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-148961":{"id":"65-148961","available":0,"dates":[]},"65-149648":{"id":"65-149648","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149651":{"id":"65-149651","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150213":{"id":"65-150213","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150215":{"id":"65-150215","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150852":{"id":"65-150852","available":0,"dates":[]},"65-150863":{"id":"65-150863","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151242":{"id":"65-151242","available":0,"dates":[]},"65-151649":{"id":"65-151649","available":0,"dates":[]},"65-152121":{"id":"65-152121","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152404":{"id":"65-152404","available":0,"dates":[]},"65-152841":{"id":"65-152841","available":0,"dates":[]},"65-153137":{"id":"65-153137","available":0,"dates":[]},"65-153507":{"id":"65-153507","available":0,"dates":[]},"65-153904":{"id":"65-153904","available":26,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154147":{"id":"65-154147","available":0,"dates":[]},"65-154408":{"id":"65-154408","available":9,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"65-154902":{"id":"65-154902","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155254":{"id":"65-155254","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155773":{"id":"65-155773","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150485":{"id":"66-150485","available":0,"dates":[]},"9-127901":{"id":"9-127901","available":0,"dates":[]},"9-147362":{"id":"9-147362","available":0,"dates":[]},"9-147882":{"id":"9-147882","available":0,"dates":[]},"9-148318":{"id":"9-148318","available":0,"dates":[]},"9-148715":{"id":"9-148715","available":0,"dates":[]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150672","58-150674","58-154805","58-155153","58-155648"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154783","51-155315","51-155616"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150681","4-150684","4-154883","4-154889","4-155232","4-155241","4-155746","4-155758"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150728","41-150736","41-154842","41-155348","41-155694"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150887","42-150890","42-154911","42-155353","42-155785"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150680","2-150683","2-154882","2-154888","2-155231","2-155240","2-155745","2-155757","2-155552"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150937","10-150938","10-154895","10-155247","10-155767"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150942","11-150946","11-154768","11-155311","11-155608"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-127901"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150679","1-150682","1-154881","1-154887","1-155230","1-155239","1-155744","1-155756","1-155551"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150852","65-150863","65-154902","65-155254","65-155773"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="38" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-firecracker"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=700 700w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=800 800w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=900 900w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=500" alt="Double the Firecracker" srcset="//urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=352 352w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=700 700w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=800 800w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=900 900w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=500" alt="Double the Firecracker" srcset="//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=352 352w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-firecracker" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-155044","58-150705","58-150708","58-154772","58-155138","58-155645"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154778","51-155313","51-155614"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150829","4-150835","4-154813","4-154816","4-155159","4-155171","4-155537","4-155654","4-155666"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150722","41-150730","41-154837","41-155342","41-155687"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150828","2-150834","2-154812","2-154815","2-155158","2-155170","2-155536","2-155653","2-155665","2-155548"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150651","10-150653","10-154893","10-155245","10-155765"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150940","11-150944","11-154798","11-155145","11-155803"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150914","9-150920","9-154920","9-155269","9-155871"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150827","1-150833","1-154811","1-154814","1-155157","1-155169","1-155535","1-155652","1-155664","1-155547"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150712","65-150717","65-154833","65-155337","65-155681"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"1-150827":{"id":"1-150827","available":0,"dates":[]},"1-150833":{"id":"1-150833","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-154811":{"id":"1-154811","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154814":{"id":"1-154814","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155157":{"id":"1-155157","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155169":{"id":"1-155169","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155535":{"id":"1-155535","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155547":{"id":"1-155547","available":8,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155652":{"id":"1-155652","available":11,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155664":{"id":"1-155664","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150651":{"id":"10-150651","available":0,"dates":[]},"10-150653":{"id":"10-150653","available":8,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154893":{"id":"10-154893","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155245":{"id":"10-155245","available":31,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155765":{"id":"10-155765","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150940":{"id":"11-150940","available":0,"dates":[]},"11-150944":{"id":"11-150944","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154798":{"id":"11-154798","available":40,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155145":{"id":"11-155145","available":32,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155803":{"id":"11-155803","available":41,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150828":{"id":"2-150828","available":0,"dates":[]},"2-150834":{"id":"2-150834","available":0,"dates":[]},"2-154812":{"id":"2-154812","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154815":{"id":"2-154815","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155158":{"id":"2-155158","available":24,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155170":{"id":"2-155170","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155536":{"id":"2-155536","available":29,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155548":{"id":"2-155548","available":0,"dates":[]},"2-155653":{"id":"2-155653","available":25,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155665":{"id":"2-155665","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150829":{"id":"4-150829","available":0,"dates":[]},"4-150835":{"id":"4-150835","available":228,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154813":{"id":"4-154813","available":67,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154816":{"id":"4-154816","available":39,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155159":{"id":"4-155159","available":46,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155171":{"id":"4-155171","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155537":{"id":"4-155537","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155654":{"id":"4-155654","available":55,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155666":{"id":"4-155666","available":33,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150722":{"id":"41-150722","available":0,"dates":[]},"41-150730":{"id":"41-150730","available":34,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-154837":{"id":"41-154837","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155342":{"id":"41-155342","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155687":{"id":"41-155687","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154778":{"id":"51-154778","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155313":{"id":"51-155313","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155614":{"id":"51-155614","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150705":{"id":"58-150705","available":0,"dates":[]},"58-150708":{"id":"58-150708","available":0,"dates":[]},"58-154772":{"id":"58-154772","available":58,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155044":{"id":"58-155044","available":0,"dates":[]},"58-155138":{"id":"58-155138","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155645":{"id":"58-155645","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150712":{"id":"65-150712","available":0,"dates":[]},"65-150717":{"id":"65-150717","available":9,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-154833":{"id":"65-154833","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155337":{"id":"65-155337","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155681":{"id":"65-155681","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150914":{"id":"9-150914","available":0,"dates":[]},"9-150920":{"id":"9-150920","available":0,"dates":[]},"9-154920":{"id":"9-154920","available":12,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155269":{"id":"9-155269","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155871":{"id":"9-155871","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-firecracker" title="View Double the Firecracker" data-product-card-title><h3 style="font-size: 1em;">Double the Firecracker</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$133 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$148</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">1458 reviews with an average of 4.9 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.9" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="1458" aria-hidden="true" style=" font-size: 12px;">(1458)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Firecracker in Single" data-swatch-item="the-firecracker" href="https://urbanstems.com/products/the-firecracker" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Firecracker in Double" data-swatch-item="double-the-firecracker" data-image-loaded href="https://urbanstems.com/products/double-the-firecracker" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Firecracker in Triple" data-swatch-item="triple-the-firecracker" href="https://urbanstems.com/products/triple-the-firecracker" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="double-the-firecracker" type="application/json">{"the-firecracker":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Wirecutter_Badge_150px.png?v=1738704266" }, "handle": "the-firecracker", "priceAmount": 7400, "price": "$74 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-firecracker", "variantName": null, "title": "The Firecracker", "images": [ { "alt": "The Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=700 700w" }, { "alt": "The Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=700 700w" } ], "variants": [{"id":45510413385976,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00025","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Firecracker - Single","public_title":"Single","options":["Single","Default Title"],"price":7400,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4888887544,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4891050232,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4891934968,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4892623096,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4893409528,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4888920312,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4891083000,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4891967736,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4892655864,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4893442296,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4888953080,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4891115768,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4892000504,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4892688632,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4893475064,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4983390456,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4983423224,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4983980280,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4984013048,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146736":{"id":"1-146736","available":42,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146752":{"id":"1-146752","available":22,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146861":{"id":"1-146861","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147251":{"id":"1-147251","available":0,"dates":[]},"1-147267":{"id":"1-147267","available":0,"dates":[]},"1-147772":{"id":"1-147772","available":0,"dates":[]},"1-147785":{"id":"1-147785","available":-1,"dates":[]},"1-148202":{"id":"1-148202","available":0,"dates":[]},"1-148215":{"id":"1-148215","available":0,"dates":[]},"1-148596":{"id":"1-148596","available":0,"dates":[]},"1-148608":{"id":"1-148608","available":0,"dates":[]},"1-148881":{"id":"1-148881","available":0,"dates":[]},"1-148899":{"id":"1-148899","available":0,"dates":[]},"1-149793":{"id":"1-149793","available":63,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149799":{"id":"1-149799","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150355":{"id":"1-150355","available":63,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150361":{"id":"1-150361","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150827":{"id":"1-150827","available":0,"dates":[]},"1-150833":{"id":"1-150833","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151166":{"id":"1-151166","available":12,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151181":{"id":"1-151181","available":13,"dates":["2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19"]},"1-151577":{"id":"1-151577","available":13,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151592":{"id":"1-151592","available":0,"dates":[]},"1-152069":{"id":"1-152069","available":12,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152574":{"id":"1-152574","available":0,"dates":[]},"1-152805":{"id":"1-152805","available":0,"dates":[]},"1-152962":{"id":"1-152962","available":0,"dates":[]},"1-153090":{"id":"1-153090","available":0,"dates":[]},"1-153102":{"id":"1-153102","available":9,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153392":{"id":"1-153392","available":0,"dates":[]},"1-153404":{"id":"1-153404","available":0,"dates":[]},"1-153724":{"id":"1-153724","available":0,"dates":[]},"1-153790":{"id":"1-153790","available":0,"dates":[]},"1-154305":{"id":"1-154305","available":0,"dates":[]},"1-154308":{"id":"1-154308","available":3,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154811":{"id":"1-154811","available":15,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154814":{"id":"1-154814","available":11,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155157":{"id":"1-155157","available":28,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155169":{"id":"1-155169","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155535":{"id":"1-155535","available":55,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155547":{"id":"1-155547","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155652":{"id":"1-155652","available":22,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155664":{"id":"1-155664","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-2024-10-05":{"id":"1-2024-10-05","available":1,"dates":["2024-10-05"]},"1-2024-10-06":{"id":"1-2024-10-06","available":32,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"1-2024-10-09":{"id":"1-2024-10-09","available":49,"dates":["2024-10-09","2024-10-10"]},"1-2024-10-11":{"id":"1-2024-10-11","available":48,"dates":["2024-10-11","2024-10-12"]},"1-2024-10-13":{"id":"1-2024-10-13","available":11,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"1-2024-10-16":{"id":"1-2024-10-16","available":38,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"1-2024-10-18":{"id":"1-2024-10-18","available":53,"dates":["2024-10-18","2024-10-19"]},"1-2024-10-20":{"id":"1-2024-10-20","available":89,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"1-2024-10-23":{"id":"1-2024-10-23","available":112,"dates":["2024-10-23","2024-10-24"]},"1-2024-10-25":{"id":"1-2024-10-25","available":85,"dates":["2024-10-25","2024-10-26"]},"1-2024-10-27":{"id":"1-2024-10-27","available":124,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"1-2024-10-30":{"id":"1-2024-10-30","available":95,"dates":["2024-10-30","2024-10-31"]},"1-2024-11-01":{"id":"1-2024-11-01","available":61,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-2024-11-06":{"id":"1-2024-11-06","available":22,"dates":["2024-11-06","2024-11-07"]},"1-FLRL-B-00025-1-144723":{"id":"1-FLRL-B-00025-1-144723","available":5,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-00025-1-145439":{"id":"1-FLRL-B-00025-1-145439","available":3,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"1-FLRL-B-00025-1-146073":{"id":"1-FLRL-B-00025-1-146073","available":9,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"1-FLRL-B-00025-1-146661":{"id":"1-FLRL-B-00025-1-146661","available":"8","dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"10-146836":{"id":"10-146836","available":60,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147353":{"id":"10-147353","available":0,"dates":[]},"10-147873":{"id":"10-147873","available":0,"dates":[]},"10-148309":{"id":"10-148309","available":0,"dates":[]},"10-148699":{"id":"10-148699","available":0,"dates":[]},"10-149012":{"id":"10-149012","available":0,"dates":[]},"10-149805":{"id":"10-149805","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149807":{"id":"10-149807","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150367":{"id":"10-150367","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150369":{"id":"10-150369","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150651":{"id":"10-150651","available":0,"dates":[]},"10-150653":{"id":"10-150653","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151294":{"id":"10-151294","available":0,"dates":[]},"10-151698":{"id":"10-151698","available":0,"dates":[]},"10-152151":{"id":"10-152151","available":0,"dates":[]},"10-152610":{"id":"10-152610","available":0,"dates":[]},"10-152862":{"id":"10-152862","available":0,"dates":[]},"10-153161":{"id":"10-153161","available":0,"dates":[]},"10-153458":{"id":"10-153458","available":0,"dates":[]},"10-153938":{"id":"10-153938","available":0,"dates":[]},"10-154397":{"id":"10-154397","available":0,"dates":[]},"10-154893":{"id":"10-154893","available":79,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155245":{"id":"10-155245","available":63,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155765":{"id":"10-155765","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-2024-10-03":{"id":"10-2024-10-03","available":16,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"10-2024-10-05":{"id":"10-2024-10-05","available":4,"dates":["2024-10-05","2024-10-06"]},"10-2024-10-07":{"id":"10-2024-10-07","available":47,"dates":["2024-10-07","2024-10-08"]},"10-2024-10-09":{"id":"10-2024-10-09","available":43,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"10-2024-10-14":{"id":"10-2024-10-14","available":41,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"10-2024-10-16":{"id":"10-2024-10-16","available":51,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"10-2024-10-21":{"id":"10-2024-10-21","available":95,"dates":["2024-10-21","2024-10-22"]},"10-2024-10-23":{"id":"10-2024-10-23","available":54,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"10-2024-10-28":{"id":"10-2024-10-28","available":111,"dates":["2024-10-28","2024-10-29"]},"10-2024-10-30":{"id":"10-2024-10-30","available":57,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-FLRL-B-00025-10-144824":{"id":"10-FLRL-B-00025-10-144824","available":5,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-00025-10-146160":{"id":"10-FLRL-B-00025-10-146160","available":15,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146717":{"id":"11-146717","available":102,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147232":{"id":"11-147232","available":0,"dates":[]},"11-147753":{"id":"11-147753","available":0,"dates":[]},"11-148182":{"id":"11-148182","available":0,"dates":[]},"11-148577":{"id":"11-148577","available":0,"dates":[]},"11-149072":{"id":"11-149072","available":-2,"dates":[]},"11-149813":{"id":"11-149813","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149815":{"id":"11-149815","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150371":{"id":"11-150371","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150373":{"id":"11-150373","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150940":{"id":"11-150940","available":0,"dates":[]},"11-150944":{"id":"11-150944","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151364":{"id":"11-151364","available":0,"dates":[]},"11-151755":{"id":"11-151755","available":0,"dates":[]},"11-152211":{"id":"11-152211","available":0,"dates":[]},"11-152643":{"id":"11-152643","available":0,"dates":[]},"11-152909":{"id":"11-152909","available":0,"dates":[]},"11-153212":{"id":"11-153212","available":0,"dates":[]},"11-153508":{"id":"11-153508","available":0,"dates":[]},"11-153914":{"id":"11-153914","available":0,"dates":[]},"11-154269":{"id":"11-154269","available":0,"dates":[]},"11-154798":{"id":"11-154798","available":81,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155145":{"id":"11-155145","available":64,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155803":{"id":"11-155803","available":82,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-2024-10-03":{"id":"11-2024-10-03","available":16,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"11-2024-10-07":{"id":"11-2024-10-07","available":73,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-09":{"id":"11-2024-10-09","available":80,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-14":{"id":"11-2024-10-14","available":41,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"11-2024-10-16":{"id":"11-2024-10-16","available":64,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"11-2024-10-21":{"id":"11-2024-10-21","available":132,"dates":["2024-10-21","2024-10-22"]},"11-2024-10-23":{"id":"11-2024-10-23","available":91,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-2024-10-28":{"id":"11-2024-10-28","available":188,"dates":["2024-10-28","2024-10-29"]},"11-2024-10-30":{"id":"11-2024-10-30","available":97,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-FLRL-B-00025-11-144687":{"id":"11-FLRL-B-00025-11-144687","available":18,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-00025-11-145618":{"id":"11-FLRL-B-00025-11-145618","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"11-FLRL-B-00025-11-146034":{"id":"11-FLRL-B-00025-11-146034","available":12,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146737":{"id":"2-146737","available":57,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146753":{"id":"2-146753","available":42,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146862":{"id":"2-146862","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147252":{"id":"2-147252","available":0,"dates":[]},"2-147268":{"id":"2-147268","available":0,"dates":[]},"2-147773":{"id":"2-147773","available":0,"dates":[]},"2-147786":{"id":"2-147786","available":0,"dates":[]},"2-148203":{"id":"2-148203","available":0,"dates":[]},"2-148216":{"id":"2-148216","available":0,"dates":[]},"2-148597":{"id":"2-148597","available":0,"dates":[]},"2-148609":{"id":"2-148609","available":0,"dates":[]},"2-148882":{"id":"2-148882","available":0,"dates":[]},"2-148900":{"id":"2-148900","available":0,"dates":[]},"2-149794":{"id":"2-149794","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149800":{"id":"2-149800","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150356":{"id":"2-150356","available":81,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150362":{"id":"2-150362","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150828":{"id":"2-150828","available":0,"dates":[]},"2-150834":{"id":"2-150834","available":0,"dates":[]},"2-151167":{"id":"2-151167","available":0,"dates":[]},"2-151182":{"id":"2-151182","available":-4,"dates":[]},"2-151578":{"id":"2-151578","available":-2,"dates":[]},"2-151593":{"id":"2-151593","available":0,"dates":[]},"2-152070":{"id":"2-152070","available":0,"dates":[]},"2-152575":{"id":"2-152575","available":0,"dates":[]},"2-152806":{"id":"2-152806","available":0,"dates":[]},"2-152814":{"id":"2-152814","available":8,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152963":{"id":"2-152963","available":0,"dates":[]},"2-153091":{"id":"2-153091","available":0,"dates":[]},"2-153103":{"id":"2-153103","available":0,"dates":[]},"2-153393":{"id":"2-153393","available":0,"dates":[]},"2-153405":{"id":"2-153405","available":0,"dates":[]},"2-153725":{"id":"2-153725","available":0,"dates":[]},"2-153791":{"id":"2-153791","available":0,"dates":[]},"2-154306":{"id":"2-154306","available":0,"dates":[]},"2-154309":{"id":"2-154309","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154812":{"id":"2-154812","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154815":{"id":"2-154815","available":18,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155158":{"id":"2-155158","available":49,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155170":{"id":"2-155170","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155536":{"id":"2-155536","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155548":{"id":"2-155548","available":0,"dates":[]},"2-155653":{"id":"2-155653","available":50,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155665":{"id":"2-155665","available":36,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-2024-10-06":{"id":"2-2024-10-06","available":42,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"2-2024-10-09":{"id":"2-2024-10-09","available":76,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12"]},"2-2024-10-13":{"id":"2-2024-10-13","available":31,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"2-2024-10-16":{"id":"2-2024-10-16","available":69,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"2-2024-10-18":{"id":"2-2024-10-18","available":89,"dates":["2024-10-18","2024-10-19"]},"2-2024-10-20":{"id":"2-2024-10-20","available":137,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"2-2024-10-23":{"id":"2-2024-10-23","available":141,"dates":["2024-10-23","2024-10-24"]},"2-2024-10-25":{"id":"2-2024-10-25","available":103,"dates":["2024-10-25","2024-10-26"]},"2-2024-10-27":{"id":"2-2024-10-27","available":160,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"2-2024-10-30":{"id":"2-2024-10-30","available":131,"dates":["2024-10-30","2024-10-31"]},"2-2024-11-01":{"id":"2-2024-11-01","available":96,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-2024-11-06":{"id":"2-2024-11-06","available":39,"dates":["2024-11-06","2024-11-07"]},"2-FLRL-B-00025-2-144724":{"id":"2-FLRL-B-00025-2-144724","available":7,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-00025-2-145440":{"id":"2-FLRL-B-00025-2-145440","available":5,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"2-FLRL-B-00025-2-145637":{"id":"2-FLRL-B-00025-2-145637","available":"1","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"2-FLRL-B-00025-2-146074":{"id":"2-FLRL-B-00025-2-146074","available":8,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"2-FLRL-B-00025-2-146662":{"id":"2-FLRL-B-00025-2-146662","available":"15","dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"30-146830":{"id":"30-146830","available":108,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147347":{"id":"30-147347","available":0,"dates":[]},"30-147866":{"id":"30-147866","available":0,"dates":[]},"30-148301":{"id":"30-148301","available":0,"dates":[]},"30-148688":{"id":"30-148688","available":0,"dates":[]},"30-2024-10-07":{"id":"30-2024-10-07","available":52,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"30-2024-10-14":{"id":"30-2024-10-14","available":193,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"30-2024-10-16":{"id":"30-2024-10-16","available":210,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"30-2024-10-21":{"id":"30-2024-10-21","available":295,"dates":["2024-10-21","2024-10-22"]},"30-2024-10-23":{"id":"30-2024-10-23","available":102,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"30-2024-10-28":{"id":"30-2024-10-28","available":203,"dates":["2024-10-28","2024-10-29"]},"30-2024-10-30":{"id":"30-2024-10-30","available":101,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-FLRL-B-00025-30-145442":{"id":"30-FLRL-B-00025-30-145442","available":51,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-00025-30-146664":{"id":"30-FLRL-B-00025-30-146664","available":95,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"30-FLRL-B-00025-4-000012":{"id":"30-FLRL-B-00025-4-000012","available":8,"dates":[]},"4-000011":{"id":"4-000011","available":0,"dates":["2024-10-01","2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000012":{"id":"4-000012","available":0,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21"]},"4-000013":{"id":"4-000013","available":0,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04"]},"4-000014":{"id":"4-000014","available":0,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000015":{"id":"4-000015","available":0,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-146738":{"id":"4-146738","available":102,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146754":{"id":"4-146754","available":66,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146863":{"id":"4-146863","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147253":{"id":"4-147253","available":0,"dates":[]},"4-147269":{"id":"4-147269","available":0,"dates":[]},"4-147774":{"id":"4-147774","available":0,"dates":[]},"4-147787":{"id":"4-147787","available":-4,"dates":[]},"4-148204":{"id":"4-148204","available":0,"dates":[]},"4-148217":{"id":"4-148217","available":0,"dates":[]},"4-148598":{"id":"4-148598","available":-2,"dates":[]},"4-148610":{"id":"4-148610","available":0,"dates":[]},"4-148883":{"id":"4-148883","available":0,"dates":[]},"4-148901":{"id":"4-148901","available":-2,"dates":[]},"4-149795":{"id":"4-149795","available":468,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149801":{"id":"4-149801","available":576,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150357":{"id":"4-150357","available":468,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150363":{"id":"4-150363","available":576,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150829":{"id":"4-150829","available":0,"dates":[]},"4-150835":{"id":"4-150835","available":456,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151168":{"id":"4-151168","available":0,"dates":[]},"4-151183":{"id":"4-151183","available":0,"dates":[]},"4-151579":{"id":"4-151579","available":0,"dates":[]},"4-151594":{"id":"4-151594","available":0,"dates":[]},"4-151952":{"id":"4-151952","available":0,"dates":[]},"4-151958":{"id":"4-151958","available":24,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152071":{"id":"4-152071","available":0,"dates":[]},"4-152576":{"id":"4-152576","available":0,"dates":[]},"4-152807":{"id":"4-152807","available":0,"dates":[]},"4-152964":{"id":"4-152964","available":0,"dates":[]},"4-153092":{"id":"4-153092","available":0,"dates":[]},"4-153104":{"id":"4-153104","available":0,"dates":[]},"4-153394":{"id":"4-153394","available":0,"dates":[]},"4-153406":{"id":"4-153406","available":-2,"dates":[]},"4-153726":{"id":"4-153726","available":-2,"dates":[]},"4-153792":{"id":"4-153792","available":-11,"dates":[]},"4-154307":{"id":"4-154307","available":0,"dates":[]},"4-154310":{"id":"4-154310","available":0,"dates":[]},"4-154813":{"id":"4-154813","available":135,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154816":{"id":"4-154816","available":78,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155037":{"id":"4-155037","available":0,"dates":[]},"4-155159":{"id":"4-155159","available":93,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155171":{"id":"4-155171","available":48,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155537":{"id":"4-155537","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155654":{"id":"4-155654","available":111,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155666":{"id":"4-155666","available":66,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-2024-10-03":{"id":"4-2024-10-03","available":47,"dates":["2024-10-03","2024-10-04","2024-10-05"]},"4-2024-10-05":{"id":"4-2024-10-05","available":1,"dates":["2024-10-05"]},"4-2024-10-06":{"id":"4-2024-10-06","available":76,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"4-2024-10-09":{"id":"4-2024-10-09","available":110,"dates":["2024-10-09","2024-10-10"]},"4-2024-10-11":{"id":"4-2024-10-11","available":109,"dates":["2024-10-11","2024-10-12"]},"4-2024-10-13":{"id":"4-2024-10-13","available":118,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"4-2024-10-16":{"id":"4-2024-10-16","available":32,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"4-2024-10-18":{"id":"4-2024-10-18","available":45,"dates":["2024-10-18","2024-10-19"]},"4-2024-10-20":{"id":"4-2024-10-20","available":126,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"4-2024-10-23":{"id":"4-2024-10-23","available":181,"dates":["2024-10-23","2024-10-24"]},"4-2024-10-25":{"id":"4-2024-10-25","available":149,"dates":["2024-10-25","2024-10-26"]},"4-2024-10-27":{"id":"4-2024-10-27","available":245,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"4-2024-10-30":{"id":"4-2024-10-30","available":212,"dates":["2024-10-30","2024-10-31"]},"4-2024-11-01":{"id":"4-2024-11-01","available":157,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-2024-11-06":{"id":"4-2024-11-06","available":61,"dates":["2024-11-06","2024-11-07"]},"4-FLRL-B-00025-4-000013":{"id":"4-FLRL-B-00025-4-000013","available":7,"dates":[]},"4-FLRL-B-00025-4-144725":{"id":"4-FLRL-B-00025-4-144725","available":6,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-00025-4-145638":{"id":"4-FLRL-B-00025-4-145638","available":"4","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"4-FLRL-B-00025-4-145655":{"id":"4-FLRL-B-00025-4-145655","available":1,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-B-00025-4-146075":{"id":"4-FLRL-B-00025-4-146075","available":14,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146867":{"id":"41-146867","available":74,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147380":{"id":"41-147380","available":0,"dates":[]},"41-147807":{"id":"41-147807","available":0,"dates":[]},"41-148237":{"id":"41-148237","available":0,"dates":[]},"41-148629":{"id":"41-148629","available":0,"dates":[]},"41-148851":{"id":"41-148851","available":0,"dates":[]},"41-149817":{"id":"41-149817","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149819":{"id":"41-149819","available":156,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150250":{"id":"41-150250","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150258":{"id":"41-150258","available":156,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150722":{"id":"41-150722","available":0,"dates":[]},"41-150730":{"id":"41-150730","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-151136":{"id":"41-151136","available":0,"dates":[]},"41-151547":{"id":"41-151547","available":48,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"41-152042":{"id":"41-152042","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"41-152549":{"id":"41-152549","available":0,"dates":[]},"41-152780":{"id":"41-152780","available":0,"dates":[]},"41-153064":{"id":"41-153064","available":0,"dates":[]},"41-153366":{"id":"41-153366","available":0,"dates":[]},"41-153887":{"id":"41-153887","available":0,"dates":[]},"41-154333":{"id":"41-154333","available":0,"dates":[]},"41-154837":{"id":"41-154837","available":96,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155342":{"id":"41-155342","available":66,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155687":{"id":"41-155687","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-2024-10-03":{"id":"41-2024-10-03","available":26,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"41-2024-10-07":{"id":"41-2024-10-07","available":69,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-09":{"id":"41-2024-10-09","available":71,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-14":{"id":"41-2024-10-14","available":49,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"41-2024-10-16":{"id":"41-2024-10-16","available":62,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"41-2024-10-21":{"id":"41-2024-10-21","available":118,"dates":["2024-10-21","2024-10-22"]},"41-2024-10-23":{"id":"41-2024-10-23","available":69,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"41-2024-10-28":{"id":"41-2024-10-28","available":142,"dates":["2024-10-28","2024-10-29"]},"41-2024-10-30":{"id":"41-2024-10-30","available":73,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-FLRL-B-00025-41-144851":{"id":"41-FLRL-B-00025-41-144851","available":34,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-00025-41-146189":{"id":"41-FLRL-B-00025-41-146189","available":11,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146783":{"id":"42-146783","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147298":{"id":"42-147298","available":0,"dates":[]},"42-147816":{"id":"42-147816","available":0,"dates":[]},"42-148247":{"id":"42-148247","available":0,"dates":[]},"42-148639":{"id":"42-148639","available":0,"dates":[]},"42-2024-10-03":{"id":"42-2024-10-03","available":5,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"42-2024-10-07":{"id":"42-2024-10-07","available":24,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"42-2024-10-09":{"id":"42-2024-10-09","available":28,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"42-2024-10-12":{"id":"42-2024-10-12","available":23,"dates":["2024-10-12","2024-10-13"]},"42-2024-10-14":{"id":"42-2024-10-14","available":42,"dates":["2024-10-14","2024-10-15"]},"42-2024-10-16":{"id":"42-2024-10-16","available":19,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"42-2024-10-21":{"id":"42-2024-10-21","available":47,"dates":["2024-10-21","2024-10-22"]},"42-2024-10-23":{"id":"42-2024-10-23","available":28,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"42-2024-10-28":{"id":"42-2024-10-28","available":56,"dates":["2024-10-28","2024-10-29"]},"42-2024-10-30":{"id":"42-2024-10-30","available":28,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-FLRL-B-00025-42-144763":{"id":"42-FLRL-B-00025-42-144763","available":11,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"42-FLRL-B-00025-42-145684":{"id":"42-FLRL-B-00025-42-145684","available":"19","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"42-FLRL-B-00025-42-146104":{"id":"42-FLRL-B-00025-42-146104","available":30,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148866":{"id":"51-148866","available":-2,"dates":[]},"51-149546":{"id":"51-149546","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150134":{"id":"51-150134","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150618":{"id":"51-150618","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150996":{"id":"51-150996","available":-54,"dates":[]},"51-151151":{"id":"51-151151","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151562":{"id":"51-151562","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-151965":{"id":"51-151965","available":20,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152053":{"id":"51-152053","available":9,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152559":{"id":"51-152559","available":2,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152790":{"id":"51-152790","available":2,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153075":{"id":"51-153075","available":0,"dates":[]},"51-153594":{"id":"51-153594","available":0,"dates":[]},"51-153704":{"id":"51-153704","available":0,"dates":[]},"51-154257":{"id":"51-154257","available":0,"dates":[]},"51-154778":{"id":"51-154778","available":45,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155313":{"id":"51-155313","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155614":{"id":"51-155614","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-146327":{"id":"52-146327","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146528":{"id":"52-146528","available":20,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146781":{"id":"52-146781","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147296":{"id":"52-147296","available":19,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147814":{"id":"52-147814","available":20,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148244":{"id":"52-148244","available":2,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148440":{"id":"52-148440","available":10,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148636":{"id":"52-148636","available":0,"dates":[]},"52-151983":{"id":"52-151983","available":3,"dates":["2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"52-2024-10-05":{"id":"52-2024-10-05","available":2,"dates":["2024-10-05","2024-10-06"]},"52-2024-10-07":{"id":"52-2024-10-07","available":18,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11"]},"52-2024-10-12":{"id":"52-2024-10-12","available":2,"dates":["2024-10-12","2024-10-13"]},"52-2024-10-14":{"id":"52-2024-10-14","available":19,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18"]},"52-2024-10-19":{"id":"52-2024-10-19","available":17,"dates":["2024-10-19","2024-10-20"]},"52-2024-10-21":{"id":"52-2024-10-21","available":24,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-2024-10-28":{"id":"52-2024-10-28","available":33,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-FLRL-B-00025-52-146327":{"id":"52-FLRL-B-00025-52-146327","available":0,"dates":[]},"52-FLRL-B-00025-52-146528":{"id":"52-FLRL-B-00025-52-146528","available":20,"dates":[]},"58-146869":{"id":"58-146869","available":139,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147382":{"id":"58-147382","available":0,"dates":[]},"58-147908":{"id":"58-147908","available":0,"dates":[]},"58-148343":{"id":"58-148343","available":0,"dates":[]},"58-148735":{"id":"58-148735","available":0,"dates":[]},"58-148949":{"id":"58-148949","available":2,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"58-149667":{"id":"58-149667","available":210,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149671":{"id":"58-149671","available":264,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150227":{"id":"58-150227","available":210,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150231":{"id":"58-150231","available":264,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150705":{"id":"58-150705","available":0,"dates":[]},"58-150708":{"id":"58-150708","available":0,"dates":[]},"58-151230":{"id":"58-151230","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151637":{"id":"58-151637","available":2,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-151959":{"id":"58-151959","available":0,"dates":[]},"58-152109":{"id":"58-152109","available":0,"dates":[]},"58-152589":{"id":"58-152589","available":0,"dates":[]},"58-152833":{"id":"58-152833","available":0,"dates":[]},"58-153129":{"id":"58-153129","available":0,"dates":[]},"58-153431":{"id":"58-153431","available":0,"dates":[]},"58-154067":{"id":"58-154067","available":0,"dates":[]},"58-154240":{"id":"58-154240","available":0,"dates":[]},"58-154249":{"id":"58-154249","available":0,"dates":[]},"58-154772":{"id":"58-154772","available":117,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155044":{"id":"58-155044","available":0,"dates":[]},"58-155138":{"id":"58-155138","available":100,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155645":{"id":"58-155645","available":116,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-2024-10-03":{"id":"58-2024-10-03","available":10,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"58-2024-10-07":{"id":"58-2024-10-07","available":96,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-09":{"id":"58-2024-10-09","available":109,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-14":{"id":"58-2024-10-14","available":96,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"58-2024-10-16":{"id":"58-2024-10-16","available":122,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"58-2024-10-21":{"id":"58-2024-10-21","available":225,"dates":["2024-10-21","2024-10-22"]},"58-2024-10-23":{"id":"58-2024-10-23","available":129,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-2024-10-28":{"id":"58-2024-10-28","available":263,"dates":["2024-10-28","2024-10-29"]},"58-2024-10-30":{"id":"58-2024-10-30","available":134,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-FLRL-B-00025-4-000011":{"id":"58-FLRL-B-00025-4-000011","available":15,"dates":[]},"58-FLRL-B-00025-58-144854":{"id":"58-FLRL-B-00025-58-144854","available":14,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-00025-58-146191":{"id":"58-FLRL-B-00025-58-146191","available":22,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148954":{"id":"65-148954","available":0,"dates":[]},"65-149809":{"id":"65-149809","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149811":{"id":"65-149811","available":114,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150240":{"id":"65-150240","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150245":{"id":"65-150245","available":114,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150712":{"id":"65-150712","available":0,"dates":[]},"65-150717":{"id":"65-150717","available":19,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151235":{"id":"65-151235","available":-1,"dates":[]},"65-151642":{"id":"65-151642","available":45,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152114":{"id":"65-152114","available":11,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152400":{"id":"65-152400","available":0,"dates":[]},"65-152837":{"id":"65-152837","available":0,"dates":[]},"65-153133":{"id":"65-153133","available":0,"dates":[]},"65-153435":{"id":"65-153435","available":36,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153609":{"id":"65-153609","available":0,"dates":[]},"65-153894":{"id":"65-153894","available":0,"dates":[]},"65-154329":{"id":"65-154329","available":0,"dates":[]},"65-154833":{"id":"65-154833","available":52,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155337":{"id":"65-155337","available":35,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155681":{"id":"65-155681","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149051":{"id":"9-149051","available":0,"dates":[]},"9-149829":{"id":"9-149829","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149831":{"id":"9-149831","available":48,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150406":{"id":"9-150406","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150412":{"id":"9-150412","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150914":{"id":"9-150914","available":0,"dates":[]},"9-150920":{"id":"9-150920","available":0,"dates":[]},"9-151336":{"id":"9-151336","available":0,"dates":[]},"9-151845":{"id":"9-151845","available":0,"dates":[]},"9-152192":{"id":"9-152192","available":0,"dates":[]},"9-152638":{"id":"9-152638","available":1,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07"]},"9-152893":{"id":"9-152893","available":0,"dates":[]},"9-153193":{"id":"9-153193","available":0,"dates":[]},"9-153634":{"id":"9-153634","available":0,"dates":[]},"9-153875":{"id":"9-153875","available":0,"dates":[]},"9-154439":{"id":"9-154439","available":0,"dates":[]},"9-154920":{"id":"9-154920","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155269":{"id":"9-155269","available":28,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155871":{"id":"9-155871","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-155044","58-150705","58-150708","58-154772","58-155138","58-155645"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154778","51-155313","51-155614"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150829","4-150835","4-154813","4-154816","4-155159","4-155171","4-155537","4-155654","4-155666"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150722","41-150730","41-154837","41-155342","41-155687"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150828","2-150834","2-154812","2-154815","2-155158","2-155170","2-155536","2-155653","2-155665","2-155548"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150651","10-150653","10-154893","10-155245","10-155765"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150940","11-150944","11-154798","11-155145","11-155803"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150914","9-150920","9-154920","9-155269","9-155871"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150827","1-150833","1-154811","1-154814","1-155157","1-155169","1-155535","1-155652","1-155664","1-155547"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150712","65-150717","65-154833","65-155337","65-155681"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-firecracker":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-firecracker", "priceAmount": 13300, "price": "$133 ", "priceCompareAtAmount": 14800, "priceCompareAt": "$148 ", "url": "https://urbanstems.com/products/double-the-firecracker", "variantName": null, "title": "Double the Firecracker", "images": [ { "alt": "Double the Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=700 700w" }, { "alt": "Double the Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=700 700w" } ], "variants": [{"id":45510436782328,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00025","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Firecracker - Double","public_title":"Double","options":["Double","Default Title"],"price":13300,"weight":0,"compare_at_price":14800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4983455992,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4983488760,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4984045816,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4984078584,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146736":{"id":"1-146736","available":21,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146752":{"id":"1-146752","available":11,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146861":{"id":"1-146861","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147251":{"id":"1-147251","available":0,"dates":[]},"1-147267":{"id":"1-147267","available":0,"dates":[]},"1-147772":{"id":"1-147772","available":0,"dates":[]},"1-147785":{"id":"1-147785","available":-1,"dates":[]},"1-148202":{"id":"1-148202","available":0,"dates":[]},"1-148215":{"id":"1-148215","available":0,"dates":[]},"1-148596":{"id":"1-148596","available":0,"dates":[]},"1-148608":{"id":"1-148608","available":0,"dates":[]},"1-148881":{"id":"1-148881","available":0,"dates":[]},"1-148899":{"id":"1-148899","available":0,"dates":[]},"1-149793":{"id":"1-149793","available":31,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149799":{"id":"1-149799","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150355":{"id":"1-150355","available":31,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150361":{"id":"1-150361","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150827":{"id":"1-150827","available":0,"dates":[]},"1-150833":{"id":"1-150833","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151166":{"id":"1-151166","available":6,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151181":{"id":"1-151181","available":6,"dates":["2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19"]},"1-151577":{"id":"1-151577","available":6,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151592":{"id":"1-151592","available":0,"dates":[]},"1-152069":{"id":"1-152069","available":6,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152574":{"id":"1-152574","available":0,"dates":[]},"1-152805":{"id":"1-152805","available":0,"dates":[]},"1-152962":{"id":"1-152962","available":0,"dates":[]},"1-153090":{"id":"1-153090","available":0,"dates":[]},"1-153102":{"id":"1-153102","available":4,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153392":{"id":"1-153392","available":0,"dates":[]},"1-153404":{"id":"1-153404","available":0,"dates":[]},"1-153724":{"id":"1-153724","available":0,"dates":[]},"1-153790":{"id":"1-153790","available":0,"dates":[]},"1-154305":{"id":"1-154305","available":0,"dates":[]},"1-154308":{"id":"1-154308","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154811":{"id":"1-154811","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154814":{"id":"1-154814","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155157":{"id":"1-155157","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155169":{"id":"1-155169","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155535":{"id":"1-155535","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155547":{"id":"1-155547","available":8,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155652":{"id":"1-155652","available":11,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155664":{"id":"1-155664","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-D-00025-1-146073":{"id":"1-FLRL-D-00025-1-146073","available":4,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146836":{"id":"10-146836","available":30,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147353":{"id":"10-147353","available":0,"dates":[]},"10-147873":{"id":"10-147873","available":0,"dates":[]},"10-148309":{"id":"10-148309","available":0,"dates":[]},"10-148699":{"id":"10-148699","available":0,"dates":[]},"10-149012":{"id":"10-149012","available":0,"dates":[]},"10-149805":{"id":"10-149805","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149807":{"id":"10-149807","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150367":{"id":"10-150367","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150369":{"id":"10-150369","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150651":{"id":"10-150651","available":0,"dates":[]},"10-150653":{"id":"10-150653","available":8,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151294":{"id":"10-151294","available":0,"dates":[]},"10-151698":{"id":"10-151698","available":0,"dates":[]},"10-152151":{"id":"10-152151","available":0,"dates":[]},"10-152610":{"id":"10-152610","available":0,"dates":[]},"10-152862":{"id":"10-152862","available":0,"dates":[]},"10-153161":{"id":"10-153161","available":0,"dates":[]},"10-153458":{"id":"10-153458","available":0,"dates":[]},"10-153938":{"id":"10-153938","available":0,"dates":[]},"10-154397":{"id":"10-154397","available":0,"dates":[]},"10-154893":{"id":"10-154893","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155245":{"id":"10-155245","available":31,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155765":{"id":"10-155765","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-D-00025-10-146160":{"id":"10-FLRL-D-00025-10-146160","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146717":{"id":"11-146717","available":51,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147232":{"id":"11-147232","available":0,"dates":[]},"11-147753":{"id":"11-147753","available":0,"dates":[]},"11-148182":{"id":"11-148182","available":0,"dates":[]},"11-148577":{"id":"11-148577","available":0,"dates":[]},"11-149072":{"id":"11-149072","available":-1,"dates":[]},"11-149813":{"id":"11-149813","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149815":{"id":"11-149815","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150371":{"id":"11-150371","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150373":{"id":"11-150373","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150940":{"id":"11-150940","available":0,"dates":[]},"11-150944":{"id":"11-150944","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151364":{"id":"11-151364","available":0,"dates":[]},"11-151755":{"id":"11-151755","available":0,"dates":[]},"11-152211":{"id":"11-152211","available":0,"dates":[]},"11-152643":{"id":"11-152643","available":0,"dates":[]},"11-152909":{"id":"11-152909","available":0,"dates":[]},"11-153212":{"id":"11-153212","available":0,"dates":[]},"11-153508":{"id":"11-153508","available":0,"dates":[]},"11-153914":{"id":"11-153914","available":0,"dates":[]},"11-154269":{"id":"11-154269","available":0,"dates":[]},"11-154798":{"id":"11-154798","available":40,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155145":{"id":"11-155145","available":32,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155803":{"id":"11-155803","available":41,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-D-00025-11-146034":{"id":"11-FLRL-D-00025-11-146034","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146737":{"id":"2-146737","available":28,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146753":{"id":"2-146753","available":21,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146862":{"id":"2-146862","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147252":{"id":"2-147252","available":0,"dates":[]},"2-147268":{"id":"2-147268","available":0,"dates":[]},"2-147773":{"id":"2-147773","available":0,"dates":[]},"2-147786":{"id":"2-147786","available":0,"dates":[]},"2-148203":{"id":"2-148203","available":0,"dates":[]},"2-148216":{"id":"2-148216","available":0,"dates":[]},"2-148597":{"id":"2-148597","available":0,"dates":[]},"2-148609":{"id":"2-148609","available":0,"dates":[]},"2-148882":{"id":"2-148882","available":0,"dates":[]},"2-148900":{"id":"2-148900","available":0,"dates":[]},"2-149794":{"id":"2-149794","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149800":{"id":"2-149800","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150356":{"id":"2-150356","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150362":{"id":"2-150362","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150828":{"id":"2-150828","available":0,"dates":[]},"2-150834":{"id":"2-150834","available":0,"dates":[]},"2-151167":{"id":"2-151167","available":0,"dates":[]},"2-151182":{"id":"2-151182","available":-2,"dates":[]},"2-151578":{"id":"2-151578","available":-1,"dates":[]},"2-151593":{"id":"2-151593","available":0,"dates":[]},"2-152070":{"id":"2-152070","available":0,"dates":[]},"2-152575":{"id":"2-152575","available":0,"dates":[]},"2-152806":{"id":"2-152806","available":0,"dates":[]},"2-152814":{"id":"2-152814","available":4,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152963":{"id":"2-152963","available":0,"dates":[]},"2-153091":{"id":"2-153091","available":0,"dates":[]},"2-153103":{"id":"2-153103","available":0,"dates":[]},"2-153393":{"id":"2-153393","available":0,"dates":[]},"2-153405":{"id":"2-153405","available":0,"dates":[]},"2-153725":{"id":"2-153725","available":0,"dates":[]},"2-153791":{"id":"2-153791","available":0,"dates":[]},"2-154306":{"id":"2-154306","available":0,"dates":[]},"2-154309":{"id":"2-154309","available":0,"dates":[]},"2-154812":{"id":"2-154812","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154815":{"id":"2-154815","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155158":{"id":"2-155158","available":24,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155170":{"id":"2-155170","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155536":{"id":"2-155536","available":29,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155548":{"id":"2-155548","available":0,"dates":[]},"2-155653":{"id":"2-155653","available":25,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155665":{"id":"2-155665","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-D-00025-2-146074":{"id":"2-FLRL-D-00025-2-146074","available":4,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146830":{"id":"30-146830","available":54,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147347":{"id":"30-147347","available":0,"dates":[]},"30-147866":{"id":"30-147866","available":0,"dates":[]},"30-148301":{"id":"30-148301","available":0,"dates":[]},"30-148688":{"id":"30-148688","available":0,"dates":[]},"30-FLRL-D-00025-30-146664":{"id":"30-FLRL-D-00025-30-146664","available":47,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-000011":{"id":"4-000011","available":0,"dates":["2024-10-01","2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000012":{"id":"4-000012","available":0,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21"]},"4-000013":{"id":"4-000013","available":0,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04"]},"4-000014":{"id":"4-000014","available":0,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000015":{"id":"4-000015","available":0,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-146738":{"id":"4-146738","available":51,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146754":{"id":"4-146754","available":33,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146863":{"id":"4-146863","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147253":{"id":"4-147253","available":0,"dates":[]},"4-147269":{"id":"4-147269","available":0,"dates":[]},"4-147774":{"id":"4-147774","available":0,"dates":[]},"4-147787":{"id":"4-147787","available":-2,"dates":[]},"4-148204":{"id":"4-148204","available":0,"dates":[]},"4-148217":{"id":"4-148217","available":0,"dates":[]},"4-148598":{"id":"4-148598","available":-1,"dates":[]},"4-148610":{"id":"4-148610","available":0,"dates":[]},"4-148883":{"id":"4-148883","available":0,"dates":[]},"4-148901":{"id":"4-148901","available":-1,"dates":[]},"4-149795":{"id":"4-149795","available":234,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149801":{"id":"4-149801","available":288,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150357":{"id":"4-150357","available":234,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150363":{"id":"4-150363","available":288,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150829":{"id":"4-150829","available":0,"dates":[]},"4-150835":{"id":"4-150835","available":228,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151168":{"id":"4-151168","available":0,"dates":[]},"4-151183":{"id":"4-151183","available":0,"dates":[]},"4-151579":{"id":"4-151579","available":0,"dates":[]},"4-151594":{"id":"4-151594","available":0,"dates":[]},"4-151952":{"id":"4-151952","available":0,"dates":[]},"4-151958":{"id":"4-151958","available":12,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152071":{"id":"4-152071","available":0,"dates":[]},"4-152576":{"id":"4-152576","available":0,"dates":[]},"4-152807":{"id":"4-152807","available":0,"dates":[]},"4-152964":{"id":"4-152964","available":0,"dates":[]},"4-153092":{"id":"4-153092","available":0,"dates":[]},"4-153104":{"id":"4-153104","available":0,"dates":[]},"4-153394":{"id":"4-153394","available":0,"dates":[]},"4-153406":{"id":"4-153406","available":-1,"dates":[]},"4-153726":{"id":"4-153726","available":-1,"dates":[]},"4-153792":{"id":"4-153792","available":-6,"dates":[]},"4-154307":{"id":"4-154307","available":0,"dates":[]},"4-154310":{"id":"4-154310","available":0,"dates":[]},"4-154813":{"id":"4-154813","available":67,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154816":{"id":"4-154816","available":39,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155037":{"id":"4-155037","available":0,"dates":[]},"4-155159":{"id":"4-155159","available":46,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155171":{"id":"4-155171","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155537":{"id":"4-155537","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155654":{"id":"4-155654","available":55,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155666":{"id":"4-155666","available":33,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-D-00025-4-145655":{"id":"4-FLRL-D-00025-4-145655","available":0,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-D-00025-4-146075":{"id":"4-FLRL-D-00025-4-146075","available":7,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146867":{"id":"41-146867","available":37,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147380":{"id":"41-147380","available":0,"dates":[]},"41-147807":{"id":"41-147807","available":0,"dates":[]},"41-148237":{"id":"41-148237","available":0,"dates":[]},"41-148629":{"id":"41-148629","available":0,"dates":[]},"41-148851":{"id":"41-148851","available":0,"dates":[]},"41-149817":{"id":"41-149817","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149819":{"id":"41-149819","available":78,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150250":{"id":"41-150250","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150258":{"id":"41-150258","available":78,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150722":{"id":"41-150722","available":0,"dates":[]},"41-150730":{"id":"41-150730","available":34,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-151136":{"id":"41-151136","available":0,"dates":[]},"41-151547":{"id":"41-151547","available":24,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"41-152042":{"id":"41-152042","available":0,"dates":[]},"41-152549":{"id":"41-152549","available":0,"dates":[]},"41-152780":{"id":"41-152780","available":0,"dates":[]},"41-153064":{"id":"41-153064","available":0,"dates":[]},"41-153366":{"id":"41-153366","available":0,"dates":[]},"41-153887":{"id":"41-153887","available":0,"dates":[]},"41-154333":{"id":"41-154333","available":0,"dates":[]},"41-154837":{"id":"41-154837","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155342":{"id":"41-155342","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155687":{"id":"41-155687","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-D-00025-41-146189":{"id":"41-FLRL-D-00025-41-146189","available":5,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146783":{"id":"42-146783","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147298":{"id":"42-147298","available":0,"dates":[]},"42-147816":{"id":"42-147816","available":0,"dates":[]},"42-148247":{"id":"42-148247","available":0,"dates":[]},"42-148639":{"id":"42-148639","available":0,"dates":[]},"42-FLRL-D-00025-42-146104":{"id":"42-FLRL-D-00025-42-146104","available":15,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148866":{"id":"51-148866","available":-1,"dates":[]},"51-149546":{"id":"51-149546","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150134":{"id":"51-150134","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150618":{"id":"51-150618","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150996":{"id":"51-150996","available":-27,"dates":[]},"51-151151":{"id":"51-151151","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151562":{"id":"51-151562","available":0,"dates":[]},"51-151965":{"id":"51-151965","available":10,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152053":{"id":"51-152053","available":4,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152559":{"id":"51-152559","available":1,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152790":{"id":"51-152790","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153075":{"id":"51-153075","available":0,"dates":[]},"51-153594":{"id":"51-153594","available":0,"dates":[]},"51-153704":{"id":"51-153704","available":0,"dates":[]},"51-154257":{"id":"51-154257","available":0,"dates":[]},"51-154778":{"id":"51-154778","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155313":{"id":"51-155313","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155614":{"id":"51-155614","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-146327":{"id":"52-146327","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146528":{"id":"52-146528","available":10,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146781":{"id":"52-146781","available":17,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147296":{"id":"52-147296","available":9,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147814":{"id":"52-147814","available":10,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148244":{"id":"52-148244","available":1,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148440":{"id":"52-148440","available":5,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148636":{"id":"52-148636","available":0,"dates":[]},"52-151983":{"id":"52-151983","available":1,"dates":["2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"58-146869":{"id":"58-146869","available":69,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147382":{"id":"58-147382","available":0,"dates":[]},"58-147908":{"id":"58-147908","available":0,"dates":[]},"58-148343":{"id":"58-148343","available":0,"dates":[]},"58-148735":{"id":"58-148735","available":0,"dates":[]},"58-148949":{"id":"58-148949","available":1,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"58-149667":{"id":"58-149667","available":105,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149671":{"id":"58-149671","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150227":{"id":"58-150227","available":105,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150231":{"id":"58-150231","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150705":{"id":"58-150705","available":0,"dates":[]},"58-150708":{"id":"58-150708","available":0,"dates":[]},"58-151230":{"id":"58-151230","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151637":{"id":"58-151637","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-151959":{"id":"58-151959","available":0,"dates":[]},"58-152109":{"id":"58-152109","available":0,"dates":[]},"58-152589":{"id":"58-152589","available":0,"dates":[]},"58-152833":{"id":"58-152833","available":0,"dates":[]},"58-153129":{"id":"58-153129","available":0,"dates":[]},"58-153431":{"id":"58-153431","available":0,"dates":[]},"58-154067":{"id":"58-154067","available":0,"dates":[]},"58-154240":{"id":"58-154240","available":0,"dates":[]},"58-154249":{"id":"58-154249","available":0,"dates":[]},"58-154772":{"id":"58-154772","available":58,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155044":{"id":"58-155044","available":0,"dates":[]},"58-155138":{"id":"58-155138","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155645":{"id":"58-155645","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-D-00025-58-146191":{"id":"58-FLRL-D-00025-58-146191","available":11,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148954":{"id":"65-148954","available":0,"dates":[]},"65-149809":{"id":"65-149809","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149811":{"id":"65-149811","available":57,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150240":{"id":"65-150240","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150245":{"id":"65-150245","available":57,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150712":{"id":"65-150712","available":0,"dates":[]},"65-150717":{"id":"65-150717","available":9,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151235":{"id":"65-151235","available":-1,"dates":[]},"65-151642":{"id":"65-151642","available":22,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152114":{"id":"65-152114","available":5,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152400":{"id":"65-152400","available":0,"dates":[]},"65-152837":{"id":"65-152837","available":0,"dates":[]},"65-153133":{"id":"65-153133","available":0,"dates":[]},"65-153435":{"id":"65-153435","available":18,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153609":{"id":"65-153609","available":0,"dates":[]},"65-153894":{"id":"65-153894","available":0,"dates":[]},"65-154329":{"id":"65-154329","available":0,"dates":[]},"65-154833":{"id":"65-154833","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155337":{"id":"65-155337","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155681":{"id":"65-155681","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149051":{"id":"9-149051","available":0,"dates":[]},"9-149829":{"id":"9-149829","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149831":{"id":"9-149831","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150406":{"id":"9-150406","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150412":{"id":"9-150412","available":24,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150914":{"id":"9-150914","available":0,"dates":[]},"9-150920":{"id":"9-150920","available":0,"dates":[]},"9-151336":{"id":"9-151336","available":0,"dates":[]},"9-151845":{"id":"9-151845","available":0,"dates":[]},"9-152192":{"id":"9-152192","available":0,"dates":[]},"9-152638":{"id":"9-152638","available":0,"dates":[]},"9-152893":{"id":"9-152893","available":0,"dates":[]},"9-153193":{"id":"9-153193","available":0,"dates":[]},"9-153634":{"id":"9-153634","available":0,"dates":[]},"9-153875":{"id":"9-153875","available":0,"dates":[]},"9-154439":{"id":"9-154439","available":0,"dates":[]},"9-154920":{"id":"9-154920","available":12,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155269":{"id":"9-155269","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155871":{"id":"9-155871","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-155044","58-150705","58-150708","58-154772","58-155138","58-155645"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154778","51-155313","51-155614"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150829","4-150835","4-154813","4-154816","4-155159","4-155171","4-155537","4-155654","4-155666"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150722","41-150730","41-154837","41-155342","41-155687"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150828","2-150834","2-154812","2-154815","2-155158","2-155170","2-155536","2-155653","2-155665","2-155548"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150651","10-150653","10-154893","10-155245","10-155765"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150940","11-150944","11-154798","11-155145","11-155803"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150914","9-150920","9-154920","9-155269","9-155871"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150827","1-150833","1-154811","1-154814","1-155157","1-155169","1-155535","1-155652","1-155664","1-155547"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150712","65-150717","65-154833","65-155337","65-155681"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-firecracker":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-firecracker", "priceAmount": 18800, "price": "$188 ", "priceCompareAtAmount": 22200, "priceCompareAt": "$222 ", "url": "https://urbanstems.com/products/triple-the-firecracker", "variantName": null, "title": "Triple the Firecracker", "images": [ { "alt": "Triple the Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=700 700w" }, { "alt": "Triple the Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=700 700w" } ], "variants": [{"id":45510442221816,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00025","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Firecracker - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":18800,"weight":0,"compare_at_price":22200,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4983521528,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4983554296,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4984111352,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4984144120,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146736":{"id":"1-146736","available":14,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146752":{"id":"1-146752","available":7,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146861":{"id":"1-146861","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147251":{"id":"1-147251","available":0,"dates":[]},"1-147267":{"id":"1-147267","available":0,"dates":[]},"1-147772":{"id":"1-147772","available":0,"dates":[]},"1-147785":{"id":"1-147785","available":-1,"dates":[]},"1-148202":{"id":"1-148202","available":0,"dates":[]},"1-148215":{"id":"1-148215","available":0,"dates":[]},"1-148596":{"id":"1-148596","available":0,"dates":[]},"1-148608":{"id":"1-148608","available":0,"dates":[]},"1-148881":{"id":"1-148881","available":0,"dates":[]},"1-148899":{"id":"1-148899","available":0,"dates":[]},"1-149793":{"id":"1-149793","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149799":{"id":"1-149799","available":24,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150355":{"id":"1-150355","available":21,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150361":{"id":"1-150361","available":24,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150827":{"id":"1-150827","available":0,"dates":[]},"1-150833":{"id":"1-150833","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151166":{"id":"1-151166","available":4,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151181":{"id":"1-151181","available":4,"dates":["2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19"]},"1-151577":{"id":"1-151577","available":4,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151592":{"id":"1-151592","available":0,"dates":[]},"1-152069":{"id":"1-152069","available":4,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152574":{"id":"1-152574","available":0,"dates":[]},"1-152805":{"id":"1-152805","available":0,"dates":[]},"1-152962":{"id":"1-152962","available":0,"dates":[]},"1-153090":{"id":"1-153090","available":0,"dates":[]},"1-153102":{"id":"1-153102","available":3,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153392":{"id":"1-153392","available":0,"dates":[]},"1-153404":{"id":"1-153404","available":0,"dates":[]},"1-153724":{"id":"1-153724","available":0,"dates":[]},"1-153790":{"id":"1-153790","available":0,"dates":[]},"1-154305":{"id":"1-154305","available":0,"dates":[]},"1-154308":{"id":"1-154308","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154811":{"id":"1-154811","available":5,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154814":{"id":"1-154814","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155157":{"id":"1-155157","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155169":{"id":"1-155169","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155535":{"id":"1-155535","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155547":{"id":"1-155547","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155652":{"id":"1-155652","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155664":{"id":"1-155664","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-T-00025-1-146073":{"id":"1-FLRL-T-00025-1-146073","available":3,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146836":{"id":"10-146836","available":20,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147353":{"id":"10-147353","available":0,"dates":[]},"10-147873":{"id":"10-147873","available":0,"dates":[]},"10-148309":{"id":"10-148309","available":0,"dates":[]},"10-148699":{"id":"10-148699","available":0,"dates":[]},"10-149012":{"id":"10-149012","available":0,"dates":[]},"10-149805":{"id":"10-149805","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149807":{"id":"10-149807","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150367":{"id":"10-150367","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150369":{"id":"10-150369","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150651":{"id":"10-150651","available":0,"dates":[]},"10-150653":{"id":"10-150653","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151294":{"id":"10-151294","available":0,"dates":[]},"10-151698":{"id":"10-151698","available":0,"dates":[]},"10-152151":{"id":"10-152151","available":0,"dates":[]},"10-152610":{"id":"10-152610","available":0,"dates":[]},"10-152862":{"id":"10-152862","available":0,"dates":[]},"10-153161":{"id":"10-153161","available":0,"dates":[]},"10-153458":{"id":"10-153458","available":0,"dates":[]},"10-153938":{"id":"10-153938","available":0,"dates":[]},"10-154397":{"id":"10-154397","available":0,"dates":[]},"10-154893":{"id":"10-154893","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155245":{"id":"10-155245","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155765":{"id":"10-155765","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-T-00025-10-146160":{"id":"10-FLRL-T-00025-10-146160","available":5,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146717":{"id":"11-146717","available":34,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147232":{"id":"11-147232","available":0,"dates":[]},"11-147753":{"id":"11-147753","available":0,"dates":[]},"11-148182":{"id":"11-148182","available":0,"dates":[]},"11-148577":{"id":"11-148577","available":0,"dates":[]},"11-149072":{"id":"11-149072","available":-1,"dates":[]},"11-149813":{"id":"11-149813","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149815":{"id":"11-149815","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150371":{"id":"11-150371","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150373":{"id":"11-150373","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150940":{"id":"11-150940","available":0,"dates":[]},"11-150944":{"id":"11-150944","available":15,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151364":{"id":"11-151364","available":0,"dates":[]},"11-151755":{"id":"11-151755","available":0,"dates":[]},"11-152211":{"id":"11-152211","available":0,"dates":[]},"11-152643":{"id":"11-152643","available":0,"dates":[]},"11-152909":{"id":"11-152909","available":0,"dates":[]},"11-153212":{"id":"11-153212","available":0,"dates":[]},"11-153508":{"id":"11-153508","available":0,"dates":[]},"11-153914":{"id":"11-153914","available":0,"dates":[]},"11-154269":{"id":"11-154269","available":0,"dates":[]},"11-154798":{"id":"11-154798","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155145":{"id":"11-155145","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155803":{"id":"11-155803","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-00025-11-146034":{"id":"11-FLRL-T-00025-11-146034","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146737":{"id":"2-146737","available":19,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146753":{"id":"2-146753","available":14,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146862":{"id":"2-146862","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147252":{"id":"2-147252","available":0,"dates":[]},"2-147268":{"id":"2-147268","available":0,"dates":[]},"2-147773":{"id":"2-147773","available":0,"dates":[]},"2-147786":{"id":"2-147786","available":0,"dates":[]},"2-148203":{"id":"2-148203","available":0,"dates":[]},"2-148216":{"id":"2-148216","available":0,"dates":[]},"2-148597":{"id":"2-148597","available":0,"dates":[]},"2-148609":{"id":"2-148609","available":0,"dates":[]},"2-148882":{"id":"2-148882","available":0,"dates":[]},"2-148900":{"id":"2-148900","available":0,"dates":[]},"2-149794":{"id":"2-149794","available":27,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149800":{"id":"2-149800","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150356":{"id":"2-150356","available":27,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150362":{"id":"2-150362","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150828":{"id":"2-150828","available":0,"dates":[]},"2-150834":{"id":"2-150834","available":0,"dates":[]},"2-151167":{"id":"2-151167","available":0,"dates":[]},"2-151182":{"id":"2-151182","available":-2,"dates":[]},"2-151578":{"id":"2-151578","available":-1,"dates":[]},"2-151593":{"id":"2-151593","available":0,"dates":[]},"2-152070":{"id":"2-152070","available":0,"dates":[]},"2-152575":{"id":"2-152575","available":0,"dates":[]},"2-152806":{"id":"2-152806","available":0,"dates":[]},"2-152814":{"id":"2-152814","available":2,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152963":{"id":"2-152963","available":0,"dates":[]},"2-153091":{"id":"2-153091","available":0,"dates":[]},"2-153103":{"id":"2-153103","available":0,"dates":[]},"2-153393":{"id":"2-153393","available":0,"dates":[]},"2-153405":{"id":"2-153405","available":0,"dates":[]},"2-153725":{"id":"2-153725","available":0,"dates":[]},"2-153791":{"id":"2-153791","available":0,"dates":[]},"2-154306":{"id":"2-154306","available":0,"dates":[]},"2-154309":{"id":"2-154309","available":0,"dates":[]},"2-154812":{"id":"2-154812","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154815":{"id":"2-154815","available":6,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155158":{"id":"2-155158","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155170":{"id":"2-155170","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155536":{"id":"2-155536","available":19,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155548":{"id":"2-155548","available":0,"dates":[]},"2-155653":{"id":"2-155653","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155665":{"id":"2-155665","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-T-00025-2-146074":{"id":"2-FLRL-T-00025-2-146074","available":2,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"2-FLRL-T-00025-2-146662":{"id":"2-FLRL-T-00025-2-146662","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"30-146830":{"id":"30-146830","available":36,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147347":{"id":"30-147347","available":0,"dates":[]},"30-147866":{"id":"30-147866","available":0,"dates":[]},"30-148301":{"id":"30-148301","available":0,"dates":[]},"30-148688":{"id":"30-148688","available":0,"dates":[]},"30-FLRL-T-00025-30-146664":{"id":"30-FLRL-T-00025-30-146664","available":31,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-000011":{"id":"4-000011","available":0,"dates":["2024-10-01","2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000012":{"id":"4-000012","available":0,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21"]},"4-000013":{"id":"4-000013","available":0,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04"]},"4-000014":{"id":"4-000014","available":0,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000015":{"id":"4-000015","available":0,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-146738":{"id":"4-146738","available":34,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146754":{"id":"4-146754","available":22,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146863":{"id":"4-146863","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147253":{"id":"4-147253","available":0,"dates":[]},"4-147269":{"id":"4-147269","available":0,"dates":[]},"4-147774":{"id":"4-147774","available":0,"dates":[]},"4-147787":{"id":"4-147787","available":-2,"dates":[]},"4-148204":{"id":"4-148204","available":0,"dates":[]},"4-148217":{"id":"4-148217","available":0,"dates":[]},"4-148598":{"id":"4-148598","available":-1,"dates":[]},"4-148610":{"id":"4-148610","available":0,"dates":[]},"4-148883":{"id":"4-148883","available":0,"dates":[]},"4-148901":{"id":"4-148901","available":-1,"dates":[]},"4-149795":{"id":"4-149795","available":156,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149801":{"id":"4-149801","available":192,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150357":{"id":"4-150357","available":156,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150363":{"id":"4-150363","available":192,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150829":{"id":"4-150829","available":0,"dates":[]},"4-150835":{"id":"4-150835","available":152,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151168":{"id":"4-151168","available":0,"dates":[]},"4-151183":{"id":"4-151183","available":0,"dates":[]},"4-151579":{"id":"4-151579","available":0,"dates":[]},"4-151594":{"id":"4-151594","available":0,"dates":[]},"4-151952":{"id":"4-151952","available":0,"dates":[]},"4-151958":{"id":"4-151958","available":8,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152071":{"id":"4-152071","available":0,"dates":[]},"4-152576":{"id":"4-152576","available":0,"dates":[]},"4-152807":{"id":"4-152807","available":0,"dates":[]},"4-152964":{"id":"4-152964","available":0,"dates":[]},"4-153092":{"id":"4-153092","available":0,"dates":[]},"4-153104":{"id":"4-153104","available":0,"dates":[]},"4-153394":{"id":"4-153394","available":0,"dates":[]},"4-153406":{"id":"4-153406","available":-1,"dates":[]},"4-153726":{"id":"4-153726","available":-1,"dates":[]},"4-153792":{"id":"4-153792","available":-4,"dates":[]},"4-154307":{"id":"4-154307","available":0,"dates":[]},"4-154310":{"id":"4-154310","available":0,"dates":[]},"4-154813":{"id":"4-154813","available":45,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154816":{"id":"4-154816","available":26,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155037":{"id":"4-155037","available":0,"dates":[]},"4-155159":{"id":"4-155159","available":31,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155171":{"id":"4-155171","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155537":{"id":"4-155537","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155654":{"id":"4-155654","available":37,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155666":{"id":"4-155666","available":22,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-T-00025-4-145655":{"id":"4-FLRL-T-00025-4-145655","available":0,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-T-00025-4-146075":{"id":"4-FLRL-T-00025-4-146075","available":4,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146867":{"id":"41-146867","available":24,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147380":{"id":"41-147380","available":0,"dates":[]},"41-147807":{"id":"41-147807","available":0,"dates":[]},"41-148237":{"id":"41-148237","available":0,"dates":[]},"41-148629":{"id":"41-148629","available":0,"dates":[]},"41-148851":{"id":"41-148851","available":0,"dates":[]},"41-149817":{"id":"41-149817","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149819":{"id":"41-149819","available":52,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150250":{"id":"41-150250","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150258":{"id":"41-150258","available":52,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150722":{"id":"41-150722","available":0,"dates":[]},"41-150730":{"id":"41-150730","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-151136":{"id":"41-151136","available":0,"dates":[]},"41-151547":{"id":"41-151547","available":16,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"41-152042":{"id":"41-152042","available":0,"dates":[]},"41-152549":{"id":"41-152549","available":0,"dates":[]},"41-152780":{"id":"41-152780","available":0,"dates":[]},"41-153064":{"id":"41-153064","available":0,"dates":[]},"41-153366":{"id":"41-153366","available":0,"dates":[]},"41-153887":{"id":"41-153887","available":0,"dates":[]},"41-154333":{"id":"41-154333","available":0,"dates":[]},"41-154837":{"id":"41-154837","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155342":{"id":"41-155342","available":22,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155687":{"id":"41-155687","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-00025-41-146189":{"id":"41-FLRL-T-00025-41-146189","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146783":{"id":"42-146783","available":9,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147298":{"id":"42-147298","available":0,"dates":[]},"42-147816":{"id":"42-147816","available":0,"dates":[]},"42-148247":{"id":"42-148247","available":0,"dates":[]},"42-148639":{"id":"42-148639","available":0,"dates":[]},"42-FLRL-T-00025-42-146104":{"id":"42-FLRL-T-00025-42-146104","available":10,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148866":{"id":"51-148866","available":-1,"dates":[]},"51-149546":{"id":"51-149546","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150134":{"id":"51-150134","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150618":{"id":"51-150618","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150996":{"id":"51-150996","available":-18,"dates":[]},"51-151151":{"id":"51-151151","available":0,"dates":[]},"51-151562":{"id":"51-151562","available":0,"dates":[]},"51-151965":{"id":"51-151965","available":6,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152053":{"id":"51-152053","available":3,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152559":{"id":"51-152559","available":0,"dates":[]},"51-152790":{"id":"51-152790","available":0,"dates":[]},"51-153075":{"id":"51-153075","available":0,"dates":[]},"51-153594":{"id":"51-153594","available":0,"dates":[]},"51-153704":{"id":"51-153704","available":0,"dates":[]},"51-154257":{"id":"51-154257","available":0,"dates":[]},"51-154778":{"id":"51-154778","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155313":{"id":"51-155313","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155614":{"id":"51-155614","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-146327":{"id":"52-146327","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146528":{"id":"52-146528","available":6,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146781":{"id":"52-146781","available":11,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147296":{"id":"52-147296","available":6,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147814":{"id":"52-147814","available":6,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148244":{"id":"52-148244","available":0,"dates":[]},"52-148440":{"id":"52-148440","available":3,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148636":{"id":"52-148636","available":0,"dates":[]},"52-151983":{"id":"52-151983","available":1,"dates":["2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"58-146869":{"id":"58-146869","available":46,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147382":{"id":"58-147382","available":0,"dates":[]},"58-147908":{"id":"58-147908","available":0,"dates":[]},"58-148343":{"id":"58-148343","available":0,"dates":[]},"58-148735":{"id":"58-148735","available":0,"dates":[]},"58-148949":{"id":"58-148949","available":0,"dates":[]},"58-149667":{"id":"58-149667","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149671":{"id":"58-149671","available":88,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150227":{"id":"58-150227","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150231":{"id":"58-150231","available":88,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150705":{"id":"58-150705","available":0,"dates":[]},"58-150708":{"id":"58-150708","available":0,"dates":[]},"58-151230":{"id":"58-151230","available":0,"dates":[]},"58-151637":{"id":"58-151637","available":0,"dates":[]},"58-151959":{"id":"58-151959","available":0,"dates":[]},"58-152109":{"id":"58-152109","available":0,"dates":[]},"58-152589":{"id":"58-152589","available":0,"dates":[]},"58-152833":{"id":"58-152833","available":0,"dates":[]},"58-153129":{"id":"58-153129","available":0,"dates":[]},"58-153431":{"id":"58-153431","available":0,"dates":[]},"58-154067":{"id":"58-154067","available":0,"dates":[]},"58-154240":{"id":"58-154240","available":0,"dates":[]},"58-154249":{"id":"58-154249","available":0,"dates":[]},"58-154772":{"id":"58-154772","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155044":{"id":"58-155044","available":0,"dates":[]},"58-155138":{"id":"58-155138","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155645":{"id":"58-155645","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-T-00025-58-146191":{"id":"58-FLRL-T-00025-58-146191","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148954":{"id":"65-148954","available":0,"dates":[]},"65-149809":{"id":"65-149809","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149811":{"id":"65-149811","available":38,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150240":{"id":"65-150240","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150245":{"id":"65-150245","available":38,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150712":{"id":"65-150712","available":0,"dates":[]},"65-150717":{"id":"65-150717","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151235":{"id":"65-151235","available":-1,"dates":[]},"65-151642":{"id":"65-151642","available":15,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152114":{"id":"65-152114","available":3,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152400":{"id":"65-152400","available":0,"dates":[]},"65-152837":{"id":"65-152837","available":0,"dates":[]},"65-153133":{"id":"65-153133","available":0,"dates":[]},"65-153435":{"id":"65-153435","available":12,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153609":{"id":"65-153609","available":0,"dates":[]},"65-153894":{"id":"65-153894","available":0,"dates":[]},"65-154329":{"id":"65-154329","available":0,"dates":[]},"65-154833":{"id":"65-154833","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155337":{"id":"65-155337","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155681":{"id":"65-155681","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149051":{"id":"9-149051","available":0,"dates":[]},"9-149829":{"id":"9-149829","available":12,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149831":{"id":"9-149831","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150406":{"id":"9-150406","available":12,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150412":{"id":"9-150412","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150914":{"id":"9-150914","available":0,"dates":[]},"9-150920":{"id":"9-150920","available":0,"dates":[]},"9-151336":{"id":"9-151336","available":0,"dates":[]},"9-151845":{"id":"9-151845","available":0,"dates":[]},"9-152192":{"id":"9-152192","available":0,"dates":[]},"9-152638":{"id":"9-152638","available":0,"dates":[]},"9-152893":{"id":"9-152893","available":0,"dates":[]},"9-153193":{"id":"9-153193","available":0,"dates":[]},"9-153634":{"id":"9-153634","available":0,"dates":[]},"9-153875":{"id":"9-153875","available":0,"dates":[]},"9-154439":{"id":"9-154439","available":0,"dates":[]},"9-154920":{"id":"9-154920","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155269":{"id":"9-155269","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155871":{"id":"9-155871","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-155044","58-150705","58-150708","58-154772","58-155138","58-155645"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154778","51-155313","51-155614"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150829","4-150835","4-154813","4-154816","4-155159","4-155171","4-155537","4-155654","4-155666"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150722","41-150730","41-154837","41-155342","41-155687"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150828","2-150834","2-154812","2-154815","2-155158","2-155170","2-155536","2-155653","2-155665","2-155548"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150651","10-150653","10-154893","10-155245","10-155765"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150940","11-150944","11-154798","11-155145","11-155803"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150914","9-150920","9-154920","9-155269","9-155871"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150827","1-150833","1-154811","1-154814","1-155157","1-155169","1-155535","1-155652","1-155664","1-155547"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150712","65-150717","65-154833","65-155337","65-155681"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="39" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-peace"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=500" alt="Double the Peace" srcset="//urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=500" alt="Double the Peace" srcset="//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-peace" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150710","58-150709","58-155515","58-155516","58-155517","58-155190","58-155680"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150936","4-155514","4-154928","4-154934","4-155229","4-155238","4-155743","4-155755"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150725","41-150733","41-154836","41-155341","41-155686"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155530","42-150741","42-150745","42-154845"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150935","2-154927","2-155513","2-154933","2-155228","2-155237","2-155742","2-155754"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150894","10-150900","10-154913","10-155262","10-155867"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150941","11-150945","11-154904","11-155272","11-155802"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155277","9-155809"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150934","1-155512","1-154926","1-154932","1-155227","1-155236","1-155741","1-155753"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150850","65-150861","65-154896","65-155248","65-155801"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150934":{"id":"1-150934","available":0,"dates":[]},"1-154926":{"id":"1-154926","available":-1,"dates":[]},"1-154932":{"id":"1-154932","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155227":{"id":"1-155227","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155236":{"id":"1-155236","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155512":{"id":"1-155512","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155741":{"id":"1-155741","available":11,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155753":{"id":"1-155753","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150894":{"id":"10-150894","available":0,"dates":[]},"10-150900":{"id":"10-150900","available":0,"dates":[]},"10-154913":{"id":"10-154913","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155262":{"id":"10-155262","available":35,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155867":{"id":"10-155867","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150941":{"id":"11-150941","available":0,"dates":[]},"11-150945":{"id":"11-150945","available":0,"dates":[]},"11-154904":{"id":"11-154904","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155272":{"id":"11-155272","available":39,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155802":{"id":"11-155802","available":46,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150935":{"id":"2-150935","available":0,"dates":[]},"2-154927":{"id":"2-154927","available":-1,"dates":[]},"2-154933":{"id":"2-154933","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155228":{"id":"2-155228","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155237":{"id":"2-155237","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155513":{"id":"2-155513","available":0,"dates":[]},"2-155742":{"id":"2-155742","available":13,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155754":{"id":"2-155754","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150936":{"id":"4-150936","available":-2,"dates":[]},"4-154928":{"id":"4-154928","available":-7,"dates":[]},"4-154934":{"id":"4-154934","available":44,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155229":{"id":"4-155229","available":60,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155238":{"id":"4-155238","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155514":{"id":"4-155514","available":-1,"dates":[]},"4-155743":{"id":"4-155743","available":75,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155755":{"id":"4-155755","available":51,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150725":{"id":"41-150725","available":0,"dates":[]},"41-150733":{"id":"41-150733","available":0,"dates":[]},"41-154836":{"id":"41-154836","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155341":{"id":"41-155341","available":32,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155686":{"id":"41-155686","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150741":{"id":"42-150741","available":0,"dates":[]},"42-150745":{"id":"42-150745","available":0,"dates":[]},"42-154845":{"id":"42-154845","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155530":{"id":"42-155530","available":0,"dates":[]},"58-150709":{"id":"58-150709","available":0,"dates":[]},"58-150710":{"id":"58-150710","available":-4,"dates":[]},"58-155190":{"id":"58-155190","available":89,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155515":{"id":"58-155515","available":0,"dates":[]},"58-155516":{"id":"58-155516","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155517":{"id":"58-155517","available":79,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155680":{"id":"58-155680","available":101,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150850":{"id":"65-150850","available":0,"dates":[]},"65-150861":{"id":"65-150861","available":0,"dates":[]},"65-154896":{"id":"65-154896","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155248":{"id":"65-155248","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155801":{"id":"65-155801","available":26,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-155277":{"id":"9-155277","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155809":{"id":"9-155809","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-peace" title="View Double the Peace" data-product-card-title><h3 style="font-size: 1em;">Double the Peace</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$133 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$148</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">174 reviews with an average of 4.5 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.5" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="174" aria-hidden="true" style=" font-size: 12px;">(174)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Peace in Single" data-swatch-item="the-peace" href="https://urbanstems.com/products/the-peace" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Peace in Double" data-swatch-item="double-the-peace" data-image-loaded href="https://urbanstems.com/products/double-the-peace" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Peace in Triple" data-swatch-item="triple-the-peace" href="https://urbanstems.com/products/triple-the-peace" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="double-the-peace" type="application/json">{"the-peace":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage":null, "handle": "the-peace", "priceAmount": 7400, "price": "$74 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-peace", "variantName": null, "title": "The Peace", "images": [ { "alt": "The Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Peace_SupportingImage_1_PDP.jpg?v=1727920080\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=500 500w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=600 600w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=500 500w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=600 600w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=700 700w" }, { "alt": "The Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=500 500w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=600 600w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=500 500w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=600 600w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=700 700w" } ], "variants": [{"id":45510431965432,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10032","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Peace - Single","public_title":"Single","options":["Single","Default Title"],"price":7400,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4929028344,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4929224952,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4929323256,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4929421560,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4929519864,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4929061112,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4929257720,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4929356024,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4929454328,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4929552632,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4929093880,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4929290488,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4929388792,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4929487096,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4929585400,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4984832248,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4984865016,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4985618680,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4985651448,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146476":{"id":"1-146476","available":24,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146576":{"id":"1-146576","available":24,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146616":{"id":"1-146616","available":12,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146725":{"id":"1-146725","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147093":{"id":"1-147093","available":0,"dates":[]},"1-147133":{"id":"1-147133","available":0,"dates":[]},"1-147613":{"id":"1-147613","available":0,"dates":[]},"1-147656":{"id":"1-147656","available":0,"dates":[]},"1-148051":{"id":"1-148051","available":0,"dates":[]},"1-148091":{"id":"1-148091","available":0,"dates":[]},"1-148466":{"id":"1-148466","available":0,"dates":[]},"1-148501":{"id":"1-148501","available":0,"dates":[]},"1-148878":{"id":"1-148878","available":0,"dates":[]},"1-148896":{"id":"1-148896","available":0,"dates":[]},"1-149855":{"id":"1-149855","available":22,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149861":{"id":"1-149861","available":22,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150420":{"id":"1-150420","available":22,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150426":{"id":"1-150426","available":22,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150928":{"id":"1-150928","available":7,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150934":{"id":"1-150934","available":0,"dates":[]},"1-151163":{"id":"1-151163","available":0,"dates":[]},"1-151178":{"id":"1-151178","available":0,"dates":[]},"1-151574":{"id":"1-151574","available":0,"dates":[]},"1-151589":{"id":"1-151589","available":0,"dates":[]},"1-152066":{"id":"1-152066","available":0,"dates":[]},"1-152571":{"id":"1-152571","available":0,"dates":[]},"1-152802":{"id":"1-152802","available":0,"dates":[]},"1-152977":{"id":"1-152977","available":-3,"dates":[]},"1-153087":{"id":"1-153087","available":0,"dates":[]},"1-153099":{"id":"1-153099","available":0,"dates":[]},"1-153389":{"id":"1-153389","available":0,"dates":[]},"1-153401":{"id":"1-153401","available":0,"dates":[]},"1-153730":{"id":"1-153730","available":0,"dates":[]},"1-153796":{"id":"1-153796","available":0,"dates":[]},"1-154484":{"id":"1-154484","available":0,"dates":[]},"1-154487":{"id":"1-154487","available":-3,"dates":[]},"1-154926":{"id":"1-154926","available":-1,"dates":[]},"1-154932":{"id":"1-154932","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155227":{"id":"1-155227","available":26,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155236":{"id":"1-155236","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155512":{"id":"1-155512","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155741":{"id":"1-155741","available":22,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155753":{"id":"1-155753","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-10032-1-144484":{"id":"1-FLRL-B-10032-1-144484","available":7,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-10032-1-145506":{"id":"1-FLRL-B-10032-1-145506","available":"1","dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"1-FLRL-B-10032-1-145873":{"id":"1-FLRL-B-10032-1-145873","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-10032-1-145920":{"id":"1-FLRL-B-10032-1-145920","available":5,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146835":{"id":"10-146835","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147352":{"id":"10-147352","available":0,"dates":[]},"10-147872":{"id":"10-147872","available":0,"dates":[]},"10-148308":{"id":"10-148308","available":0,"dates":[]},"10-148698":{"id":"10-148698","available":0,"dates":[]},"10-149040":{"id":"10-149040","available":0,"dates":[]},"10-149865":{"id":"10-149865","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149867":{"id":"10-149867","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150386":{"id":"10-150386","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150392":{"id":"10-150392","available":35,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150894":{"id":"10-150894","available":0,"dates":[]},"10-150900":{"id":"10-150900","available":0,"dates":[]},"10-151325":{"id":"10-151325","available":0,"dates":[]},"10-151852":{"id":"10-151852","available":0,"dates":[]},"10-152181":{"id":"10-152181","available":0,"dates":[]},"10-152629":{"id":"10-152629","available":0,"dates":[]},"10-152884":{"id":"10-152884","available":0,"dates":[]},"10-153184":{"id":"10-153184","available":0,"dates":[]},"10-153625":{"id":"10-153625","available":0,"dates":[]},"10-153881":{"id":"10-153881","available":0,"dates":[]},"10-154428":{"id":"10-154428","available":0,"dates":[]},"10-154913":{"id":"10-154913","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155262":{"id":"10-155262","available":70,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155867":{"id":"10-155867","available":77,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-10032-10-144823":{"id":"10-FLRL-B-10032-10-144823","available":5,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-146771":{"id":"11-146771","available":37,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147286":{"id":"11-147286","available":0,"dates":[]},"11-147802":{"id":"11-147802","available":0,"dates":[]},"11-148339":{"id":"11-148339","available":7,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148730":{"id":"11-148730","available":-3,"dates":[]},"11-149019":{"id":"11-149019","available":-2,"dates":[]},"11-149873":{"id":"11-149873","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149875":{"id":"11-149875","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150434":{"id":"11-150434","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150436":{"id":"11-150436","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150941":{"id":"11-150941","available":0,"dates":[]},"11-150945":{"id":"11-150945","available":0,"dates":[]},"11-151302":{"id":"11-151302","available":0,"dates":[]},"11-151706":{"id":"11-151706","available":-3,"dates":[]},"11-152158":{"id":"11-152158","available":0,"dates":[]},"11-152612":{"id":"11-152612","available":0,"dates":[]},"11-152867":{"id":"11-152867","available":0,"dates":[]},"11-153166":{"id":"11-153166","available":0,"dates":[]},"11-153463":{"id":"11-153463","available":0,"dates":[]},"11-154110":{"id":"11-154110","available":0,"dates":[]},"11-154410":{"id":"11-154410","available":0,"dates":[]},"11-154904":{"id":"11-154904","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155272":{"id":"11-155272","available":79,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155802":{"id":"11-155802","available":93,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-10032-11-144848":{"id":"11-FLRL-B-10032-11-144848","available":25,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-10032-11-146092":{"id":"11-FLRL-B-10032-11-146092","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146577":{"id":"2-146577","available":42,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146617":{"id":"2-146617","available":30,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146726":{"id":"2-146726","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147094":{"id":"2-147094","available":0,"dates":[]},"2-147134":{"id":"2-147134","available":0,"dates":[]},"2-147614":{"id":"2-147614","available":0,"dates":[]},"2-147657":{"id":"2-147657","available":0,"dates":[]},"2-148052":{"id":"2-148052","available":0,"dates":[]},"2-148092":{"id":"2-148092","available":0,"dates":[]},"2-148467":{"id":"2-148467","available":0,"dates":[]},"2-148502":{"id":"2-148502","available":0,"dates":[]},"2-148879":{"id":"2-148879","available":0,"dates":[]},"2-148897":{"id":"2-148897","available":0,"dates":[]},"2-149856":{"id":"2-149856","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149862":{"id":"2-149862","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150421":{"id":"2-150421","available":33,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150427":{"id":"2-150427","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150929":{"id":"2-150929","available":3,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150935":{"id":"2-150935","available":0,"dates":[]},"2-151164":{"id":"2-151164","available":0,"dates":[]},"2-151179":{"id":"2-151179","available":0,"dates":[]},"2-151575":{"id":"2-151575","available":0,"dates":[]},"2-151590":{"id":"2-151590","available":-4,"dates":[]},"2-152067":{"id":"2-152067","available":0,"dates":[]},"2-152572":{"id":"2-152572","available":0,"dates":[]},"2-152803":{"id":"2-152803","available":0,"dates":[]},"2-152978":{"id":"2-152978","available":0,"dates":[]},"2-153088":{"id":"2-153088","available":0,"dates":[]},"2-153100":{"id":"2-153100","available":0,"dates":[]},"2-153390":{"id":"2-153390","available":0,"dates":[]},"2-153402":{"id":"2-153402","available":0,"dates":[]},"2-153731":{"id":"2-153731","available":-2,"dates":[]},"2-153797":{"id":"2-153797","available":0,"dates":[]},"2-154485":{"id":"2-154485","available":0,"dates":[]},"2-154488":{"id":"2-154488","available":-4,"dates":[]},"2-154927":{"id":"2-154927","available":-1,"dates":[]},"2-154933":{"id":"2-154933","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155228":{"id":"2-155228","available":27,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155237":{"id":"2-155237","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155513":{"id":"2-155513","available":0,"dates":[]},"2-155742":{"id":"2-155742","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155754":{"id":"2-155754","available":24,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-10032-2-144485":{"id":"2-FLRL-B-10032-2-144485","available":11,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-10032-2-145507":{"id":"2-FLRL-B-10032-2-145507","available":"2","dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"2-FLRL-B-10032-2-145874":{"id":"2-FLRL-B-10032-2-145874","available":2,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-10032-2-145921":{"id":"2-FLRL-B-10032-2-145921","available":16,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146788":{"id":"30-146788","available":56,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147304":{"id":"30-147304","available":0,"dates":[]},"30-147822":{"id":"30-147822","available":0,"dates":[]},"30-148253":{"id":"30-148253","available":0,"dates":[]},"30-148645":{"id":"30-148645","available":0,"dates":[]},"30-FLRL-B-10032-30-144770":{"id":"30-FLRL-B-10032-30-144770","available":7,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-146478":{"id":"4-146478","available":48,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146578":{"id":"4-146578","available":48,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146618":{"id":"4-146618","available":30,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146727":{"id":"4-146727","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147095":{"id":"4-147095","available":0,"dates":[]},"4-147135":{"id":"4-147135","available":0,"dates":[]},"4-147615":{"id":"4-147615","available":0,"dates":[]},"4-147658":{"id":"4-147658","available":0,"dates":[]},"4-148053":{"id":"4-148053","available":0,"dates":[]},"4-148093":{"id":"4-148093","available":0,"dates":[]},"4-148468":{"id":"4-148468","available":0,"dates":[]},"4-148503":{"id":"4-148503","available":0,"dates":[]},"4-148880":{"id":"4-148880","available":0,"dates":[]},"4-148898":{"id":"4-148898","available":0,"dates":[]},"4-149857":{"id":"4-149857","available":165,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149863":{"id":"4-149863","available":209,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150422":{"id":"4-150422","available":165,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150428":{"id":"4-150428","available":209,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150930":{"id":"4-150930","available":133,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150936":{"id":"4-150936","available":-3,"dates":[]},"4-151165":{"id":"4-151165","available":0,"dates":[]},"4-151180":{"id":"4-151180","available":0,"dates":[]},"4-151576":{"id":"4-151576","available":0,"dates":[]},"4-151591":{"id":"4-151591","available":0,"dates":[]},"4-151950":{"id":"4-151950","available":22,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-151953":{"id":"4-151953","available":0,"dates":[]},"4-152068":{"id":"4-152068","available":0,"dates":[]},"4-152573":{"id":"4-152573","available":1,"dates":["2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07"]},"4-152804":{"id":"4-152804","available":0,"dates":[]},"4-152979":{"id":"4-152979","available":55,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-153089":{"id":"4-153089","available":0,"dates":[]},"4-153101":{"id":"4-153101","available":0,"dates":[]},"4-153391":{"id":"4-153391","available":0,"dates":[]},"4-153403":{"id":"4-153403","available":0,"dates":[]},"4-153732":{"id":"4-153732","available":-4,"dates":[]},"4-153798":{"id":"4-153798","available":0,"dates":[]},"4-154126":{"id":"4-154126","available":0,"dates":[]},"4-154486":{"id":"4-154486","available":0,"dates":[]},"4-154489":{"id":"4-154489","available":-17,"dates":[]},"4-154928":{"id":"4-154928","available":-13,"dates":[]},"4-154934":{"id":"4-154934","available":88,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155229":{"id":"4-155229","available":121,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155238":{"id":"4-155238","available":60,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155514":{"id":"4-155514","available":-1,"dates":[]},"4-155743":{"id":"4-155743","available":150,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155755":{"id":"4-155755","available":102,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-10032-4-144443":{"id":"4-FLRL-B-10032-4-144443","available":33,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-10032-4-144486":{"id":"4-FLRL-B-10032-4-144486","available":36,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-10032-4-145875":{"id":"4-FLRL-B-10032-4-145875","available":"7","dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-10032-4-145922":{"id":"4-FLRL-B-10032-4-145922","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146815":{"id":"41-146815","available":36,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147333":{"id":"41-147333","available":0,"dates":[]},"41-147851":{"id":"41-147851","available":0,"dates":[]},"41-148286":{"id":"41-148286","available":0,"dates":[]},"41-148671":{"id":"41-148671","available":0,"dates":[]},"41-149025":{"id":"41-149025","available":0,"dates":[]},"41-149877":{"id":"41-149877","available":48,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149879":{"id":"41-149879","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150253":{"id":"41-150253","available":48,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150261":{"id":"41-150261","available":54,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150725":{"id":"41-150725","available":0,"dates":[]},"41-150733":{"id":"41-150733","available":0,"dates":[]},"41-151308":{"id":"41-151308","available":-2,"dates":[]},"41-151712":{"id":"41-151712","available":0,"dates":[]},"41-152164":{"id":"41-152164","available":0,"dates":[]},"41-152618":{"id":"41-152618","available":0,"dates":[]},"41-152873":{"id":"41-152873","available":0,"dates":[]},"41-153172":{"id":"41-153172","available":0,"dates":[]},"41-153469":{"id":"41-153469","available":0,"dates":[]},"41-153886":{"id":"41-153886","available":0,"dates":[]},"41-154332":{"id":"41-154332","available":0,"dates":[]},"41-154836":{"id":"41-154836","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155341":{"id":"41-155341","available":64,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155686":{"id":"41-155686","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-10032-41-144799":{"id":"41-FLRL-B-10032-41-144799","available":40,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-10032-41-145719":{"id":"41-FLRL-B-10032-41-145719","available":"2","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"41-FLRL-B-10032-41-146139":{"id":"41-FLRL-B-10032-41-146139","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148973":{"id":"42-148973","available":0,"dates":[]},"42-149887":{"id":"42-149887","available":12,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149889":{"id":"42-149889","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150269":{"id":"42-150269","available":12,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150273":{"id":"42-150273","available":18,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150741":{"id":"42-150741","available":0,"dates":[]},"42-150745":{"id":"42-150745","available":0,"dates":[]},"42-151254":{"id":"42-151254","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"42-151661":{"id":"42-151661","available":0,"dates":[]},"42-152133":{"id":"42-152133","available":0,"dates":[]},"42-152414":{"id":"42-152414","available":0,"dates":[]},"42-152851":{"id":"42-152851","available":0,"dates":[]},"42-153147":{"id":"42-153147","available":0,"dates":[]},"42-153622":{"id":"42-153622","available":0,"dates":[]},"42-153905":{"id":"42-153905","available":0,"dates":[]},"42-154341":{"id":"42-154341","available":0,"dates":[]},"42-154845":{"id":"42-154845","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155530":{"id":"42-155530","available":0,"dates":[]},"51-148021":{"id":"51-148021","available":45,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-148022":{"id":"51-148022","available":34,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148146":{"id":"51-148146","available":9,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"51-148547":{"id":"51-148547","available":26,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-148970":{"id":"52-148970","available":21,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"52-151251":{"id":"52-151251","available":20,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"52-151658":{"id":"52-151658","available":10,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-151969":{"id":"52-151969","available":0,"dates":[]},"52-152130":{"id":"52-152130","available":7,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"52-152293":{"id":"52-152293","available":22,"dates":["2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13"]},"52-152596":{"id":"52-152596","available":0,"dates":[]},"52-152710":{"id":"52-152710","available":20,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152848":{"id":"52-152848","available":0,"dates":[]},"52-152984":{"id":"52-152984","available":10,"dates":["2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27"]},"52-153144":{"id":"52-153144","available":7,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"52-153291":{"id":"52-153291","available":20,"dates":["2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03"]},"52-153619":{"id":"52-153619","available":0,"dates":[]},"52-153701":{"id":"52-153701","available":65,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-155033":{"id":"52-155033","available":1,"dates":["2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31"]},"58-146868":{"id":"58-146868","available":99,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147381":{"id":"58-147381","available":0,"dates":[]},"58-147907":{"id":"58-147907","available":0,"dates":[]},"58-148233":{"id":"58-148233","available":0,"dates":[]},"58-148628":{"id":"58-148628","available":-1,"dates":[]},"58-149075":{"id":"58-149075","available":-4,"dates":[]},"58-149668":{"id":"58-149668","available":84,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149672":{"id":"58-149672","available":102,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150228":{"id":"58-150228","available":84,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150232":{"id":"58-150232","available":102,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150709":{"id":"58-150709","available":0,"dates":[]},"58-150710":{"id":"58-150710","available":-8,"dates":[]},"58-151367":{"id":"58-151367","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151758":{"id":"58-151758","available":-67,"dates":[]},"58-151964":{"id":"58-151964","available":0,"dates":[]},"58-152214":{"id":"58-152214","available":0,"dates":[]},"58-152480":{"id":"58-152480","available":0,"dates":[]},"58-152911":{"id":"58-152911","available":0,"dates":[]},"58-153214":{"id":"58-153214","available":0,"dates":[]},"58-153510":{"id":"58-153510","available":0,"dates":[]},"58-153849":{"id":"58-153849","available":0,"dates":[]},"58-154327":{"id":"58-154327","available":0,"dates":[]},"58-154328":{"id":"58-154328","available":0,"dates":[]},"58-154832":{"id":"58-154832","available":211,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155190":{"id":"58-155190","available":179,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155515":{"id":"58-155515","available":0,"dates":[]},"58-155516":{"id":"58-155516","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155517":{"id":"58-155517","available":159,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155680":{"id":"58-155680","available":203,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-10032-58-144853":{"id":"58-FLRL-B-10032-58-144853","available":21,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-10032-58-145775":{"id":"58-FLRL-B-10032-58-145775","available":"6","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-10032-58-146190":{"id":"58-FLRL-B-10032-58-146190","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148952":{"id":"65-148952","available":0,"dates":[]},"65-149869":{"id":"65-149869","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149871":{"id":"65-149871","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150430":{"id":"65-150430","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150432":{"id":"65-150432","available":42,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150850":{"id":"65-150850","available":0,"dates":[]},"65-150861":{"id":"65-150861","available":0,"dates":[]},"65-151233":{"id":"65-151233","available":0,"dates":[]},"65-151640":{"id":"65-151640","available":1,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152112":{"id":"65-152112","available":9,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152398":{"id":"65-152398","available":0,"dates":[]},"65-152835":{"id":"65-152835","available":0,"dates":[]},"65-153131":{"id":"65-153131","available":0,"dates":[]},"65-153433":{"id":"65-153433","available":56,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153607":{"id":"65-153607","available":0,"dates":[]},"65-153893":{"id":"65-153893","available":72,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154141":{"id":"65-154141","available":-3,"dates":[]},"65-154399":{"id":"65-154399","available":0,"dates":[]},"65-154896":{"id":"65-154896","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155248":{"id":"65-155248","available":54,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155801":{"id":"65-155801","available":53,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-146874":{"id":"9-146874","available":20,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06"]},"9-147387":{"id":"9-147387","available":0,"dates":[]},"9-147912":{"id":"9-147912","available":0,"dates":[]},"9-148305":{"id":"9-148305","available":0,"dates":[]},"9-148695":{"id":"9-148695","available":0,"dates":[]},"9-155277":{"id":"9-155277","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155809":{"id":"9-155809","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-B-10032-9-144858":{"id":"9-FLRL-B-10032-9-144858","available":1,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"9-FLRL-B-10032-9-145782":{"id":"9-FLRL-B-10032-9-145782","available":"18","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150710","58-150709","58-155515","58-155516","58-155517","58-155190","58-155680"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150936","4-155514","4-154928","4-154934","4-155229","4-155238","4-155743","4-155755"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150725","41-150733","41-154836","41-155341","41-155686"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155530","42-150741","42-150745","42-154845"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150935","2-154927","2-155513","2-154933","2-155228","2-155237","2-155742","2-155754"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150894","10-150900","10-154913","10-155262","10-155867"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150941","11-150945","11-154904","11-155272","11-155802"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155277","9-155809"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150934","1-155512","1-154926","1-154932","1-155227","1-155236","1-155741","1-155753"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150850","65-150861","65-154896","65-155248","65-155801"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-peace":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-peace", "priceAmount": 13300, "price": "$133 ", "priceCompareAtAmount": 14800, "priceCompareAt": "$148 ", "url": "https://urbanstems.com/products/double-the-peace", "variantName": null, "title": "Double the Peace", "images": [ { "alt": "Double the Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=700 700w" }, { "alt": "Double the Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=700 700w" } ], "variants": [{"id":45510439469304,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10032","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Peace - Double","public_title":"Double","options":["Double","Default Title"],"price":13300,"weight":0,"compare_at_price":14800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4984963320,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4984996088,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4985749752,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4985782520,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146476":{"id":"1-146476","available":12,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146576":{"id":"1-146576","available":12,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146616":{"id":"1-146616","available":6,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146725":{"id":"1-146725","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147093":{"id":"1-147093","available":0,"dates":[]},"1-147133":{"id":"1-147133","available":0,"dates":[]},"1-147613":{"id":"1-147613","available":0,"dates":[]},"1-147656":{"id":"1-147656","available":0,"dates":[]},"1-148051":{"id":"1-148051","available":0,"dates":[]},"1-148091":{"id":"1-148091","available":0,"dates":[]},"1-148466":{"id":"1-148466","available":0,"dates":[]},"1-148501":{"id":"1-148501","available":0,"dates":[]},"1-148878":{"id":"1-148878","available":0,"dates":[]},"1-148896":{"id":"1-148896","available":0,"dates":[]},"1-149855":{"id":"1-149855","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149861":{"id":"1-149861","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150420":{"id":"1-150420","available":11,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150426":{"id":"1-150426","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150928":{"id":"1-150928","available":3,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150934":{"id":"1-150934","available":0,"dates":[]},"1-151163":{"id":"1-151163","available":0,"dates":[]},"1-151178":{"id":"1-151178","available":0,"dates":[]},"1-151574":{"id":"1-151574","available":0,"dates":[]},"1-151589":{"id":"1-151589","available":0,"dates":[]},"1-152066":{"id":"1-152066","available":0,"dates":[]},"1-152571":{"id":"1-152571","available":0,"dates":[]},"1-152802":{"id":"1-152802","available":0,"dates":[]},"1-152977":{"id":"1-152977","available":-2,"dates":[]},"1-153087":{"id":"1-153087","available":0,"dates":[]},"1-153099":{"id":"1-153099","available":0,"dates":[]},"1-153389":{"id":"1-153389","available":0,"dates":[]},"1-153401":{"id":"1-153401","available":0,"dates":[]},"1-153730":{"id":"1-153730","available":0,"dates":[]},"1-153796":{"id":"1-153796","available":0,"dates":[]},"1-154484":{"id":"1-154484","available":0,"dates":[]},"1-154487":{"id":"1-154487","available":-2,"dates":[]},"1-154926":{"id":"1-154926","available":-1,"dates":[]},"1-154932":{"id":"1-154932","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155227":{"id":"1-155227","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155236":{"id":"1-155236","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155512":{"id":"1-155512","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155741":{"id":"1-155741","available":11,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155753":{"id":"1-155753","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-D-10032-1-145873":{"id":"1-FLRL-D-10032-1-145873","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-D-10032-1-145920":{"id":"1-FLRL-D-10032-1-145920","available":2,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146835":{"id":"10-146835","available":17,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147352":{"id":"10-147352","available":0,"dates":[]},"10-147872":{"id":"10-147872","available":0,"dates":[]},"10-148308":{"id":"10-148308","available":0,"dates":[]},"10-148698":{"id":"10-148698","available":0,"dates":[]},"10-149040":{"id":"10-149040","available":0,"dates":[]},"10-149865":{"id":"10-149865","available":14,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149867":{"id":"10-149867","available":17,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150386":{"id":"10-150386","available":14,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150392":{"id":"10-150392","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150894":{"id":"10-150894","available":0,"dates":[]},"10-150900":{"id":"10-150900","available":0,"dates":[]},"10-151325":{"id":"10-151325","available":0,"dates":[]},"10-151852":{"id":"10-151852","available":0,"dates":[]},"10-152181":{"id":"10-152181","available":0,"dates":[]},"10-152629":{"id":"10-152629","available":0,"dates":[]},"10-152884":{"id":"10-152884","available":0,"dates":[]},"10-153184":{"id":"10-153184","available":0,"dates":[]},"10-153625":{"id":"10-153625","available":0,"dates":[]},"10-153881":{"id":"10-153881","available":0,"dates":[]},"10-154428":{"id":"10-154428","available":0,"dates":[]},"10-154913":{"id":"10-154913","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155262":{"id":"10-155262","available":35,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155867":{"id":"10-155867","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-146771":{"id":"11-146771","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147286":{"id":"11-147286","available":0,"dates":[]},"11-147802":{"id":"11-147802","available":0,"dates":[]},"11-148339":{"id":"11-148339","available":3,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148730":{"id":"11-148730","available":-2,"dates":[]},"11-149019":{"id":"11-149019","available":-1,"dates":[]},"11-149873":{"id":"11-149873","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149875":{"id":"11-149875","available":22,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150434":{"id":"11-150434","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150436":{"id":"11-150436","available":22,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150941":{"id":"11-150941","available":0,"dates":[]},"11-150945":{"id":"11-150945","available":0,"dates":[]},"11-151302":{"id":"11-151302","available":0,"dates":[]},"11-151706":{"id":"11-151706","available":-2,"dates":[]},"11-152158":{"id":"11-152158","available":0,"dates":[]},"11-152612":{"id":"11-152612","available":0,"dates":[]},"11-152867":{"id":"11-152867","available":0,"dates":[]},"11-153166":{"id":"11-153166","available":0,"dates":[]},"11-153463":{"id":"11-153463","available":0,"dates":[]},"11-154110":{"id":"11-154110","available":0,"dates":[]},"11-154410":{"id":"11-154410","available":0,"dates":[]},"11-154904":{"id":"11-154904","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155272":{"id":"11-155272","available":39,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155802":{"id":"11-155802","available":46,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-D-10032-11-146092":{"id":"11-FLRL-D-10032-11-146092","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146577":{"id":"2-146577","available":21,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146617":{"id":"2-146617","available":15,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146726":{"id":"2-146726","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147094":{"id":"2-147094","available":0,"dates":[]},"2-147134":{"id":"2-147134","available":0,"dates":[]},"2-147614":{"id":"2-147614","available":0,"dates":[]},"2-147657":{"id":"2-147657","available":0,"dates":[]},"2-148052":{"id":"2-148052","available":0,"dates":[]},"2-148092":{"id":"2-148092","available":0,"dates":[]},"2-148467":{"id":"2-148467","available":0,"dates":[]},"2-148502":{"id":"2-148502","available":0,"dates":[]},"2-148879":{"id":"2-148879","available":0,"dates":[]},"2-148897":{"id":"2-148897","available":0,"dates":[]},"2-149856":{"id":"2-149856","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149862":{"id":"2-149862","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150421":{"id":"2-150421","available":16,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150427":{"id":"2-150427","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150929":{"id":"2-150929","available":1,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150935":{"id":"2-150935","available":0,"dates":[]},"2-151164":{"id":"2-151164","available":0,"dates":[]},"2-151179":{"id":"2-151179","available":0,"dates":[]},"2-151575":{"id":"2-151575","available":0,"dates":[]},"2-151590":{"id":"2-151590","available":-2,"dates":[]},"2-152067":{"id":"2-152067","available":0,"dates":[]},"2-152572":{"id":"2-152572","available":0,"dates":[]},"2-152803":{"id":"2-152803","available":0,"dates":[]},"2-152978":{"id":"2-152978","available":0,"dates":[]},"2-153088":{"id":"2-153088","available":0,"dates":[]},"2-153100":{"id":"2-153100","available":0,"dates":[]},"2-153390":{"id":"2-153390","available":0,"dates":[]},"2-153402":{"id":"2-153402","available":0,"dates":[]},"2-153731":{"id":"2-153731","available":-1,"dates":[]},"2-153797":{"id":"2-153797","available":0,"dates":[]},"2-154485":{"id":"2-154485","available":0,"dates":[]},"2-154488":{"id":"2-154488","available":-2,"dates":[]},"2-154927":{"id":"2-154927","available":-1,"dates":[]},"2-154933":{"id":"2-154933","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155228":{"id":"2-155228","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155237":{"id":"2-155237","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155513":{"id":"2-155513","available":0,"dates":[]},"2-155742":{"id":"2-155742","available":13,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155754":{"id":"2-155754","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-D-10032-2-145874":{"id":"2-FLRL-D-10032-2-145874","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-D-10032-2-145921":{"id":"2-FLRL-D-10032-2-145921","available":8,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146788":{"id":"30-146788","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147304":{"id":"30-147304","available":0,"dates":[]},"30-147822":{"id":"30-147822","available":0,"dates":[]},"30-148253":{"id":"30-148253","available":0,"dates":[]},"30-148645":{"id":"30-148645","available":0,"dates":[]},"4-146478":{"id":"4-146478","available":24,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146578":{"id":"4-146578","available":24,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146618":{"id":"4-146618","available":15,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146727":{"id":"4-146727","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147095":{"id":"4-147095","available":0,"dates":[]},"4-147135":{"id":"4-147135","available":0,"dates":[]},"4-147615":{"id":"4-147615","available":0,"dates":[]},"4-147658":{"id":"4-147658","available":0,"dates":[]},"4-148053":{"id":"4-148053","available":0,"dates":[]},"4-148093":{"id":"4-148093","available":0,"dates":[]},"4-148468":{"id":"4-148468","available":0,"dates":[]},"4-148503":{"id":"4-148503","available":0,"dates":[]},"4-148880":{"id":"4-148880","available":0,"dates":[]},"4-148898":{"id":"4-148898","available":0,"dates":[]},"4-149857":{"id":"4-149857","available":82,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149863":{"id":"4-149863","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150422":{"id":"4-150422","available":82,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150428":{"id":"4-150428","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150930":{"id":"4-150930","available":66,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150936":{"id":"4-150936","available":-2,"dates":[]},"4-151165":{"id":"4-151165","available":0,"dates":[]},"4-151180":{"id":"4-151180","available":0,"dates":[]},"4-151576":{"id":"4-151576","available":0,"dates":[]},"4-151591":{"id":"4-151591","available":0,"dates":[]},"4-151950":{"id":"4-151950","available":11,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-151953":{"id":"4-151953","available":0,"dates":[]},"4-152068":{"id":"4-152068","available":0,"dates":[]},"4-152573":{"id":"4-152573","available":0,"dates":[]},"4-152804":{"id":"4-152804","available":0,"dates":[]},"4-152979":{"id":"4-152979","available":27,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-153089":{"id":"4-153089","available":0,"dates":[]},"4-153101":{"id":"4-153101","available":0,"dates":[]},"4-153391":{"id":"4-153391","available":0,"dates":[]},"4-153403":{"id":"4-153403","available":0,"dates":[]},"4-153732":{"id":"4-153732","available":-2,"dates":[]},"4-153798":{"id":"4-153798","available":0,"dates":[]},"4-154126":{"id":"4-154126","available":0,"dates":[]},"4-154486":{"id":"4-154486","available":0,"dates":[]},"4-154489":{"id":"4-154489","available":-9,"dates":[]},"4-154928":{"id":"4-154928","available":-7,"dates":[]},"4-154934":{"id":"4-154934","available":44,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155229":{"id":"4-155229","available":60,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155238":{"id":"4-155238","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155514":{"id":"4-155514","available":-1,"dates":[]},"4-155743":{"id":"4-155743","available":75,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155755":{"id":"4-155755","available":51,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-D-10032-4-145922":{"id":"4-FLRL-D-10032-4-145922","available":3,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146815":{"id":"41-146815","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147333":{"id":"41-147333","available":0,"dates":[]},"41-147851":{"id":"41-147851","available":0,"dates":[]},"41-148286":{"id":"41-148286","available":0,"dates":[]},"41-148671":{"id":"41-148671","available":0,"dates":[]},"41-149025":{"id":"41-149025","available":0,"dates":[]},"41-149877":{"id":"41-149877","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149879":{"id":"41-149879","available":27,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150253":{"id":"41-150253","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150261":{"id":"41-150261","available":27,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150725":{"id":"41-150725","available":0,"dates":[]},"41-150733":{"id":"41-150733","available":0,"dates":[]},"41-151308":{"id":"41-151308","available":-1,"dates":[]},"41-151712":{"id":"41-151712","available":0,"dates":[]},"41-152164":{"id":"41-152164","available":0,"dates":[]},"41-152618":{"id":"41-152618","available":0,"dates":[]},"41-152873":{"id":"41-152873","available":0,"dates":[]},"41-153172":{"id":"41-153172","available":0,"dates":[]},"41-153469":{"id":"41-153469","available":0,"dates":[]},"41-153886":{"id":"41-153886","available":0,"dates":[]},"41-154332":{"id":"41-154332","available":0,"dates":[]},"41-154836":{"id":"41-154836","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155341":{"id":"41-155341","available":32,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155686":{"id":"41-155686","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-D-10032-41-146139":{"id":"41-FLRL-D-10032-41-146139","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148973":{"id":"42-148973","available":0,"dates":[]},"42-149887":{"id":"42-149887","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149889":{"id":"42-149889","available":9,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150269":{"id":"42-150269","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150273":{"id":"42-150273","available":9,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150741":{"id":"42-150741","available":0,"dates":[]},"42-150745":{"id":"42-150745","available":0,"dates":[]},"42-151254":{"id":"42-151254","available":0,"dates":[]},"42-151661":{"id":"42-151661","available":0,"dates":[]},"42-152133":{"id":"42-152133","available":0,"dates":[]},"42-152414":{"id":"42-152414","available":0,"dates":[]},"42-152851":{"id":"42-152851","available":0,"dates":[]},"42-153147":{"id":"42-153147","available":0,"dates":[]},"42-153622":{"id":"42-153622","available":0,"dates":[]},"42-153905":{"id":"42-153905","available":0,"dates":[]},"42-154341":{"id":"42-154341","available":0,"dates":[]},"42-154845":{"id":"42-154845","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155530":{"id":"42-155530","available":0,"dates":[]},"51-148021":{"id":"51-148021","available":22,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-148022":{"id":"51-148022","available":17,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148146":{"id":"51-148146","available":4,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"51-148547":{"id":"51-148547","available":13,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-148970":{"id":"52-148970","available":10,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"52-151251":{"id":"52-151251","available":10,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"52-151658":{"id":"52-151658","available":5,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-151969":{"id":"52-151969","available":0,"dates":[]},"52-152130":{"id":"52-152130","available":3,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"52-152293":{"id":"52-152293","available":11,"dates":["2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13"]},"52-152596":{"id":"52-152596","available":0,"dates":[]},"52-152710":{"id":"52-152710","available":10,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152848":{"id":"52-152848","available":0,"dates":[]},"52-152984":{"id":"52-152984","available":5,"dates":["2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27"]},"52-153144":{"id":"52-153144","available":3,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"52-153291":{"id":"52-153291","available":10,"dates":["2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03"]},"52-153619":{"id":"52-153619","available":0,"dates":[]},"52-153701":{"id":"52-153701","available":32,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-155033":{"id":"52-155033","available":0,"dates":[]},"58-146868":{"id":"58-146868","available":49,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147381":{"id":"58-147381","available":0,"dates":[]},"58-147907":{"id":"58-147907","available":0,"dates":[]},"58-148233":{"id":"58-148233","available":0,"dates":[]},"58-148628":{"id":"58-148628","available":-1,"dates":[]},"58-149075":{"id":"58-149075","available":-2,"dates":[]},"58-149668":{"id":"58-149668","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149672":{"id":"58-149672","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150228":{"id":"58-150228","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150232":{"id":"58-150232","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150709":{"id":"58-150709","available":0,"dates":[]},"58-150710":{"id":"58-150710","available":-4,"dates":[]},"58-151367":{"id":"58-151367","available":0,"dates":[]},"58-151758":{"id":"58-151758","available":-34,"dates":[]},"58-151964":{"id":"58-151964","available":0,"dates":[]},"58-152214":{"id":"58-152214","available":0,"dates":[]},"58-152480":{"id":"58-152480","available":0,"dates":[]},"58-152911":{"id":"58-152911","available":0,"dates":[]},"58-153214":{"id":"58-153214","available":0,"dates":[]},"58-153510":{"id":"58-153510","available":0,"dates":[]},"58-153849":{"id":"58-153849","available":0,"dates":[]},"58-154327":{"id":"58-154327","available":0,"dates":[]},"58-154328":{"id":"58-154328","available":0,"dates":[]},"58-154832":{"id":"58-154832","available":105,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155190":{"id":"58-155190","available":89,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155515":{"id":"58-155515","available":0,"dates":[]},"58-155516":{"id":"58-155516","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155517":{"id":"58-155517","available":79,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155680":{"id":"58-155680","available":101,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-D-10032-58-146190":{"id":"58-FLRL-D-10032-58-146190","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148952":{"id":"65-148952","available":0,"dates":[]},"65-149869":{"id":"65-149869","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149871":{"id":"65-149871","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150430":{"id":"65-150430","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150432":{"id":"65-150432","available":21,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150850":{"id":"65-150850","available":0,"dates":[]},"65-150861":{"id":"65-150861","available":0,"dates":[]},"65-151233":{"id":"65-151233","available":0,"dates":[]},"65-151640":{"id":"65-151640","available":0,"dates":[]},"65-152112":{"id":"65-152112","available":4,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152398":{"id":"65-152398","available":0,"dates":[]},"65-152835":{"id":"65-152835","available":0,"dates":[]},"65-153131":{"id":"65-153131","available":0,"dates":[]},"65-153433":{"id":"65-153433","available":28,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153607":{"id":"65-153607","available":0,"dates":[]},"65-153893":{"id":"65-153893","available":36,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154141":{"id":"65-154141","available":-2,"dates":[]},"65-154399":{"id":"65-154399","available":0,"dates":[]},"65-154896":{"id":"65-154896","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155248":{"id":"65-155248","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155801":{"id":"65-155801","available":26,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-146874":{"id":"9-146874","available":10,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06"]},"9-147387":{"id":"9-147387","available":0,"dates":[]},"9-147912":{"id":"9-147912","available":0,"dates":[]},"9-148305":{"id":"9-148305","available":0,"dates":[]},"9-148695":{"id":"9-148695","available":0,"dates":[]},"9-155277":{"id":"9-155277","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155809":{"id":"9-155809","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150710","58-150709","58-155515","58-155516","58-155517","58-155190","58-155680"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150936","4-155514","4-154928","4-154934","4-155229","4-155238","4-155743","4-155755"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150725","41-150733","41-154836","41-155341","41-155686"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155530","42-150741","42-150745","42-154845"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150935","2-154927","2-155513","2-154933","2-155228","2-155237","2-155742","2-155754"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150894","10-150900","10-154913","10-155262","10-155867"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150941","11-150945","11-154904","11-155272","11-155802"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155277","9-155809"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150934","1-155512","1-154926","1-154932","1-155227","1-155236","1-155741","1-155753"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150850","65-150861","65-154896","65-155248","65-155801"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-peace":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-peace", "priceAmount": 18800, "price": "$188 ", "priceCompareAtAmount": 22200, "priceCompareAt": "$222 ", "url": "https://urbanstems.com/products/triple-the-peace", "variantName": null, "title": "Triple the Peace", "images": [ { "alt": "Triple the Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=700 700w" }, { "alt": "Triple the Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=700 700w" } ], "variants": [{"id":45510443106552,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10032","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Peace - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":18800,"weight":0,"compare_at_price":22200,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4985159928,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4985192696,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4985946360,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4985979128,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146476":{"id":"1-146476","available":8,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146576":{"id":"1-146576","available":8,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146616":{"id":"1-146616","available":4,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146725":{"id":"1-146725","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147093":{"id":"1-147093","available":0,"dates":[]},"1-147133":{"id":"1-147133","available":0,"dates":[]},"1-147613":{"id":"1-147613","available":0,"dates":[]},"1-147656":{"id":"1-147656","available":0,"dates":[]},"1-148051":{"id":"1-148051","available":0,"dates":[]},"1-148091":{"id":"1-148091","available":0,"dates":[]},"1-148466":{"id":"1-148466","available":0,"dates":[]},"1-148501":{"id":"1-148501","available":0,"dates":[]},"1-148878":{"id":"1-148878","available":0,"dates":[]},"1-148896":{"id":"1-148896","available":0,"dates":[]},"1-149855":{"id":"1-149855","available":7,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149861":{"id":"1-149861","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150420":{"id":"1-150420","available":7,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150426":{"id":"1-150426","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150928":{"id":"1-150928","available":2,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150934":{"id":"1-150934","available":0,"dates":[]},"1-151163":{"id":"1-151163","available":0,"dates":[]},"1-151178":{"id":"1-151178","available":0,"dates":[]},"1-151574":{"id":"1-151574","available":0,"dates":[]},"1-151589":{"id":"1-151589","available":0,"dates":[]},"1-152066":{"id":"1-152066","available":0,"dates":[]},"1-152571":{"id":"1-152571","available":0,"dates":[]},"1-152802":{"id":"1-152802","available":0,"dates":[]},"1-152977":{"id":"1-152977","available":-1,"dates":[]},"1-153087":{"id":"1-153087","available":0,"dates":[]},"1-153099":{"id":"1-153099","available":0,"dates":[]},"1-153389":{"id":"1-153389","available":0,"dates":[]},"1-153401":{"id":"1-153401","available":0,"dates":[]},"1-153730":{"id":"1-153730","available":0,"dates":[]},"1-153796":{"id":"1-153796","available":0,"dates":[]},"1-154484":{"id":"1-154484","available":0,"dates":[]},"1-154487":{"id":"1-154487","available":-1,"dates":[]},"1-154926":{"id":"1-154926","available":-1,"dates":[]},"1-154932":{"id":"1-154932","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155227":{"id":"1-155227","available":8,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155236":{"id":"1-155236","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155512":{"id":"1-155512","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155741":{"id":"1-155741","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155753":{"id":"1-155753","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-T-10032-1-145873":{"id":"1-FLRL-T-10032-1-145873","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-T-10032-1-145920":{"id":"1-FLRL-T-10032-1-145920","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146835":{"id":"10-146835","available":11,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147352":{"id":"10-147352","available":0,"dates":[]},"10-147872":{"id":"10-147872","available":0,"dates":[]},"10-148308":{"id":"10-148308","available":0,"dates":[]},"10-148698":{"id":"10-148698","available":0,"dates":[]},"10-149040":{"id":"10-149040","available":0,"dates":[]},"10-149865":{"id":"10-149865","available":9,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149867":{"id":"10-149867","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150386":{"id":"10-150386","available":9,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150392":{"id":"10-150392","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150894":{"id":"10-150894","available":0,"dates":[]},"10-150900":{"id":"10-150900","available":0,"dates":[]},"10-151325":{"id":"10-151325","available":0,"dates":[]},"10-151852":{"id":"10-151852","available":0,"dates":[]},"10-152181":{"id":"10-152181","available":0,"dates":[]},"10-152629":{"id":"10-152629","available":0,"dates":[]},"10-152884":{"id":"10-152884","available":0,"dates":[]},"10-153184":{"id":"10-153184","available":0,"dates":[]},"10-153625":{"id":"10-153625","available":0,"dates":[]},"10-153881":{"id":"10-153881","available":0,"dates":[]},"10-154428":{"id":"10-154428","available":0,"dates":[]},"10-154913":{"id":"10-154913","available":23,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155262":{"id":"10-155262","available":23,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155867":{"id":"10-155867","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-146771":{"id":"11-146771","available":12,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147286":{"id":"11-147286","available":0,"dates":[]},"11-147802":{"id":"11-147802","available":0,"dates":[]},"11-148339":{"id":"11-148339","available":2,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148730":{"id":"11-148730","available":-1,"dates":[]},"11-149019":{"id":"11-149019","available":-1,"dates":[]},"11-149873":{"id":"11-149873","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149875":{"id":"11-149875","available":14,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150434":{"id":"11-150434","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150436":{"id":"11-150436","available":14,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150941":{"id":"11-150941","available":0,"dates":[]},"11-150945":{"id":"11-150945","available":0,"dates":[]},"11-151302":{"id":"11-151302","available":0,"dates":[]},"11-151706":{"id":"11-151706","available":-1,"dates":[]},"11-152158":{"id":"11-152158","available":0,"dates":[]},"11-152612":{"id":"11-152612","available":0,"dates":[]},"11-152867":{"id":"11-152867","available":0,"dates":[]},"11-153166":{"id":"11-153166","available":0,"dates":[]},"11-153463":{"id":"11-153463","available":0,"dates":[]},"11-154110":{"id":"11-154110","available":0,"dates":[]},"11-154410":{"id":"11-154410","available":0,"dates":[]},"11-154904":{"id":"11-154904","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155272":{"id":"11-155272","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155802":{"id":"11-155802","available":31,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-10032-11-146092":{"id":"11-FLRL-T-10032-11-146092","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146577":{"id":"2-146577","available":14,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146617":{"id":"2-146617","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146726":{"id":"2-146726","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147094":{"id":"2-147094","available":0,"dates":[]},"2-147134":{"id":"2-147134","available":0,"dates":[]},"2-147614":{"id":"2-147614","available":0,"dates":[]},"2-147657":{"id":"2-147657","available":0,"dates":[]},"2-148052":{"id":"2-148052","available":0,"dates":[]},"2-148092":{"id":"2-148092","available":0,"dates":[]},"2-148467":{"id":"2-148467","available":0,"dates":[]},"2-148502":{"id":"2-148502","available":0,"dates":[]},"2-148879":{"id":"2-148879","available":0,"dates":[]},"2-148897":{"id":"2-148897","available":0,"dates":[]},"2-149856":{"id":"2-149856","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149862":{"id":"2-149862","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150421":{"id":"2-150421","available":11,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150427":{"id":"2-150427","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150929":{"id":"2-150929","available":0,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150935":{"id":"2-150935","available":0,"dates":[]},"2-151164":{"id":"2-151164","available":0,"dates":[]},"2-151179":{"id":"2-151179","available":0,"dates":[]},"2-151575":{"id":"2-151575","available":0,"dates":[]},"2-151590":{"id":"2-151590","available":-2,"dates":[]},"2-152067":{"id":"2-152067","available":0,"dates":[]},"2-152572":{"id":"2-152572","available":0,"dates":[]},"2-152803":{"id":"2-152803","available":0,"dates":[]},"2-152978":{"id":"2-152978","available":0,"dates":[]},"2-153088":{"id":"2-153088","available":0,"dates":[]},"2-153100":{"id":"2-153100","available":0,"dates":[]},"2-153390":{"id":"2-153390","available":0,"dates":[]},"2-153402":{"id":"2-153402","available":0,"dates":[]},"2-153731":{"id":"2-153731","available":-1,"dates":[]},"2-153797":{"id":"2-153797","available":0,"dates":[]},"2-154485":{"id":"2-154485","available":0,"dates":[]},"2-154488":{"id":"2-154488","available":-2,"dates":[]},"2-154927":{"id":"2-154927","available":-1,"dates":[]},"2-154933":{"id":"2-154933","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155228":{"id":"2-155228","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155237":{"id":"2-155237","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155513":{"id":"2-155513","available":0,"dates":[]},"2-155742":{"id":"2-155742","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155754":{"id":"2-155754","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-T-10032-2-145874":{"id":"2-FLRL-T-10032-2-145874","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-T-10032-2-145921":{"id":"2-FLRL-T-10032-2-145921","available":5,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146788":{"id":"30-146788","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147304":{"id":"30-147304","available":0,"dates":[]},"30-147822":{"id":"30-147822","available":0,"dates":[]},"30-148253":{"id":"30-148253","available":0,"dates":[]},"30-148645":{"id":"30-148645","available":0,"dates":[]},"4-146478":{"id":"4-146478","available":16,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146578":{"id":"4-146578","available":16,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146618":{"id":"4-146618","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146727":{"id":"4-146727","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147095":{"id":"4-147095","available":0,"dates":[]},"4-147135":{"id":"4-147135","available":0,"dates":[]},"4-147615":{"id":"4-147615","available":0,"dates":[]},"4-147658":{"id":"4-147658","available":0,"dates":[]},"4-148053":{"id":"4-148053","available":0,"dates":[]},"4-148093":{"id":"4-148093","available":0,"dates":[]},"4-148468":{"id":"4-148468","available":0,"dates":[]},"4-148503":{"id":"4-148503","available":0,"dates":[]},"4-148880":{"id":"4-148880","available":0,"dates":[]},"4-148898":{"id":"4-148898","available":0,"dates":[]},"4-149857":{"id":"4-149857","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149863":{"id":"4-149863","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150422":{"id":"4-150422","available":55,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150428":{"id":"4-150428","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150930":{"id":"4-150930","available":44,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150936":{"id":"4-150936","available":-1,"dates":[]},"4-151165":{"id":"4-151165","available":0,"dates":[]},"4-151180":{"id":"4-151180","available":0,"dates":[]},"4-151576":{"id":"4-151576","available":0,"dates":[]},"4-151591":{"id":"4-151591","available":0,"dates":[]},"4-151950":{"id":"4-151950","available":7,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-151953":{"id":"4-151953","available":0,"dates":[]},"4-152068":{"id":"4-152068","available":0,"dates":[]},"4-152573":{"id":"4-152573","available":0,"dates":[]},"4-152804":{"id":"4-152804","available":0,"dates":[]},"4-152979":{"id":"4-152979","available":17,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-153089":{"id":"4-153089","available":0,"dates":[]},"4-153101":{"id":"4-153101","available":0,"dates":[]},"4-153391":{"id":"4-153391","available":0,"dates":[]},"4-153403":{"id":"4-153403","available":0,"dates":[]},"4-153732":{"id":"4-153732","available":-2,"dates":[]},"4-153798":{"id":"4-153798","available":0,"dates":[]},"4-154126":{"id":"4-154126","available":0,"dates":[]},"4-154486":{"id":"4-154486","available":0,"dates":[]},"4-154489":{"id":"4-154489","available":-6,"dates":[]},"4-154928":{"id":"4-154928","available":-5,"dates":[]},"4-154934":{"id":"4-154934","available":29,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155229":{"id":"4-155229","available":40,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155238":{"id":"4-155238","available":20,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155514":{"id":"4-155514","available":-1,"dates":[]},"4-155743":{"id":"4-155743","available":50,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155755":{"id":"4-155755","available":34,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-T-10032-4-145875":{"id":"4-FLRL-T-10032-4-145875","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-T-10032-4-145922":{"id":"4-FLRL-T-10032-4-145922","available":2,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146815":{"id":"41-146815","available":12,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147333":{"id":"41-147333","available":0,"dates":[]},"41-147851":{"id":"41-147851","available":0,"dates":[]},"41-148286":{"id":"41-148286","available":0,"dates":[]},"41-148671":{"id":"41-148671","available":0,"dates":[]},"41-149025":{"id":"41-149025","available":0,"dates":[]},"41-149877":{"id":"41-149877","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149879":{"id":"41-149879","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150253":{"id":"41-150253","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150261":{"id":"41-150261","available":18,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150725":{"id":"41-150725","available":0,"dates":[]},"41-150733":{"id":"41-150733","available":0,"dates":[]},"41-151308":{"id":"41-151308","available":-1,"dates":[]},"41-151712":{"id":"41-151712","available":0,"dates":[]},"41-152164":{"id":"41-152164","available":0,"dates":[]},"41-152618":{"id":"41-152618","available":0,"dates":[]},"41-152873":{"id":"41-152873","available":0,"dates":[]},"41-153172":{"id":"41-153172","available":0,"dates":[]},"41-153469":{"id":"41-153469","available":0,"dates":[]},"41-153886":{"id":"41-153886","available":0,"dates":[]},"41-154332":{"id":"41-154332","available":0,"dates":[]},"41-154836":{"id":"41-154836","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155341":{"id":"41-155341","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155686":{"id":"41-155686","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-10032-41-146139":{"id":"41-FLRL-T-10032-41-146139","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148973":{"id":"42-148973","available":0,"dates":[]},"42-149887":{"id":"42-149887","available":4,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149889":{"id":"42-149889","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150269":{"id":"42-150269","available":4,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150273":{"id":"42-150273","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150741":{"id":"42-150741","available":0,"dates":[]},"42-150745":{"id":"42-150745","available":0,"dates":[]},"42-151254":{"id":"42-151254","available":0,"dates":[]},"42-151661":{"id":"42-151661","available":0,"dates":[]},"42-152133":{"id":"42-152133","available":0,"dates":[]},"42-152414":{"id":"42-152414","available":0,"dates":[]},"42-152851":{"id":"42-152851","available":0,"dates":[]},"42-153147":{"id":"42-153147","available":0,"dates":[]},"42-153622":{"id":"42-153622","available":0,"dates":[]},"42-153905":{"id":"42-153905","available":0,"dates":[]},"42-154341":{"id":"42-154341","available":0,"dates":[]},"42-154845":{"id":"42-154845","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155530":{"id":"42-155530","available":0,"dates":[]},"51-148021":{"id":"51-148021","available":15,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-148022":{"id":"51-148022","available":11,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148146":{"id":"51-148146","available":3,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"51-148547":{"id":"51-148547","available":8,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-148970":{"id":"52-148970","available":7,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"52-151251":{"id":"52-151251","available":6,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"52-151658":{"id":"52-151658","available":3,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-151969":{"id":"52-151969","available":0,"dates":[]},"52-152130":{"id":"52-152130","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"52-152293":{"id":"52-152293","available":7,"dates":["2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13"]},"52-152596":{"id":"52-152596","available":0,"dates":[]},"52-152710":{"id":"52-152710","available":6,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152848":{"id":"52-152848","available":0,"dates":[]},"52-152984":{"id":"52-152984","available":3,"dates":["2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27"]},"52-153144":{"id":"52-153144","available":2,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"52-153291":{"id":"52-153291","available":6,"dates":["2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03"]},"52-153619":{"id":"52-153619","available":0,"dates":[]},"52-153701":{"id":"52-153701","available":21,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-155033":{"id":"52-155033","available":0,"dates":[]},"58-146868":{"id":"58-146868","available":33,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147381":{"id":"58-147381","available":0,"dates":[]},"58-147907":{"id":"58-147907","available":0,"dates":[]},"58-148233":{"id":"58-148233","available":0,"dates":[]},"58-148628":{"id":"58-148628","available":-1,"dates":[]},"58-149075":{"id":"58-149075","available":-2,"dates":[]},"58-149668":{"id":"58-149668","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149672":{"id":"58-149672","available":34,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150228":{"id":"58-150228","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150232":{"id":"58-150232","available":34,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150709":{"id":"58-150709","available":0,"dates":[]},"58-150710":{"id":"58-150710","available":-3,"dates":[]},"58-151367":{"id":"58-151367","available":0,"dates":[]},"58-151758":{"id":"58-151758","available":-23,"dates":[]},"58-151964":{"id":"58-151964","available":0,"dates":[]},"58-152214":{"id":"58-152214","available":0,"dates":[]},"58-152480":{"id":"58-152480","available":0,"dates":[]},"58-152911":{"id":"58-152911","available":0,"dates":[]},"58-153214":{"id":"58-153214","available":0,"dates":[]},"58-153510":{"id":"58-153510","available":0,"dates":[]},"58-153849":{"id":"58-153849","available":0,"dates":[]},"58-154327":{"id":"58-154327","available":0,"dates":[]},"58-154328":{"id":"58-154328","available":0,"dates":[]},"58-154832":{"id":"58-154832","available":70,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155190":{"id":"58-155190","available":59,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155515":{"id":"58-155515","available":0,"dates":[]},"58-155516":{"id":"58-155516","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155517":{"id":"58-155517","available":53,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155680":{"id":"58-155680","available":67,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-T-10032-58-146190":{"id":"58-FLRL-T-10032-58-146190","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148952":{"id":"65-148952","available":0,"dates":[]},"65-149869":{"id":"65-149869","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149871":{"id":"65-149871","available":14,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150430":{"id":"65-150430","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150432":{"id":"65-150432","available":14,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150850":{"id":"65-150850","available":0,"dates":[]},"65-150861":{"id":"65-150861","available":0,"dates":[]},"65-151233":{"id":"65-151233","available":0,"dates":[]},"65-151640":{"id":"65-151640","available":0,"dates":[]},"65-152112":{"id":"65-152112","available":3,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152398":{"id":"65-152398","available":0,"dates":[]},"65-152835":{"id":"65-152835","available":0,"dates":[]},"65-153131":{"id":"65-153131","available":0,"dates":[]},"65-153433":{"id":"65-153433","available":18,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153607":{"id":"65-153607","available":0,"dates":[]},"65-153893":{"id":"65-153893","available":24,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154141":{"id":"65-154141","available":-1,"dates":[]},"65-154399":{"id":"65-154399","available":0,"dates":[]},"65-154896":{"id":"65-154896","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155248":{"id":"65-155248","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155801":{"id":"65-155801","available":17,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-146874":{"id":"9-146874","available":6,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06"]},"9-147387":{"id":"9-147387","available":0,"dates":[]},"9-147912":{"id":"9-147912","available":0,"dates":[]},"9-148305":{"id":"9-148305","available":0,"dates":[]},"9-148695":{"id":"9-148695","available":0,"dates":[]},"9-155277":{"id":"9-155277","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155809":{"id":"9-155809","available":11,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150710","58-150709","58-155515","58-155516","58-155517","58-155190","58-155680"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150936","4-155514","4-154928","4-154934","4-155229","4-155238","4-155743","4-155755"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150725","41-150733","41-154836","41-155341","41-155686"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155530","42-150741","42-150745","42-154845"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150935","2-154927","2-155513","2-154933","2-155228","2-155237","2-155742","2-155754"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150894","10-150900","10-154913","10-155262","10-155867"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150941","11-150945","11-154904","11-155272","11-155802"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155277","9-155809"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150934","1-155512","1-154926","1-154932","1-155227","1-155236","1-155741","1-155753"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150850","65-150861","65-154896","65-155248","65-155801"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="40" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-lace"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=700 700w, //urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=800 800w, //urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=900 900w, //urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=500" alt="Double the Lace" srcset="//urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=352 352w, //urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=700 700w, //urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=800 800w, //urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=900 900w, //urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=500" alt="Double the Lace" srcset="//urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=352 352w, //urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-lace" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150635","4-150647","4-154794","4-154796","4-155162","4-155173","4-155657","4-155669"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150594","58-150601","58-154773","58-155139","58-155610"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154782","51-155314","51-155615"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150868","41-150874","41-154906","41-155258","41-155778"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150740","42-150744"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150646","2-154793","2-155161","2-155172","2-155656","2-155668","2-150634","2-155559"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150691","10-150693","10-154823","10-155143","10-155638"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150658","11-150663","11-154803","11-155147","11-155641"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-154810","9-155155","9-155650"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150645","1-154792","1-155160","1-155655","1-155667","1-150633"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150847","65-150858","65-154899","65-155251","65-155770"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"1-150633":{"id":"1-150633","available":0,"dates":[]},"1-150645":{"id":"1-150645","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-154792":{"id":"1-154792","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155160":{"id":"1-155160","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155655":{"id":"1-155655","available":3,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155667":{"id":"1-155667","available":4,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150691":{"id":"10-150691","available":0,"dates":[]},"10-150693":{"id":"10-150693","available":0,"dates":[]},"10-154823":{"id":"10-154823","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155143":{"id":"10-155143","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155638":{"id":"10-155638","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150658":{"id":"11-150658","available":0,"dates":[]},"11-150663":{"id":"11-150663","available":0,"dates":[]},"11-154803":{"id":"11-154803","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155147":{"id":"11-155147","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155641":{"id":"11-155641","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150634":{"id":"2-150634","available":0,"dates":[]},"2-150646":{"id":"2-150646","available":0,"dates":[]},"2-154793":{"id":"2-154793","available":0,"dates":[]},"2-155161":{"id":"2-155161","available":2,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155172":{"id":"2-155172","available":4,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155559":{"id":"2-155559","available":0,"dates":[]},"2-155656":{"id":"2-155656","available":3,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155668":{"id":"2-155668","available":4,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150635":{"id":"4-150635","available":0,"dates":[]},"4-150647":{"id":"4-150647","available":0,"dates":[]},"4-154794":{"id":"4-154794","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154796":{"id":"4-154796","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155162":{"id":"4-155162","available":11,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155173":{"id":"4-155173","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155657":{"id":"4-155657","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155669":{"id":"4-155669","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150868":{"id":"41-150868","available":0,"dates":[]},"41-150874":{"id":"41-150874","available":0,"dates":[]},"41-154906":{"id":"41-154906","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155258":{"id":"41-155258","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155778":{"id":"41-155778","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150740":{"id":"42-150740","available":0,"dates":[]},"42-150744":{"id":"42-150744","available":0,"dates":[]},"51-154782":{"id":"51-154782","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155314":{"id":"51-155314","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155615":{"id":"51-155615","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150594":{"id":"58-150594","available":0,"dates":[]},"58-150601":{"id":"58-150601","available":0,"dates":[]},"58-154773":{"id":"58-154773","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155139":{"id":"58-155139","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155610":{"id":"58-155610","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150847":{"id":"65-150847","available":0,"dates":[]},"65-150858":{"id":"65-150858","available":0,"dates":[]},"65-154899":{"id":"65-154899","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155251":{"id":"65-155251","available":4,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155770":{"id":"65-155770","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-154810":{"id":"9-154810","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155155":{"id":"9-155155","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155650":{"id":"9-155650","available":6,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-lace" title="View Double the Lace" data-product-card-title><h3 style="font-size: 1em;">Double the Lace</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$133 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$190</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">8 reviews with an average of 4.0 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.0" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="8" aria-hidden="true" style=" font-size: 12px;">(8)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Lace in Single" data-swatch-item="the-lace" href="https://urbanstems.com/products/the-lace" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Lace in Double" data-swatch-item="double-the-lace" data-image-loaded href="https://urbanstems.com/products/double-the-lace" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="double-the-lace" type="application/json">{"the-lace":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "the-lace", "priceAmount": 8100, "price": "$81 ", "priceCompareAtAmount": 9500, "priceCompareAt": "$95 ", "url": "https://urbanstems.com/products/the-lace", "variantName": null, "title": "The Lace", "images": [ { "alt": "The Lace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=500 500w, //urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=600 600w, //urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=500 500w, //urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=600 600w, //urbanstems.com/cdn/shop/files/TheLace_SupportingImage_1_PDP_e891cf92-f5f0-4bc3-b007-b69c0d67c9dd.jpg?v=1732637674&width=700 700w" }, { "alt": "The Lace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=500 500w, //urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=600 600w, //urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=500 500w, //urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=600 600w, //urbanstems.com/cdn/shop/files/TheLace_MainImage_PDP_fe54b24e-8990-4118-80a0-edd5e01762fc.jpg?v=1732637673&width=700 700w" } ], "variants": [{"id":45948821405944,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10192","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Lace - Single","public_title":"Single","options":["Single","Default Title"],"price":8100,"weight":0,"compare_at_price":9500,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":8100,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":8100,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":8100,"per_delivery_price":22500,"selling_plan_id":4977688824,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":8100,"per_delivery_price":31500,"selling_plan_id":4978245880,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":8100,"per_delivery_price":30000,"selling_plan_id":4979163384,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":8100,"per_delivery_price":42000,"selling_plan_id":4979392760,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":8100,"per_delivery_price":52500,"selling_plan_id":4980179192,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":8100,"per_delivery_price":63000,"selling_plan_id":4980670712,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":8100,"per_delivery_price":126000,"selling_plan_id":4981457144,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":8100,"per_delivery_price":37500,"selling_plan_id":4981817592,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":8100,"per_delivery_price":45000,"selling_plan_id":4982210808,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":8100,"per_delivery_price":90000,"selling_plan_id":4982505720,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":8100,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":8100,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":8100,"per_delivery_price":22500,"selling_plan_id":4977721592,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":8100,"per_delivery_price":31500,"selling_plan_id":4978278648,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":8100,"per_delivery_price":30000,"selling_plan_id":4979196152,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":8100,"per_delivery_price":42000,"selling_plan_id":4979425528,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":8100,"per_delivery_price":52500,"selling_plan_id":4980211960,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":8100,"per_delivery_price":63000,"selling_plan_id":4980703480,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":8100,"per_delivery_price":126000,"selling_plan_id":4981489912,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":8100,"per_delivery_price":37500,"selling_plan_id":4981850360,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":8100,"per_delivery_price":45000,"selling_plan_id":4982243576,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":8100,"per_delivery_price":90000,"selling_plan_id":4982538488,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":8100,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":8100,"per_delivery_price":22500,"selling_plan_id":4977754360,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":8100,"per_delivery_price":30000,"selling_plan_id":4979228920,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":8100,"per_delivery_price":37500,"selling_plan_id":4981883128,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":8100,"per_delivery_price":45000,"selling_plan_id":4982276344,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":8100,"per_delivery_price":90000,"selling_plan_id":4982571256,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150633":{"id":"1-150633","available":0,"dates":[]},"1-150645":{"id":"1-150645","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-153742":{"id":"1-153742","available":0,"dates":[]},"1-153808":{"id":"1-153808","available":0,"dates":[]},"1-154158":{"id":"1-154158","available":0,"dates":[]},"1-154461":{"id":"1-154461","available":0,"dates":[]},"1-154467":{"id":"1-154467","available":-2,"dates":[]},"1-154792":{"id":"1-154792","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155160":{"id":"1-155160","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155655":{"id":"1-155655","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155667":{"id":"1-155667","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150691":{"id":"10-150691","available":0,"dates":[]},"10-150693":{"id":"10-150693","available":0,"dates":[]},"10-153943":{"id":"10-153943","available":0,"dates":[]},"10-154317":{"id":"10-154317","available":0,"dates":[]},"10-154823":{"id":"10-154823","available":18,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155143":{"id":"10-155143","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155638":{"id":"10-155638","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150658":{"id":"11-150658","available":0,"dates":[]},"11-150663":{"id":"11-150663","available":0,"dates":[]},"11-154093":{"id":"11-154093","available":0,"dates":[]},"11-154477":{"id":"11-154477","available":0,"dates":[]},"11-154803":{"id":"11-154803","available":18,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155147":{"id":"11-155147","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155641":{"id":"11-155641","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150634":{"id":"2-150634","available":0,"dates":[]},"2-150646":{"id":"2-150646","available":0,"dates":[]},"2-153743":{"id":"2-153743","available":0,"dates":[]},"2-153809":{"id":"2-153809","available":0,"dates":[]},"2-154159":{"id":"2-154159","available":0,"dates":[]},"2-154462":{"id":"2-154462","available":0,"dates":[]},"2-154468":{"id":"2-154468","available":-2,"dates":[]},"2-154793":{"id":"2-154793","available":0,"dates":[]},"2-155161":{"id":"2-155161","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155172":{"id":"2-155172","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155559":{"id":"2-155559","available":0,"dates":[]},"2-155656":{"id":"2-155656","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155668":{"id":"2-155668","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150635":{"id":"4-150635","available":0,"dates":[]},"4-150647":{"id":"4-150647","available":0,"dates":[]},"4-153744":{"id":"4-153744","available":0,"dates":[]},"4-153810":{"id":"4-153810","available":0,"dates":[]},"4-154160":{"id":"4-154160","available":0,"dates":[]},"4-154463":{"id":"4-154463","available":-1,"dates":[]},"4-154469":{"id":"4-154469","available":-5,"dates":[]},"4-154794":{"id":"4-154794","available":16,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154796":{"id":"4-154796","available":18,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155162":{"id":"4-155162","available":23,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155173":{"id":"4-155173","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155657":{"id":"4-155657","available":30,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155669":{"id":"4-155669","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150868":{"id":"41-150868","available":0,"dates":[]},"41-150874":{"id":"41-150874","available":0,"dates":[]},"41-154099":{"id":"41-154099","available":0,"dates":[]},"41-154413":{"id":"41-154413","available":0,"dates":[]},"41-154906":{"id":"41-154906","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155258":{"id":"41-155258","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155778":{"id":"41-155778","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150740":{"id":"42-150740","available":0,"dates":[]},"42-150744":{"id":"42-150744","available":0,"dates":[]},"51-150999":{"id":"51-150999","available":-3,"dates":[]},"51-153709":{"id":"51-153709","available":0,"dates":[]},"51-154262":{"id":"51-154262","available":0,"dates":[]},"51-154782":{"id":"51-154782","available":29,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155314":{"id":"51-155314","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155615":{"id":"51-155615","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150594":{"id":"58-150594","available":0,"dates":[]},"58-150601":{"id":"58-150601","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-154069":{"id":"58-154069","available":0,"dates":[]},"58-154242":{"id":"58-154242","available":0,"dates":[]},"58-154251":{"id":"58-154251","available":0,"dates":[]},"58-154773":{"id":"58-154773","available":19,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155139":{"id":"58-155139","available":23,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155610":{"id":"58-155610","available":37,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150847":{"id":"65-150847","available":0,"dates":[]},"65-150858":{"id":"65-150858","available":0,"dates":[]},"65-153898":{"id":"65-153898","available":0,"dates":[]},"65-154145":{"id":"65-154145","available":0,"dates":[]},"65-154403":{"id":"65-154403","available":0,"dates":[]},"65-154899":{"id":"65-154899","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155251":{"id":"65-155251","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155770":{"id":"65-155770","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-153933":{"id":"9-153933","available":0,"dates":[]},"9-154483":{"id":"9-154483","available":0,"dates":[]},"9-154810":{"id":"9-154810","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155155":{"id":"9-155155","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155650":{"id":"9-155650","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150635","4-150647","4-154794","4-154796","4-155162","4-155173","4-155657","4-155669"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150594","58-150601","58-154773","58-155139","58-155610"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154782","51-155314","51-155615"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150868","41-150874","41-154906","41-155258","41-155778"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150740","42-150744"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150646","2-154793","2-155161","2-155172","2-155656","2-155668","2-150634","2-155559"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150691","10-150693","10-154823","10-155143","10-155638"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150658","11-150663","11-154803","11-155147","11-155641"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-154810","9-155155","9-155650"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150645","1-154792","1-155160","1-155655","1-155667","1-150633"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150847","65-150858","65-154899","65-155251","65-155770"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-lace":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-lace", "priceAmount": 13300, "price": "$133 ", "priceCompareAtAmount": 19000, "priceCompareAt": "$190 ", "url": "https://urbanstems.com/products/double-the-lace", "variantName": null, "title": "Double the Lace", "images": [ { "alt": "Double the Lace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleTheLace_SupportingImage_1_PDP.jpg?v=1732631942&width=700 700w" }, { "alt": "Double the Lace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/DoubleTheLace_MainImage_PDP.jpg?v=1732631942\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleTheLace_MainImage_PDP.jpg?v=1732631942&width=700 700w" } ], "variants": [{"id":45948821078264,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10192","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Lace - Double","public_title":"Double","options":["Double","Default Title"],"price":13300,"weight":0,"compare_at_price":19000,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150633":{"id":"1-150633","available":0,"dates":[]},"1-150645":{"id":"1-150645","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-153742":{"id":"1-153742","available":0,"dates":[]},"1-153808":{"id":"1-153808","available":0,"dates":[]},"1-154158":{"id":"1-154158","available":0,"dates":[]},"1-154461":{"id":"1-154461","available":0,"dates":[]},"1-154467":{"id":"1-154467","available":-1,"dates":[]},"1-154792":{"id":"1-154792","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155160":{"id":"1-155160","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155655":{"id":"1-155655","available":3,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155667":{"id":"1-155667","available":4,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150691":{"id":"10-150691","available":0,"dates":[]},"10-150693":{"id":"10-150693","available":0,"dates":[]},"10-153943":{"id":"10-153943","available":0,"dates":[]},"10-154317":{"id":"10-154317","available":0,"dates":[]},"10-154823":{"id":"10-154823","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155143":{"id":"10-155143","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155638":{"id":"10-155638","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150658":{"id":"11-150658","available":0,"dates":[]},"11-150663":{"id":"11-150663","available":0,"dates":[]},"11-154093":{"id":"11-154093","available":0,"dates":[]},"11-154477":{"id":"11-154477","available":0,"dates":[]},"11-154803":{"id":"11-154803","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155147":{"id":"11-155147","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155641":{"id":"11-155641","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150634":{"id":"2-150634","available":0,"dates":[]},"2-150646":{"id":"2-150646","available":0,"dates":[]},"2-153743":{"id":"2-153743","available":0,"dates":[]},"2-153809":{"id":"2-153809","available":0,"dates":[]},"2-154159":{"id":"2-154159","available":0,"dates":[]},"2-154462":{"id":"2-154462","available":0,"dates":[]},"2-154468":{"id":"2-154468","available":-1,"dates":[]},"2-154793":{"id":"2-154793","available":0,"dates":[]},"2-155161":{"id":"2-155161","available":2,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155172":{"id":"2-155172","available":4,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155559":{"id":"2-155559","available":0,"dates":[]},"2-155656":{"id":"2-155656","available":3,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155668":{"id":"2-155668","available":4,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150635":{"id":"4-150635","available":0,"dates":[]},"4-150647":{"id":"4-150647","available":0,"dates":[]},"4-153744":{"id":"4-153744","available":0,"dates":[]},"4-153810":{"id":"4-153810","available":0,"dates":[]},"4-154160":{"id":"4-154160","available":0,"dates":[]},"4-154463":{"id":"4-154463","available":-1,"dates":[]},"4-154469":{"id":"4-154469","available":-3,"dates":[]},"4-154794":{"id":"4-154794","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154796":{"id":"4-154796","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155162":{"id":"4-155162","available":11,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155173":{"id":"4-155173","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155657":{"id":"4-155657","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155669":{"id":"4-155669","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150868":{"id":"41-150868","available":0,"dates":[]},"41-150874":{"id":"41-150874","available":0,"dates":[]},"41-154099":{"id":"41-154099","available":0,"dates":[]},"41-154413":{"id":"41-154413","available":0,"dates":[]},"41-154906":{"id":"41-154906","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155258":{"id":"41-155258","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155778":{"id":"41-155778","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150740":{"id":"42-150740","available":0,"dates":[]},"42-150744":{"id":"42-150744","available":0,"dates":[]},"51-150999":{"id":"51-150999","available":-2,"dates":[]},"51-153709":{"id":"51-153709","available":0,"dates":[]},"51-154262":{"id":"51-154262","available":0,"dates":[]},"51-154782":{"id":"51-154782","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155314":{"id":"51-155314","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155615":{"id":"51-155615","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150594":{"id":"58-150594","available":0,"dates":[]},"58-150601":{"id":"58-150601","available":0,"dates":[]},"58-154069":{"id":"58-154069","available":0,"dates":[]},"58-154242":{"id":"58-154242","available":0,"dates":[]},"58-154251":{"id":"58-154251","available":0,"dates":[]},"58-154773":{"id":"58-154773","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155139":{"id":"58-155139","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155610":{"id":"58-155610","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150847":{"id":"65-150847","available":0,"dates":[]},"65-150858":{"id":"65-150858","available":0,"dates":[]},"65-153898":{"id":"65-153898","available":0,"dates":[]},"65-154145":{"id":"65-154145","available":0,"dates":[]},"65-154403":{"id":"65-154403","available":0,"dates":[]},"65-154899":{"id":"65-154899","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155251":{"id":"65-155251","available":4,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155770":{"id":"65-155770","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-153933":{"id":"9-153933","available":0,"dates":[]},"9-154483":{"id":"9-154483","available":0,"dates":[]},"9-154810":{"id":"9-154810","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155155":{"id":"9-155155","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155650":{"id":"9-155650","available":6,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150635","4-150647","4-154794","4-154796","4-155162","4-155173","4-155657","4-155669"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150594","58-150601","58-154773","58-155139","58-155610"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154782","51-155314","51-155615"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150868","41-150874","41-154906","41-155258","41-155778"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150740","42-150744"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150646","2-154793","2-155161","2-155172","2-155656","2-155668","2-150634","2-155559"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150691","10-150693","10-154823","10-155143","10-155638"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150658","11-150663","11-154803","11-155147","11-155641"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-154810","9-155155","9-155650"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150645","1-154792","1-155160","1-155655","1-155667","1-150633"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150847","65-150858","65-154899","65-155251","65-155770"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="41" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-athena"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=500 500w, //urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=600 600w, //urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=700 700w, //urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=800 800w, //urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=900 900w, //urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=500" alt="The Athena" srcset="//urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=352 352w, //urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=500 500w, //urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=600 600w, //urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=700 700w, //urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=800 800w, //urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=900 900w, //urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=500" alt="The Athena" srcset="//urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=352 352w, //urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/vogue-logo.svg?v=1725981816" loading="lazy" class="metafield-file_reference"> <div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-athena-bouquet" data-restrict="false" data-components="the-athena-bouquet,large-brooklyn-vase" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150590","58-150597","58-154771"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150498","4-150525","4-154749","4-154761","4-155117","4-155131","4-155583","4-155600"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150667","41-150669"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150497","2-150524","2-154748","2-155116","2-155130","2-155582","2-155599"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150548","10-150556"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-154767","11-155309","11-155606"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150604","9-150610"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150496","1-150523","1-154747","1-155115","1-155581"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150655"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-150496":{"id":"1-150496","available":0,"dates":[]},"1-150523":{"id":"1-150523","available":0,"dates":[]},"1-154747":{"id":"1-154747","available":5,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155115":{"id":"1-155115","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155581":{"id":"1-155581","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150548":{"id":"10-150548","available":0,"dates":[]},"10-150556":{"id":"10-150556","available":0,"dates":[]},"11-154767":{"id":"11-154767","available":11,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155309":{"id":"11-155309","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155606":{"id":"11-155606","available":22,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150497":{"id":"2-150497","available":0,"dates":[]},"2-150524":{"id":"2-150524","available":0,"dates":[]},"2-154748":{"id":"2-154748","available":0,"dates":[]},"2-155116":{"id":"2-155116","available":4,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155130":{"id":"2-155130","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155582":{"id":"2-155582","available":11,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155599":{"id":"2-155599","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150498":{"id":"4-150498","available":0,"dates":[]},"4-150525":{"id":"4-150525","available":0,"dates":[]},"4-154749":{"id":"4-154749","available":11,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154761":{"id":"4-154761","available":17,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155117":{"id":"4-155117","available":22,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155131":{"id":"4-155131","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155583":{"id":"4-155583","available":51,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155600":{"id":"4-155600","available":30,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150667":{"id":"41-150667","available":1,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150669":{"id":"41-150669","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150590":{"id":"58-150590","available":0,"dates":[]},"58-150597":{"id":"58-150597","available":0,"dates":[]},"58-154771":{"id":"58-154771","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-150655":{"id":"65-150655","available":0,"dates":[]},"9-150604":{"id":"9-150604","available":-1,"dates":[]},"9-150610":{"id":"9-150610","available":0,"dates":[]},"blackout_from":"2024-11-11T20:30:00Z", "blackout_to":"2024-12-01T05:00:00Z"} </script> <script data-inventory-json="large-brooklyn-vase" data-restrict="false" data-components="the-athena-bouquet,large-brooklyn-vase" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-FLRL-V-00029"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":["56-FLRL-V-00029"]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":["57-FLRL-V-00029"]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":["60-FLRL-V-00029"]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-FLRL-V-00029"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-FLRL-V-00029"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":["38-FLRL-V-00029"]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":["55-FLRL-V-00029"]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-FLRL-V-00029"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-FLRL-V-00029"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-FLRL-V-00029"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":["30-FLRL-V-00029"]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":["29-FLRL-V-00029"]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-FLRL-V-00029"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-FLRL-V-00029"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-FLRL-V-00029"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":["13-FLRL-V-00029"]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-FLRL-V-00029"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-FLRL-V-00029"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-FLRL-V-00029"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_2","ground_3","ground_4","express_2","express_2_ca","express_extended","ground_weekend_home","express_extended_plants","fedex_ipd","express_extended_dried_ca"],"1-FLRL-V-00029":{"id":"1-FLRL-V-00029","available":14,"dates":[]},"10-FLRL-V-00029":{"id":"10-FLRL-V-00029","available":0,"dates":[]},"11-FLRL-V-00029":{"id":"11-FLRL-V-00029","available":71,"dates":[]},"13-FLRL-V-00029":{"id":"13-FLRL-V-00029","available":0,"dates":[]},"2-FLRL-V-00029":{"id":"2-FLRL-V-00029","available":8,"dates":[]},"29-FLRL-V-00029":{"id":"29-FLRL-V-00029","available":0,"dates":[]},"30-FLRL-V-00029":{"id":"30-FLRL-V-00029","available":0,"dates":[]},"38-FLRL-V-00029":{"id":"38-FLRL-V-00029","available":0,"dates":[]},"4-FLRL-V-00029":{"id":"4-FLRL-V-00029","available":24,"dates":[]},"41-FLRL-V-00029":{"id":"41-FLRL-V-00029","available":0,"dates":[]},"42-FLRL-V-00029":{"id":"42-FLRL-V-00029","available":0,"dates":[]},"51-FLRL-V-00029":{"id":"51-FLRL-V-00029","available":0,"dates":[]},"52-FLRL-V-00029":{"id":"52-FLRL-V-00029","available":0,"dates":[]},"55-FLRL-V-00029":{"id":"55-FLRL-V-00029","available":0,"dates":[]},"56-FLRL-V-00029":{"id":"56-FLRL-V-00029","available":0,"dates":[]},"57-FLRL-V-00029":{"id":"57-FLRL-V-00029","available":0,"dates":[]},"58-FLRL-V-00029":{"id":"58-FLRL-V-00029","available":0,"dates":[]},"60-FLRL-V-00029":{"id":"60-FLRL-V-00029","available":0,"dates":[]},"65-FLRL-V-00029":{"id":"65-FLRL-V-00029","available":17,"dates":[]},"9-FLRL-V-00029":{"id":"9-FLRL-V-00029","available":47,"dates":[]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-athena" title="View The Athena" data-product-card-title><h3 style="font-size: 1em;">The Athena</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$135 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin sr-only" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">No reviews for this product yet</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="0" style=" gap: 2px; margin-right: 6px; "> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="0" aria-hidden="true" style=" font-size: 12px;">(0)</span></div> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="42" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-flutter"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=500" alt="Double the Flutter" srcset="//urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=500" alt="Double the Flutter" srcset="//urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-flutter" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150507","4-150534","4-154740","4-154758","4-155108","4-155123","4-155571","4-155589"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150671","58-150673","58-154807","58-155151","58-155646"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154786","51-155318","51-155619"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150867","41-150873","41-154770","41-155257","41-155777"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150506","2-150533","2-154739","2-154757","2-155107","2-155122","2-155570","2-155588"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150552","10-150560","10-154762","10-155132","10-155601"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150657","11-150662","11-154801","11-155146","11-155640"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150607","9-150613","9-154777","9-155142","9-155613"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150505","1-150532","1-154738","1-154756","1-155106","1-155121","1-155569","1-155587"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150846","65-150857","65-154897","65-155249","65-155768"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150505":{"id":"1-150505","available":0,"dates":[]},"1-150532":{"id":"1-150532","available":19,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-154738":{"id":"1-154738","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154756":{"id":"1-154756","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155106":{"id":"1-155106","available":10,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155121":{"id":"1-155121","available":2,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155569":{"id":"1-155569","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155587":{"id":"1-155587","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150552":{"id":"10-150552","available":0,"dates":[]},"10-150560":{"id":"10-150560","available":8,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154762":{"id":"10-154762","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155132":{"id":"10-155132","available":29,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155601":{"id":"10-155601","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150657":{"id":"11-150657","available":0,"dates":[]},"11-150662":{"id":"11-150662","available":0,"dates":[]},"11-154801":{"id":"11-154801","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155146":{"id":"11-155146","available":37,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155640":{"id":"11-155640","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150506":{"id":"2-150506","available":0,"dates":[]},"2-150533":{"id":"2-150533","available":0,"dates":[]},"2-154739":{"id":"2-154739","available":0,"dates":[]},"2-154757":{"id":"2-154757","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155107":{"id":"2-155107","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155122":{"id":"2-155122","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155570":{"id":"2-155570","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155588":{"id":"2-155588","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150507":{"id":"4-150507","available":0,"dates":[]},"4-150534":{"id":"4-150534","available":190,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154740":{"id":"4-154740","available":49,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154758":{"id":"4-154758","available":31,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155108":{"id":"4-155108","available":42,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155123":{"id":"4-155123","available":21,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155571":{"id":"4-155571","available":37,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155589":{"id":"4-155589","available":21,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150867":{"id":"41-150867","available":0,"dates":[]},"41-150873":{"id":"41-150873","available":0,"dates":[]},"41-154770":{"id":"41-154770","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155257":{"id":"41-155257","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155777":{"id":"41-155777","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154786":{"id":"51-154786","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155318":{"id":"51-155318","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155619":{"id":"51-155619","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150671":{"id":"58-150671","available":0,"dates":[]},"58-150673":{"id":"58-150673","available":0,"dates":[]},"58-154807":{"id":"58-154807","available":44,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155151":{"id":"58-155151","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155646":{"id":"58-155646","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150846":{"id":"65-150846","available":0,"dates":[]},"65-150857":{"id":"65-150857","available":0,"dates":[]},"65-154897":{"id":"65-154897","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155249":{"id":"65-155249","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155768":{"id":"65-155768","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150607":{"id":"9-150607","available":0,"dates":[]},"9-150613":{"id":"9-150613","available":0,"dates":[]},"9-154777":{"id":"9-154777","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155142":{"id":"9-155142","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155613":{"id":"9-155613","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-flutter" title="View Double the Flutter" data-product-card-title><h3 style="font-size: 1em;">Double the Flutter</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$141 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$176</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">29 reviews with an average of 3.7 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="3.7" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="29" aria-hidden="true" style=" font-size: 12px;">(29)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Flutter in Single" data-swatch-item="the-flutter" href="https://urbanstems.com/products/the-flutter" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Flutter in Double" data-swatch-item="double-the-flutter" data-image-loaded href="https://urbanstems.com/products/double-the-flutter" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="double-the-flutter" type="application/json">{"the-flutter":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "the-flutter", "priceAmount": 7900, "price": "$79 ", "priceCompareAtAmount": 8800, "priceCompareAt": "$88 ", "url": "https://urbanstems.com/products/the-flutter", "variantName": null, "title": "The Flutter", "images": [ { "alt": "The Flutter", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_SupportingImage_1_PDP.jpg?v=1737490846\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=500 500w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=600 600w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=500 500w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=600 600w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP.jpg?v=1737490846&width=700 700w" }, { "alt": "The Flutter", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Hygge_MainImage_PDP.jpg?v=1729895958\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=500 500w, //urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=600 600w, //urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=500 500w, //urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=600 600w, //urbanstems.com/cdn/shop/files/Hygge_MainImage_PDP.jpg?v=1729895958&width=700 700w" } ], "variants": [{"id":45843091194104,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10170","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Flutter - Single","public_title":"Single","options":["Single","Default Title"],"price":7900,"weight":0,"compare_at_price":8800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7900,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":7900,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7900,"per_delivery_price":22500,"selling_plan_id":4921950456,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7900,"per_delivery_price":30000,"selling_plan_id":4922343672,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7900,"per_delivery_price":37500,"selling_plan_id":4922736888,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7900,"per_delivery_price":45000,"selling_plan_id":4923130104,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7900,"per_delivery_price":90000,"selling_plan_id":4923425016,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":7900,"per_delivery_price":126000,"selling_plan_id":4926079224,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":7900,"per_delivery_price":63000,"selling_plan_id":4926341368,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":7900,"per_delivery_price":52500,"selling_plan_id":4926996728,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":7900,"per_delivery_price":42000,"selling_plan_id":4927652088,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":7900,"per_delivery_price":31500,"selling_plan_id":4928307448,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7900,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":7900,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7900,"per_delivery_price":22500,"selling_plan_id":4921983224,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7900,"per_delivery_price":30000,"selling_plan_id":4922376440,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7900,"per_delivery_price":37500,"selling_plan_id":4922769656,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7900,"per_delivery_price":45000,"selling_plan_id":4923162872,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7900,"per_delivery_price":90000,"selling_plan_id":4923457784,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":7900,"per_delivery_price":126000,"selling_plan_id":4926111992,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":7900,"per_delivery_price":63000,"selling_plan_id":4926374136,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":7900,"per_delivery_price":52500,"selling_plan_id":4927029496,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":7900,"per_delivery_price":42000,"selling_plan_id":4927684856,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":7900,"per_delivery_price":31500,"selling_plan_id":4928340216,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":7900,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":7900,"per_delivery_price":22500,"selling_plan_id":4922015992,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7900,"per_delivery_price":30000,"selling_plan_id":4922409208,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":7900,"per_delivery_price":37500,"selling_plan_id":4922802424,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":7900,"per_delivery_price":45000,"selling_plan_id":4923195640,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":7900,"per_delivery_price":90000,"selling_plan_id":4923490552,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148781":{"id":"1-148781","available":0,"dates":[]},"1-148817":{"id":"1-148817","available":0,"dates":[]},"1-150505":{"id":"1-150505","available":0,"dates":[]},"1-150532":{"id":"1-150532","available":39,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151056":{"id":"1-151056","available":0,"dates":[]},"1-151100":{"id":"1-151100","available":0,"dates":[]},"1-151466":{"id":"1-151466","available":0,"dates":[]},"1-151512":{"id":"1-151512","available":0,"dates":[]},"1-152008":{"id":"1-152008","available":0,"dates":[]},"1-152520":{"id":"1-152520","available":0,"dates":[]},"1-152744":{"id":"1-152744","available":0,"dates":[]},"1-152956":{"id":"1-152956","available":-5,"dates":[]},"1-153003":{"id":"1-153003","available":0,"dates":[]},"1-153036":{"id":"1-153036","available":0,"dates":[]},"1-153306":{"id":"1-153306","available":0,"dates":[]},"1-153339":{"id":"1-153339","available":0,"dates":[]},"1-154013":{"id":"1-154013","available":0,"dates":[]},"1-154039":{"id":"1-154039","available":0,"dates":[]},"1-154173":{"id":"1-154173","available":0,"dates":[]},"1-154203":{"id":"1-154203","available":3,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154738":{"id":"1-154738","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154756":{"id":"1-154756","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155106":{"id":"1-155106","available":20,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155121":{"id":"1-155121","available":4,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155569":{"id":"1-155569","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155587":{"id":"1-155587","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-149042":{"id":"10-149042","available":2,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"10-150552":{"id":"10-150552","available":0,"dates":[]},"10-150560":{"id":"10-150560","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151327":{"id":"10-151327","available":0,"dates":[]},"10-151854":{"id":"10-151854","available":0,"dates":[]},"10-152183":{"id":"10-152183","available":0,"dates":[]},"10-152631":{"id":"10-152631","available":0,"dates":[]},"10-152886":{"id":"10-152886","available":0,"dates":[]},"10-153186":{"id":"10-153186","available":0,"dates":[]},"10-153627":{"id":"10-153627","available":0,"dates":[]},"10-154079":{"id":"10-154079","available":0,"dates":[]},"10-154221":{"id":"10-154221","available":0,"dates":[]},"10-154762":{"id":"10-154762","available":64,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155132":{"id":"10-155132","available":59,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155601":{"id":"10-155601","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-148917":{"id":"11-148917","available":0,"dates":[]},"11-150657":{"id":"11-150657","available":0,"dates":[]},"11-150662":{"id":"11-150662","available":0,"dates":[]},"11-151197":{"id":"11-151197","available":0,"dates":[]},"11-151608":{"id":"11-151608","available":0,"dates":[]},"11-152085":{"id":"11-152085","available":0,"dates":[]},"11-152387":{"id":"11-152387","available":0,"dates":[]},"11-152819":{"id":"11-152819","available":0,"dates":[]},"11-153113":{"id":"11-153113","available":0,"dates":[]},"11-153414":{"id":"11-153414","available":0,"dates":[]},"11-154092":{"id":"11-154092","available":0,"dates":[]},"11-154475":{"id":"11-154475","available":0,"dates":[]},"11-154801":{"id":"11-154801","available":60,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155146":{"id":"11-155146","available":75,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155640":{"id":"11-155640","available":64,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148782":{"id":"2-148782","available":0,"dates":[]},"2-148818":{"id":"2-148818","available":0,"dates":[]},"2-150506":{"id":"2-150506","available":0,"dates":[]},"2-150533":{"id":"2-150533","available":0,"dates":[]},"2-151057":{"id":"2-151057","available":0,"dates":[]},"2-151101":{"id":"2-151101","available":0,"dates":[]},"2-151467":{"id":"2-151467","available":0,"dates":[]},"2-151513":{"id":"2-151513","available":0,"dates":[]},"2-152009":{"id":"2-152009","available":0,"dates":[]},"2-152521":{"id":"2-152521","available":0,"dates":[]},"2-152745":{"id":"2-152745","available":0,"dates":[]},"2-152957":{"id":"2-152957","available":0,"dates":[]},"2-153004":{"id":"2-153004","available":0,"dates":[]},"2-153037":{"id":"2-153037","available":0,"dates":[]},"2-153307":{"id":"2-153307","available":0,"dates":[]},"2-153340":{"id":"2-153340","available":0,"dates":[]},"2-154014":{"id":"2-154014","available":0,"dates":[]},"2-154040":{"id":"2-154040","available":0,"dates":[]},"2-154174":{"id":"2-154174","available":0,"dates":[]},"2-154204":{"id":"2-154204","available":0,"dates":[]},"2-154739":{"id":"2-154739","available":0,"dates":[]},"2-154757":{"id":"2-154757","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155107":{"id":"2-155107","available":32,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155122":{"id":"2-155122","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155570":{"id":"2-155570","available":21,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155588":{"id":"2-155588","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-148783":{"id":"4-148783","available":0,"dates":[]},"4-148819":{"id":"4-148819","available":0,"dates":[]},"4-149399":{"id":"4-149399","available":348,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149426":{"id":"4-149426","available":432,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-149999":{"id":"4-149999","available":348,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150026":{"id":"4-150026","available":432,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150507":{"id":"4-150507","available":0,"dates":[]},"4-150534":{"id":"4-150534","available":382,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151058":{"id":"4-151058","available":0,"dates":[]},"4-151102":{"id":"4-151102","available":0,"dates":[]},"4-151468":{"id":"4-151468","available":0,"dates":[]},"4-151514":{"id":"4-151514","available":0,"dates":[]},"4-152010":{"id":"4-152010","available":0,"dates":[]},"4-152522":{"id":"4-152522","available":0,"dates":[]},"4-152746":{"id":"4-152746","available":0,"dates":[]},"4-152958":{"id":"4-152958","available":1,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-153005":{"id":"4-153005","available":0,"dates":[]},"4-153038":{"id":"4-153038","available":0,"dates":[]},"4-153308":{"id":"4-153308","available":0,"dates":[]},"4-153341":{"id":"4-153341","available":0,"dates":[]},"4-154015":{"id":"4-154015","available":0,"dates":[]},"4-154041":{"id":"4-154041","available":0,"dates":[]},"4-154124":{"id":"4-154124","available":0,"dates":[]},"4-154175":{"id":"4-154175","available":0,"dates":[]},"4-154205":{"id":"4-154205","available":0,"dates":[]},"4-154740":{"id":"4-154740","available":99,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154758":{"id":"4-154758","available":62,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155108":{"id":"4-155108","available":84,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155123":{"id":"4-155123","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155571":{"id":"4-155571","available":75,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155589":{"id":"4-155589","available":42,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-148852":{"id":"41-148852","available":0,"dates":[]},"41-150867":{"id":"41-150867","available":0,"dates":[]},"41-150873":{"id":"41-150873","available":0,"dates":[]},"41-151137":{"id":"41-151137","available":0,"dates":[]},"41-151548":{"id":"41-151548","available":0,"dates":[]},"41-152043":{"id":"41-152043","available":0,"dates":[]},"41-152550":{"id":"41-152550","available":0,"dates":[]},"41-152781":{"id":"41-152781","available":0,"dates":[]},"41-153065":{"id":"41-153065","available":0,"dates":[]},"41-153367":{"id":"41-153367","available":0,"dates":[]},"41-154097":{"id":"41-154097","available":0,"dates":[]},"41-154235":{"id":"41-154235","available":6,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154770":{"id":"41-154770","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155257":{"id":"41-155257","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155777":{"id":"41-155777","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-148869":{"id":"51-148869","available":6,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-150998":{"id":"51-150998","available":-3,"dates":[]},"51-151154":{"id":"51-151154","available":0,"dates":[]},"51-151565":{"id":"51-151565","available":0,"dates":[]},"51-152057":{"id":"51-152057","available":0,"dates":[]},"51-152562":{"id":"51-152562","available":6,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152793":{"id":"51-152793","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153078":{"id":"51-153078","available":0,"dates":[]},"51-153597":{"id":"51-153597","available":0,"dates":[]},"51-153713":{"id":"51-153713","available":0,"dates":[]},"51-154266":{"id":"51-154266","available":0,"dates":[]},"51-154786":{"id":"51-154786","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155318":{"id":"51-155318","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155619":{"id":"51-155619","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-148927":{"id":"58-148927","available":0,"dates":[]},"58-150671":{"id":"58-150671","available":0,"dates":[]},"58-150673":{"id":"58-150673","available":0,"dates":[]},"58-151207":{"id":"58-151207","available":0,"dates":[]},"58-151619":{"id":"58-151619","available":0,"dates":[]},"58-152095":{"id":"58-152095","available":0,"dates":[]},"58-152586":{"id":"58-152586","available":0,"dates":[]},"58-152825":{"id":"58-152825","available":0,"dates":[]},"58-153119":{"id":"58-153119","available":0,"dates":[]},"58-153420":{"id":"58-153420","available":0,"dates":[]},"58-153853":{"id":"58-153853","available":0,"dates":[]},"58-154479":{"id":"58-154479","available":0,"dates":[]},"58-154481":{"id":"58-154481","available":0,"dates":[]},"58-154807":{"id":"58-154807","available":89,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155151":{"id":"58-155151","available":84,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155646":{"id":"58-155646","available":76,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-149015":{"id":"65-149015","available":6,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"65-150846":{"id":"65-150846","available":0,"dates":[]},"65-150857":{"id":"65-150857","available":0,"dates":[]},"65-151297":{"id":"65-151297","available":0,"dates":[]},"65-151701":{"id":"65-151701","available":0,"dates":[]},"65-152154":{"id":"65-152154","available":22,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152432":{"id":"65-152432","available":0,"dates":[]},"65-152864":{"id":"65-152864","available":0,"dates":[]},"65-153163":{"id":"65-153163","available":0,"dates":[]},"65-153460":{"id":"65-153460","available":0,"dates":[]},"65-153896":{"id":"65-153896","available":0,"dates":[]},"65-154143":{"id":"65-154143","available":0,"dates":[]},"65-154401":{"id":"65-154401","available":0,"dates":[]},"65-154897":{"id":"65-154897","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155249":{"id":"65-155249","available":39,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155768":{"id":"65-155768","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149053":{"id":"9-149053","available":0,"dates":[]},"9-150607":{"id":"9-150607","available":0,"dates":[]},"9-150613":{"id":"9-150613","available":0,"dates":[]},"9-151338":{"id":"9-151338","available":0,"dates":[]},"9-151847":{"id":"9-151847","available":0,"dates":[]},"9-152194":{"id":"9-152194","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"9-152640":{"id":"9-152640","available":0,"dates":[]},"9-152895":{"id":"9-152895","available":0,"dates":[]},"9-153195":{"id":"9-153195","available":0,"dates":[]},"9-153636":{"id":"9-153636","available":0,"dates":[]},"9-154106":{"id":"9-154106","available":0,"dates":[]},"9-154256":{"id":"9-154256","available":0,"dates":[]},"9-154777":{"id":"9-154777","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155142":{"id":"9-155142","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155613":{"id":"9-155613","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150507","4-150534","4-154740","4-154758","4-155108","4-155123","4-155571","4-155589"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150671","58-150673","58-154807","58-155151","58-155646"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154786","51-155318","51-155619"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150867","41-150873","41-154770","41-155257","41-155777"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150506","2-150533","2-154739","2-154757","2-155107","2-155122","2-155570","2-155588"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150552","10-150560","10-154762","10-155132","10-155601"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150657","11-150662","11-154801","11-155146","11-155640"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150607","9-150613","9-154777","9-155142","9-155613"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150505","1-150532","1-154738","1-154756","1-155106","1-155121","1-155569","1-155587"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150846","65-150857","65-154897","65-155249","65-155768"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":"2024-11-13T05:00:00Z", "blackout_to":"2024-12-02T05:00:00Z"} }, "double-the-flutter":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-flutter", "priceAmount": 14100, "price": "$141 ", "priceCompareAtAmount": 17600, "priceCompareAt": "$176 ", "url": "https://urbanstems.com/products/double-the-flutter", "variantName": null, "title": "Double the Flutter", "images": [ { "alt": "Double the Flutter", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Hygge_SupportingImage_1_PDP.jpg?v=1729901616&width=700 700w" }, { "alt": "Double the Flutter", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Hygge_MainImage_PDP.jpg?v=1729901616\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Hygge_MainImage_PDP.jpg?v=1729901616&width=700 700w" } ], "variants": [{"id":45843034734840,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10170","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Flutter - Double","public_title":"Double","options":["Double","Default Title"],"price":14100,"weight":0,"compare_at_price":17600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148781":{"id":"1-148781","available":0,"dates":[]},"1-148817":{"id":"1-148817","available":0,"dates":[]},"1-150505":{"id":"1-150505","available":0,"dates":[]},"1-150532":{"id":"1-150532","available":19,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151056":{"id":"1-151056","available":0,"dates":[]},"1-151100":{"id":"1-151100","available":0,"dates":[]},"1-151466":{"id":"1-151466","available":0,"dates":[]},"1-151512":{"id":"1-151512","available":0,"dates":[]},"1-152008":{"id":"1-152008","available":0,"dates":[]},"1-152520":{"id":"1-152520","available":0,"dates":[]},"1-152744":{"id":"1-152744","available":0,"dates":[]},"1-152956":{"id":"1-152956","available":-3,"dates":[]},"1-153003":{"id":"1-153003","available":0,"dates":[]},"1-153036":{"id":"1-153036","available":0,"dates":[]},"1-153306":{"id":"1-153306","available":0,"dates":[]},"1-153339":{"id":"1-153339","available":0,"dates":[]},"1-154013":{"id":"1-154013","available":0,"dates":[]},"1-154039":{"id":"1-154039","available":0,"dates":[]},"1-154173":{"id":"1-154173","available":0,"dates":[]},"1-154203":{"id":"1-154203","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154738":{"id":"1-154738","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154756":{"id":"1-154756","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155106":{"id":"1-155106","available":10,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155121":{"id":"1-155121","available":2,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155569":{"id":"1-155569","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155587":{"id":"1-155587","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-149042":{"id":"10-149042","available":1,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"10-150552":{"id":"10-150552","available":0,"dates":[]},"10-150560":{"id":"10-150560","available":8,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151327":{"id":"10-151327","available":0,"dates":[]},"10-151854":{"id":"10-151854","available":0,"dates":[]},"10-152183":{"id":"10-152183","available":0,"dates":[]},"10-152631":{"id":"10-152631","available":0,"dates":[]},"10-152886":{"id":"10-152886","available":0,"dates":[]},"10-153186":{"id":"10-153186","available":0,"dates":[]},"10-153627":{"id":"10-153627","available":0,"dates":[]},"10-154079":{"id":"10-154079","available":0,"dates":[]},"10-154221":{"id":"10-154221","available":0,"dates":[]},"10-154762":{"id":"10-154762","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155132":{"id":"10-155132","available":29,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155601":{"id":"10-155601","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-148917":{"id":"11-148917","available":0,"dates":[]},"11-150657":{"id":"11-150657","available":0,"dates":[]},"11-150662":{"id":"11-150662","available":0,"dates":[]},"11-151197":{"id":"11-151197","available":0,"dates":[]},"11-151608":{"id":"11-151608","available":0,"dates":[]},"11-152085":{"id":"11-152085","available":0,"dates":[]},"11-152387":{"id":"11-152387","available":0,"dates":[]},"11-152819":{"id":"11-152819","available":0,"dates":[]},"11-153113":{"id":"11-153113","available":0,"dates":[]},"11-153414":{"id":"11-153414","available":0,"dates":[]},"11-154092":{"id":"11-154092","available":0,"dates":[]},"11-154475":{"id":"11-154475","available":0,"dates":[]},"11-154801":{"id":"11-154801","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155146":{"id":"11-155146","available":37,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155640":{"id":"11-155640","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148782":{"id":"2-148782","available":0,"dates":[]},"2-148818":{"id":"2-148818","available":0,"dates":[]},"2-150506":{"id":"2-150506","available":0,"dates":[]},"2-150533":{"id":"2-150533","available":0,"dates":[]},"2-151057":{"id":"2-151057","available":0,"dates":[]},"2-151101":{"id":"2-151101","available":0,"dates":[]},"2-151467":{"id":"2-151467","available":0,"dates":[]},"2-151513":{"id":"2-151513","available":0,"dates":[]},"2-152009":{"id":"2-152009","available":0,"dates":[]},"2-152521":{"id":"2-152521","available":0,"dates":[]},"2-152745":{"id":"2-152745","available":0,"dates":[]},"2-152957":{"id":"2-152957","available":0,"dates":[]},"2-153004":{"id":"2-153004","available":0,"dates":[]},"2-153037":{"id":"2-153037","available":0,"dates":[]},"2-153307":{"id":"2-153307","available":0,"dates":[]},"2-153340":{"id":"2-153340","available":0,"dates":[]},"2-154014":{"id":"2-154014","available":0,"dates":[]},"2-154040":{"id":"2-154040","available":0,"dates":[]},"2-154174":{"id":"2-154174","available":0,"dates":[]},"2-154204":{"id":"2-154204","available":0,"dates":[]},"2-154739":{"id":"2-154739","available":0,"dates":[]},"2-154757":{"id":"2-154757","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155107":{"id":"2-155107","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155122":{"id":"2-155122","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155570":{"id":"2-155570","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155588":{"id":"2-155588","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-148783":{"id":"4-148783","available":0,"dates":[]},"4-148819":{"id":"4-148819","available":0,"dates":[]},"4-149399":{"id":"4-149399","available":174,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149426":{"id":"4-149426","available":216,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-149999":{"id":"4-149999","available":174,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150026":{"id":"4-150026","available":216,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150507":{"id":"4-150507","available":0,"dates":[]},"4-150534":{"id":"4-150534","available":190,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151058":{"id":"4-151058","available":0,"dates":[]},"4-151102":{"id":"4-151102","available":0,"dates":[]},"4-151468":{"id":"4-151468","available":0,"dates":[]},"4-151514":{"id":"4-151514","available":0,"dates":[]},"4-152010":{"id":"4-152010","available":0,"dates":[]},"4-152522":{"id":"4-152522","available":0,"dates":[]},"4-152746":{"id":"4-152746","available":0,"dates":[]},"4-152958":{"id":"4-152958","available":0,"dates":[]},"4-153005":{"id":"4-153005","available":0,"dates":[]},"4-153038":{"id":"4-153038","available":0,"dates":[]},"4-153308":{"id":"4-153308","available":0,"dates":[]},"4-153341":{"id":"4-153341","available":0,"dates":[]},"4-154015":{"id":"4-154015","available":0,"dates":[]},"4-154041":{"id":"4-154041","available":0,"dates":[]},"4-154124":{"id":"4-154124","available":0,"dates":[]},"4-154175":{"id":"4-154175","available":0,"dates":[]},"4-154205":{"id":"4-154205","available":0,"dates":[]},"4-154740":{"id":"4-154740","available":49,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154758":{"id":"4-154758","available":31,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155108":{"id":"4-155108","available":42,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155123":{"id":"4-155123","available":21,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155571":{"id":"4-155571","available":37,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155589":{"id":"4-155589","available":21,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-148852":{"id":"41-148852","available":0,"dates":[]},"41-150867":{"id":"41-150867","available":0,"dates":[]},"41-150873":{"id":"41-150873","available":0,"dates":[]},"41-151137":{"id":"41-151137","available":0,"dates":[]},"41-151548":{"id":"41-151548","available":0,"dates":[]},"41-152043":{"id":"41-152043","available":0,"dates":[]},"41-152550":{"id":"41-152550","available":0,"dates":[]},"41-152781":{"id":"41-152781","available":0,"dates":[]},"41-153065":{"id":"41-153065","available":0,"dates":[]},"41-153367":{"id":"41-153367","available":0,"dates":[]},"41-154097":{"id":"41-154097","available":0,"dates":[]},"41-154235":{"id":"41-154235","available":3,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154770":{"id":"41-154770","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155257":{"id":"41-155257","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155777":{"id":"41-155777","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-148869":{"id":"51-148869","available":3,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-150998":{"id":"51-150998","available":-2,"dates":[]},"51-151154":{"id":"51-151154","available":0,"dates":[]},"51-151565":{"id":"51-151565","available":0,"dates":[]},"51-152057":{"id":"51-152057","available":0,"dates":[]},"51-152562":{"id":"51-152562","available":3,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152793":{"id":"51-152793","available":0,"dates":[]},"51-153078":{"id":"51-153078","available":0,"dates":[]},"51-153597":{"id":"51-153597","available":0,"dates":[]},"51-153713":{"id":"51-153713","available":0,"dates":[]},"51-154266":{"id":"51-154266","available":0,"dates":[]},"51-154786":{"id":"51-154786","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155318":{"id":"51-155318","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155619":{"id":"51-155619","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-148927":{"id":"58-148927","available":0,"dates":[]},"58-150671":{"id":"58-150671","available":0,"dates":[]},"58-150673":{"id":"58-150673","available":0,"dates":[]},"58-151207":{"id":"58-151207","available":0,"dates":[]},"58-151619":{"id":"58-151619","available":0,"dates":[]},"58-152095":{"id":"58-152095","available":0,"dates":[]},"58-152586":{"id":"58-152586","available":0,"dates":[]},"58-152825":{"id":"58-152825","available":0,"dates":[]},"58-153119":{"id":"58-153119","available":0,"dates":[]},"58-153420":{"id":"58-153420","available":0,"dates":[]},"58-153853":{"id":"58-153853","available":0,"dates":[]},"58-154479":{"id":"58-154479","available":0,"dates":[]},"58-154481":{"id":"58-154481","available":0,"dates":[]},"58-154807":{"id":"58-154807","available":44,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155151":{"id":"58-155151","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155646":{"id":"58-155646","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-149015":{"id":"65-149015","available":3,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"65-150846":{"id":"65-150846","available":0,"dates":[]},"65-150857":{"id":"65-150857","available":0,"dates":[]},"65-151297":{"id":"65-151297","available":0,"dates":[]},"65-151701":{"id":"65-151701","available":0,"dates":[]},"65-152154":{"id":"65-152154","available":11,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152432":{"id":"65-152432","available":0,"dates":[]},"65-152864":{"id":"65-152864","available":0,"dates":[]},"65-153163":{"id":"65-153163","available":0,"dates":[]},"65-153460":{"id":"65-153460","available":0,"dates":[]},"65-153896":{"id":"65-153896","available":0,"dates":[]},"65-154143":{"id":"65-154143","available":0,"dates":[]},"65-154401":{"id":"65-154401","available":0,"dates":[]},"65-154897":{"id":"65-154897","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155249":{"id":"65-155249","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155768":{"id":"65-155768","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149053":{"id":"9-149053","available":0,"dates":[]},"9-150607":{"id":"9-150607","available":0,"dates":[]},"9-150613":{"id":"9-150613","available":0,"dates":[]},"9-151338":{"id":"9-151338","available":0,"dates":[]},"9-151847":{"id":"9-151847","available":0,"dates":[]},"9-152194":{"id":"9-152194","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"9-152640":{"id":"9-152640","available":0,"dates":[]},"9-152895":{"id":"9-152895","available":0,"dates":[]},"9-153195":{"id":"9-153195","available":0,"dates":[]},"9-153636":{"id":"9-153636","available":0,"dates":[]},"9-154106":{"id":"9-154106","available":0,"dates":[]},"9-154256":{"id":"9-154256","available":0,"dates":[]},"9-154777":{"id":"9-154777","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155142":{"id":"9-155142","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155613":{"id":"9-155613","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150507","4-150534","4-154740","4-154758","4-155108","4-155123","4-155571","4-155589"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150671","58-150673","58-154807","58-155151","58-155646"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154786","51-155318","51-155619"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150867","41-150873","41-154770","41-155257","41-155777"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150506","2-150533","2-154739","2-154757","2-155107","2-155122","2-155570","2-155588"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150552","10-150560","10-154762","10-155132","10-155601"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150657","11-150662","11-154801","11-155146","11-155640"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150607","9-150613","9-154777","9-155142","9-155613"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150505","1-150532","1-154738","1-154756","1-155106","1-155121","1-155569","1-155587"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150846","65-150857","65-154897","65-155249","65-155768"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="43" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="triple-the-first-date"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=500" alt="Triple the First Date" srcset="//urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=500" alt="Triple the First Date" srcset="//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="triple-the-first-date" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150592","58-150599","58-154806","58-155152","58-155647"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154779","51-155320","51-155621"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150629","4-150641","4-154734","4-154752","4-155114","4-155129","4-155580","4-155598"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150723","41-150731","41-154838","41-155343","41-155688"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150628","2-150640","2-154733","2-154751","2-155113","2-155128","2-155579","2-155597","2-155554"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150839","10-150841","10-154894","10-155246","10-155766"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150904","11-150909","11-154917","11-155266","11-155791"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150675","9-150677","9-154808","9-155154","9-155649"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150627","1-150639","1-154732","1-154750","1-155112","1-155127","1-155578","1-155596","1-155553"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150713","65-150718","65-154898","65-155250","65-155769"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"1-150627":{"id":"1-150627","available":0,"dates":[]},"1-150639":{"id":"1-150639","available":0,"dates":[]},"1-154732":{"id":"1-154732","available":0,"dates":[]},"1-154750":{"id":"1-154750","available":0,"dates":[]},"1-155112":{"id":"1-155112","available":4,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155127":{"id":"1-155127","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155553":{"id":"1-155553","available":0,"dates":[]},"1-155578":{"id":"1-155578","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155596":{"id":"1-155596","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150839":{"id":"10-150839","available":0,"dates":[]},"10-150841":{"id":"10-150841","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154894":{"id":"10-154894","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155246":{"id":"10-155246","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155766":{"id":"10-155766","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150904":{"id":"11-150904","available":0,"dates":[]},"11-150909":{"id":"11-150909","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154917":{"id":"11-154917","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155266":{"id":"11-155266","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155791":{"id":"11-155791","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150628":{"id":"2-150628","available":0,"dates":[]},"2-150640":{"id":"2-150640","available":0,"dates":[]},"2-154733":{"id":"2-154733","available":0,"dates":[]},"2-154751":{"id":"2-154751","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155113":{"id":"2-155113","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155128":{"id":"2-155128","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155554":{"id":"2-155554","available":0,"dates":[]},"2-155579":{"id":"2-155579","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155597":{"id":"2-155597","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150629":{"id":"4-150629","available":0,"dates":[]},"4-150641":{"id":"4-150641","available":81,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154734":{"id":"4-154734","available":33,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154752":{"id":"4-154752","available":20,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155114":{"id":"4-155114","available":24,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155129":{"id":"4-155129","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155580":{"id":"4-155580","available":34,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155598":{"id":"4-155598","available":21,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150723":{"id":"41-150723","available":0,"dates":[]},"41-150731":{"id":"41-150731","available":0,"dates":[]},"41-154838":{"id":"41-154838","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155343":{"id":"41-155343","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155688":{"id":"41-155688","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154779":{"id":"51-154779","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155320":{"id":"51-155320","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155621":{"id":"51-155621","available":8,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150592":{"id":"58-150592","available":0,"dates":[]},"58-150599":{"id":"58-150599","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-154806":{"id":"58-154806","available":38,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155152":{"id":"58-155152","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155647":{"id":"58-155647","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150713":{"id":"65-150713","available":0,"dates":[]},"65-150718":{"id":"65-150718","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-154898":{"id":"65-154898","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155250":{"id":"65-155250","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155769":{"id":"65-155769","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150675":{"id":"9-150675","available":0,"dates":[]},"9-150677":{"id":"9-150677","available":0,"dates":[]},"9-154808":{"id":"9-154808","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155154":{"id":"9-155154","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155649":{"id":"9-155649","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/triple-the-first-date" title="View Triple the First Date" data-product-card-title><h3 style="font-size: 1em;">Triple the First Date</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$143 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$204</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">123 reviews with an average of 3.966666666666667 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="3.966666666666667" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="123" aria-hidden="true" style=" font-size: 12px;">(123)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The First Date in Single" data-swatch-item="the-first-date" href="https://urbanstems.com/products/the-first-date" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the First Date in Double" data-swatch-item="double-the-first-date" href="https://urbanstems.com/products/double-the-first-date" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Triple the First Date in Triple" data-swatch-item="triple-the-first-date" data-image-loaded href="https://urbanstems.com/products/triple-the-first-date" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="triple-the-first-date" type="application/json">{"the-first-date":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "the-first-date", "priceAmount": 5800, "price": "$58 ", "priceCompareAtAmount": 6800, "priceCompareAt": "$68 ", "url": "https://urbanstems.com/products/the-first-date", "variantName": null, "title": "The First Date", "images": [ { "alt": "The First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=700 700w" }, { "alt": "The First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=700 700w" } ], "variants": [{"id":45510415909112,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00080","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The First Date - Single","public_title":"Single","options":["Single","Default Title"],"price":5800,"weight":0,"compare_at_price":6800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5800,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5800,"per_delivery_price":24000,"selling_plan_id":4891246840,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5800,"per_delivery_price":30000,"selling_plan_id":4892131576,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5800,"per_delivery_price":36000,"selling_plan_id":4892819704,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5800,"per_delivery_price":72000,"selling_plan_id":4893606136,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5800,"per_delivery_price":18000,"selling_plan_id":4929126648,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5800,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5800,"per_delivery_price":24000,"selling_plan_id":4891279608,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5800,"per_delivery_price":30000,"selling_plan_id":4892164344,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5800,"per_delivery_price":36000,"selling_plan_id":4892852472,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5800,"per_delivery_price":72000,"selling_plan_id":4893638904,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5800,"per_delivery_price":18000,"selling_plan_id":4929159416,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":5800,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":5800,"per_delivery_price":24000,"selling_plan_id":4891312376,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":5800,"per_delivery_price":30000,"selling_plan_id":4892197112,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":5800,"per_delivery_price":36000,"selling_plan_id":4892885240,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":5800,"per_delivery_price":72000,"selling_plan_id":4893671672,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":5800,"per_delivery_price":18000,"selling_plan_id":4929192184,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":5220}],"price":5220,"compare_at_price":5800,"per_delivery_price":5220,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":5220}],"price":5220,"compare_at_price":5800,"per_delivery_price":5220,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":15660}],"price":15660,"compare_at_price":5800,"per_delivery_price":15660,"selling_plan_id":4984766712,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":15660}],"price":15660,"compare_at_price":5800,"per_delivery_price":15660,"selling_plan_id":4984799480,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":31320}],"price":31320,"compare_at_price":5800,"per_delivery_price":31320,"selling_plan_id":4985553144,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":31320}],"price":31320,"compare_at_price":5800,"per_delivery_price":31320,"selling_plan_id":4985585912,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146692":{"id":"1-146692","available":20,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146704":{"id":"1-146704","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146813":{"id":"1-146813","available":1,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147207":{"id":"1-147207","available":0,"dates":[]},"1-147219":{"id":"1-147219","available":0,"dates":[]},"1-147735":{"id":"1-147735","available":-8,"dates":[]},"1-147744":{"id":"1-147744","available":-1,"dates":[]},"1-148164":{"id":"1-148164","available":-1,"dates":[]},"1-148442":{"id":"1-148442","available":0,"dates":[]},"1-148562":{"id":"1-148562","available":0,"dates":[]},"1-148571":{"id":"1-148571","available":0,"dates":[]},"1-148884":{"id":"1-148884","available":0,"dates":[]},"1-148902":{"id":"1-148902","available":0,"dates":[]},"1-149555":{"id":"1-149555","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149567":{"id":"1-149567","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150143":{"id":"1-150143","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150155":{"id":"1-150155","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150627":{"id":"1-150627","available":0,"dates":[]},"1-150639":{"id":"1-150639","available":0,"dates":[]},"1-151169":{"id":"1-151169","available":2,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151184":{"id":"1-151184","available":0,"dates":[]},"1-151580":{"id":"1-151580","available":16,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151595":{"id":"1-151595","available":6,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152072":{"id":"1-152072","available":1,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152577":{"id":"1-152577","available":0,"dates":[]},"1-152808":{"id":"1-152808","available":0,"dates":[]},"1-152980":{"id":"1-152980","available":0,"dates":[]},"1-153093":{"id":"1-153093","available":0,"dates":[]},"1-153105":{"id":"1-153105","available":0,"dates":[]},"1-153395":{"id":"1-153395","available":0,"dates":[]},"1-153727":{"id":"1-153727","available":0,"dates":[]},"1-153793":{"id":"1-153793","available":0,"dates":[]},"1-154161":{"id":"1-154161","available":0,"dates":[]},"1-154191":{"id":"1-154191","available":0,"dates":[]},"1-154732":{"id":"1-154732","available":0,"dates":[]},"1-154750":{"id":"1-154750","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155112":{"id":"1-155112","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155127":{"id":"1-155127","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155553":{"id":"1-155553","available":0,"dates":[]},"1-155578":{"id":"1-155578","available":14,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155596":{"id":"1-155596","available":16,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-00080-1-144676":{"id":"1-FLRL-B-00080-1-144676","available":4,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-00080-1-146002":{"id":"1-FLRL-B-00080-1-146002","available":"7","dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-00080-1-146019":{"id":"1-FLRL-B-00080-1-146019","available":5,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146809":{"id":"10-146809","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147327":{"id":"10-147327","available":0,"dates":[]},"10-147845":{"id":"10-147845","available":0,"dates":[]},"10-148280":{"id":"10-148280","available":0,"dates":[]},"10-148665":{"id":"10-148665","available":0,"dates":[]},"10-149014":{"id":"10-149014","available":0,"dates":[]},"10-149579":{"id":"10-149579","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149583":{"id":"10-149583","available":96,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150167":{"id":"10-150167","available":64,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150170":{"id":"10-150170","available":96,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150839":{"id":"10-150839","available":0,"dates":[]},"10-150841":{"id":"10-150841","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151296":{"id":"10-151296","available":0,"dates":[]},"10-151700":{"id":"10-151700","available":0,"dates":[]},"10-152153":{"id":"10-152153","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"10-152611":{"id":"10-152611","available":0,"dates":[]},"10-152863":{"id":"10-152863","available":0,"dates":[]},"10-153162":{"id":"10-153162","available":0,"dates":[]},"10-153459":{"id":"10-153459","available":0,"dates":[]},"10-154083":{"id":"10-154083","available":0,"dates":[]},"10-154398":{"id":"10-154398","available":33,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154894":{"id":"10-154894","available":53,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155246":{"id":"10-155246","available":56,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155766":{"id":"10-155766","available":84,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-00080-10-145713":{"id":"10-FLRL-B-00080-10-145713","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"10-FLRL-B-00080-10-146133":{"id":"10-FLRL-B-00080-10-146133","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146331":{"id":"11-146331","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146532":{"id":"11-146532","available":42,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146841":{"id":"11-146841","available":54,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147358":{"id":"11-147358","available":0,"dates":[]},"11-147878":{"id":"11-147878","available":0,"dates":[]},"11-148314":{"id":"11-148314","available":0,"dates":[]},"11-148708":{"id":"11-148708","available":0,"dates":[]},"11-149049":{"id":"11-149049","available":0,"dates":[]},"11-149595":{"id":"11-149595","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149599":{"id":"11-149599","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150396":{"id":"11-150396","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150401":{"id":"11-150401","available":108,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150904":{"id":"11-150904","available":0,"dates":[]},"11-150909":{"id":"11-150909","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151334":{"id":"11-151334","available":0,"dates":[]},"11-151843":{"id":"11-151843","available":0,"dates":[]},"11-152190":{"id":"11-152190","available":0,"dates":[]},"11-152636":{"id":"11-152636","available":0,"dates":[]},"11-152891":{"id":"11-152891","available":0,"dates":[]},"11-153191":{"id":"11-153191","available":0,"dates":[]},"11-153632":{"id":"11-153632","available":0,"dates":[]},"11-153871":{"id":"11-153871","available":0,"dates":[]},"11-154435":{"id":"11-154435","available":0,"dates":[]},"11-154917":{"id":"11-154917","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155266":{"id":"11-155266","available":61,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155791":{"id":"11-155791","available":96,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-00080-11-144831":{"id":"11-FLRL-B-00080-11-144831","available":4,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-00080-11-146165":{"id":"11-FLRL-B-00080-11-146165","available":11,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-FLRL-B-00080-11-146331":{"id":"11-FLRL-B-00080-11-146331","available":0,"dates":[]},"11-FLRL-B-00080-11-146532":{"id":"11-FLRL-B-00080-11-146532","available":42,"dates":[]},"2-146693":{"id":"2-146693","available":20,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146705":{"id":"2-146705","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146814":{"id":"2-146814","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147208":{"id":"2-147208","available":0,"dates":[]},"2-147220":{"id":"2-147220","available":0,"dates":[]},"2-147736":{"id":"2-147736","available":-11,"dates":[]},"2-147745":{"id":"2-147745","available":0,"dates":[]},"2-148165":{"id":"2-148165","available":0,"dates":[]},"2-148443":{"id":"2-148443","available":0,"dates":[]},"2-148563":{"id":"2-148563","available":0,"dates":[]},"2-148572":{"id":"2-148572","available":0,"dates":[]},"2-148885":{"id":"2-148885","available":0,"dates":[]},"2-148903":{"id":"2-148903","available":0,"dates":[]},"2-149556":{"id":"2-149556","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149568":{"id":"2-149568","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150144":{"id":"2-150144","available":60,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150156":{"id":"2-150156","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150628":{"id":"2-150628","available":0,"dates":[]},"2-150640":{"id":"2-150640","available":0,"dates":[]},"2-151170":{"id":"2-151170","available":0,"dates":[]},"2-151185":{"id":"2-151185","available":0,"dates":[]},"2-151581":{"id":"2-151581","available":-2,"dates":[]},"2-151596":{"id":"2-151596","available":0,"dates":[]},"2-152073":{"id":"2-152073","available":0,"dates":[]},"2-152578":{"id":"2-152578","available":0,"dates":[]},"2-152809":{"id":"2-152809","available":0,"dates":[]},"2-152981":{"id":"2-152981","available":0,"dates":[]},"2-153094":{"id":"2-153094","available":0,"dates":[]},"2-153106":{"id":"2-153106","available":0,"dates":[]},"2-153396":{"id":"2-153396","available":0,"dates":[]},"2-153407":{"id":"2-153407","available":0,"dates":[]},"2-153728":{"id":"2-153728","available":0,"dates":[]},"2-153794":{"id":"2-153794","available":0,"dates":[]},"2-154162":{"id":"2-154162","available":0,"dates":[]},"2-154192":{"id":"2-154192","available":0,"dates":[]},"2-154733":{"id":"2-154733","available":0,"dates":[]},"2-154751":{"id":"2-154751","available":7,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155113":{"id":"2-155113","available":29,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155128":{"id":"2-155128","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155554":{"id":"2-155554","available":0,"dates":[]},"2-155579":{"id":"2-155579","available":29,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155597":{"id":"2-155597","available":16,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-00080-2-144667":{"id":"2-FLRL-B-00080-2-144667","available":1,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"2-FLRL-B-00080-2-144677":{"id":"2-FLRL-B-00080-2-144677","available":7,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-00080-2-146003":{"id":"2-FLRL-B-00080-2-146003","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-00080-2-146020":{"id":"2-FLRL-B-00080-2-146020","available":3,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146792":{"id":"30-146792","available":56,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147308":{"id":"30-147308","available":0,"dates":[]},"30-147826":{"id":"30-147826","available":0,"dates":[]},"30-148257":{"id":"30-148257","available":0,"dates":[]},"30-148649":{"id":"30-148649","available":0,"dates":[]},"30-FLRL-B-00080-30-146114":{"id":"30-FLRL-B-00080-30-146114","available":8,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146694":{"id":"4-146694","available":40,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146706":{"id":"4-146706","available":40,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146815":{"id":"4-146815","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147209":{"id":"4-147209","available":0,"dates":[]},"4-147221":{"id":"4-147221","available":0,"dates":[]},"4-147737":{"id":"4-147737","available":0,"dates":[]},"4-147746":{"id":"4-147746","available":0,"dates":[]},"4-148166":{"id":"4-148166","available":0,"dates":[]},"4-148564":{"id":"4-148564","available":0,"dates":[]},"4-148886":{"id":"4-148886","available":0,"dates":[]},"4-148904":{"id":"4-148904","available":2,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"4-149557":{"id":"4-149557","available":380,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149569":{"id":"4-149569","available":460,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150145":{"id":"4-150145","available":380,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150157":{"id":"4-150157","available":460,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150629":{"id":"4-150629","available":0,"dates":[]},"4-150641":{"id":"4-150641","available":243,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151171":{"id":"4-151171","available":0,"dates":[]},"4-151186":{"id":"4-151186","available":0,"dates":[]},"4-151582":{"id":"4-151582","available":-18,"dates":[]},"4-151597":{"id":"4-151597","available":-1,"dates":[]},"4-152074":{"id":"4-152074","available":0,"dates":[]},"4-152579":{"id":"4-152579","available":0,"dates":[]},"4-152810":{"id":"4-152810","available":0,"dates":[]},"4-152982":{"id":"4-152982","available":0,"dates":[]},"4-153095":{"id":"4-153095","available":0,"dates":[]},"4-153107":{"id":"4-153107","available":0,"dates":[]},"4-153397":{"id":"4-153397","available":0,"dates":[]},"4-153408":{"id":"4-153408","available":0,"dates":[]},"4-153729":{"id":"4-153729","available":0,"dates":[]},"4-153795":{"id":"4-153795","available":0,"dates":[]},"4-154163":{"id":"4-154163","available":0,"dates":[]},"4-154193":{"id":"4-154193","available":0,"dates":[]},"4-154734":{"id":"4-154734","available":101,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154752":{"id":"4-154752","available":61,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155114":{"id":"4-155114","available":73,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155129":{"id":"4-155129","available":48,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155580":{"id":"4-155580","available":103,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155598":{"id":"4-155598","available":64,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-00080-4-144678":{"id":"4-FLRL-B-00080-4-144678","available":3,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-00080-4-145588":{"id":"4-FLRL-B-00080-4-145588","available":"5","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"4-FLRL-B-00080-4-146004":{"id":"4-FLRL-B-00080-4-146004","available":15,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-00080-4-146021":{"id":"4-FLRL-B-00080-4-146021","available":40,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146775":{"id":"41-146775","available":42,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147291":{"id":"41-147291","available":0,"dates":[]},"41-147809":{"id":"41-147809","available":0,"dates":[]},"41-148239":{"id":"41-148239","available":-1,"dates":[]},"41-148631":{"id":"41-148631","available":0,"dates":[]},"41-148964":{"id":"41-148964","available":0,"dates":[]},"41-149603":{"id":"41-149603","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149607":{"id":"41-149607","available":126,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150251":{"id":"41-150251","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150259":{"id":"41-150259","available":126,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150723":{"id":"41-150723","available":0,"dates":[]},"41-150731":{"id":"41-150731","available":0,"dates":[]},"41-151245":{"id":"41-151245","available":0,"dates":[]},"41-151652":{"id":"41-151652","available":0,"dates":[]},"41-152124":{"id":"41-152124","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"41-152592":{"id":"41-152592","available":0,"dates":[]},"41-152844":{"id":"41-152844","available":0,"dates":[]},"41-153140":{"id":"41-153140","available":0,"dates":[]},"41-153615":{"id":"41-153615","available":0,"dates":[]},"41-153888":{"id":"41-153888","available":0,"dates":[]},"41-154334":{"id":"41-154334","available":0,"dates":[]},"41-154838":{"id":"41-154838","available":44,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155343":{"id":"41-155343","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155688":{"id":"41-155688","available":70,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-00080-41-144755":{"id":"41-FLRL-B-00080-41-144755","available":5,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-00080-41-145675":{"id":"41-FLRL-B-00080-41-145675","available":"2","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"41-FLRL-B-00080-41-146097":{"id":"41-FLRL-B-00080-41-146097","available":22,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146785":{"id":"42-146785","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147300":{"id":"42-147300","available":0,"dates":[]},"42-147818":{"id":"42-147818","available":0,"dates":[]},"42-148249":{"id":"42-148249","available":0,"dates":[]},"42-148641":{"id":"42-148641","available":0,"dates":[]},"42-154136":{"id":"42-154136","available":0,"dates":[]},"42-FLRL-B-00080-42-144765":{"id":"42-FLRL-B-00080-42-144765","available":1,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"42-FLRL-B-00080-42-146106":{"id":"42-FLRL-B-00080-42-146106","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-146671":{"id":"51-146671","available":36,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147186":{"id":"51-147186","available":29,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147714":{"id":"51-147714","available":21,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148145":{"id":"51-148145","available":-1,"dates":[]},"51-148546":{"id":"51-148546","available":2,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148867":{"id":"51-148867","available":0,"dates":[]},"51-149547":{"id":"51-149547","available":116,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150135":{"id":"51-150135","available":116,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150619":{"id":"51-150619","available":116,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150997":{"id":"51-150997","available":-38,"dates":[]},"51-151152":{"id":"51-151152","available":0,"dates":[]},"51-151563":{"id":"51-151563","available":6,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152054":{"id":"51-152054","available":0,"dates":[]},"51-152560":{"id":"51-152560","available":0,"dates":[]},"51-152791":{"id":"51-152791","available":10,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153076":{"id":"51-153076","available":0,"dates":[]},"51-153595":{"id":"51-153595","available":1,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26"]},"51-153705":{"id":"51-153705","available":0,"dates":[]},"51-154258":{"id":"51-154258","available":0,"dates":[]},"51-154779":{"id":"51-154779","available":74,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155320":{"id":"51-155320","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155621":{"id":"51-155621","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146317":{"id":"58-146317","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146518":{"id":"58-146518","available":70,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146661":{"id":"58-146661","available":69,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147177":{"id":"58-147177","available":0,"dates":[]},"58-147705":{"id":"58-147705","available":0,"dates":[]},"58-148135":{"id":"58-148135","available":0,"dates":[]},"58-148537":{"id":"58-148537","available":0,"dates":[]},"58-148858":{"id":"58-148858","available":-2,"dates":[]},"58-149514":{"id":"58-149514","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149521":{"id":"58-149521","available":208,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150106":{"id":"58-150106","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150113":{"id":"58-150113","available":208,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150592":{"id":"58-150592","available":0,"dates":[]},"58-150599":{"id":"58-150599","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151143":{"id":"58-151143","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151554":{"id":"58-151554","available":-1,"dates":[]},"58-152047":{"id":"58-152047","available":0,"dates":[]},"58-152553":{"id":"58-152553","available":0,"dates":[]},"58-152784":{"id":"58-152784","available":0,"dates":[]},"58-153069":{"id":"58-153069","available":0,"dates":[]},"58-153371":{"id":"58-153371","available":0,"dates":[]},"58-153854":{"id":"58-153854","available":0,"dates":[]},"58-154478":{"id":"58-154478","available":0,"dates":[]},"58-154480":{"id":"58-154480","available":0,"dates":[]},"58-154806":{"id":"58-154806","available":115,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155152":{"id":"58-155152","available":76,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155647":{"id":"58-155647","available":96,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-00080-24-10-29":{"id":"58-FLRL-B-00080-24-10-29","available":10,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28"]},"58-FLRL-B-00080-58-144633":{"id":"58-FLRL-B-00080-58-144633","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-00080-58-145555":{"id":"58-FLRL-B-00080-58-145555","available":"29","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-00080-58-145971":{"id":"58-FLRL-B-00080-58-145971","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"58-FLRL-B-00080-58-146317":{"id":"58-FLRL-B-00080-58-146317","available":0,"dates":[]},"58-FLRL-B-00080-58-146518":{"id":"58-FLRL-B-00080-58-146518","available":70,"dates":[]},"58-FLRL-B-00080-58-FLRL-B-00080-24-10-29":{"id":"58-FLRL-B-00080-58-FLRL-B-00080-24-10-29","available":10,"dates":[]},"65-148957":{"id":"65-148957","available":0,"dates":[]},"65-149587":{"id":"65-149587","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149591":{"id":"65-149591","available":98,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150241":{"id":"65-150241","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150246":{"id":"65-150246","available":98,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150713":{"id":"65-150713","available":0,"dates":[]},"65-150718":{"id":"65-150718","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151238":{"id":"65-151238","available":0,"dates":[]},"65-151645":{"id":"65-151645","available":2,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152117":{"id":"65-152117","available":14,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152402":{"id":"65-152402","available":0,"dates":[]},"65-152839":{"id":"65-152839","available":0,"dates":[]},"65-153135":{"id":"65-153135","available":0,"dates":[]},"65-153437":{"id":"65-153437","available":14,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153611":{"id":"65-153611","available":0,"dates":[]},"65-153897":{"id":"65-153897","available":0,"dates":[]},"65-154144":{"id":"65-154144","available":0,"dates":[]},"65-154402":{"id":"65-154402","available":0,"dates":[]},"65-154898":{"id":"65-154898","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155250":{"id":"65-155250","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155769":{"id":"65-155769","available":41,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-148931":{"id":"9-148931","available":0,"dates":[]},"9-149619":{"id":"9-149619","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149621":{"id":"9-149621","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150189":{"id":"9-150189","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150190":{"id":"9-150190","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150675":{"id":"9-150675","available":0,"dates":[]},"9-150677":{"id":"9-150677","available":0,"dates":[]},"9-151211":{"id":"9-151211","available":0,"dates":[]},"9-151623":{"id":"9-151623","available":0,"dates":[]},"9-152099":{"id":"9-152099","available":0,"dates":[]},"9-152828":{"id":"9-152828","available":17,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14"]},"9-153122":{"id":"9-153122","available":0,"dates":[]},"9-153423":{"id":"9-153423","available":0,"dates":[]},"9-153932":{"id":"9-153932","available":0,"dates":[]},"9-154130":{"id":"9-154130","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"9-154274":{"id":"9-154274","available":0,"dates":[]},"9-154808":{"id":"9-154808","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155154":{"id":"9-155154","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155649":{"id":"9-155649","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150592","58-150599","58-154806","58-155152","58-155647"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154779","51-155320","51-155621"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150629","4-150641","4-154734","4-154752","4-155114","4-155129","4-155580","4-155598"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150723","41-150731","41-154838","41-155343","41-155688"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150628","2-150640","2-154733","2-154751","2-155113","2-155128","2-155579","2-155597","2-155554"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150839","10-150841","10-154894","10-155246","10-155766"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150904","11-150909","11-154917","11-155266","11-155791"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150675","9-150677","9-154808","9-155154","9-155649"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150627","1-150639","1-154732","1-154750","1-155112","1-155127","1-155578","1-155596","1-155553"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150713","65-150718","65-154898","65-155250","65-155769"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-first-date":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-first-date", "priceAmount": 10900, "price": "$109 ", "priceCompareAtAmount": 13600, "priceCompareAt": "$136 ", "url": "https://urbanstems.com/products/double-the-first-date", "variantName": null, "title": "Double the First Date", "images": [ { "alt": "Double the First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922845&width=700 700w" }, { "alt": "Double the First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GoodVibes_MainImage_PDP_a0ff1351-31c3-43d3-80e9-106d5c360e84.jpg?v=1729875014&width=700 700w" } ], "variants": [{"id":45607256228088,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00080","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the First Date - Double","public_title":"Double","options":["Double","Default Title"],"price":10900,"weight":0,"compare_at_price":13600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":9810}],"price":9810,"compare_at_price":10900,"per_delivery_price":9810,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":9810}],"price":9810,"compare_at_price":10900,"per_delivery_price":9810,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":29430}],"price":29430,"compare_at_price":10900,"per_delivery_price":29430,"selling_plan_id":4985225464,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":29430}],"price":29430,"compare_at_price":10900,"per_delivery_price":29430,"selling_plan_id":4985258232,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":58860}],"price":58860,"compare_at_price":10900,"per_delivery_price":58860,"selling_plan_id":4986011896,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":58860}],"price":58860,"compare_at_price":10900,"per_delivery_price":58860,"selling_plan_id":4986044664,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146692":{"id":"1-146692","available":10,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146704":{"id":"1-146704","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146813":{"id":"1-146813","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147207":{"id":"1-147207","available":0,"dates":[]},"1-147219":{"id":"1-147219","available":0,"dates":[]},"1-147735":{"id":"1-147735","available":-4,"dates":[]},"1-147744":{"id":"1-147744","available":-1,"dates":[]},"1-148164":{"id":"1-148164","available":-1,"dates":[]},"1-148442":{"id":"1-148442","available":0,"dates":[]},"1-148562":{"id":"1-148562","available":0,"dates":[]},"1-148571":{"id":"1-148571","available":0,"dates":[]},"1-148884":{"id":"1-148884","available":0,"dates":[]},"1-148902":{"id":"1-148902","available":0,"dates":[]},"1-149555":{"id":"1-149555","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149567":{"id":"1-149567","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150143":{"id":"1-150143","available":20,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150155":{"id":"1-150155","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150627":{"id":"1-150627","available":0,"dates":[]},"1-150639":{"id":"1-150639","available":0,"dates":[]},"1-151169":{"id":"1-151169","available":1,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151184":{"id":"1-151184","available":0,"dates":[]},"1-151580":{"id":"1-151580","available":8,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151595":{"id":"1-151595","available":3,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152072":{"id":"1-152072","available":0,"dates":[]},"1-152577":{"id":"1-152577","available":0,"dates":[]},"1-152808":{"id":"1-152808","available":0,"dates":[]},"1-152980":{"id":"1-152980","available":0,"dates":[]},"1-153093":{"id":"1-153093","available":0,"dates":[]},"1-153105":{"id":"1-153105","available":0,"dates":[]},"1-153395":{"id":"1-153395","available":0,"dates":[]},"1-153727":{"id":"1-153727","available":0,"dates":[]},"1-153793":{"id":"1-153793","available":0,"dates":[]},"1-154161":{"id":"1-154161","available":0,"dates":[]},"1-154191":{"id":"1-154191","available":0,"dates":[]},"1-154732":{"id":"1-154732","available":0,"dates":[]},"1-154750":{"id":"1-154750","available":1,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155112":{"id":"1-155112","available":6,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155127":{"id":"1-155127","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155553":{"id":"1-155553","available":0,"dates":[]},"1-155578":{"id":"1-155578","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155596":{"id":"1-155596","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-146809":{"id":"10-146809","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147327":{"id":"10-147327","available":0,"dates":[]},"10-147845":{"id":"10-147845","available":0,"dates":[]},"10-148280":{"id":"10-148280","available":0,"dates":[]},"10-148665":{"id":"10-148665","available":0,"dates":[]},"10-149014":{"id":"10-149014","available":0,"dates":[]},"10-149579":{"id":"10-149579","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149583":{"id":"10-149583","available":48,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150167":{"id":"10-150167","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150170":{"id":"10-150170","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150839":{"id":"10-150839","available":0,"dates":[]},"10-150841":{"id":"10-150841","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151296":{"id":"10-151296","available":0,"dates":[]},"10-151700":{"id":"10-151700","available":0,"dates":[]},"10-152153":{"id":"10-152153","available":0,"dates":[]},"10-152611":{"id":"10-152611","available":0,"dates":[]},"10-152863":{"id":"10-152863","available":0,"dates":[]},"10-153162":{"id":"10-153162","available":0,"dates":[]},"10-153459":{"id":"10-153459","available":0,"dates":[]},"10-154083":{"id":"10-154083","available":0,"dates":[]},"10-154398":{"id":"10-154398","available":16,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154894":{"id":"10-154894","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155246":{"id":"10-155246","available":28,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155766":{"id":"10-155766","available":42,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-146331":{"id":"11-146331","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146532":{"id":"11-146532","available":21,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146841":{"id":"11-146841","available":27,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147358":{"id":"11-147358","available":0,"dates":[]},"11-147878":{"id":"11-147878","available":0,"dates":[]},"11-148314":{"id":"11-148314","available":0,"dates":[]},"11-148708":{"id":"11-148708","available":0,"dates":[]},"11-149049":{"id":"11-149049","available":0,"dates":[]},"11-149595":{"id":"11-149595","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149599":{"id":"11-149599","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150396":{"id":"11-150396","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150401":{"id":"11-150401","available":54,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150904":{"id":"11-150904","available":0,"dates":[]},"11-150909":{"id":"11-150909","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151334":{"id":"11-151334","available":0,"dates":[]},"11-151843":{"id":"11-151843","available":0,"dates":[]},"11-152190":{"id":"11-152190","available":0,"dates":[]},"11-152636":{"id":"11-152636","available":0,"dates":[]},"11-152891":{"id":"11-152891","available":0,"dates":[]},"11-153191":{"id":"11-153191","available":0,"dates":[]},"11-153632":{"id":"11-153632","available":0,"dates":[]},"11-153871":{"id":"11-153871","available":0,"dates":[]},"11-154435":{"id":"11-154435","available":0,"dates":[]},"11-154917":{"id":"11-154917","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155266":{"id":"11-155266","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155791":{"id":"11-155791","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-146693":{"id":"2-146693","available":10,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146705":{"id":"2-146705","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146814":{"id":"2-146814","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147208":{"id":"2-147208","available":0,"dates":[]},"2-147220":{"id":"2-147220","available":0,"dates":[]},"2-147736":{"id":"2-147736","available":-6,"dates":[]},"2-147745":{"id":"2-147745","available":0,"dates":[]},"2-148165":{"id":"2-148165","available":0,"dates":[]},"2-148443":{"id":"2-148443","available":0,"dates":[]},"2-148563":{"id":"2-148563","available":0,"dates":[]},"2-148572":{"id":"2-148572","available":0,"dates":[]},"2-148885":{"id":"2-148885","available":0,"dates":[]},"2-148903":{"id":"2-148903","available":0,"dates":[]},"2-149556":{"id":"2-149556","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149568":{"id":"2-149568","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150144":{"id":"2-150144","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150156":{"id":"2-150156","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150628":{"id":"2-150628","available":0,"dates":[]},"2-150640":{"id":"2-150640","available":0,"dates":[]},"2-151170":{"id":"2-151170","available":0,"dates":[]},"2-151185":{"id":"2-151185","available":0,"dates":[]},"2-151581":{"id":"2-151581","available":-1,"dates":[]},"2-151596":{"id":"2-151596","available":0,"dates":[]},"2-152073":{"id":"2-152073","available":0,"dates":[]},"2-152578":{"id":"2-152578","available":0,"dates":[]},"2-152809":{"id":"2-152809","available":0,"dates":[]},"2-152981":{"id":"2-152981","available":0,"dates":[]},"2-153094":{"id":"2-153094","available":0,"dates":[]},"2-153106":{"id":"2-153106","available":0,"dates":[]},"2-153396":{"id":"2-153396","available":0,"dates":[]},"2-153407":{"id":"2-153407","available":0,"dates":[]},"2-153728":{"id":"2-153728","available":0,"dates":[]},"2-153794":{"id":"2-153794","available":0,"dates":[]},"2-154162":{"id":"2-154162","available":0,"dates":[]},"2-154192":{"id":"2-154192","available":0,"dates":[]},"2-154733":{"id":"2-154733","available":0,"dates":[]},"2-154751":{"id":"2-154751","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155113":{"id":"2-155113","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155128":{"id":"2-155128","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155554":{"id":"2-155554","available":0,"dates":[]},"2-155579":{"id":"2-155579","available":14,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155597":{"id":"2-155597","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"30-146792":{"id":"30-146792","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147308":{"id":"30-147308","available":0,"dates":[]},"30-147826":{"id":"30-147826","available":0,"dates":[]},"30-148257":{"id":"30-148257","available":0,"dates":[]},"30-148649":{"id":"30-148649","available":0,"dates":[]},"4-146694":{"id":"4-146694","available":20,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146706":{"id":"4-146706","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146815":{"id":"4-146815","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147209":{"id":"4-147209","available":0,"dates":[]},"4-147221":{"id":"4-147221","available":0,"dates":[]},"4-147737":{"id":"4-147737","available":0,"dates":[]},"4-147746":{"id":"4-147746","available":0,"dates":[]},"4-148166":{"id":"4-148166","available":0,"dates":[]},"4-148564":{"id":"4-148564","available":0,"dates":[]},"4-148886":{"id":"4-148886","available":0,"dates":[]},"4-148904":{"id":"4-148904","available":1,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"4-149557":{"id":"4-149557","available":190,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149569":{"id":"4-149569","available":230,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150145":{"id":"4-150145","available":190,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150157":{"id":"4-150157","available":230,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150629":{"id":"4-150629","available":0,"dates":[]},"4-150641":{"id":"4-150641","available":121,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151171":{"id":"4-151171","available":0,"dates":[]},"4-151186":{"id":"4-151186","available":0,"dates":[]},"4-151582":{"id":"4-151582","available":-9,"dates":[]},"4-151597":{"id":"4-151597","available":-1,"dates":[]},"4-152074":{"id":"4-152074","available":0,"dates":[]},"4-152579":{"id":"4-152579","available":0,"dates":[]},"4-152810":{"id":"4-152810","available":0,"dates":[]},"4-152982":{"id":"4-152982","available":0,"dates":[]},"4-153095":{"id":"4-153095","available":0,"dates":[]},"4-153107":{"id":"4-153107","available":0,"dates":[]},"4-153397":{"id":"4-153397","available":0,"dates":[]},"4-153408":{"id":"4-153408","available":0,"dates":[]},"4-153729":{"id":"4-153729","available":0,"dates":[]},"4-153795":{"id":"4-153795","available":0,"dates":[]},"4-154163":{"id":"4-154163","available":0,"dates":[]},"4-154193":{"id":"4-154193","available":0,"dates":[]},"4-154734":{"id":"4-154734","available":50,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154752":{"id":"4-154752","available":30,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155114":{"id":"4-155114","available":36,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155129":{"id":"4-155129","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155580":{"id":"4-155580","available":51,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155598":{"id":"4-155598","available":32,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-146775":{"id":"41-146775","available":21,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147291":{"id":"41-147291","available":0,"dates":[]},"41-147809":{"id":"41-147809","available":0,"dates":[]},"41-148239":{"id":"41-148239","available":-1,"dates":[]},"41-148631":{"id":"41-148631","available":0,"dates":[]},"41-148964":{"id":"41-148964","available":0,"dates":[]},"41-149603":{"id":"41-149603","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149607":{"id":"41-149607","available":63,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150251":{"id":"41-150251","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150259":{"id":"41-150259","available":63,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150723":{"id":"41-150723","available":0,"dates":[]},"41-150731":{"id":"41-150731","available":0,"dates":[]},"41-151245":{"id":"41-151245","available":0,"dates":[]},"41-151652":{"id":"41-151652","available":0,"dates":[]},"41-152124":{"id":"41-152124","available":0,"dates":[]},"41-152592":{"id":"41-152592","available":0,"dates":[]},"41-152844":{"id":"41-152844","available":0,"dates":[]},"41-153140":{"id":"41-153140","available":0,"dates":[]},"41-153615":{"id":"41-153615","available":0,"dates":[]},"41-153888":{"id":"41-153888","available":0,"dates":[]},"41-154334":{"id":"41-154334","available":0,"dates":[]},"41-154838":{"id":"41-154838","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155343":{"id":"41-155343","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155688":{"id":"41-155688","available":35,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-146785":{"id":"42-146785","available":7,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147300":{"id":"42-147300","available":0,"dates":[]},"42-147818":{"id":"42-147818","available":0,"dates":[]},"42-148249":{"id":"42-148249","available":0,"dates":[]},"42-148641":{"id":"42-148641","available":0,"dates":[]},"42-154136":{"id":"42-154136","available":0,"dates":[]},"51-146671":{"id":"51-146671","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147186":{"id":"51-147186","available":14,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147714":{"id":"51-147714","available":10,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148145":{"id":"51-148145","available":-1,"dates":[]},"51-148546":{"id":"51-148546","available":1,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148867":{"id":"51-148867","available":0,"dates":[]},"51-149547":{"id":"51-149547","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150135":{"id":"51-150135","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150619":{"id":"51-150619","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150997":{"id":"51-150997","available":-19,"dates":[]},"51-151152":{"id":"51-151152","available":0,"dates":[]},"51-151563":{"id":"51-151563","available":3,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152054":{"id":"51-152054","available":0,"dates":[]},"51-152560":{"id":"51-152560","available":0,"dates":[]},"51-152791":{"id":"51-152791","available":5,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153076":{"id":"51-153076","available":0,"dates":[]},"51-153595":{"id":"51-153595","available":0,"dates":[]},"51-153705":{"id":"51-153705","available":0,"dates":[]},"51-154258":{"id":"51-154258","available":0,"dates":[]},"51-154779":{"id":"51-154779","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155320":{"id":"51-155320","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155621":{"id":"51-155621","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146317":{"id":"58-146317","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146518":{"id":"58-146518","available":35,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146661":{"id":"58-146661","available":34,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147177":{"id":"58-147177","available":0,"dates":[]},"58-147705":{"id":"58-147705","available":0,"dates":[]},"58-148135":{"id":"58-148135","available":0,"dates":[]},"58-148537":{"id":"58-148537","available":0,"dates":[]},"58-148858":{"id":"58-148858","available":-1,"dates":[]},"58-149514":{"id":"58-149514","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149521":{"id":"58-149521","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150106":{"id":"58-150106","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150113":{"id":"58-150113","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150592":{"id":"58-150592","available":0,"dates":[]},"58-150599":{"id":"58-150599","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151143":{"id":"58-151143","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151554":{"id":"58-151554","available":-1,"dates":[]},"58-152047":{"id":"58-152047","available":0,"dates":[]},"58-152553":{"id":"58-152553","available":0,"dates":[]},"58-152784":{"id":"58-152784","available":0,"dates":[]},"58-153069":{"id":"58-153069","available":0,"dates":[]},"58-153371":{"id":"58-153371","available":0,"dates":[]},"58-153854":{"id":"58-153854","available":0,"dates":[]},"58-154478":{"id":"58-154478","available":0,"dates":[]},"58-154480":{"id":"58-154480","available":0,"dates":[]},"58-154806":{"id":"58-154806","available":57,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155152":{"id":"58-155152","available":38,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155647":{"id":"58-155647","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-00080-24-10-29":{"id":"58-FLRL-B-00080-24-10-29","available":5,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28"]},"65-148957":{"id":"65-148957","available":0,"dates":[]},"65-149587":{"id":"65-149587","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149591":{"id":"65-149591","available":49,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150241":{"id":"65-150241","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150246":{"id":"65-150246","available":49,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150713":{"id":"65-150713","available":0,"dates":[]},"65-150718":{"id":"65-150718","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151238":{"id":"65-151238","available":0,"dates":[]},"65-151645":{"id":"65-151645","available":1,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152117":{"id":"65-152117","available":7,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152402":{"id":"65-152402","available":0,"dates":[]},"65-152839":{"id":"65-152839","available":0,"dates":[]},"65-153135":{"id":"65-153135","available":0,"dates":[]},"65-153437":{"id":"65-153437","available":7,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153611":{"id":"65-153611","available":0,"dates":[]},"65-153897":{"id":"65-153897","available":0,"dates":[]},"65-154144":{"id":"65-154144","available":0,"dates":[]},"65-154402":{"id":"65-154402","available":0,"dates":[]},"65-154898":{"id":"65-154898","available":19,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155250":{"id":"65-155250","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155769":{"id":"65-155769","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-148931":{"id":"9-148931","available":0,"dates":[]},"9-149619":{"id":"9-149619","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149621":{"id":"9-149621","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150189":{"id":"9-150189","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150190":{"id":"9-150190","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150675":{"id":"9-150675","available":0,"dates":[]},"9-150677":{"id":"9-150677","available":0,"dates":[]},"9-151211":{"id":"9-151211","available":0,"dates":[]},"9-151623":{"id":"9-151623","available":0,"dates":[]},"9-152099":{"id":"9-152099","available":0,"dates":[]},"9-152828":{"id":"9-152828","available":8,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14"]},"9-153122":{"id":"9-153122","available":0,"dates":[]},"9-153423":{"id":"9-153423","available":0,"dates":[]},"9-153932":{"id":"9-153932","available":0,"dates":[]},"9-154130":{"id":"9-154130","available":2,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"9-154274":{"id":"9-154274","available":0,"dates":[]},"9-154808":{"id":"9-154808","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155154":{"id":"9-155154","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155649":{"id":"9-155649","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150592","58-150599","58-154806","58-155152","58-155647"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154779","51-155320","51-155621"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150629","4-150641","4-154734","4-154752","4-155114","4-155129","4-155580","4-155598"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150723","41-150731","41-154838","41-155343","41-155688"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150628","2-150640","2-154733","2-154751","2-155113","2-155128","2-155579","2-155597","2-155554"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150839","10-150841","10-154894","10-155246","10-155766"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150904","11-150909","11-154917","11-155266","11-155791"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150675","9-150677","9-154808","9-155154","9-155649"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150627","1-150639","1-154732","1-154750","1-155112","1-155127","1-155578","1-155596","1-155553"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150713","65-150718","65-154898","65-155250","65-155769"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-first-date":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-first-date", "priceAmount": 14300, "price": "$143 ", "priceCompareAtAmount": 20400, "priceCompareAt": "$204 ", "url": "https://urbanstems.com/products/triple-the-first-date", "variantName": null, "title": "Triple the First Date", "images": [ { "alt": "Triple the First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GoodVibes_SupportingImage_1_PDP.jpg?v=1727922208&width=700 700w" }, { "alt": "Triple the First Date", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Goodvibes_MainImage_PDP_81331bdc-4d90-4530-8ec1-cacfe45ed194.jpg?v=1729710389&width=700 700w" } ], "variants": [{"id":45510442549496,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00080","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the First Date - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":14300,"weight":0,"compare_at_price":20400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":12870}],"price":12870,"compare_at_price":14300,"per_delivery_price":12870,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":12870}],"price":12870,"compare_at_price":14300,"per_delivery_price":12870,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":38610}],"price":38610,"compare_at_price":14300,"per_delivery_price":38610,"selling_plan_id":4985028856,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":38610}],"price":38610,"compare_at_price":14300,"per_delivery_price":38610,"selling_plan_id":4985061624,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":77220}],"price":77220,"compare_at_price":14300,"per_delivery_price":77220,"selling_plan_id":4985815288,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":77220}],"price":77220,"compare_at_price":14300,"per_delivery_price":77220,"selling_plan_id":4985848056,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146692":{"id":"1-146692","available":6,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146704":{"id":"1-146704","available":6,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146813":{"id":"1-146813","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147207":{"id":"1-147207","available":0,"dates":[]},"1-147219":{"id":"1-147219","available":0,"dates":[]},"1-147735":{"id":"1-147735","available":-3,"dates":[]},"1-147744":{"id":"1-147744","available":-1,"dates":[]},"1-148164":{"id":"1-148164","available":-1,"dates":[]},"1-148442":{"id":"1-148442","available":0,"dates":[]},"1-148562":{"id":"1-148562","available":0,"dates":[]},"1-148571":{"id":"1-148571","available":0,"dates":[]},"1-148884":{"id":"1-148884","available":0,"dates":[]},"1-148902":{"id":"1-148902","available":0,"dates":[]},"1-149555":{"id":"1-149555","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149567":{"id":"1-149567","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150143":{"id":"1-150143","available":13,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150155":{"id":"1-150155","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150627":{"id":"1-150627","available":0,"dates":[]},"1-150639":{"id":"1-150639","available":0,"dates":[]},"1-151169":{"id":"1-151169","available":0,"dates":[]},"1-151184":{"id":"1-151184","available":0,"dates":[]},"1-151580":{"id":"1-151580","available":5,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151595":{"id":"1-151595","available":2,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152072":{"id":"1-152072","available":0,"dates":[]},"1-152577":{"id":"1-152577","available":0,"dates":[]},"1-152808":{"id":"1-152808","available":0,"dates":[]},"1-152980":{"id":"1-152980","available":0,"dates":[]},"1-153093":{"id":"1-153093","available":0,"dates":[]},"1-153105":{"id":"1-153105","available":0,"dates":[]},"1-153395":{"id":"1-153395","available":0,"dates":[]},"1-153727":{"id":"1-153727","available":0,"dates":[]},"1-153793":{"id":"1-153793","available":0,"dates":[]},"1-154161":{"id":"1-154161","available":0,"dates":[]},"1-154191":{"id":"1-154191","available":0,"dates":[]},"1-154732":{"id":"1-154732","available":0,"dates":[]},"1-154750":{"id":"1-154750","available":0,"dates":[]},"1-155112":{"id":"1-155112","available":4,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155127":{"id":"1-155127","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155553":{"id":"1-155553","available":0,"dates":[]},"1-155578":{"id":"1-155578","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155596":{"id":"1-155596","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-T-00080-1-146019":{"id":"1-FLRL-T-00080-1-146019","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146809":{"id":"10-146809","available":9,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147327":{"id":"10-147327","available":0,"dates":[]},"10-147845":{"id":"10-147845","available":0,"dates":[]},"10-148280":{"id":"10-148280","available":0,"dates":[]},"10-148665":{"id":"10-148665","available":0,"dates":[]},"10-149014":{"id":"10-149014","available":0,"dates":[]},"10-149579":{"id":"10-149579","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149583":{"id":"10-149583","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150167":{"id":"10-150167","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150170":{"id":"10-150170","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150839":{"id":"10-150839","available":0,"dates":[]},"10-150841":{"id":"10-150841","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151296":{"id":"10-151296","available":0,"dates":[]},"10-151700":{"id":"10-151700","available":0,"dates":[]},"10-152153":{"id":"10-152153","available":0,"dates":[]},"10-152611":{"id":"10-152611","available":0,"dates":[]},"10-152863":{"id":"10-152863","available":0,"dates":[]},"10-153162":{"id":"10-153162","available":0,"dates":[]},"10-153459":{"id":"10-153459","available":0,"dates":[]},"10-154083":{"id":"10-154083","available":0,"dates":[]},"10-154398":{"id":"10-154398","available":11,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154894":{"id":"10-154894","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155246":{"id":"10-155246","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155766":{"id":"10-155766","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-T-00080-10-146133":{"id":"10-FLRL-T-00080-10-146133","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146331":{"id":"11-146331","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146532":{"id":"11-146532","available":14,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146841":{"id":"11-146841","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147358":{"id":"11-147358","available":0,"dates":[]},"11-147878":{"id":"11-147878","available":0,"dates":[]},"11-148314":{"id":"11-148314","available":0,"dates":[]},"11-148708":{"id":"11-148708","available":0,"dates":[]},"11-149049":{"id":"11-149049","available":0,"dates":[]},"11-149595":{"id":"11-149595","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149599":{"id":"11-149599","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150396":{"id":"11-150396","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150401":{"id":"11-150401","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150904":{"id":"11-150904","available":0,"dates":[]},"11-150909":{"id":"11-150909","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151334":{"id":"11-151334","available":0,"dates":[]},"11-151843":{"id":"11-151843","available":0,"dates":[]},"11-152190":{"id":"11-152190","available":0,"dates":[]},"11-152636":{"id":"11-152636","available":0,"dates":[]},"11-152891":{"id":"11-152891","available":0,"dates":[]},"11-153191":{"id":"11-153191","available":0,"dates":[]},"11-153632":{"id":"11-153632","available":0,"dates":[]},"11-153871":{"id":"11-153871","available":0,"dates":[]},"11-154435":{"id":"11-154435","available":0,"dates":[]},"11-154917":{"id":"11-154917","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155266":{"id":"11-155266","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155791":{"id":"11-155791","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-00080-11-146165":{"id":"11-FLRL-T-00080-11-146165","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146693":{"id":"2-146693","available":6,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146705":{"id":"2-146705","available":6,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146814":{"id":"2-146814","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147208":{"id":"2-147208","available":0,"dates":[]},"2-147220":{"id":"2-147220","available":0,"dates":[]},"2-147736":{"id":"2-147736","available":-4,"dates":[]},"2-147745":{"id":"2-147745","available":0,"dates":[]},"2-148165":{"id":"2-148165","available":0,"dates":[]},"2-148443":{"id":"2-148443","available":0,"dates":[]},"2-148563":{"id":"2-148563","available":0,"dates":[]},"2-148572":{"id":"2-148572","available":0,"dates":[]},"2-148885":{"id":"2-148885","available":0,"dates":[]},"2-148903":{"id":"2-148903","available":0,"dates":[]},"2-149556":{"id":"2-149556","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149568":{"id":"2-149568","available":26,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150144":{"id":"2-150144","available":20,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150156":{"id":"2-150156","available":26,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150628":{"id":"2-150628","available":0,"dates":[]},"2-150640":{"id":"2-150640","available":0,"dates":[]},"2-151170":{"id":"2-151170","available":0,"dates":[]},"2-151185":{"id":"2-151185","available":0,"dates":[]},"2-151581":{"id":"2-151581","available":-1,"dates":[]},"2-151596":{"id":"2-151596","available":0,"dates":[]},"2-152073":{"id":"2-152073","available":0,"dates":[]},"2-152578":{"id":"2-152578","available":0,"dates":[]},"2-152809":{"id":"2-152809","available":0,"dates":[]},"2-152981":{"id":"2-152981","available":0,"dates":[]},"2-153094":{"id":"2-153094","available":0,"dates":[]},"2-153106":{"id":"2-153106","available":0,"dates":[]},"2-153396":{"id":"2-153396","available":0,"dates":[]},"2-153407":{"id":"2-153407","available":0,"dates":[]},"2-153728":{"id":"2-153728","available":0,"dates":[]},"2-153794":{"id":"2-153794","available":0,"dates":[]},"2-154162":{"id":"2-154162","available":0,"dates":[]},"2-154192":{"id":"2-154192","available":0,"dates":[]},"2-154733":{"id":"2-154733","available":0,"dates":[]},"2-154751":{"id":"2-154751","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155113":{"id":"2-155113","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155128":{"id":"2-155128","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155554":{"id":"2-155554","available":0,"dates":[]},"2-155579":{"id":"2-155579","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155597":{"id":"2-155597","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-T-00080-2-146003":{"id":"2-FLRL-T-00080-2-146003","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-T-00080-2-146020":{"id":"2-FLRL-T-00080-2-146020","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146792":{"id":"30-146792","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147308":{"id":"30-147308","available":0,"dates":[]},"30-147826":{"id":"30-147826","available":0,"dates":[]},"30-148257":{"id":"30-148257","available":0,"dates":[]},"30-148649":{"id":"30-148649","available":0,"dates":[]},"30-FLRL-T-00080-30-146114":{"id":"30-FLRL-T-00080-30-146114","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146694":{"id":"4-146694","available":13,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146706":{"id":"4-146706","available":13,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146815":{"id":"4-146815","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147209":{"id":"4-147209","available":0,"dates":[]},"4-147221":{"id":"4-147221","available":0,"dates":[]},"4-147737":{"id":"4-147737","available":0,"dates":[]},"4-147746":{"id":"4-147746","available":0,"dates":[]},"4-148166":{"id":"4-148166","available":0,"dates":[]},"4-148564":{"id":"4-148564","available":0,"dates":[]},"4-148886":{"id":"4-148886","available":0,"dates":[]},"4-148904":{"id":"4-148904","available":0,"dates":[]},"4-149557":{"id":"4-149557","available":126,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149569":{"id":"4-149569","available":153,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150145":{"id":"4-150145","available":126,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150157":{"id":"4-150157","available":153,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150629":{"id":"4-150629","available":0,"dates":[]},"4-150641":{"id":"4-150641","available":81,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151171":{"id":"4-151171","available":0,"dates":[]},"4-151186":{"id":"4-151186","available":0,"dates":[]},"4-151582":{"id":"4-151582","available":-6,"dates":[]},"4-151597":{"id":"4-151597","available":-1,"dates":[]},"4-152074":{"id":"4-152074","available":0,"dates":[]},"4-152579":{"id":"4-152579","available":0,"dates":[]},"4-152810":{"id":"4-152810","available":0,"dates":[]},"4-152982":{"id":"4-152982","available":0,"dates":[]},"4-153095":{"id":"4-153095","available":0,"dates":[]},"4-153107":{"id":"4-153107","available":0,"dates":[]},"4-153397":{"id":"4-153397","available":0,"dates":[]},"4-153408":{"id":"4-153408","available":0,"dates":[]},"4-153729":{"id":"4-153729","available":0,"dates":[]},"4-153795":{"id":"4-153795","available":0,"dates":[]},"4-154163":{"id":"4-154163","available":0,"dates":[]},"4-154193":{"id":"4-154193","available":0,"dates":[]},"4-154734":{"id":"4-154734","available":33,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154752":{"id":"4-154752","available":20,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155114":{"id":"4-155114","available":24,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155129":{"id":"4-155129","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155580":{"id":"4-155580","available":34,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155598":{"id":"4-155598","available":21,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-T-00080-4-146004":{"id":"4-FLRL-T-00080-4-146004","available":5,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-T-00080-4-146021":{"id":"4-FLRL-T-00080-4-146021","available":13,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146775":{"id":"41-146775","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147291":{"id":"41-147291","available":0,"dates":[]},"41-147809":{"id":"41-147809","available":0,"dates":[]},"41-148239":{"id":"41-148239","available":-1,"dates":[]},"41-148631":{"id":"41-148631","available":0,"dates":[]},"41-148964":{"id":"41-148964","available":0,"dates":[]},"41-149603":{"id":"41-149603","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149607":{"id":"41-149607","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150251":{"id":"41-150251","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150259":{"id":"41-150259","available":42,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150723":{"id":"41-150723","available":0,"dates":[]},"41-150731":{"id":"41-150731","available":0,"dates":[]},"41-151245":{"id":"41-151245","available":0,"dates":[]},"41-151652":{"id":"41-151652","available":0,"dates":[]},"41-152124":{"id":"41-152124","available":0,"dates":[]},"41-152592":{"id":"41-152592","available":0,"dates":[]},"41-152844":{"id":"41-152844","available":0,"dates":[]},"41-153140":{"id":"41-153140","available":0,"dates":[]},"41-153615":{"id":"41-153615","available":0,"dates":[]},"41-153888":{"id":"41-153888","available":0,"dates":[]},"41-154334":{"id":"41-154334","available":0,"dates":[]},"41-154838":{"id":"41-154838","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155343":{"id":"41-155343","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155688":{"id":"41-155688","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-00080-41-146097":{"id":"41-FLRL-T-00080-41-146097","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146785":{"id":"42-146785","available":4,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147300":{"id":"42-147300","available":0,"dates":[]},"42-147818":{"id":"42-147818","available":0,"dates":[]},"42-148249":{"id":"42-148249","available":0,"dates":[]},"42-148641":{"id":"42-148641","available":0,"dates":[]},"42-154136":{"id":"42-154136","available":0,"dates":[]},"42-FLRL-T-00080-42-146106":{"id":"42-FLRL-T-00080-42-146106","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-146671":{"id":"51-146671","available":12,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147186":{"id":"51-147186","available":9,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147714":{"id":"51-147714","available":7,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148145":{"id":"51-148145","available":-1,"dates":[]},"51-148546":{"id":"51-148546","available":0,"dates":[]},"51-148867":{"id":"51-148867","available":0,"dates":[]},"51-149547":{"id":"51-149547","available":38,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150135":{"id":"51-150135","available":38,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150619":{"id":"51-150619","available":38,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150997":{"id":"51-150997","available":-13,"dates":[]},"51-151152":{"id":"51-151152","available":0,"dates":[]},"51-151563":{"id":"51-151563","available":2,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152054":{"id":"51-152054","available":0,"dates":[]},"51-152560":{"id":"51-152560","available":0,"dates":[]},"51-152791":{"id":"51-152791","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153076":{"id":"51-153076","available":0,"dates":[]},"51-153595":{"id":"51-153595","available":0,"dates":[]},"51-153705":{"id":"51-153705","available":0,"dates":[]},"51-154258":{"id":"51-154258","available":0,"dates":[]},"51-154779":{"id":"51-154779","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155320":{"id":"51-155320","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155621":{"id":"51-155621","available":8,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146317":{"id":"58-146317","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146518":{"id":"58-146518","available":23,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146661":{"id":"58-146661","available":23,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147177":{"id":"58-147177","available":0,"dates":[]},"58-147705":{"id":"58-147705","available":0,"dates":[]},"58-148135":{"id":"58-148135","available":0,"dates":[]},"58-148537":{"id":"58-148537","available":0,"dates":[]},"58-148858":{"id":"58-148858","available":-1,"dates":[]},"58-149514":{"id":"58-149514","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149521":{"id":"58-149521","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150106":{"id":"58-150106","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150113":{"id":"58-150113","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150592":{"id":"58-150592","available":0,"dates":[]},"58-150599":{"id":"58-150599","available":3,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-151143":{"id":"58-151143","available":0,"dates":[]},"58-151554":{"id":"58-151554","available":-1,"dates":[]},"58-152047":{"id":"58-152047","available":0,"dates":[]},"58-152553":{"id":"58-152553","available":0,"dates":[]},"58-152784":{"id":"58-152784","available":0,"dates":[]},"58-153069":{"id":"58-153069","available":0,"dates":[]},"58-153371":{"id":"58-153371","available":0,"dates":[]},"58-153854":{"id":"58-153854","available":0,"dates":[]},"58-154478":{"id":"58-154478","available":0,"dates":[]},"58-154480":{"id":"58-154480","available":0,"dates":[]},"58-154806":{"id":"58-154806","available":38,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155152":{"id":"58-155152","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155647":{"id":"58-155647","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-00080-24-10-29":{"id":"58-FLRL-B-00080-24-10-29","available":3,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28"]},"58-FLRL-T-00080-58-145971":{"id":"58-FLRL-T-00080-58-145971","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148957":{"id":"65-148957","available":0,"dates":[]},"65-149587":{"id":"65-149587","available":23,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149591":{"id":"65-149591","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150241":{"id":"65-150241","available":23,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150246":{"id":"65-150246","available":32,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150713":{"id":"65-150713","available":0,"dates":[]},"65-150718":{"id":"65-150718","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151238":{"id":"65-151238","available":0,"dates":[]},"65-151645":{"id":"65-151645","available":0,"dates":[]},"65-152117":{"id":"65-152117","available":4,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152402":{"id":"65-152402","available":0,"dates":[]},"65-152839":{"id":"65-152839","available":0,"dates":[]},"65-153135":{"id":"65-153135","available":0,"dates":[]},"65-153437":{"id":"65-153437","available":4,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153611":{"id":"65-153611","available":0,"dates":[]},"65-153897":{"id":"65-153897","available":0,"dates":[]},"65-154144":{"id":"65-154144","available":0,"dates":[]},"65-154402":{"id":"65-154402","available":0,"dates":[]},"65-154898":{"id":"65-154898","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155250":{"id":"65-155250","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155769":{"id":"65-155769","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-148931":{"id":"9-148931","available":0,"dates":[]},"9-149619":{"id":"9-149619","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149621":{"id":"9-149621","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150189":{"id":"9-150189","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150190":{"id":"9-150190","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150675":{"id":"9-150675","available":0,"dates":[]},"9-150677":{"id":"9-150677","available":0,"dates":[]},"9-151211":{"id":"9-151211","available":0,"dates":[]},"9-151623":{"id":"9-151623","available":0,"dates":[]},"9-152099":{"id":"9-152099","available":0,"dates":[]},"9-152828":{"id":"9-152828","available":5,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14"]},"9-153122":{"id":"9-153122","available":0,"dates":[]},"9-153423":{"id":"9-153423","available":0,"dates":[]},"9-153932":{"id":"9-153932","available":0,"dates":[]},"9-154130":{"id":"9-154130","available":1,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"9-154274":{"id":"9-154274","available":0,"dates":[]},"9-154808":{"id":"9-154808","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155154":{"id":"9-155154","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155649":{"id":"9-155649","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150592","58-150599","58-154806","58-155152","58-155647"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154779","51-155320","51-155621"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150629","4-150641","4-154734","4-154752","4-155114","4-155129","4-155580","4-155598"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150723","41-150731","41-154838","41-155343","41-155688"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150628","2-150640","2-154733","2-154751","2-155113","2-155128","2-155579","2-155597","2-155554"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150839","10-150841","10-154894","10-155246","10-155766"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150904","11-150909","11-154917","11-155266","11-155791"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150675","9-150677","9-154808","9-155154","9-155649"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150627","1-150639","1-154732","1-154750","1-155112","1-155127","1-155578","1-155596","1-155553"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150713","65-150718","65-154898","65-155250","65-155769"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="44" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-aphrodite"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Aphrodite_SupportingImage_PDP_2.jpg?v=1733323832&width=500 500w, //urbanstems.com/cdn/shop/files/Aphrodite_SupportingImage_PDP_2.jpg?v=1733323832&width=600 600w, //urbanstems.com/cdn/shop/files/Aphrodite_SupportingImage_PDP_2.jpg?v=1733323832&width=700 700w, //urbanstems.com/cdn/shop/files/Aphrodite_SupportingImage_PDP_2.jpg?v=1733323832&width=800 800w, //urbanstems.com/cdn/shop/files/Aphrodite_SupportingImage_PDP_2.jpg?v=1733323832&width=900 900w, //urbanstems.com/cdn/shop/files/Aphrodite_SupportingImage_PDP_2.jpg?v=1733323832&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Aphrodite_SupportingImage_PDP_2.jpg?v=1733323832&width=500" alt="The Aphrodite" srcset="//urbanstems.com/cdn/shop/files/Aphrodite_SupportingImage_PDP_2.jpg?v=1733323832&width=352 352w, //urbanstems.com/cdn/shop/files/Aphrodite_SupportingImage_PDP_2.jpg?v=1733323832&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Aphrodite_MainImage_PDP.jpg?v=1733323832&width=500 500w, //urbanstems.com/cdn/shop/files/Aphrodite_MainImage_PDP.jpg?v=1733323832&width=600 600w, //urbanstems.com/cdn/shop/files/Aphrodite_MainImage_PDP.jpg?v=1733323832&width=700 700w, //urbanstems.com/cdn/shop/files/Aphrodite_MainImage_PDP.jpg?v=1733323832&width=800 800w, //urbanstems.com/cdn/shop/files/Aphrodite_MainImage_PDP.jpg?v=1733323832&width=900 900w, //urbanstems.com/cdn/shop/files/Aphrodite_MainImage_PDP.jpg?v=1733323832&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Aphrodite_MainImage_PDP.jpg?v=1733323832&width=500" alt="The Aphrodite" srcset="//urbanstems.com/cdn/shop/files/Aphrodite_MainImage_PDP.jpg?v=1733323832&width=352 352w, //urbanstems.com/cdn/shop/files/Aphrodite_MainImage_PDP.jpg?v=1733323832&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-aphrodite" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":[]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":[]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-154494"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150891","10-150897","10-154912","10-155261","10-155866"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150903","11-150908","11-154916","11-155265","11-155790"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150913","9-150919","9-154919","9-155268","9-155870"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-154493"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"1-154493":{"id":"1-154493","available":0,"dates":[]},"10-150891":{"id":"10-150891","available":0,"dates":[]},"10-150897":{"id":"10-150897","available":0,"dates":[]},"10-154912":{"id":"10-154912","available":12,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155261":{"id":"10-155261","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155866":{"id":"10-155866","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150903":{"id":"11-150903","available":0,"dates":[]},"11-150908":{"id":"11-150908","available":0,"dates":[]},"11-154916":{"id":"11-154916","available":36,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155265":{"id":"11-155265","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155790":{"id":"11-155790","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-154494":{"id":"2-154494","available":0,"dates":[]},"9-150913":{"id":"9-150913","available":0,"dates":[]},"9-150919":{"id":"9-150919","available":0,"dates":[]},"9-154919":{"id":"9-154919","available":11,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155268":{"id":"9-155268","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155870":{"id":"9-155870","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-aphrodite" title="View The Aphrodite" data-product-card-title><h3 style="font-size: 1em;">The Aphrodite</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$145 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">5 reviews with an average of 4.2 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.2" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="5" aria-hidden="true" style=" font-size: 12px;">(5)</span></div> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="45" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-candy-with-tatum-vase"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=500 500w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=600 600w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=700 700w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=800 800w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=900 900w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=500" alt="The Candy Heart with Tatum Vase" srcset="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=352 352w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=500 500w, //urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=600 600w, //urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=700 700w, //urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=800 800w, //urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=900 900w, //urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=500" alt="The Candy Heart with Tatum Vase" srcset="//urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=352 352w, //urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-candy-heart" data-restrict="false" data-components="the-candy-heart,tatum-vase" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150528","4-154746","4-154760","4-155165","4-155174","4-155660","4-155670"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150706","58-154831","58-155137","58-155609"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150865","41-150871"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150500","2-150527","2-154745","2-155164","2-155659"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150549","10-150557"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150695","11-150696","11-154903","11-155255","11-155774"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150605","9-150611"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150499","1-150526","1-154744","1-155163","1-155658"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150843","65-150854"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-150499":{"id":"1-150499","available":0,"dates":[]},"1-150526":{"id":"1-150526","available":0,"dates":[]},"1-154744":{"id":"1-154744","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155163":{"id":"1-155163","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155658":{"id":"1-155658","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150549":{"id":"10-150549","available":0,"dates":[]},"10-150557":{"id":"10-150557","available":0,"dates":[]},"11-150695":{"id":"11-150695","available":0,"dates":[]},"11-150696":{"id":"11-150696","available":0,"dates":[]},"11-154903":{"id":"11-154903","available":11,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155255":{"id":"11-155255","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155774":{"id":"11-155774","available":17,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150500":{"id":"2-150500","available":0,"dates":[]},"2-150527":{"id":"2-150527","available":0,"dates":[]},"2-154745":{"id":"2-154745","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155164":{"id":"2-155164","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155659":{"id":"2-155659","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150528":{"id":"4-150528","available":0,"dates":[]},"4-154746":{"id":"4-154746","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154760":{"id":"4-154760","available":12,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155165":{"id":"4-155165","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155174":{"id":"4-155174","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155660":{"id":"4-155660","available":22,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155670":{"id":"4-155670","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150865":{"id":"41-150865","available":0,"dates":[]},"41-150871":{"id":"41-150871","available":0,"dates":[]},"58-150706":{"id":"58-150706","available":0,"dates":[]},"58-154831":{"id":"58-154831","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155137":{"id":"58-155137","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155609":{"id":"58-155609","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150843":{"id":"65-150843","available":0,"dates":[]},"65-150854":{"id":"65-150854","available":0,"dates":[]},"9-150605":{"id":"9-150605","available":0,"dates":[]},"9-150611":{"id":"9-150611","available":0,"dates":[]},"blackout_from":null, "blackout_to":null} </script> <script data-inventory-json="tatum-vase" data-restrict="false" data-components="the-candy-heart,tatum-vase" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-FLRL-V-10022"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-FLRL-V-10022"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":["56-FLRL-V-10022"]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":["57-FLRL-V-10022"]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":["60-FLRL-V-10022"]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-FLRL-V-10022"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":["38-FLRL-V-10022"]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":["55-FLRL-V-10022"]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-FLRL-V-10022"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-FLRL-V-10022"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-FLRL-V-10022"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":["30-FLRL-V-10022"]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":["29-FLRL-V-10022"]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-FLRL-V-10022"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-FLRL-V-10022"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-FLRL-V-10022"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":["13-FLRL-V-10022"]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-FLRL-V-10022"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-FLRL-V-10022"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-FLRL-V-10022"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended"],"1-FLRL-V-10022":{"id":"1-FLRL-V-10022","available":3,"dates":[]},"10-FLRL-V-10022":{"id":"10-FLRL-V-10022","available":0,"dates":[]},"11-FLRL-V-10022":{"id":"11-FLRL-V-10022","available":0,"dates":[]},"13-FLRL-V-10022":{"id":"13-FLRL-V-10022","available":0,"dates":[]},"2-FLRL-V-10022":{"id":"2-FLRL-V-10022","available":0,"dates":[]},"29-FLRL-V-10022":{"id":"29-FLRL-V-10022","available":0,"dates":[]},"30-FLRL-V-10022":{"id":"30-FLRL-V-10022","available":0,"dates":[]},"38-FLRL-V-10022":{"id":"38-FLRL-V-10022","available":0,"dates":[]},"4-FLRL-V-10022":{"id":"4-FLRL-V-10022","available":58,"dates":[]},"41-FLRL-V-10022":{"id":"41-FLRL-V-10022","available":0,"dates":[]},"42-FLRL-V-10022":{"id":"42-FLRL-V-10022","available":0,"dates":[]},"51-FLRL-V-10022":{"id":"51-FLRL-V-10022","available":0,"dates":[]},"52-FLRL-V-10022":{"id":"52-FLRL-V-10022","available":0,"dates":[]},"55-FLRL-V-10022":{"id":"55-FLRL-V-10022","available":0,"dates":[]},"56-FLRL-V-10022":{"id":"56-FLRL-V-10022","available":0,"dates":[]},"57-FLRL-V-10022":{"id":"57-FLRL-V-10022","available":0,"dates":[]},"58-FLRL-V-10022":{"id":"58-FLRL-V-10022","available":22,"dates":[]},"60-FLRL-V-10022":{"id":"60-FLRL-V-10022","available":0,"dates":[]},"65-FLRL-V-10022":{"id":"65-FLRL-V-10022","available":29,"dates":[]},"9-FLRL-V-10022":{"id":"9-FLRL-V-10022","available":0,"dates":[]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-candy-with-tatum-vase" title="View The Candy Heart with Tatum Vase" data-product-card-title><h3 style="font-size: 1em;">The Candy Heart with Tatum Vase</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$150 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">3 reviews with an average of 4.3 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.3" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="3" aria-hidden="true" style=" font-size: 12px;">(3)</span></div> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="46" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-winter-blossom"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=500 500w, //urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=600 600w, //urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=700 700w, //urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=800 800w, //urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=900 900w, //urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=500" alt="The Winter Blossom" srcset="//urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=352 352w, //urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=500 500w, //urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=600 600w, //urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=700 700w, //urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=800 800w, //urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=900 900w, //urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=500" alt="The Winter Blossom" srcset="//urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=352 352w, //urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/vogue-logo.svg?v=1725981816" loading="lazy" class="metafield-file_reference"> <div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="berry-blush-bouquet" data-restrict="false" data-components="berry-blush-bouquet,pottery-vase" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150519","4-150546","4-154743","4-154759","4-155111","4-155126","4-155577","4-155595"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150595","58-150602","58-154776"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150584","41-150588"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150518","2-150545","2-154742","2-155110","2-155125","2-155576","2-155594"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150554","10-150562"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150574","11-150580","11-154769","11-155312"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150608","9-150614"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150517","1-150544","1-154741","1-155109","1-155124","1-155575","1-155593"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150565","65-150568"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended"],"1-150517":{"id":"1-150517","available":0,"dates":[]},"1-150544":{"id":"1-150544","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-154741":{"id":"1-154741","available":5,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155109":{"id":"1-155109","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155124":{"id":"1-155124","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155575":{"id":"1-155575","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155593":{"id":"1-155593","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150554":{"id":"10-150554","available":0,"dates":[]},"10-150562":{"id":"10-150562","available":9,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150574":{"id":"11-150574","available":0,"dates":[]},"11-150580":{"id":"11-150580","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154769":{"id":"11-154769","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155312":{"id":"11-155312","available":34,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-150518":{"id":"2-150518","available":0,"dates":[]},"2-150545":{"id":"2-150545","available":8,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-154742":{"id":"2-154742","available":5,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155110":{"id":"2-155110","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155125":{"id":"2-155125","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155576":{"id":"2-155576","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155594":{"id":"2-155594","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150519":{"id":"4-150519","available":12,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150546":{"id":"4-150546","available":91,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154743":{"id":"4-154743","available":19,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154759":{"id":"4-154759","available":18,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155111":{"id":"4-155111","available":22,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155126":{"id":"4-155126","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155577":{"id":"4-155577","available":57,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155595":{"id":"4-155595","available":42,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150584":{"id":"41-150584","available":0,"dates":[]},"41-150588":{"id":"41-150588","available":15,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150595":{"id":"58-150595","available":1,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150602":{"id":"58-150602","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-154776":{"id":"58-154776","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-150565":{"id":"65-150565","available":0,"dates":[]},"65-150568":{"id":"65-150568","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150608":{"id":"9-150608","available":0,"dates":[]},"9-150614":{"id":"9-150614","available":0,"dates":[]},"blackout_from":null, "blackout_to":null} </script> <script data-inventory-json="pottery-vase" data-restrict="false" data-components="berry-blush-bouquet,pottery-vase" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-FLRL-V-10026"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-FLRL-V-10026"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":["56-FLRL-V-10026"]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":["57-FLRL-V-10026"]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":["60-FLRL-V-10026"]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-FLRL-V-10026"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":["38-FLRL-V-10026"]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":["55-FLRL-V-10026"]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-FLRL-V-10026"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-FLRL-V-10026"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-FLRL-V-10026"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":["30-FLRL-V-10026"]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":["29-FLRL-V-10026"]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-FLRL-V-10026"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-FLRL-V-10026"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-FLRL-V-10026"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":["13-FLRL-V-10026"]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-FLRL-V-10026"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-FLRL-V-10026"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-FLRL-V-10026"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended"],"1-FLRL-V-10026":{"id":"1-FLRL-V-10026","available":34,"dates":[]},"10-FLRL-V-10026":{"id":"10-FLRL-V-10026","available":6,"dates":[]},"11-FLRL-V-10026":{"id":"11-FLRL-V-10026","available":95,"dates":[]},"13-FLRL-V-10026":{"id":"13-FLRL-V-10026","available":0,"dates":[]},"2-FLRL-V-10026":{"id":"2-FLRL-V-10026","available":40,"dates":[]},"29-FLRL-V-10026":{"id":"29-FLRL-V-10026","available":0,"dates":[]},"30-FLRL-V-10026":{"id":"30-FLRL-V-10026","available":0,"dates":[]},"38-FLRL-V-10026":{"id":"38-FLRL-V-10026","available":0,"dates":[]},"4-FLRL-V-10026":{"id":"4-FLRL-V-10026","available":160,"dates":[]},"41-FLRL-V-10026":{"id":"41-FLRL-V-10026","available":12,"dates":[]},"42-FLRL-V-10026":{"id":"42-FLRL-V-10026","available":0,"dates":[]},"51-FLRL-V-10026":{"id":"51-FLRL-V-10026","available":0,"dates":[]},"52-FLRL-V-10026":{"id":"52-FLRL-V-10026","available":0,"dates":[]},"55-FLRL-V-10026":{"id":"55-FLRL-V-10026","available":0,"dates":[]},"56-FLRL-V-10026":{"id":"56-FLRL-V-10026","available":0,"dates":[]},"57-FLRL-V-10026":{"id":"57-FLRL-V-10026","available":0,"dates":[]},"58-FLRL-V-10026":{"id":"58-FLRL-V-10026","available":57,"dates":[]},"60-FLRL-V-10026":{"id":"60-FLRL-V-10026","available":0,"dates":[]},"65-FLRL-V-10026":{"id":"65-FLRL-V-10026","available":2,"dates":[]},"9-FLRL-V-10026":{"id":"9-FLRL-V-10026","available":3,"dates":[]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-winter-blossom" title="View The Winter Blossom" data-product-card-title><h3 style="font-size: 1em;">The Winter Blossom</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$150 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin sr-only" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">No reviews for this product yet</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="0" style=" gap: 2px; margin-right: 6px; "> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="0" aria-hidden="true" style=" font-size: 12px;">(0)</span></div> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="47" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-margot"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=500" alt="Double the Margot" srcset="//urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=500" alt="Double the Margot" srcset="//urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-margot" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150878","58-150882","58-154909","58-155349","58-155781"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154785","51-155317","51-155618"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150513","4-150540","4-154737","4-154755","4-155105","4-155120","4-155568","4-155586"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150724","41-150732","41-154839","41-155344","41-155689"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150512","2-150539","2-154736","2-154754","2-155104","2-155119","2-155567","2-155585"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150553","10-150561","10-154763","10-155133","10-155602"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150659","11-150664","11-154905","11-155256","11-155775"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150916","9-150922","9-154921","9-155270","9-155872"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150511","1-150538","1-154735","1-154753","1-155103","1-155118","1-155566","1-155584","1-155545"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150849","65-150860","65-154797","65-155144","65-155639"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150511":{"id":"1-150511","available":0,"dates":[]},"1-150538":{"id":"1-150538","available":0,"dates":[]},"1-154735":{"id":"1-154735","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154753":{"id":"1-154753","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155103":{"id":"1-155103","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155118":{"id":"1-155118","available":7,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155545":{"id":"1-155545","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155566":{"id":"1-155566","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155584":{"id":"1-155584","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150553":{"id":"10-150553","available":0,"dates":[]},"10-150561":{"id":"10-150561","available":0,"dates":[]},"10-154763":{"id":"10-154763","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155133":{"id":"10-155133","available":41,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155602":{"id":"10-155602","available":57,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150659":{"id":"11-150659","available":0,"dates":[]},"11-150664":{"id":"11-150664","available":0,"dates":[]},"11-154905":{"id":"11-154905","available":35,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155256":{"id":"11-155256","available":53,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155775":{"id":"11-155775","available":73,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150512":{"id":"2-150512","available":0,"dates":[]},"2-150539":{"id":"2-150539","available":0,"dates":[]},"2-154736":{"id":"2-154736","available":0,"dates":[]},"2-154754":{"id":"2-154754","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155104":{"id":"2-155104","available":17,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155119":{"id":"2-155119","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155567":{"id":"2-155567","available":17,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155585":{"id":"2-155585","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150513":{"id":"4-150513","available":0,"dates":[]},"4-150540":{"id":"4-150540","available":0,"dates":[]},"4-154737":{"id":"4-154737","available":48,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154755":{"id":"4-154755","available":40,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155105":{"id":"4-155105","available":75,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155120":{"id":"4-155120","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155568":{"id":"4-155568","available":94,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155586":{"id":"4-155586","available":62,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150724":{"id":"41-150724","available":0,"dates":[]},"41-150732":{"id":"41-150732","available":0,"dates":[]},"41-154839":{"id":"41-154839","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155344":{"id":"41-155344","available":39,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155689":{"id":"41-155689","available":49,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154785":{"id":"51-154785","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155317":{"id":"51-155317","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155618":{"id":"51-155618","available":8,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150878":{"id":"58-150878","available":0,"dates":[]},"58-150882":{"id":"58-150882","available":0,"dates":[]},"58-154909":{"id":"58-154909","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155349":{"id":"58-155349","available":75,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155781":{"id":"58-155781","available":98,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150849":{"id":"65-150849","available":0,"dates":[]},"65-150860":{"id":"65-150860","available":0,"dates":[]},"65-154797":{"id":"65-154797","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155144":{"id":"65-155144","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155639":{"id":"65-155639","available":39,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150916":{"id":"9-150916","available":0,"dates":[]},"9-150922":{"id":"9-150922","available":0,"dates":[]},"9-154921":{"id":"9-154921","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155270":{"id":"9-155270","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155872":{"id":"9-155872","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-margot" title="View Double the Margot" data-product-card-title><h3 style="font-size: 1em;">Double the Margot</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$165 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$184</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">222 reviews with an average of 4.0 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.0" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="222" aria-hidden="true" style=" font-size: 12px;">(222)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Margot in Single" data-swatch-item="the-margot" href="https://urbanstems.com/products/the-margot" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Margot in Double" data-swatch-item="double-the-margot" data-image-loaded href="https://urbanstems.com/products/double-the-margot" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="double-the-margot" type="application/json">{"the-margot":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Wirecutter_Badge_150px.png?v=1738704266" }, "handle": "the-margot", "priceAmount": 9200, "price": "$92 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-margot", "variantName": null, "title": "The Margot", "images": [ { "alt": "The Margot", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Margot_SupportingImage_1_PDP.jpg?v=1727916898\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=500 500w, //urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=600 600w, //urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=500 500w, //urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=600 600w, //urbanstems.com/cdn/shop/files/Margot_SupportingImage_1_PDP.jpg?v=1727916898&width=700 700w" }, { "alt": "The Margot", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=500 500w, //urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=600 600w, //urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=500 500w, //urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=600 600w, //urbanstems.com/cdn/shop/files/Margot_MainImage_PDP_bc77aebd-b79c-45c4-8c5f-28a4b3dd8fa7.jpg?v=1729624620&width=700 700w" } ], "variants": [{"id":45510427574520,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-02315","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Margot - Single","public_title":"Single","options":["Single","Default Title"],"price":9200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9200,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9200,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9200,"per_delivery_price":22500,"selling_plan_id":4888199416,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9200,"per_delivery_price":30000,"selling_plan_id":4894294264,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9200,"per_delivery_price":37500,"selling_plan_id":4895080696,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9200,"per_delivery_price":45000,"selling_plan_id":4895867128,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9200,"per_delivery_price":90000,"selling_plan_id":4896653560,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9200,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9200,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9200,"per_delivery_price":22500,"selling_plan_id":4888232184,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9200,"per_delivery_price":30000,"selling_plan_id":4894327032,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9200,"per_delivery_price":37500,"selling_plan_id":4895113464,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9200,"per_delivery_price":45000,"selling_plan_id":4895899896,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9200,"per_delivery_price":90000,"selling_plan_id":4896686328,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9200,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9200,"per_delivery_price":22500,"selling_plan_id":4888264952,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9200,"per_delivery_price":30000,"selling_plan_id":4894359800,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9200,"per_delivery_price":37500,"selling_plan_id":4895146232,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9200,"per_delivery_price":45000,"selling_plan_id":4895932664,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9200,"per_delivery_price":90000,"selling_plan_id":4896719096,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":8280}],"price":8280,"compare_at_price":9200,"per_delivery_price":8280,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":8280}],"price":8280,"compare_at_price":9200,"per_delivery_price":8280,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":24840}],"price":24840,"compare_at_price":9200,"per_delivery_price":24840,"selling_plan_id":4983259384,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":24840}],"price":24840,"compare_at_price":9200,"per_delivery_price":24840,"selling_plan_id":4983292152,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":49680}],"price":49680,"compare_at_price":9200,"per_delivery_price":49680,"selling_plan_id":4984176888,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":49680}],"price":49680,"compare_at_price":9200,"per_delivery_price":49680,"selling_plan_id":4984209656,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146482":{"id":"1-146482","available":25,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146582":{"id":"1-146582","available":29,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146621":{"id":"1-146621","available":15,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146730":{"id":"1-146730","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147099":{"id":"1-147099","available":0,"dates":[]},"1-147138":{"id":"1-147138","available":0,"dates":[]},"1-147619":{"id":"1-147619","available":0,"dates":[]},"1-147661":{"id":"1-147661","available":-3,"dates":[]},"1-148057":{"id":"1-148057","available":-2,"dates":[]},"1-148096":{"id":"1-148096","available":0,"dates":[]},"1-148473":{"id":"1-148473","available":0,"dates":[]},"1-148504":{"id":"1-148504","available":0,"dates":[]},"1-148784":{"id":"1-148784","available":0,"dates":[]},"1-148820":{"id":"1-148820","available":0,"dates":[]},"1-149403":{"id":"1-149403","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149430":{"id":"1-149430","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150003":{"id":"1-150003","available":50,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150030":{"id":"1-150030","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150511":{"id":"1-150511","available":0,"dates":[]},"1-150538":{"id":"1-150538","available":0,"dates":[]},"1-151059":{"id":"1-151059","available":0,"dates":[]},"1-151103":{"id":"1-151103","available":0,"dates":[]},"1-151469":{"id":"1-151469","available":0,"dates":[]},"1-151515":{"id":"1-151515","available":0,"dates":[]},"1-152011":{"id":"1-152011","available":0,"dates":[]},"1-152523":{"id":"1-152523","available":0,"dates":[]},"1-152747":{"id":"1-152747","available":0,"dates":[]},"1-152947":{"id":"1-152947","available":-1,"dates":[]},"1-153006":{"id":"1-153006","available":0,"dates":[]},"1-153039":{"id":"1-153039","available":0,"dates":[]},"1-153309":{"id":"1-153309","available":0,"dates":[]},"1-153342":{"id":"1-153342","available":0,"dates":[]},"1-154010":{"id":"1-154010","available":0,"dates":[]},"1-154036":{"id":"1-154036","available":0,"dates":[]},"1-154170":{"id":"1-154170","available":0,"dates":[]},"1-154200":{"id":"1-154200","available":0,"dates":[]},"1-154735":{"id":"1-154735","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154753":{"id":"1-154753","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155103":{"id":"1-155103","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155118":{"id":"1-155118","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155545":{"id":"1-155545","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155566":{"id":"1-155566","available":17,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155584":{"id":"1-155584","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-02315-1-144495":{"id":"1-FLRL-B-02315-1-144495","available":7,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-02315-1-145885":{"id":"1-FLRL-B-02315-1-145885","available":"12","dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-02315-1-145928":{"id":"1-FLRL-B-02315-1-145928","available":2,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146641":{"id":"10-146641","available":50,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147157":{"id":"10-147157","available":0,"dates":[]},"10-147685":{"id":"10-147685","available":0,"dates":[]},"10-148117":{"id":"10-148117","available":0,"dates":[]},"10-148520":{"id":"10-148520","available":0,"dates":[]},"10-149043":{"id":"10-149043","available":0,"dates":[]},"10-149445":{"id":"10-149445","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149454":{"id":"10-149454","available":85,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150045":{"id":"10-150045","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150053":{"id":"10-150053","available":85,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150553":{"id":"10-150553","available":0,"dates":[]},"10-150561":{"id":"10-150561","available":0,"dates":[]},"10-151328":{"id":"10-151328","available":0,"dates":[]},"10-151855":{"id":"10-151855","available":0,"dates":[]},"10-152184":{"id":"10-152184","available":0,"dates":[]},"10-152632":{"id":"10-152632","available":0,"dates":[]},"10-152887":{"id":"10-152887","available":0,"dates":[]},"10-153187":{"id":"10-153187","available":0,"dates":[]},"10-153628":{"id":"10-153628","available":0,"dates":[]},"10-154080":{"id":"10-154080","available":0,"dates":[]},"10-154222":{"id":"10-154222","available":0,"dates":[]},"10-154763":{"id":"10-154763","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155133":{"id":"10-155133","available":82,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155602":{"id":"10-155602","available":115,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-02315-10-144510":{"id":"10-FLRL-B-02315-10-144510","available":7,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-02315-10-145947":{"id":"10-FLRL-B-02315-10-145947","available":16,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146718":{"id":"11-146718","available":72,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147233":{"id":"11-147233","available":0,"dates":[]},"11-147754":{"id":"11-147754","available":0,"dates":[]},"11-148183":{"id":"11-148183","available":0,"dates":[]},"11-148578":{"id":"11-148578","available":0,"dates":[]},"11-148918":{"id":"11-148918","available":-2,"dates":[]},"11-149481":{"id":"11-149481","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149490":{"id":"11-149490","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150077":{"id":"11-150077","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150085":{"id":"11-150085","available":110,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150659":{"id":"11-150659","available":0,"dates":[]},"11-150664":{"id":"11-150664","available":0,"dates":[]},"11-151198":{"id":"11-151198","available":0,"dates":[]},"11-151609":{"id":"11-151609","available":-10,"dates":[]},"11-152086":{"id":"11-152086","available":0,"dates":[]},"11-152388":{"id":"11-152388","available":0,"dates":[]},"11-152820":{"id":"11-152820","available":0,"dates":[]},"11-153114":{"id":"11-153114","available":0,"dates":[]},"11-153415":{"id":"11-153415","available":0,"dates":[]},"11-154111":{"id":"11-154111","available":0,"dates":[]},"11-154411":{"id":"11-154411","available":0,"dates":[]},"11-154905":{"id":"11-154905","available":71,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155256":{"id":"11-155256","available":106,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155775":{"id":"11-155775","available":147,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-02315-11-144688":{"id":"11-FLRL-B-02315-11-144688","available":8,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-02315-11-145619":{"id":"11-FLRL-B-02315-11-145619","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"11-FLRL-B-02315-11-146035":{"id":"11-FLRL-B-02315-11-146035","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146583":{"id":"2-146583","available":50,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146622":{"id":"2-146622","available":30,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146731":{"id":"2-146731","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147100":{"id":"2-147100","available":0,"dates":[]},"2-147139":{"id":"2-147139","available":0,"dates":[]},"2-147620":{"id":"2-147620","available":0,"dates":[]},"2-147662":{"id":"2-147662","available":0,"dates":[]},"2-148058":{"id":"2-148058","available":-4,"dates":[]},"2-148097":{"id":"2-148097","available":0,"dates":[]},"2-148474":{"id":"2-148474","available":0,"dates":[]},"2-148505":{"id":"2-148505","available":0,"dates":[]},"2-148785":{"id":"2-148785","available":-2,"dates":[]},"2-148821":{"id":"2-148821","available":0,"dates":[]},"2-149404":{"id":"2-149404","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149431":{"id":"2-149431","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150004":{"id":"2-150004","available":65,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150031":{"id":"2-150031","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150512":{"id":"2-150512","available":0,"dates":[]},"2-150539":{"id":"2-150539","available":0,"dates":[]},"2-151060":{"id":"2-151060","available":0,"dates":[]},"2-151104":{"id":"2-151104","available":0,"dates":[]},"2-151470":{"id":"2-151470","available":0,"dates":[]},"2-151516":{"id":"2-151516","available":0,"dates":[]},"2-152012":{"id":"2-152012","available":0,"dates":[]},"2-152524":{"id":"2-152524","available":0,"dates":[]},"2-152748":{"id":"2-152748","available":0,"dates":[]},"2-152768":{"id":"2-152768","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152948":{"id":"2-152948","available":0,"dates":[]},"2-153007":{"id":"2-153007","available":0,"dates":[]},"2-153040":{"id":"2-153040","available":0,"dates":[]},"2-153310":{"id":"2-153310","available":0,"dates":[]},"2-153343":{"id":"2-153343","available":0,"dates":[]},"2-154011":{"id":"2-154011","available":0,"dates":[]},"2-154037":{"id":"2-154037","available":0,"dates":[]},"2-154171":{"id":"2-154171","available":0,"dates":[]},"2-154201":{"id":"2-154201","available":0,"dates":[]},"2-154736":{"id":"2-154736","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154754":{"id":"2-154754","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155104":{"id":"2-155104","available":35,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155119":{"id":"2-155119","available":25,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155546":{"id":"2-155546","available":0,"dates":[]},"2-155567":{"id":"2-155567","available":35,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155585":{"id":"2-155585","available":25,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-02315-2-145516":{"id":"2-FLRL-B-02315-2-145516","available":1,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"2-FLRL-B-02315-2-145886":{"id":"2-FLRL-B-02315-2-145886","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-02315-2-145929":{"id":"2-FLRL-B-02315-2-145929","available":5,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146831":{"id":"30-146831","available":54,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147348":{"id":"30-147348","available":0,"dates":[]},"30-147867":{"id":"30-147867","available":0,"dates":[]},"30-148302":{"id":"30-148302","available":0,"dates":[]},"30-148689":{"id":"30-148689","available":-1,"dates":[]},"30-FLRL-B-02315-30-144818":{"id":"30-FLRL-B-02315-30-144818","available":10,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-02315-30-146154":{"id":"30-FLRL-B-02315-30-146154","available":25,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146484":{"id":"4-146484","available":45,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146584":{"id":"4-146584","available":55,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146623":{"id":"4-146623","available":35,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146732":{"id":"4-146732","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147101":{"id":"4-147101","available":0,"dates":[]},"4-147140":{"id":"4-147140","available":0,"dates":[]},"4-147621":{"id":"4-147621","available":-2,"dates":[]},"4-147663":{"id":"4-147663","available":0,"dates":[]},"4-148059":{"id":"4-148059","available":0,"dates":[]},"4-148098":{"id":"4-148098","available":0,"dates":[]},"4-148475":{"id":"4-148475","available":0,"dates":[]},"4-148506":{"id":"4-148506","available":0,"dates":[]},"4-148786":{"id":"4-148786","available":-2,"dates":[]},"4-148822":{"id":"4-148822","available":0,"dates":[]},"4-149405":{"id":"4-149405","available":405,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149432":{"id":"4-149432","available":490,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150005":{"id":"4-150005","available":405,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150032":{"id":"4-150032","available":490,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150513":{"id":"4-150513","available":0,"dates":[]},"4-150540":{"id":"4-150540","available":0,"dates":[]},"4-151061":{"id":"4-151061","available":0,"dates":[]},"4-151105":{"id":"4-151105","available":0,"dates":[]},"4-151471":{"id":"4-151471","available":-4,"dates":[]},"4-151517":{"id":"4-151517","available":0,"dates":[]},"4-151946":{"id":"4-151946","available":0,"dates":[]},"4-151957":{"id":"4-151957","available":24,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152013":{"id":"4-152013","available":0,"dates":[]},"4-152525":{"id":"4-152525","available":0,"dates":[]},"4-152749":{"id":"4-152749","available":0,"dates":[]},"4-152949":{"id":"4-152949","available":0,"dates":[]},"4-153008":{"id":"4-153008","available":0,"dates":[]},"4-153041":{"id":"4-153041","available":0,"dates":[]},"4-153311":{"id":"4-153311","available":0,"dates":[]},"4-153344":{"id":"4-153344","available":0,"dates":[]},"4-154012":{"id":"4-154012","available":0,"dates":[]},"4-154038":{"id":"4-154038","available":0,"dates":[]},"4-154121":{"id":"4-154121","available":0,"dates":[]},"4-154172":{"id":"4-154172","available":0,"dates":[]},"4-154202":{"id":"4-154202","available":0,"dates":[]},"4-154737":{"id":"4-154737","available":97,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154755":{"id":"4-154755","available":80,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155105":{"id":"4-155105","available":151,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155120":{"id":"4-155120","available":85,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155568":{"id":"4-155568","available":189,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155586":{"id":"4-155586","available":125,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-02315-4-144455":{"id":"4-FLRL-B-02315-4-144455","available":35,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-02315-4-144497":{"id":"4-FLRL-B-02315-4-144497","available":20,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-02315-4-145517":{"id":"4-FLRL-B-02315-4-145517","available":6,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-B-02315-4-145887":{"id":"4-FLRL-B-02315-4-145887","available":4,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-02315-4-145930":{"id":"4-FLRL-B-02315-4-145930","available":10,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146655":{"id":"41-146655","available":58,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147171":{"id":"41-147171","available":0,"dates":[]},"41-147700":{"id":"41-147700","available":0,"dates":[]},"41-148132":{"id":"41-148132","available":0,"dates":[]},"41-148533":{"id":"41-148533","available":-2,"dates":[]},"41-149027":{"id":"41-149027","available":-4,"dates":[]},"41-149499":{"id":"41-149499","available":117,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149508":{"id":"41-149508","available":135,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150252":{"id":"41-150252","available":117,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150260":{"id":"41-150260","available":135,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150724":{"id":"41-150724","available":1,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150732":{"id":"41-150732","available":0,"dates":[]},"41-151310":{"id":"41-151310","available":0,"dates":[]},"41-151714":{"id":"41-151714","available":-2,"dates":[]},"41-152166":{"id":"41-152166","available":0,"dates":[]},"41-152619":{"id":"41-152619","available":0,"dates":[]},"41-152874":{"id":"41-152874","available":0,"dates":[]},"41-153173":{"id":"41-153173","available":0,"dates":[]},"41-153470":{"id":"41-153470","available":0,"dates":[]},"41-153889":{"id":"41-153889","available":0,"dates":[]},"41-154335":{"id":"41-154335","available":0,"dates":[]},"41-154839":{"id":"41-154839","available":40,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155344":{"id":"41-155344","available":79,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155689":{"id":"41-155689","available":99,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-02315-41-144801":{"id":"41-FLRL-B-02315-41-144801","available":20,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-02315-41-145721":{"id":"41-FLRL-B-02315-41-145721","available":"4","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"41-FLRL-B-02315-41-145965":{"id":"41-FLRL-B-02315-41-145965","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146786":{"id":"42-146786","available":27,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147301":{"id":"42-147301","available":0,"dates":[]},"42-147819":{"id":"42-147819","available":0,"dates":[]},"42-148250":{"id":"42-148250","available":0,"dates":[]},"42-148642":{"id":"42-148642","available":0,"dates":[]},"42-154138":{"id":"42-154138","available":0,"dates":[]},"42-FLRL-B-02315-42-144766":{"id":"42-FLRL-B-02315-42-144766","available":6,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"42-FLRL-B-02315-42-145687":{"id":"42-FLRL-B-02315-42-145687","available":"9","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"42-FLRL-B-02315-42-146107":{"id":"42-FLRL-B-02315-42-146107","available":14,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-146673":{"id":"51-146673","available":24,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147188":{"id":"51-147188","available":24,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147716":{"id":"51-147716","available":22,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148148":{"id":"51-148148","available":0,"dates":[]},"51-148549":{"id":"51-148549","available":0,"dates":[]},"51-148868":{"id":"51-148868","available":1,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-149551":{"id":"51-149551","available":93,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150139":{"id":"51-150139","available":93,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150623":{"id":"51-150623","available":93,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151001":{"id":"51-151001","available":-16,"dates":[]},"51-151153":{"id":"51-151153","available":5,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151564":{"id":"51-151564","available":0,"dates":[]},"51-151966":{"id":"51-151966","available":20,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152056":{"id":"51-152056","available":0,"dates":[]},"51-152561":{"id":"51-152561","available":0,"dates":[]},"51-152792":{"id":"51-152792","available":0,"dates":[]},"51-153077":{"id":"51-153077","available":17,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153596":{"id":"51-153596","available":1,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26"]},"51-153712":{"id":"51-153712","available":0,"dates":[]},"51-154265":{"id":"51-154265","available":-2,"dates":[]},"51-154785":{"id":"51-154785","available":56,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155317":{"id":"51-155317","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155618":{"id":"51-155618","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146728":{"id":"58-146728","available":107,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147244":{"id":"58-147244","available":0,"dates":[]},"58-147764":{"id":"58-147764","available":0,"dates":[]},"58-148194":{"id":"58-148194","available":0,"dates":[]},"58-148588":{"id":"58-148588","available":0,"dates":[]},"58-149032":{"id":"58-149032","available":-2,"dates":[]},"58-149822":{"id":"58-149822","available":176,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149826":{"id":"58-149826","available":224,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150376":{"id":"58-150376","available":176,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150380":{"id":"58-150380","available":224,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150878":{"id":"58-150878","available":0,"dates":[]},"58-150882":{"id":"58-150882","available":0,"dates":[]},"58-151315":{"id":"58-151315","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151719":{"id":"58-151719","available":-39,"dates":[]},"58-151961":{"id":"58-151961","available":0,"dates":[]},"58-152171":{"id":"58-152171","available":0,"dates":[]},"58-152623":{"id":"58-152623","available":0,"dates":[]},"58-152878":{"id":"58-152878","available":0,"dates":[]},"58-153177":{"id":"58-153177","available":0,"dates":[]},"58-153474":{"id":"58-153474","available":0,"dates":[]},"58-153858":{"id":"58-153858","available":0,"dates":[]},"58-154418":{"id":"58-154418","available":0,"dates":[]},"58-154422":{"id":"58-154422","available":0,"dates":[]},"58-154909":{"id":"58-154909","available":97,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155349":{"id":"58-155349","available":151,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155781":{"id":"58-155781","available":196,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-02315-58-144697":{"id":"58-FLRL-B-02315-58-144697","available":17,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-02315-58-145629":{"id":"58-FLRL-B-02315-58-145629","available":"80","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-02315-58-146047":{"id":"58-FLRL-B-02315-58-146047","available":21,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-149016":{"id":"65-149016","available":0,"dates":[]},"65-149463":{"id":"65-149463","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149472":{"id":"65-149472","available":96,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150061":{"id":"65-150061","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150069":{"id":"65-150069","available":96,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150849":{"id":"65-150849","available":0,"dates":[]},"65-150860":{"id":"65-150860","available":0,"dates":[]},"65-151298":{"id":"65-151298","available":0,"dates":[]},"65-151702":{"id":"65-151702","available":-1,"dates":[]},"65-152433":{"id":"65-152433","available":0,"dates":[]},"65-152865":{"id":"65-152865","available":0,"dates":[]},"65-153164":{"id":"65-153164","available":0,"dates":[]},"65-153461":{"id":"65-153461","available":0,"dates":[]},"65-153900":{"id":"65-153900","available":0,"dates":[]},"65-154140":{"id":"65-154140","available":0,"dates":[]},"65-154275":{"id":"65-154275","available":0,"dates":[]},"65-154797":{"id":"65-154797","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155144":{"id":"65-155144","available":60,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155639":{"id":"65-155639","available":78,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149054":{"id":"9-149054","available":0,"dates":[]},"9-149532":{"id":"9-149532","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149540":{"id":"9-149540","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150408":{"id":"9-150408","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150414":{"id":"9-150414","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150916":{"id":"9-150916","available":0,"dates":[]},"9-150922":{"id":"9-150922","available":0,"dates":[]},"9-151339":{"id":"9-151339","available":0,"dates":[]},"9-151848":{"id":"9-151848","available":0,"dates":[]},"9-152195":{"id":"9-152195","available":0,"dates":[]},"9-152641":{"id":"9-152641","available":0,"dates":[]},"9-152896":{"id":"9-152896","available":0,"dates":[]},"9-153196":{"id":"9-153196","available":0,"dates":[]},"9-153637":{"id":"9-153637","available":0,"dates":[]},"9-153877":{"id":"9-153877","available":0,"dates":[]},"9-154129":{"id":"9-154129","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"9-154441":{"id":"9-154441","available":0,"dates":[]},"9-154921":{"id":"9-154921","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155270":{"id":"9-155270","available":36,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155872":{"id":"9-155872","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150878","58-150882","58-154909","58-155349","58-155781"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154785","51-155317","51-155618"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150513","4-150540","4-154737","4-154755","4-155105","4-155120","4-155568","4-155586"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150724","41-150732","41-154839","41-155344","41-155689"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150512","2-150539","2-154736","2-154754","2-155104","2-155119","2-155567","2-155585"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150553","10-150561","10-154763","10-155133","10-155602"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150659","11-150664","11-154905","11-155256","11-155775"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150916","9-150922","9-154921","9-155270","9-155872"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150511","1-150538","1-154735","1-154753","1-155103","1-155118","1-155566","1-155584","1-155545"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150849","65-150860","65-154797","65-155144","65-155639"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-margot":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-margot", "priceAmount": 16500, "price": "$165 ", "priceCompareAtAmount": 18400, "priceCompareAt": "$184 ", "url": "https://urbanstems.com/products/double-the-margot", "variantName": null, "title": "Double the Margot", "images": [ { "alt": "Double the Margot", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Margot_SupportingImage_1_PDP.jpg?v=1727921744&width=700 700w" }, { "alt": "Double the Margot", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Margot_MainImage_PDP_90749c65-6263-4693-be5e-30b57888023b.jpg?v=1729626519&width=700 700w" } ], "variants": [{"id":45510438256888,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-02315","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Margot - Double","public_title":"Double","options":["Double","Default Title"],"price":16500,"weight":0,"compare_at_price":18400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":14850}],"price":14850,"compare_at_price":16500,"per_delivery_price":14850,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":14850}],"price":14850,"compare_at_price":16500,"per_delivery_price":14850,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":44550}],"price":44550,"compare_at_price":16500,"per_delivery_price":44550,"selling_plan_id":4984439032,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":44550}],"price":44550,"compare_at_price":16500,"per_delivery_price":44550,"selling_plan_id":4984471800,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":89100}],"price":89100,"compare_at_price":16500,"per_delivery_price":89100,"selling_plan_id":4985291000,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":89100}],"price":89100,"compare_at_price":16500,"per_delivery_price":89100,"selling_plan_id":4985323768,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146482":{"id":"1-146482","available":12,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146582":{"id":"1-146582","available":14,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146621":{"id":"1-146621","available":7,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146730":{"id":"1-146730","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147099":{"id":"1-147099","available":0,"dates":[]},"1-147138":{"id":"1-147138","available":0,"dates":[]},"1-147619":{"id":"1-147619","available":0,"dates":[]},"1-147661":{"id":"1-147661","available":-2,"dates":[]},"1-148057":{"id":"1-148057","available":-1,"dates":[]},"1-148096":{"id":"1-148096","available":0,"dates":[]},"1-148473":{"id":"1-148473","available":0,"dates":[]},"1-148504":{"id":"1-148504","available":0,"dates":[]},"1-148784":{"id":"1-148784","available":0,"dates":[]},"1-148820":{"id":"1-148820","available":0,"dates":[]},"1-149403":{"id":"1-149403","available":25,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149430":{"id":"1-149430","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150003":{"id":"1-150003","available":25,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150030":{"id":"1-150030","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150511":{"id":"1-150511","available":0,"dates":[]},"1-150538":{"id":"1-150538","available":0,"dates":[]},"1-151059":{"id":"1-151059","available":0,"dates":[]},"1-151103":{"id":"1-151103","available":0,"dates":[]},"1-151469":{"id":"1-151469","available":0,"dates":[]},"1-151515":{"id":"1-151515","available":0,"dates":[]},"1-152011":{"id":"1-152011","available":0,"dates":[]},"1-152523":{"id":"1-152523","available":0,"dates":[]},"1-152747":{"id":"1-152747","available":0,"dates":[]},"1-152947":{"id":"1-152947","available":-1,"dates":[]},"1-153006":{"id":"1-153006","available":0,"dates":[]},"1-153039":{"id":"1-153039","available":0,"dates":[]},"1-153309":{"id":"1-153309","available":0,"dates":[]},"1-153342":{"id":"1-153342","available":0,"dates":[]},"1-154010":{"id":"1-154010","available":0,"dates":[]},"1-154036":{"id":"1-154036","available":0,"dates":[]},"1-154170":{"id":"1-154170","available":0,"dates":[]},"1-154200":{"id":"1-154200","available":0,"dates":[]},"1-154735":{"id":"1-154735","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154753":{"id":"1-154753","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155103":{"id":"1-155103","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155118":{"id":"1-155118","available":7,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155545":{"id":"1-155545","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155566":{"id":"1-155566","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155584":{"id":"1-155584","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-D-02315-1-145928":{"id":"1-FLRL-D-02315-1-145928","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146641":{"id":"10-146641","available":25,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147157":{"id":"10-147157","available":0,"dates":[]},"10-147685":{"id":"10-147685","available":0,"dates":[]},"10-148117":{"id":"10-148117","available":0,"dates":[]},"10-148520":{"id":"10-148520","available":0,"dates":[]},"10-149043":{"id":"10-149043","available":0,"dates":[]},"10-149445":{"id":"10-149445","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149454":{"id":"10-149454","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150045":{"id":"10-150045","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150053":{"id":"10-150053","available":42,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150553":{"id":"10-150553","available":0,"dates":[]},"10-150561":{"id":"10-150561","available":0,"dates":[]},"10-151328":{"id":"10-151328","available":0,"dates":[]},"10-151855":{"id":"10-151855","available":0,"dates":[]},"10-152184":{"id":"10-152184","available":0,"dates":[]},"10-152632":{"id":"10-152632","available":0,"dates":[]},"10-152887":{"id":"10-152887","available":0,"dates":[]},"10-153187":{"id":"10-153187","available":0,"dates":[]},"10-153628":{"id":"10-153628","available":0,"dates":[]},"10-154080":{"id":"10-154080","available":0,"dates":[]},"10-154222":{"id":"10-154222","available":0,"dates":[]},"10-154763":{"id":"10-154763","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155133":{"id":"10-155133","available":41,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155602":{"id":"10-155602","available":57,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-D-02315-10-145947":{"id":"10-FLRL-D-02315-10-145947","available":8,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146718":{"id":"11-146718","available":36,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147233":{"id":"11-147233","available":0,"dates":[]},"11-147754":{"id":"11-147754","available":0,"dates":[]},"11-148183":{"id":"11-148183","available":0,"dates":[]},"11-148578":{"id":"11-148578","available":0,"dates":[]},"11-148918":{"id":"11-148918","available":-1,"dates":[]},"11-149481":{"id":"11-149481","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149490":{"id":"11-149490","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150077":{"id":"11-150077","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150085":{"id":"11-150085","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150659":{"id":"11-150659","available":0,"dates":[]},"11-150664":{"id":"11-150664","available":0,"dates":[]},"11-151198":{"id":"11-151198","available":0,"dates":[]},"11-151609":{"id":"11-151609","available":-5,"dates":[]},"11-152086":{"id":"11-152086","available":0,"dates":[]},"11-152388":{"id":"11-152388","available":0,"dates":[]},"11-152820":{"id":"11-152820","available":0,"dates":[]},"11-153114":{"id":"11-153114","available":0,"dates":[]},"11-153415":{"id":"11-153415","available":0,"dates":[]},"11-154111":{"id":"11-154111","available":0,"dates":[]},"11-154411":{"id":"11-154411","available":0,"dates":[]},"11-154905":{"id":"11-154905","available":35,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155256":{"id":"11-155256","available":53,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155775":{"id":"11-155775","available":73,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-D-02315-11-146035":{"id":"11-FLRL-D-02315-11-146035","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146583":{"id":"2-146583","available":25,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146622":{"id":"2-146622","available":15,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146731":{"id":"2-146731","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147100":{"id":"2-147100","available":0,"dates":[]},"2-147139":{"id":"2-147139","available":0,"dates":[]},"2-147620":{"id":"2-147620","available":0,"dates":[]},"2-147662":{"id":"2-147662","available":0,"dates":[]},"2-148058":{"id":"2-148058","available":-2,"dates":[]},"2-148097":{"id":"2-148097","available":0,"dates":[]},"2-148474":{"id":"2-148474","available":0,"dates":[]},"2-148505":{"id":"2-148505","available":0,"dates":[]},"2-148785":{"id":"2-148785","available":-1,"dates":[]},"2-148821":{"id":"2-148821","available":0,"dates":[]},"2-149404":{"id":"2-149404","available":32,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149431":{"id":"2-149431","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150004":{"id":"2-150004","available":32,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150031":{"id":"2-150031","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150512":{"id":"2-150512","available":0,"dates":[]},"2-150539":{"id":"2-150539","available":0,"dates":[]},"2-151060":{"id":"2-151060","available":0,"dates":[]},"2-151104":{"id":"2-151104","available":0,"dates":[]},"2-151470":{"id":"2-151470","available":0,"dates":[]},"2-151516":{"id":"2-151516","available":0,"dates":[]},"2-152012":{"id":"2-152012","available":0,"dates":[]},"2-152524":{"id":"2-152524","available":0,"dates":[]},"2-152748":{"id":"2-152748","available":0,"dates":[]},"2-152768":{"id":"2-152768","available":2,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152948":{"id":"2-152948","available":0,"dates":[]},"2-153007":{"id":"2-153007","available":0,"dates":[]},"2-153040":{"id":"2-153040","available":0,"dates":[]},"2-153310":{"id":"2-153310","available":0,"dates":[]},"2-153343":{"id":"2-153343","available":0,"dates":[]},"2-154011":{"id":"2-154011","available":0,"dates":[]},"2-154037":{"id":"2-154037","available":0,"dates":[]},"2-154171":{"id":"2-154171","available":0,"dates":[]},"2-154201":{"id":"2-154201","available":0,"dates":[]},"2-154736":{"id":"2-154736","available":0,"dates":[]},"2-154754":{"id":"2-154754","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155104":{"id":"2-155104","available":17,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155119":{"id":"2-155119","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155546":{"id":"2-155546","available":0,"dates":[]},"2-155567":{"id":"2-155567","available":17,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155585":{"id":"2-155585","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-D-02315-2-145516":{"id":"2-FLRL-D-02315-2-145516","available":0,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"2-FLRL-D-02315-2-145886":{"id":"2-FLRL-D-02315-2-145886","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-D-02315-2-145929":{"id":"2-FLRL-D-02315-2-145929","available":2,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146831":{"id":"30-146831","available":27,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147348":{"id":"30-147348","available":0,"dates":[]},"30-147867":{"id":"30-147867","available":0,"dates":[]},"30-148302":{"id":"30-148302","available":0,"dates":[]},"30-148689":{"id":"30-148689","available":-1,"dates":[]},"30-FLRL-D-02315-30-146154":{"id":"30-FLRL-D-02315-30-146154","available":12,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146484":{"id":"4-146484","available":22,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146584":{"id":"4-146584","available":27,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146623":{"id":"4-146623","available":17,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146732":{"id":"4-146732","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147101":{"id":"4-147101","available":0,"dates":[]},"4-147140":{"id":"4-147140","available":0,"dates":[]},"4-147621":{"id":"4-147621","available":-1,"dates":[]},"4-147663":{"id":"4-147663","available":0,"dates":[]},"4-148059":{"id":"4-148059","available":0,"dates":[]},"4-148098":{"id":"4-148098","available":0,"dates":[]},"4-148475":{"id":"4-148475","available":0,"dates":[]},"4-148506":{"id":"4-148506","available":0,"dates":[]},"4-148786":{"id":"4-148786","available":-1,"dates":[]},"4-148822":{"id":"4-148822","available":0,"dates":[]},"4-149405":{"id":"4-149405","available":202,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149432":{"id":"4-149432","available":245,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150005":{"id":"4-150005","available":202,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150032":{"id":"4-150032","available":245,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150513":{"id":"4-150513","available":0,"dates":[]},"4-150540":{"id":"4-150540","available":0,"dates":[]},"4-151061":{"id":"4-151061","available":0,"dates":[]},"4-151105":{"id":"4-151105","available":0,"dates":[]},"4-151471":{"id":"4-151471","available":-2,"dates":[]},"4-151517":{"id":"4-151517","available":0,"dates":[]},"4-151946":{"id":"4-151946","available":0,"dates":[]},"4-151957":{"id":"4-151957","available":12,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152013":{"id":"4-152013","available":0,"dates":[]},"4-152525":{"id":"4-152525","available":0,"dates":[]},"4-152749":{"id":"4-152749","available":0,"dates":[]},"4-152949":{"id":"4-152949","available":0,"dates":[]},"4-153008":{"id":"4-153008","available":0,"dates":[]},"4-153041":{"id":"4-153041","available":0,"dates":[]},"4-153311":{"id":"4-153311","available":0,"dates":[]},"4-153344":{"id":"4-153344","available":0,"dates":[]},"4-154012":{"id":"4-154012","available":0,"dates":[]},"4-154038":{"id":"4-154038","available":0,"dates":[]},"4-154121":{"id":"4-154121","available":0,"dates":[]},"4-154172":{"id":"4-154172","available":0,"dates":[]},"4-154202":{"id":"4-154202","available":0,"dates":[]},"4-154737":{"id":"4-154737","available":48,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154755":{"id":"4-154755","available":40,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155105":{"id":"4-155105","available":75,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155120":{"id":"4-155120","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155568":{"id":"4-155568","available":94,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155586":{"id":"4-155586","available":62,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-D-02315-4-145517":{"id":"4-FLRL-D-02315-4-145517","available":3,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-D-02315-4-145887":{"id":"4-FLRL-D-02315-4-145887","available":2,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-D-02315-4-145930":{"id":"4-FLRL-D-02315-4-145930","available":5,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146655":{"id":"41-146655","available":29,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147171":{"id":"41-147171","available":0,"dates":[]},"41-147700":{"id":"41-147700","available":0,"dates":[]},"41-148132":{"id":"41-148132","available":0,"dates":[]},"41-148533":{"id":"41-148533","available":-1,"dates":[]},"41-149027":{"id":"41-149027","available":-2,"dates":[]},"41-149499":{"id":"41-149499","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149508":{"id":"41-149508","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150252":{"id":"41-150252","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150260":{"id":"41-150260","available":67,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150724":{"id":"41-150724","available":0,"dates":[]},"41-150732":{"id":"41-150732","available":0,"dates":[]},"41-151310":{"id":"41-151310","available":0,"dates":[]},"41-151714":{"id":"41-151714","available":-1,"dates":[]},"41-152166":{"id":"41-152166","available":0,"dates":[]},"41-152619":{"id":"41-152619","available":0,"dates":[]},"41-152874":{"id":"41-152874","available":0,"dates":[]},"41-153173":{"id":"41-153173","available":0,"dates":[]},"41-153470":{"id":"41-153470","available":0,"dates":[]},"41-153889":{"id":"41-153889","available":0,"dates":[]},"41-154335":{"id":"41-154335","available":0,"dates":[]},"41-154839":{"id":"41-154839","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155344":{"id":"41-155344","available":39,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155689":{"id":"41-155689","available":49,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-D-02315-41-145965":{"id":"41-FLRL-D-02315-41-145965","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146786":{"id":"42-146786","available":13,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147301":{"id":"42-147301","available":0,"dates":[]},"42-147819":{"id":"42-147819","available":0,"dates":[]},"42-148250":{"id":"42-148250","available":0,"dates":[]},"42-148642":{"id":"42-148642","available":0,"dates":[]},"42-154138":{"id":"42-154138","available":0,"dates":[]},"42-FLRL-D-02315-42-146107":{"id":"42-FLRL-D-02315-42-146107","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-146673":{"id":"51-146673","available":12,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147188":{"id":"51-147188","available":12,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147716":{"id":"51-147716","available":11,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148148":{"id":"51-148148","available":0,"dates":[]},"51-148549":{"id":"51-148549","available":0,"dates":[]},"51-148868":{"id":"51-148868","available":0,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"51-149551":{"id":"51-149551","available":46,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150139":{"id":"51-150139","available":46,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150623":{"id":"51-150623","available":46,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151001":{"id":"51-151001","available":-8,"dates":[]},"51-151153":{"id":"51-151153","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151564":{"id":"51-151564","available":0,"dates":[]},"51-151966":{"id":"51-151966","available":10,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152056":{"id":"51-152056","available":0,"dates":[]},"51-152561":{"id":"51-152561","available":0,"dates":[]},"51-152792":{"id":"51-152792","available":0,"dates":[]},"51-153077":{"id":"51-153077","available":8,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153596":{"id":"51-153596","available":0,"dates":[]},"51-153712":{"id":"51-153712","available":0,"dates":[]},"51-154265":{"id":"51-154265","available":-1,"dates":[]},"51-154785":{"id":"51-154785","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155317":{"id":"51-155317","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155618":{"id":"51-155618","available":8,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146728":{"id":"58-146728","available":53,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147244":{"id":"58-147244","available":0,"dates":[]},"58-147764":{"id":"58-147764","available":0,"dates":[]},"58-148194":{"id":"58-148194","available":0,"dates":[]},"58-148588":{"id":"58-148588","available":0,"dates":[]},"58-149032":{"id":"58-149032","available":-1,"dates":[]},"58-149822":{"id":"58-149822","available":88,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149826":{"id":"58-149826","available":112,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150376":{"id":"58-150376","available":88,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150380":{"id":"58-150380","available":112,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150878":{"id":"58-150878","available":0,"dates":[]},"58-150882":{"id":"58-150882","available":0,"dates":[]},"58-151315":{"id":"58-151315","available":0,"dates":[]},"58-151719":{"id":"58-151719","available":-20,"dates":[]},"58-151961":{"id":"58-151961","available":0,"dates":[]},"58-152171":{"id":"58-152171","available":0,"dates":[]},"58-152623":{"id":"58-152623","available":0,"dates":[]},"58-152878":{"id":"58-152878","available":0,"dates":[]},"58-153177":{"id":"58-153177","available":0,"dates":[]},"58-153474":{"id":"58-153474","available":0,"dates":[]},"58-153858":{"id":"58-153858","available":0,"dates":[]},"58-154418":{"id":"58-154418","available":0,"dates":[]},"58-154422":{"id":"58-154422","available":0,"dates":[]},"58-154909":{"id":"58-154909","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155349":{"id":"58-155349","available":75,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155781":{"id":"58-155781","available":98,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-D-02315-58-146047":{"id":"58-FLRL-D-02315-58-146047","available":10,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-149016":{"id":"65-149016","available":0,"dates":[]},"65-149463":{"id":"65-149463","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149472":{"id":"65-149472","available":48,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150061":{"id":"65-150061","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150069":{"id":"65-150069","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150849":{"id":"65-150849","available":0,"dates":[]},"65-150860":{"id":"65-150860","available":0,"dates":[]},"65-151298":{"id":"65-151298","available":0,"dates":[]},"65-151702":{"id":"65-151702","available":-1,"dates":[]},"65-152433":{"id":"65-152433","available":0,"dates":[]},"65-152865":{"id":"65-152865","available":0,"dates":[]},"65-153164":{"id":"65-153164","available":0,"dates":[]},"65-153461":{"id":"65-153461","available":0,"dates":[]},"65-153900":{"id":"65-153900","available":0,"dates":[]},"65-154140":{"id":"65-154140","available":0,"dates":[]},"65-154275":{"id":"65-154275","available":0,"dates":[]},"65-154797":{"id":"65-154797","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155144":{"id":"65-155144","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155639":{"id":"65-155639","available":39,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149054":{"id":"9-149054","available":0,"dates":[]},"9-149532":{"id":"9-149532","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149540":{"id":"9-149540","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150408":{"id":"9-150408","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150414":{"id":"9-150414","available":18,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150916":{"id":"9-150916","available":0,"dates":[]},"9-150922":{"id":"9-150922","available":0,"dates":[]},"9-151339":{"id":"9-151339","available":0,"dates":[]},"9-151848":{"id":"9-151848","available":0,"dates":[]},"9-152195":{"id":"9-152195","available":0,"dates":[]},"9-152641":{"id":"9-152641","available":0,"dates":[]},"9-152896":{"id":"9-152896","available":0,"dates":[]},"9-153196":{"id":"9-153196","available":0,"dates":[]},"9-153637":{"id":"9-153637","available":0,"dates":[]},"9-153877":{"id":"9-153877","available":0,"dates":[]},"9-154129":{"id":"9-154129","available":1,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"9-154441":{"id":"9-154441","available":0,"dates":[]},"9-154921":{"id":"9-154921","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155270":{"id":"9-155270","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155872":{"id":"9-155872","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150878","58-150882","58-154909","58-155349","58-155781"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154785","51-155317","51-155618"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150513","4-150540","4-154737","4-154755","4-155105","4-155120","4-155568","4-155586"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150724","41-150732","41-154839","41-155344","41-155689"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150512","2-150539","2-154736","2-154754","2-155104","2-155119","2-155567","2-155585"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150553","10-150561","10-154763","10-155133","10-155602"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150659","11-150664","11-154905","11-155256","11-155775"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150916","9-150922","9-154921","9-155270","9-155872"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150511","1-150538","1-154735","1-154753","1-155103","1-155118","1-155566","1-155584","1-155545"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150849","65-150860","65-154797","65-155144","65-155639"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="48" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-snow-peony"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=500 500w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=600 600w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=700 700w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=800 800w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=900 900w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=500" alt="Double the Snow Peony" srcset="//urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=352 352w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=800 800w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=900 900w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500" alt="Double the Snow Peony" srcset="//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=352 352w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" loading="lazy" class="metafield-file_reference"> <div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-snow-peony" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150815","58-150818","58-154876","58-155223","58-155732"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150770","4-154855","4-155201","4-155701"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150806","41-150811","41-154873","41-155306","41-155728"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150769","2-150784","2-154854","2-155200","2-155700","2-155560"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150748","10-150751","10-154866","10-155303","10-155718"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150796","11-150801","11-154869","11-155304","11-155722"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155529","9-150757","9-150758","9-155528","9-155522","9-155738"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150768","1-150783","1-154853","1-155199","1-155699"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"1-150768":{"id":"1-150768","available":0,"dates":[]},"1-150783":{"id":"1-150783","available":0,"dates":[]},"1-154853":{"id":"1-154853","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155199":{"id":"1-155199","available":4,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155699":{"id":"1-155699","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150748":{"id":"10-150748","available":0,"dates":[]},"10-150751":{"id":"10-150751","available":0,"dates":[]},"10-154866":{"id":"10-154866","available":0,"dates":[]},"10-155303":{"id":"10-155303","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155718":{"id":"10-155718","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150796":{"id":"11-150796","available":0,"dates":[]},"11-150801":{"id":"11-150801","available":0,"dates":[]},"11-154869":{"id":"11-154869","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155304":{"id":"11-155304","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155722":{"id":"11-155722","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150769":{"id":"2-150769","available":0,"dates":[]},"2-150784":{"id":"2-150784","available":0,"dates":[]},"2-154854":{"id":"2-154854","available":0,"dates":[]},"2-155200":{"id":"2-155200","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155560":{"id":"2-155560","available":0,"dates":[]},"2-155700":{"id":"2-155700","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150770":{"id":"4-150770","available":0,"dates":[]},"4-154855":{"id":"4-154855","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155201":{"id":"4-155201","available":23,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155701":{"id":"4-155701","available":41,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150806":{"id":"41-150806","available":0,"dates":[]},"41-150811":{"id":"41-150811","available":0,"dates":[]},"41-154873":{"id":"41-154873","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155306":{"id":"41-155306","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155728":{"id":"41-155728","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-150815":{"id":"58-150815","available":0,"dates":[]},"58-150818":{"id":"58-150818","available":0,"dates":[]},"58-154876":{"id":"58-154876","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155223":{"id":"58-155223","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155732":{"id":"58-155732","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150757":{"id":"9-150757","available":0,"dates":[]},"9-150758":{"id":"9-150758","available":0,"dates":[]},"9-155522":{"id":"9-155522","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155528":{"id":"9-155528","available":0,"dates":[]},"9-155529":{"id":"9-155529","available":2,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-155738":{"id":"9-155738","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":"2024-05-20T00:00:00+00:00", "blackout_to":"2024-04-29T00:00:00+00:00"} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-snow-peony" title="View Double the Snow Peony" data-product-card-title><h3 style="font-size: 1em;">Double the Snow Peony</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$165 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$184</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">174 reviews with an average of 4.3 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.3" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="174" aria-hidden="true" style=" font-size: 12px;">(174)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Snow Peony in Single" data-swatch-item="the-snow-peony" href="https://urbanstems.com/products/the-snow-peony" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Snow Peony in Double" data-swatch-item="double-the-snow-peony" data-image-loaded href="https://urbanstems.com/products/double-the-snow-peony" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Snow Peony in Triple" data-swatch-item="triple-the-snow-peony" href="https://urbanstems.com/products/triple-the-snow-peony" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="double-the-snow-peony" type="application/json">{"the-snow-peony":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "the-snow-peony", "priceAmount": 9200, "price": "$92 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-snow-peony", "variantName": null, "title": "The Snow Peony", "images": [ { "alt": "The Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=500 500w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=600 600w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=500 500w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=600 600w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=700 700w" }, { "alt": "The Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/SnowPeony_MainImage_PDP.jpg?v=1729717666\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w" } ], "variants": [{"id":45510421217528,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00177","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Snow Peony - Single","public_title":"Single","options":["Single","Default Title"],"price":9200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148996":{"id":"1-148996","available":0,"dates":[]},"1-149726":{"id":"1-149726","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149741":{"id":"1-149741","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150288":{"id":"1-150288","available":20,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150303":{"id":"1-150303","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150768":{"id":"1-150768","available":0,"dates":[]},"1-150783":{"id":"1-150783","available":0,"dates":[]},"1-151277":{"id":"1-151277","available":0,"dates":[]},"1-151681":{"id":"1-151681","available":0,"dates":[]},"1-152139":{"id":"1-152139","available":0,"dates":[]},"1-152598":{"id":"1-152598","available":0,"dates":[]},"1-154351":{"id":"1-154351","available":0,"dates":[]},"1-154496":{"id":"1-154496","available":0,"dates":[]},"1-154853":{"id":"1-154853","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155199":{"id":"1-155199","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155699":{"id":"1-155699","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149750":{"id":"10-149750","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149755":{"id":"10-149755","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150312":{"id":"10-150312","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150317":{"id":"10-150317","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150748":{"id":"10-150748","available":0,"dates":[]},"10-150751":{"id":"10-150751","available":0,"dates":[]},"10-154346":{"id":"10-154346","available":0,"dates":[]},"10-154866":{"id":"10-154866","available":0,"dates":[]},"10-155303":{"id":"10-155303","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155718":{"id":"10-155718","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149760":{"id":"11-149760","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149765":{"id":"11-149765","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150322":{"id":"11-150322","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150327":{"id":"11-150327","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150796":{"id":"11-150796","available":0,"dates":[]},"11-150801":{"id":"11-150801","available":0,"dates":[]},"11-154134":{"id":"11-154134","available":0,"dates":[]},"11-154371":{"id":"11-154371","available":0,"dates":[]},"11-154506":{"id":"11-154506","available":-1,"dates":[]},"11-154869":{"id":"11-154869","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155304":{"id":"11-155304","available":23,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155722":{"id":"11-155722","available":46,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148997":{"id":"2-148997","available":0,"dates":[]},"2-149727":{"id":"2-149727","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149742":{"id":"2-149742","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150289":{"id":"2-150289","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150304":{"id":"2-150304","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150769":{"id":"2-150769","available":0,"dates":[]},"2-150784":{"id":"2-150784","available":0,"dates":[]},"2-151278":{"id":"2-151278","available":0,"dates":[]},"2-151682":{"id":"2-151682","available":0,"dates":[]},"2-152140":{"id":"2-152140","available":0,"dates":[]},"2-152599":{"id":"2-152599","available":0,"dates":[]},"2-154352":{"id":"2-154352","available":0,"dates":[]},"2-154497":{"id":"2-154497","available":0,"dates":[]},"2-154854":{"id":"2-154854","available":0,"dates":[]},"2-155200":{"id":"2-155200","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155560":{"id":"2-155560","available":0,"dates":[]},"2-155700":{"id":"2-155700","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148998":{"id":"4-148998","available":0,"dates":[]},"4-149728":{"id":"4-149728","available":210,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149743":{"id":"4-149743","available":260,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150290":{"id":"4-150290","available":210,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150305":{"id":"4-150305","available":260,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150770":{"id":"4-150770","available":0,"dates":[]},"4-150785":{"id":"4-150785","available":0,"dates":[]},"4-151279":{"id":"4-151279","available":0,"dates":[]},"4-151683":{"id":"4-151683","available":0,"dates":[]},"4-152141":{"id":"4-152141","available":0,"dates":[]},"4-152600":{"id":"4-152600","available":1,"dates":["2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04"]},"4-154135":{"id":"4-154135","available":0,"dates":[]},"4-154353":{"id":"4-154353","available":0,"dates":[]},"4-154498":{"id":"4-154498","available":0,"dates":[]},"4-154855":{"id":"4-154855","available":14,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155201":{"id":"4-155201","available":46,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155701":{"id":"4-155701","available":82,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149770":{"id":"41-149770","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149775":{"id":"41-149775","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150332":{"id":"41-150332","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150337":{"id":"41-150337","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150806":{"id":"41-150806","available":0,"dates":[]},"41-150811":{"id":"41-150811","available":0,"dates":[]},"41-154376":{"id":"41-154376","available":0,"dates":[]},"41-154509":{"id":"41-154509","available":0,"dates":[]},"41-154873":{"id":"41-154873","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155306":{"id":"41-155306","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155728":{"id":"41-155728","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149004":{"id":"58-149004","available":-7,"dates":[]},"58-149779":{"id":"58-149779","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149782":{"id":"58-149782","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150341":{"id":"58-150341","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150344":{"id":"58-150344","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150815":{"id":"58-150815","available":0,"dates":[]},"58-150818":{"id":"58-150818","available":0,"dates":[]},"58-151285":{"id":"58-151285","available":0,"dates":[]},"58-151689":{"id":"58-151689","available":0,"dates":[]},"58-152145":{"id":"58-152145","available":0,"dates":[]},"58-152604":{"id":"58-152604","available":0,"dates":[]},"58-154133":{"id":"58-154133","available":0,"dates":[]},"58-154380":{"id":"58-154380","available":0,"dates":[]},"58-154511":{"id":"58-154511","available":0,"dates":[]},"58-154876":{"id":"58-154876","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155223":{"id":"58-155223","available":38,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155732":{"id":"58-155732","available":67,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149786":{"id":"9-149786","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149791":{"id":"9-149791","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150348":{"id":"9-150348","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150353":{"id":"9-150353","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150757":{"id":"9-150757","available":0,"dates":[]},"9-150758":{"id":"9-150758","available":0,"dates":[]},"9-154350":{"id":"9-154350","available":0,"dates":[]},"9-154852":{"id":"9-154852","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155198":{"id":"9-155198","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155522":{"id":"9-155522","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155528":{"id":"9-155528","available":0,"dates":[]},"9-155529":{"id":"9-155529","available":5,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-155738":{"id":"9-155738","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150815","58-150818","58-154876","58-155223","58-155732"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150770","4-154855","4-155201","4-155701"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150806","41-150811","41-154873","41-155306","41-155728"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150769","2-150784","2-154854","2-155200","2-155700","2-155560"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150748","10-150751","10-154866","10-155303","10-155718"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150796","11-150801","11-154869","11-155304","11-155722"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155529","9-150757","9-150758","9-155528","9-155522","9-155738"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150768","1-150783","1-154853","1-155199","1-155699"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"blackout_from":"2024-05-20T00:00:00+00:00", "blackout_to":"2024-04-29T00:00:00+00:00"} }, "double-the-snow-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "double-the-snow-peony", "priceAmount": 16500, "price": "$165 ", "priceCompareAtAmount": 18400, "priceCompareAt": "$184 ", "url": "https://urbanstems.com/products/double-the-snow-peony", "variantName": null, "title": "Double the Snow Peony", "images": [ { "alt": "Double the Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=500 500w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=600 600w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=500 500w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=600 600w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=700 700w" }, { "alt": "Double the Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w" } ], "variants": [{"id":45607260455160,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00177","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Snow Peony - Double","public_title":"Double","options":["Double","Default Title"],"price":16500,"weight":0,"compare_at_price":18400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148996":{"id":"1-148996","available":0,"dates":[]},"1-149726":{"id":"1-149726","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149741":{"id":"1-149741","available":15,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150288":{"id":"1-150288","available":10,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150303":{"id":"1-150303","available":15,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150768":{"id":"1-150768","available":0,"dates":[]},"1-150783":{"id":"1-150783","available":0,"dates":[]},"1-151277":{"id":"1-151277","available":0,"dates":[]},"1-151681":{"id":"1-151681","available":0,"dates":[]},"1-152139":{"id":"1-152139","available":0,"dates":[]},"1-152598":{"id":"1-152598","available":0,"dates":[]},"1-154351":{"id":"1-154351","available":0,"dates":[]},"1-154496":{"id":"1-154496","available":0,"dates":[]},"1-154853":{"id":"1-154853","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155199":{"id":"1-155199","available":4,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155699":{"id":"1-155699","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149750":{"id":"10-149750","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149755":{"id":"10-149755","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150312":{"id":"10-150312","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150317":{"id":"10-150317","available":15,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150748":{"id":"10-150748","available":0,"dates":[]},"10-150751":{"id":"10-150751","available":0,"dates":[]},"10-154346":{"id":"10-154346","available":0,"dates":[]},"10-154866":{"id":"10-154866","available":0,"dates":[]},"10-155303":{"id":"10-155303","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155718":{"id":"10-155718","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149760":{"id":"11-149760","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149765":{"id":"11-149765","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150322":{"id":"11-150322","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150327":{"id":"11-150327","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150796":{"id":"11-150796","available":0,"dates":[]},"11-150801":{"id":"11-150801","available":0,"dates":[]},"11-154134":{"id":"11-154134","available":0,"dates":[]},"11-154371":{"id":"11-154371","available":0,"dates":[]},"11-154506":{"id":"11-154506","available":-1,"dates":[]},"11-154869":{"id":"11-154869","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155304":{"id":"11-155304","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155722":{"id":"11-155722","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148997":{"id":"2-148997","available":0,"dates":[]},"2-149727":{"id":"2-149727","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149742":{"id":"2-149742","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150289":{"id":"2-150289","available":15,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150304":{"id":"2-150304","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150769":{"id":"2-150769","available":0,"dates":[]},"2-150784":{"id":"2-150784","available":0,"dates":[]},"2-151278":{"id":"2-151278","available":0,"dates":[]},"2-151682":{"id":"2-151682","available":0,"dates":[]},"2-152140":{"id":"2-152140","available":0,"dates":[]},"2-152599":{"id":"2-152599","available":0,"dates":[]},"2-154352":{"id":"2-154352","available":0,"dates":[]},"2-154497":{"id":"2-154497","available":0,"dates":[]},"2-154854":{"id":"2-154854","available":0,"dates":[]},"2-155200":{"id":"2-155200","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155560":{"id":"2-155560","available":0,"dates":[]},"2-155700":{"id":"2-155700","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148998":{"id":"4-148998","available":0,"dates":[]},"4-149728":{"id":"4-149728","available":105,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149743":{"id":"4-149743","available":130,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150290":{"id":"4-150290","available":105,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150305":{"id":"4-150305","available":130,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150770":{"id":"4-150770","available":0,"dates":[]},"4-150785":{"id":"4-150785","available":0,"dates":[]},"4-151279":{"id":"4-151279","available":0,"dates":[]},"4-151683":{"id":"4-151683","available":0,"dates":[]},"4-152141":{"id":"4-152141","available":0,"dates":[]},"4-152600":{"id":"4-152600","available":0,"dates":[]},"4-154135":{"id":"4-154135","available":0,"dates":[]},"4-154353":{"id":"4-154353","available":0,"dates":[]},"4-154498":{"id":"4-154498","available":0,"dates":[]},"4-154855":{"id":"4-154855","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155201":{"id":"4-155201","available":23,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155701":{"id":"4-155701","available":41,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149770":{"id":"41-149770","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149775":{"id":"41-149775","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150332":{"id":"41-150332","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150337":{"id":"41-150337","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150806":{"id":"41-150806","available":0,"dates":[]},"41-150811":{"id":"41-150811","available":0,"dates":[]},"41-154376":{"id":"41-154376","available":0,"dates":[]},"41-154509":{"id":"41-154509","available":0,"dates":[]},"41-154873":{"id":"41-154873","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155306":{"id":"41-155306","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155728":{"id":"41-155728","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149004":{"id":"58-149004","available":-4,"dates":[]},"58-149779":{"id":"58-149779","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149782":{"id":"58-149782","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150341":{"id":"58-150341","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150344":{"id":"58-150344","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150815":{"id":"58-150815","available":0,"dates":[]},"58-150818":{"id":"58-150818","available":0,"dates":[]},"58-151285":{"id":"58-151285","available":0,"dates":[]},"58-151689":{"id":"58-151689","available":0,"dates":[]},"58-152145":{"id":"58-152145","available":0,"dates":[]},"58-152604":{"id":"58-152604","available":0,"dates":[]},"58-154133":{"id":"58-154133","available":0,"dates":[]},"58-154380":{"id":"58-154380","available":0,"dates":[]},"58-154511":{"id":"58-154511","available":0,"dates":[]},"58-154876":{"id":"58-154876","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155223":{"id":"58-155223","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155732":{"id":"58-155732","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149786":{"id":"9-149786","available":5,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149791":{"id":"9-149791","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150348":{"id":"9-150348","available":5,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150353":{"id":"9-150353","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150757":{"id":"9-150757","available":0,"dates":[]},"9-150758":{"id":"9-150758","available":0,"dates":[]},"9-154350":{"id":"9-154350","available":0,"dates":[]},"9-154852":{"id":"9-154852","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155198":{"id":"9-155198","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155522":{"id":"9-155522","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155528":{"id":"9-155528","available":0,"dates":[]},"9-155529":{"id":"9-155529","available":2,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-155738":{"id":"9-155738","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150815","58-150818","58-154876","58-155223","58-155732"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150770","4-154855","4-155201","4-155701"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150806","41-150811","41-154873","41-155306","41-155728"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150769","2-150784","2-154854","2-155200","2-155700","2-155560"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150748","10-150751","10-154866","10-155303","10-155718"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150796","11-150801","11-154869","11-155304","11-155722"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155529","9-150757","9-150758","9-155528","9-155522","9-155738"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150768","1-150783","1-154853","1-155199","1-155699"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"blackout_from":"2024-05-20T00:00:00+00:00", "blackout_to":"2024-04-29T00:00:00+00:00"} }, "triple-the-snow-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "triple-the-snow-peony", "priceAmount": 23400, "price": "$234 ", "priceCompareAtAmount": 27600, "priceCompareAt": "$276 ", "url": "https://urbanstems.com/products/triple-the-snow-peony", "variantName": null, "title": "Triple the Snow Peony", "images": [ { "alt": "Triple the Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=700 700w" }, { "alt": "Triple the Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w" } ], "variants": [{"id":45510442647800,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00177","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Snow Peony - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":23400,"weight":0,"compare_at_price":27600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148996":{"id":"1-148996","available":0,"dates":[]},"1-149726":{"id":"1-149726","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149741":{"id":"1-149741","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150288":{"id":"1-150288","available":6,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150303":{"id":"1-150303","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150768":{"id":"1-150768","available":0,"dates":[]},"1-150783":{"id":"1-150783","available":0,"dates":[]},"1-151277":{"id":"1-151277","available":0,"dates":[]},"1-151681":{"id":"1-151681","available":0,"dates":[]},"1-152139":{"id":"1-152139","available":0,"dates":[]},"1-152598":{"id":"1-152598","available":0,"dates":[]},"1-154351":{"id":"1-154351","available":0,"dates":[]},"1-154496":{"id":"1-154496","available":0,"dates":[]},"1-154853":{"id":"1-154853","available":0,"dates":[]},"1-155199":{"id":"1-155199","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155699":{"id":"1-155699","available":3,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149750":{"id":"10-149750","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149755":{"id":"10-149755","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150312":{"id":"10-150312","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150317":{"id":"10-150317","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150748":{"id":"10-150748","available":0,"dates":[]},"10-150751":{"id":"10-150751","available":0,"dates":[]},"10-154346":{"id":"10-154346","available":0,"dates":[]},"10-154866":{"id":"10-154866","available":0,"dates":[]},"10-155303":{"id":"10-155303","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155718":{"id":"10-155718","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149760":{"id":"11-149760","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149765":{"id":"11-149765","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150322":{"id":"11-150322","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150327":{"id":"11-150327","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150796":{"id":"11-150796","available":0,"dates":[]},"11-150801":{"id":"11-150801","available":0,"dates":[]},"11-154134":{"id":"11-154134","available":0,"dates":[]},"11-154371":{"id":"11-154371","available":0,"dates":[]},"11-154506":{"id":"11-154506","available":-1,"dates":[]},"11-154869":{"id":"11-154869","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155304":{"id":"11-155304","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155722":{"id":"11-155722","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148997":{"id":"2-148997","available":0,"dates":[]},"2-149727":{"id":"2-149727","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149742":{"id":"2-149742","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150289":{"id":"2-150289","available":10,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150304":{"id":"2-150304","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150769":{"id":"2-150769","available":0,"dates":[]},"2-150784":{"id":"2-150784","available":0,"dates":[]},"2-151278":{"id":"2-151278","available":0,"dates":[]},"2-151682":{"id":"2-151682","available":0,"dates":[]},"2-152140":{"id":"2-152140","available":0,"dates":[]},"2-152599":{"id":"2-152599","available":0,"dates":[]},"2-154352":{"id":"2-154352","available":0,"dates":[]},"2-154497":{"id":"2-154497","available":0,"dates":[]},"2-154854":{"id":"2-154854","available":0,"dates":[]},"2-155200":{"id":"2-155200","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155560":{"id":"2-155560","available":0,"dates":[]},"2-155700":{"id":"2-155700","available":6,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148998":{"id":"4-148998","available":0,"dates":[]},"4-149728":{"id":"4-149728","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149743":{"id":"4-149743","available":86,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150290":{"id":"4-150290","available":70,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150305":{"id":"4-150305","available":86,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150770":{"id":"4-150770","available":0,"dates":[]},"4-150785":{"id":"4-150785","available":0,"dates":[]},"4-151279":{"id":"4-151279","available":0,"dates":[]},"4-151683":{"id":"4-151683","available":0,"dates":[]},"4-152141":{"id":"4-152141","available":0,"dates":[]},"4-152600":{"id":"4-152600","available":0,"dates":[]},"4-154135":{"id":"4-154135","available":0,"dates":[]},"4-154353":{"id":"4-154353","available":0,"dates":[]},"4-154498":{"id":"4-154498","available":0,"dates":[]},"4-154855":{"id":"4-154855","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155201":{"id":"4-155201","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155701":{"id":"4-155701","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149770":{"id":"41-149770","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149775":{"id":"41-149775","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150332":{"id":"41-150332","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150337":{"id":"41-150337","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150806":{"id":"41-150806","available":0,"dates":[]},"41-150811":{"id":"41-150811","available":0,"dates":[]},"41-154376":{"id":"41-154376","available":0,"dates":[]},"41-154509":{"id":"41-154509","available":0,"dates":[]},"41-154873":{"id":"41-154873","available":2,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155306":{"id":"41-155306","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155728":{"id":"41-155728","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149004":{"id":"58-149004","available":-3,"dates":[]},"58-149779":{"id":"58-149779","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149782":{"id":"58-149782","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150341":{"id":"58-150341","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150344":{"id":"58-150344","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150815":{"id":"58-150815","available":0,"dates":[]},"58-150818":{"id":"58-150818","available":0,"dates":[]},"58-151285":{"id":"58-151285","available":0,"dates":[]},"58-151689":{"id":"58-151689","available":0,"dates":[]},"58-152145":{"id":"58-152145","available":0,"dates":[]},"58-152604":{"id":"58-152604","available":0,"dates":[]},"58-154133":{"id":"58-154133","available":0,"dates":[]},"58-154380":{"id":"58-154380","available":0,"dates":[]},"58-154511":{"id":"58-154511","available":0,"dates":[]},"58-154876":{"id":"58-154876","available":2,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155223":{"id":"58-155223","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155732":{"id":"58-155732","available":22,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149786":{"id":"9-149786","available":3,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149791":{"id":"9-149791","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150348":{"id":"9-150348","available":3,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150353":{"id":"9-150353","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150757":{"id":"9-150757","available":0,"dates":[]},"9-150758":{"id":"9-150758","available":0,"dates":[]},"9-154350":{"id":"9-154350","available":0,"dates":[]},"9-154852":{"id":"9-154852","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155198":{"id":"9-155198","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155522":{"id":"9-155522","available":2,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155528":{"id":"9-155528","available":0,"dates":[]},"9-155529":{"id":"9-155529","available":1,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-155738":{"id":"9-155738","available":6,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150815","58-150818","58-154876","58-155223","58-155732"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150770","4-154855","4-155201","4-155701"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150806","41-150811","41-154873","41-155306","41-155728"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150769","2-150784","2-154854","2-155200","2-155700","2-155560"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150748","10-150751","10-154866","10-155303","10-155718"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150796","11-150801","11-154869","11-155304","11-155722"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155529","9-150757","9-150758","9-155528","9-155522","9-155738"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150768","1-150783","1-154853","1-155199","1-155699"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":"2024-05-20T00:00:00+00:00", "blackout_to":"2024-04-29T00:00:00+00:00"} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="49" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-peony"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=500" alt="Double the Peony" srcset="//urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=500" alt="Double the Peony" srcset="//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" loading="lazy" class="metafield-file_reference"> <div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-peony" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150754","58-150756","58-154851","58-155520","58-155733"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150773","4-150788","4-154861","4-155207","4-155707"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150807","41-150812","41-154874","41-155307","41-155729"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150772","2-150787","2-154860","2-155206","2-155706","2-155542"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150749","10-150752","10-154849","10-155519","10-155719"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150797","11-150802","11-154870","11-155305","11-155723"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150822","9-150826","9-154879","9-155308","9-155739"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150771","1-150786","1-154859","1-155205","1-155705"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-150771":{"id":"1-150771","available":0,"dates":[]},"1-150786":{"id":"1-150786","available":0,"dates":[]},"1-154859":{"id":"1-154859","available":0,"dates":[]},"1-155205":{"id":"1-155205","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155705":{"id":"1-155705","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150749":{"id":"10-150749","available":0,"dates":[]},"10-150752":{"id":"10-150752","available":0,"dates":[]},"10-154849":{"id":"10-154849","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155519":{"id":"10-155519","available":37,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155719":{"id":"10-155719","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150797":{"id":"11-150797","available":0,"dates":[]},"11-150802":{"id":"11-150802","available":0,"dates":[]},"11-154870":{"id":"11-154870","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155305":{"id":"11-155305","available":31,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155723":{"id":"11-155723","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150772":{"id":"2-150772","available":0,"dates":[]},"2-150787":{"id":"2-150787","available":0,"dates":[]},"2-154860":{"id":"2-154860","available":0,"dates":[]},"2-155206":{"id":"2-155206","available":22,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155542":{"id":"2-155542","available":0,"dates":[]},"2-155706":{"id":"2-155706","available":23,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150773":{"id":"4-150773","available":0,"dates":[]},"4-150788":{"id":"4-150788","available":0,"dates":[]},"4-154861":{"id":"4-154861","available":64,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155207":{"id":"4-155207","available":82,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155707":{"id":"4-155707","available":120,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150807":{"id":"41-150807","available":0,"dates":[]},"41-150812":{"id":"41-150812","available":0,"dates":[]},"41-154874":{"id":"41-154874","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155307":{"id":"41-155307","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155729":{"id":"41-155729","available":39,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-150754":{"id":"58-150754","available":0,"dates":[]},"58-150756":{"id":"58-150756","available":0,"dates":[]},"58-154851":{"id":"58-154851","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155520":{"id":"58-155520","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155733":{"id":"58-155733","available":66,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150822":{"id":"9-150822","available":0,"dates":[]},"9-150826":{"id":"9-150826","available":0,"dates":[]},"9-154879":{"id":"9-154879","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155308":{"id":"9-155308","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155739":{"id":"9-155739","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-peony" title="View Double the Peony" data-product-card-title><h3 style="font-size: 1em;">Double the Peony</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$165 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$184</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">474 reviews with an average of 4.8 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.8" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="474" aria-hidden="true" style=" font-size: 12px;">(474)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Peony in Single" data-swatch-item="the-peony" href="https://urbanstems.com/products/the-peony" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Peony in Double" data-swatch-item="double-the-peony" data-image-loaded href="https://urbanstems.com/products/double-the-peony" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Peony in Triple" data-swatch-item="triple-the-peony" href="https://urbanstems.com/products/triple-the-peony" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="double-the-peony" type="application/json">{"the-peony":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "the-peony", "priceAmount": 9200, "price": "$92 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-peony", "variantName": null, "title": "The Peony", "images": [ { "alt": "The Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Peony_v2_SupportingImage_PDP.jpg?v=1737972145\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=700 700w" }, { "alt": "The Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Peony_V2_MainImage_PDP.jpg?v=1737972145\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=700 700w" } ], "variants": [{"id":45510417678584,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00117","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Peony - Single","public_title":"Single","options":["Single","Default Title"],"price":9200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148657":{"id":"1-148657","available":0,"dates":[]},"1-148999":{"id":"1-148999","available":0,"dates":[]},"1-149729":{"id":"1-149729","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149744":{"id":"1-149744","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150291":{"id":"1-150291","available":70,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150306":{"id":"1-150306","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150771":{"id":"1-150771","available":0,"dates":[]},"1-150786":{"id":"1-150786","available":0,"dates":[]},"1-151280":{"id":"1-151280","available":0,"dates":[]},"1-151684":{"id":"1-151684","available":0,"dates":[]},"1-152142":{"id":"1-152142","available":0,"dates":[]},"1-152601":{"id":"1-152601","available":0,"dates":[]},"1-152854":{"id":"1-152854","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-153150":{"id":"1-153150","available":1,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153721":{"id":"1-153721","available":0,"dates":[]},"1-154357":{"id":"1-154357","available":0,"dates":[]},"1-154499":{"id":"1-154499","available":0,"dates":[]},"1-154859":{"id":"1-154859","available":0,"dates":[]},"1-155205":{"id":"1-155205","available":27,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155541":{"id":"1-155541","available":0,"dates":[]},"1-155705":{"id":"1-155705","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149751":{"id":"10-149751","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149756":{"id":"10-149756","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150313":{"id":"10-150313","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150318":{"id":"10-150318","available":110,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150749":{"id":"10-150749","available":0,"dates":[]},"10-150752":{"id":"10-150752","available":0,"dates":[]},"10-154086":{"id":"10-154086","available":0,"dates":[]},"10-154347":{"id":"10-154347","available":0,"dates":[]},"10-154849":{"id":"10-154849","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155195":{"id":"10-155195","available":80,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155519":{"id":"10-155519","available":75,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155719":{"id":"10-155719","available":100,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149761":{"id":"11-149761","available":120,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149766":{"id":"11-149766","available":140,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150323":{"id":"11-150323","available":120,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150328":{"id":"11-150328","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150797":{"id":"11-150797","available":0,"dates":[]},"11-150802":{"id":"11-150802","available":0,"dates":[]},"11-154114":{"id":"11-154114","available":0,"dates":[]},"11-154372":{"id":"11-154372","available":0,"dates":[]},"11-154507":{"id":"11-154507","available":0,"dates":[]},"11-154870":{"id":"11-154870","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155305":{"id":"11-155305","available":62,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155723":{"id":"11-155723","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148658":{"id":"2-148658","available":0,"dates":[]},"2-149000":{"id":"2-149000","available":0,"dates":[]},"2-149730":{"id":"2-149730","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149745":{"id":"2-149745","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150292":{"id":"2-150292","available":90,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150307":{"id":"2-150307","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150772":{"id":"2-150772","available":0,"dates":[]},"2-150787":{"id":"2-150787","available":0,"dates":[]},"2-151281":{"id":"2-151281","available":0,"dates":[]},"2-151685":{"id":"2-151685","available":0,"dates":[]},"2-152143":{"id":"2-152143","available":0,"dates":[]},"2-152602":{"id":"2-152602","available":0,"dates":[]},"2-152855":{"id":"2-152855","available":0,"dates":[]},"2-153151":{"id":"2-153151","available":0,"dates":[]},"2-153722":{"id":"2-153722","available":0,"dates":[]},"2-154358":{"id":"2-154358","available":0,"dates":[]},"2-154500":{"id":"2-154500","available":0,"dates":[]},"2-154860":{"id":"2-154860","available":0,"dates":[]},"2-155034":{"id":"2-155034","available":0,"dates":[]},"2-155206":{"id":"2-155206","available":45,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155542":{"id":"2-155542","available":0,"dates":[]},"2-155706":{"id":"2-155706","available":46,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148437":{"id":"4-148437","available":36,"dates":["2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"4-148659":{"id":"4-148659","available":0,"dates":[]},"4-149001":{"id":"4-149001","available":0,"dates":[]},"4-149731":{"id":"4-149731","available":650,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149746":{"id":"4-149746","available":790,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150293":{"id":"4-150293","available":650,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150308":{"id":"4-150308","available":790,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150773":{"id":"4-150773","available":0,"dates":[]},"4-150788":{"id":"4-150788","available":0,"dates":[]},"4-151282":{"id":"4-151282","available":0,"dates":[]},"4-151686":{"id":"4-151686","available":1,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"4-152144":{"id":"4-152144","available":0,"dates":[]},"4-152603":{"id":"4-152603","available":0,"dates":[]},"4-152856":{"id":"4-152856","available":0,"dates":[]},"4-153152":{"id":"4-153152","available":0,"dates":[]},"4-153723":{"id":"4-153723","available":0,"dates":[]},"4-154359":{"id":"4-154359","available":0,"dates":[]},"4-154501":{"id":"4-154501","available":0,"dates":[]},"4-154861":{"id":"4-154861","available":130,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155207":{"id":"4-155207","available":165,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155707":{"id":"4-155707","available":241,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149771":{"id":"41-149771","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149776":{"id":"41-149776","available":180,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150333":{"id":"41-150333","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150338":{"id":"41-150338","available":180,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150807":{"id":"41-150807","available":0,"dates":[]},"41-150812":{"id":"41-150812","available":0,"dates":[]},"41-154105":{"id":"41-154105","available":0,"dates":[]},"41-154377":{"id":"41-154377","available":0,"dates":[]},"41-154510":{"id":"41-154510","available":0,"dates":[]},"41-154874":{"id":"41-154874","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155307":{"id":"41-155307","available":60,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155729":{"id":"41-155729","available":78,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-148439":{"id":"58-148439","available":0,"dates":[]},"58-148661":{"id":"58-148661","available":0,"dates":[]},"58-149005":{"id":"58-149005","available":-9,"dates":[]},"58-149714":{"id":"58-149714","available":260,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149716":{"id":"58-149716","available":320,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150276":{"id":"58-150276","available":260,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150278":{"id":"58-150278","available":320,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150754":{"id":"58-150754","available":0,"dates":[]},"58-150756":{"id":"58-150756","available":0,"dates":[]},"58-151286":{"id":"58-151286","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151690":{"id":"58-151690","available":-63,"dates":[]},"58-152146":{"id":"58-152146","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"58-152605":{"id":"58-152605","available":0,"dates":[]},"58-152857":{"id":"58-152857","available":0,"dates":[]},"58-153153":{"id":"58-153153","available":0,"dates":[]},"58-154075":{"id":"58-154075","available":1,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"58-154153":{"id":"58-154153","available":0,"dates":[]},"58-154349":{"id":"58-154349","available":1,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"58-154851":{"id":"58-154851","available":43,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155197":{"id":"58-155197","available":104,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155520":{"id":"58-155520","available":101,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155733":{"id":"58-155733","available":133,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149787":{"id":"9-149787","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149792":{"id":"9-149792","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150349":{"id":"9-150349","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150354":{"id":"9-150354","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150822":{"id":"9-150822","available":0,"dates":[]},"9-150826":{"id":"9-150826","available":0,"dates":[]},"9-154109":{"id":"9-154109","available":0,"dates":[]},"9-154384":{"id":"9-154384","available":0,"dates":[]},"9-154513":{"id":"9-154513","available":0,"dates":[]},"9-154879":{"id":"9-154879","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155308":{"id":"9-155308","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155739":{"id":"9-155739","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150754","58-150756","58-154851","58-155520","58-155733"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150773","4-150788","4-154861","4-155207","4-155707"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150807","41-150812","41-154874","41-155307","41-155729"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150772","2-150787","2-154860","2-155206","2-155706","2-155542"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150749","10-150752","10-154849","10-155519","10-155719"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150797","11-150802","11-154870","11-155305","11-155723"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150822","9-150826","9-154879","9-155308","9-155739"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150771","1-150786","1-154859","1-155205","1-155705"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} }, "double-the-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "double-the-peony", "priceAmount": 16500, "price": "$165 ", "priceCompareAtAmount": 18400, "priceCompareAt": "$184 ", "url": "https://urbanstems.com/products/double-the-peony", "variantName": null, "title": "Double the Peony", "images": [ { "alt": "Double the Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=700 700w" }, { "alt": "Double the Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=700 700w" } ], "variants": [{"id":45607260684536,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00117","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Peony - Double","public_title":"Double","options":["Double","Default Title"],"price":16500,"weight":0,"compare_at_price":18400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148657":{"id":"1-148657","available":0,"dates":[]},"1-148999":{"id":"1-148999","available":0,"dates":[]},"1-149729":{"id":"1-149729","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149744":{"id":"1-149744","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150291":{"id":"1-150291","available":35,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150306":{"id":"1-150306","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150771":{"id":"1-150771","available":0,"dates":[]},"1-150786":{"id":"1-150786","available":0,"dates":[]},"1-151280":{"id":"1-151280","available":0,"dates":[]},"1-151684":{"id":"1-151684","available":0,"dates":[]},"1-152142":{"id":"1-152142","available":0,"dates":[]},"1-152601":{"id":"1-152601","available":0,"dates":[]},"1-152854":{"id":"1-152854","available":1,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-153150":{"id":"1-153150","available":0,"dates":[]},"1-153721":{"id":"1-153721","available":0,"dates":[]},"1-154357":{"id":"1-154357","available":0,"dates":[]},"1-154499":{"id":"1-154499","available":0,"dates":[]},"1-154859":{"id":"1-154859","available":0,"dates":[]},"1-155205":{"id":"1-155205","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155541":{"id":"1-155541","available":0,"dates":[]},"1-155705":{"id":"1-155705","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149751":{"id":"10-149751","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149756":{"id":"10-149756","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150313":{"id":"10-150313","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150318":{"id":"10-150318","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150749":{"id":"10-150749","available":0,"dates":[]},"10-150752":{"id":"10-150752","available":0,"dates":[]},"10-154086":{"id":"10-154086","available":0,"dates":[]},"10-154347":{"id":"10-154347","available":0,"dates":[]},"10-154849":{"id":"10-154849","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155195":{"id":"10-155195","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155519":{"id":"10-155519","available":37,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155719":{"id":"10-155719","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149761":{"id":"11-149761","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149766":{"id":"11-149766","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150323":{"id":"11-150323","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150328":{"id":"11-150328","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150797":{"id":"11-150797","available":0,"dates":[]},"11-150802":{"id":"11-150802","available":0,"dates":[]},"11-154114":{"id":"11-154114","available":0,"dates":[]},"11-154372":{"id":"11-154372","available":0,"dates":[]},"11-154507":{"id":"11-154507","available":0,"dates":[]},"11-154870":{"id":"11-154870","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155305":{"id":"11-155305","available":31,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155723":{"id":"11-155723","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148658":{"id":"2-148658","available":0,"dates":[]},"2-149000":{"id":"2-149000","available":0,"dates":[]},"2-149730":{"id":"2-149730","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149745":{"id":"2-149745","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150292":{"id":"2-150292","available":45,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150307":{"id":"2-150307","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150772":{"id":"2-150772","available":0,"dates":[]},"2-150787":{"id":"2-150787","available":0,"dates":[]},"2-151281":{"id":"2-151281","available":0,"dates":[]},"2-151685":{"id":"2-151685","available":0,"dates":[]},"2-152143":{"id":"2-152143","available":0,"dates":[]},"2-152602":{"id":"2-152602","available":0,"dates":[]},"2-152855":{"id":"2-152855","available":0,"dates":[]},"2-153151":{"id":"2-153151","available":0,"dates":[]},"2-153722":{"id":"2-153722","available":0,"dates":[]},"2-154358":{"id":"2-154358","available":0,"dates":[]},"2-154500":{"id":"2-154500","available":0,"dates":[]},"2-154860":{"id":"2-154860","available":0,"dates":[]},"2-155034":{"id":"2-155034","available":0,"dates":[]},"2-155206":{"id":"2-155206","available":22,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155542":{"id":"2-155542","available":0,"dates":[]},"2-155706":{"id":"2-155706","available":23,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148437":{"id":"4-148437","available":18,"dates":["2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"4-148659":{"id":"4-148659","available":0,"dates":[]},"4-149001":{"id":"4-149001","available":0,"dates":[]},"4-149731":{"id":"4-149731","available":325,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149746":{"id":"4-149746","available":395,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150293":{"id":"4-150293","available":325,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150308":{"id":"4-150308","available":395,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150773":{"id":"4-150773","available":0,"dates":[]},"4-150788":{"id":"4-150788","available":0,"dates":[]},"4-151282":{"id":"4-151282","available":0,"dates":[]},"4-151686":{"id":"4-151686","available":0,"dates":[]},"4-152144":{"id":"4-152144","available":0,"dates":[]},"4-152603":{"id":"4-152603","available":0,"dates":[]},"4-152856":{"id":"4-152856","available":0,"dates":[]},"4-153152":{"id":"4-153152","available":0,"dates":[]},"4-153723":{"id":"4-153723","available":0,"dates":[]},"4-154359":{"id":"4-154359","available":0,"dates":[]},"4-154501":{"id":"4-154501","available":0,"dates":[]},"4-154861":{"id":"4-154861","available":64,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155207":{"id":"4-155207","available":82,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155707":{"id":"4-155707","available":120,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149771":{"id":"41-149771","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149776":{"id":"41-149776","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150333":{"id":"41-150333","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150338":{"id":"41-150338","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150807":{"id":"41-150807","available":0,"dates":[]},"41-150812":{"id":"41-150812","available":0,"dates":[]},"41-154105":{"id":"41-154105","available":0,"dates":[]},"41-154377":{"id":"41-154377","available":0,"dates":[]},"41-154510":{"id":"41-154510","available":0,"dates":[]},"41-154874":{"id":"41-154874","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155307":{"id":"41-155307","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155729":{"id":"41-155729","available":39,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-148439":{"id":"58-148439","available":0,"dates":[]},"58-148661":{"id":"58-148661","available":0,"dates":[]},"58-149005":{"id":"58-149005","available":-5,"dates":[]},"58-149714":{"id":"58-149714","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149716":{"id":"58-149716","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150276":{"id":"58-150276","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150278":{"id":"58-150278","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150754":{"id":"58-150754","available":0,"dates":[]},"58-150756":{"id":"58-150756","available":0,"dates":[]},"58-151286":{"id":"58-151286","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151690":{"id":"58-151690","available":-32,"dates":[]},"58-152146":{"id":"58-152146","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"58-152605":{"id":"58-152605","available":0,"dates":[]},"58-152857":{"id":"58-152857","available":0,"dates":[]},"58-153153":{"id":"58-153153","available":0,"dates":[]},"58-154075":{"id":"58-154075","available":0,"dates":[]},"58-154153":{"id":"58-154153","available":0,"dates":[]},"58-154349":{"id":"58-154349","available":0,"dates":[]},"58-154851":{"id":"58-154851","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155197":{"id":"58-155197","available":52,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155520":{"id":"58-155520","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155733":{"id":"58-155733","available":66,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149787":{"id":"9-149787","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149792":{"id":"9-149792","available":25,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150349":{"id":"9-150349","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150354":{"id":"9-150354","available":25,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150822":{"id":"9-150822","available":0,"dates":[]},"9-150826":{"id":"9-150826","available":0,"dates":[]},"9-154109":{"id":"9-154109","available":0,"dates":[]},"9-154384":{"id":"9-154384","available":0,"dates":[]},"9-154513":{"id":"9-154513","available":0,"dates":[]},"9-154879":{"id":"9-154879","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155308":{"id":"9-155308","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155739":{"id":"9-155739","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150754","58-150756","58-154851","58-155520","58-155733"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150773","4-150788","4-154861","4-155207","4-155707"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150807","41-150812","41-154874","41-155307","41-155729"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150772","2-150787","2-154860","2-155206","2-155706","2-155542"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150749","10-150752","10-154849","10-155519","10-155719"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150797","11-150802","11-154870","11-155305","11-155723"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150822","9-150826","9-154879","9-155308","9-155739"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150771","1-150786","1-154859","1-155205","1-155705"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} }, "triple-the-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "triple-the-peony", "priceAmount": 23400, "price": "$234 ", "priceCompareAtAmount": 27600, "priceCompareAt": "$276 ", "url": "https://urbanstems.com/products/triple-the-peony", "variantName": null, "title": "Triple the Peony", "images": [ { "alt": "Triple the Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=700 700w" }, { "alt": "Triple the Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=700 700w" } ], "variants": [{"id":45510442615032,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00117","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Peony - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":23400,"weight":0,"compare_at_price":27600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148657":{"id":"1-148657","available":0,"dates":[]},"1-148999":{"id":"1-148999","available":0,"dates":[]},"1-149729":{"id":"1-149729","available":23,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149744":{"id":"1-149744","available":26,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150291":{"id":"1-150291","available":23,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150306":{"id":"1-150306","available":26,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150771":{"id":"1-150771","available":0,"dates":[]},"1-150786":{"id":"1-150786","available":0,"dates":[]},"1-151280":{"id":"1-151280","available":0,"dates":[]},"1-151684":{"id":"1-151684","available":0,"dates":[]},"1-152142":{"id":"1-152142","available":0,"dates":[]},"1-152601":{"id":"1-152601","available":0,"dates":[]},"1-152854":{"id":"1-152854","available":1,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-153150":{"id":"1-153150","available":0,"dates":[]},"1-153721":{"id":"1-153721","available":0,"dates":[]},"1-154357":{"id":"1-154357","available":0,"dates":[]},"1-154499":{"id":"1-154499","available":0,"dates":[]},"1-154859":{"id":"1-154859","available":0,"dates":[]},"1-155205":{"id":"1-155205","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155541":{"id":"1-155541","available":0,"dates":[]},"1-155705":{"id":"1-155705","available":6,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149751":{"id":"10-149751","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149756":{"id":"10-149756","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150313":{"id":"10-150313","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150318":{"id":"10-150318","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150749":{"id":"10-150749","available":0,"dates":[]},"10-150752":{"id":"10-150752","available":0,"dates":[]},"10-154086":{"id":"10-154086","available":0,"dates":[]},"10-154347":{"id":"10-154347","available":0,"dates":[]},"10-154849":{"id":"10-154849","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155195":{"id":"10-155195","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155519":{"id":"10-155519","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155719":{"id":"10-155719","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149761":{"id":"11-149761","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149766":{"id":"11-149766","available":46,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150323":{"id":"11-150323","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150328":{"id":"11-150328","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150797":{"id":"11-150797","available":0,"dates":[]},"11-150802":{"id":"11-150802","available":0,"dates":[]},"11-154114":{"id":"11-154114","available":0,"dates":[]},"11-154372":{"id":"11-154372","available":0,"dates":[]},"11-154507":{"id":"11-154507","available":0,"dates":[]},"11-154870":{"id":"11-154870","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155305":{"id":"11-155305","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155723":{"id":"11-155723","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148658":{"id":"2-148658","available":0,"dates":[]},"2-149000":{"id":"2-149000","available":0,"dates":[]},"2-149730":{"id":"2-149730","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149745":{"id":"2-149745","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150292":{"id":"2-150292","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150307":{"id":"2-150307","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150772":{"id":"2-150772","available":0,"dates":[]},"2-150787":{"id":"2-150787","available":0,"dates":[]},"2-151281":{"id":"2-151281","available":0,"dates":[]},"2-151685":{"id":"2-151685","available":0,"dates":[]},"2-152143":{"id":"2-152143","available":0,"dates":[]},"2-152602":{"id":"2-152602","available":0,"dates":[]},"2-152855":{"id":"2-152855","available":0,"dates":[]},"2-153151":{"id":"2-153151","available":0,"dates":[]},"2-153722":{"id":"2-153722","available":0,"dates":[]},"2-154358":{"id":"2-154358","available":0,"dates":[]},"2-154500":{"id":"2-154500","available":0,"dates":[]},"2-154860":{"id":"2-154860","available":0,"dates":[]},"2-155034":{"id":"2-155034","available":0,"dates":[]},"2-155206":{"id":"2-155206","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155542":{"id":"2-155542","available":0,"dates":[]},"2-155706":{"id":"2-155706","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148437":{"id":"4-148437","available":12,"dates":["2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"4-148659":{"id":"4-148659","available":0,"dates":[]},"4-149001":{"id":"4-149001","available":0,"dates":[]},"4-149731":{"id":"4-149731","available":216,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149746":{"id":"4-149746","available":263,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150293":{"id":"4-150293","available":216,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150308":{"id":"4-150308","available":263,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150773":{"id":"4-150773","available":0,"dates":[]},"4-150788":{"id":"4-150788","available":0,"dates":[]},"4-151282":{"id":"4-151282","available":0,"dates":[]},"4-151686":{"id":"4-151686","available":0,"dates":[]},"4-152144":{"id":"4-152144","available":0,"dates":[]},"4-152603":{"id":"4-152603","available":0,"dates":[]},"4-152856":{"id":"4-152856","available":0,"dates":[]},"4-153152":{"id":"4-153152","available":0,"dates":[]},"4-153723":{"id":"4-153723","available":0,"dates":[]},"4-154359":{"id":"4-154359","available":0,"dates":[]},"4-154501":{"id":"4-154501","available":0,"dates":[]},"4-154861":{"id":"4-154861","available":42,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155207":{"id":"4-155207","available":55,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155707":{"id":"4-155707","available":80,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149771":{"id":"41-149771","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149776":{"id":"41-149776","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150333":{"id":"41-150333","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150338":{"id":"41-150338","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150807":{"id":"41-150807","available":0,"dates":[]},"41-150812":{"id":"41-150812","available":0,"dates":[]},"41-154105":{"id":"41-154105","available":0,"dates":[]},"41-154377":{"id":"41-154377","available":0,"dates":[]},"41-154510":{"id":"41-154510","available":0,"dates":[]},"41-154874":{"id":"41-154874","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155307":{"id":"41-155307","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155729":{"id":"41-155729","available":26,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-148439":{"id":"58-148439","available":0,"dates":[]},"58-148661":{"id":"58-148661","available":0,"dates":[]},"58-149005":{"id":"58-149005","available":-3,"dates":[]},"58-149714":{"id":"58-149714","available":86,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149716":{"id":"58-149716","available":106,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150276":{"id":"58-150276","available":86,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150278":{"id":"58-150278","available":106,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150754":{"id":"58-150754","available":0,"dates":[]},"58-150756":{"id":"58-150756","available":0,"dates":[]},"58-151286":{"id":"58-151286","available":0,"dates":[]},"58-151690":{"id":"58-151690","available":-21,"dates":[]},"58-152146":{"id":"58-152146","available":0,"dates":[]},"58-152605":{"id":"58-152605","available":0,"dates":[]},"58-152857":{"id":"58-152857","available":0,"dates":[]},"58-153153":{"id":"58-153153","available":0,"dates":[]},"58-154075":{"id":"58-154075","available":0,"dates":[]},"58-154153":{"id":"58-154153","available":0,"dates":[]},"58-154349":{"id":"58-154349","available":0,"dates":[]},"58-154851":{"id":"58-154851","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155197":{"id":"58-155197","available":34,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155520":{"id":"58-155520","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155733":{"id":"58-155733","available":44,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149787":{"id":"9-149787","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149792":{"id":"9-149792","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150349":{"id":"9-150349","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150354":{"id":"9-150354","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150822":{"id":"9-150822","available":0,"dates":[]},"9-150826":{"id":"9-150826","available":0,"dates":[]},"9-154109":{"id":"9-154109","available":0,"dates":[]},"9-154384":{"id":"9-154384","available":0,"dates":[]},"9-154513":{"id":"9-154513","available":0,"dates":[]},"9-154879":{"id":"9-154879","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155308":{"id":"9-155308","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155739":{"id":"9-155739","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150754","58-150756","58-154851","58-155520","58-155733"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150773","4-150788","4-154861","4-155207","4-155707"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150807","41-150812","41-154874","41-155307","41-155729"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150772","2-150787","2-154860","2-155206","2-155706","2-155542"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150749","10-150752","10-154849","10-155519","10-155719"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150797","11-150802","11-154870","11-155305","11-155723"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150822","9-150826","9-154879","9-155308","9-155739"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150771","1-150786","1-154859","1-155205","1-155705"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="50" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="the-confection"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=500 500w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=600 600w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=700 700w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=800 800w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=900 900w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=500" alt="The Confection" srcset="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=352 352w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=500 500w, //urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=600 600w, //urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=700 700w, //urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=800 800w, //urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=900 900w, //urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=500" alt="The Confection" srcset="//urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=352 352w, //urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="the-candy-heart" data-restrict="false" data-components="the-candy-heart,tatum-vase,le-grand-confectionary-4-piece-truffle-box" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150528","4-154746","4-154760","4-155165","4-155174","4-155660","4-155670"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150706","58-154831","58-155137","58-155609"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150865","41-150871"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150500","2-150527","2-154745","2-155164","2-155659"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150549","10-150557"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150695","11-150696","11-154903","11-155255","11-155774"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150605","9-150611"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150499","1-150526","1-154744","1-155163","1-155658"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150843","65-150854"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-150499":{"id":"1-150499","available":0,"dates":[]},"1-150526":{"id":"1-150526","available":0,"dates":[]},"1-154744":{"id":"1-154744","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155163":{"id":"1-155163","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155658":{"id":"1-155658","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150549":{"id":"10-150549","available":0,"dates":[]},"10-150557":{"id":"10-150557","available":0,"dates":[]},"11-150695":{"id":"11-150695","available":0,"dates":[]},"11-150696":{"id":"11-150696","available":0,"dates":[]},"11-154903":{"id":"11-154903","available":11,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155255":{"id":"11-155255","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155774":{"id":"11-155774","available":17,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150500":{"id":"2-150500","available":0,"dates":[]},"2-150527":{"id":"2-150527","available":0,"dates":[]},"2-154745":{"id":"2-154745","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155164":{"id":"2-155164","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155659":{"id":"2-155659","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150528":{"id":"4-150528","available":0,"dates":[]},"4-154746":{"id":"4-154746","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154760":{"id":"4-154760","available":12,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155165":{"id":"4-155165","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155174":{"id":"4-155174","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155660":{"id":"4-155660","available":22,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155670":{"id":"4-155670","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150865":{"id":"41-150865","available":0,"dates":[]},"41-150871":{"id":"41-150871","available":0,"dates":[]},"58-150706":{"id":"58-150706","available":0,"dates":[]},"58-154831":{"id":"58-154831","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155137":{"id":"58-155137","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155609":{"id":"58-155609","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150843":{"id":"65-150843","available":0,"dates":[]},"65-150854":{"id":"65-150854","available":0,"dates":[]},"9-150605":{"id":"9-150605","available":0,"dates":[]},"9-150611":{"id":"9-150611","available":0,"dates":[]},"blackout_from":null, "blackout_to":null} </script> <script data-inventory-json="tatum-vase" data-restrict="false" data-components="the-candy-heart,tatum-vase,le-grand-confectionary-4-piece-truffle-box" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-FLRL-V-10022"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-FLRL-V-10022"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":["56-FLRL-V-10022"]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":["57-FLRL-V-10022"]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":["60-FLRL-V-10022"]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-FLRL-V-10022"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":["38-FLRL-V-10022"]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":["55-FLRL-V-10022"]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-FLRL-V-10022"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":["52-FLRL-V-10022"]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-FLRL-V-10022"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":["30-FLRL-V-10022"]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":["29-FLRL-V-10022"]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-FLRL-V-10022"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-FLRL-V-10022"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-FLRL-V-10022"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":["13-FLRL-V-10022"]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-FLRL-V-10022"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-FLRL-V-10022"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-FLRL-V-10022"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended"],"1-FLRL-V-10022":{"id":"1-FLRL-V-10022","available":3,"dates":[]},"10-FLRL-V-10022":{"id":"10-FLRL-V-10022","available":0,"dates":[]},"11-FLRL-V-10022":{"id":"11-FLRL-V-10022","available":0,"dates":[]},"13-FLRL-V-10022":{"id":"13-FLRL-V-10022","available":0,"dates":[]},"2-FLRL-V-10022":{"id":"2-FLRL-V-10022","available":0,"dates":[]},"29-FLRL-V-10022":{"id":"29-FLRL-V-10022","available":0,"dates":[]},"30-FLRL-V-10022":{"id":"30-FLRL-V-10022","available":0,"dates":[]},"38-FLRL-V-10022":{"id":"38-FLRL-V-10022","available":0,"dates":[]},"4-FLRL-V-10022":{"id":"4-FLRL-V-10022","available":58,"dates":[]},"41-FLRL-V-10022":{"id":"41-FLRL-V-10022","available":0,"dates":[]},"42-FLRL-V-10022":{"id":"42-FLRL-V-10022","available":0,"dates":[]},"51-FLRL-V-10022":{"id":"51-FLRL-V-10022","available":0,"dates":[]},"52-FLRL-V-10022":{"id":"52-FLRL-V-10022","available":0,"dates":[]},"55-FLRL-V-10022":{"id":"55-FLRL-V-10022","available":0,"dates":[]},"56-FLRL-V-10022":{"id":"56-FLRL-V-10022","available":0,"dates":[]},"57-FLRL-V-10022":{"id":"57-FLRL-V-10022","available":0,"dates":[]},"58-FLRL-V-10022":{"id":"58-FLRL-V-10022","available":22,"dates":[]},"60-FLRL-V-10022":{"id":"60-FLRL-V-10022","available":0,"dates":[]},"65-FLRL-V-10022":{"id":"65-FLRL-V-10022","available":29,"dates":[]},"9-FLRL-V-10022":{"id":"9-FLRL-V-10022","available":0,"dates":[]},"blackout_from":null, "blackout_to":null} </script> <script data-inventory-json="le-grand-confectionary-4-piece-truffle-box" data-restrict="false" data-components="the-candy-heart,tatum-vase,le-grand-confectionary-4-piece-truffle-box" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-152985","4-154518","4-155041"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-149357"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":["56-149370"]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":["57-149371"]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-149365"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-149368"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-152986","2-154520","2-155043","2-155524"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-149367"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-149366"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-152987","1-154519","1-155042","1-155523"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-154128","65-149364"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","ground_weekend_home","express_extended"],"1-152987":{"id":"1-152987","available":-10,"dates":[]},"1-154519":{"id":"1-154519","available":0,"dates":[]},"1-155042":{"id":"1-155042","available":-2,"dates":[]},"1-155523":{"id":"1-155523","available":0,"dates":[]},"10-149367":{"id":"10-149367","available":0,"dates":[]},"11-149366":{"id":"11-149366","available":19,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10"]},"2-152986":{"id":"2-152986","available":0,"dates":[]},"2-154520":{"id":"2-154520","available":-1,"dates":[]},"2-155043":{"id":"2-155043","available":0,"dates":[]},"2-155524":{"id":"2-155524","available":27,"dates":["2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10"]},"4-152985":{"id":"4-152985","available":0,"dates":[]},"4-154518":{"id":"4-154518","available":9,"dates":["2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10"]},"4-155041":{"id":"4-155041","available":131,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10"]},"41-149365":{"id":"41-149365","available":41,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10"]},"42-149368":{"id":"42-149368","available":10,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10"]},"56-149370":{"id":"56-149370","available":0,"dates":[]},"57-149371":{"id":"57-149371","available":0,"dates":[]},"58-149357":{"id":"58-149357","available":8,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10"]},"65-149364":{"id":"65-149364","available":0,"dates":[]},"65-154128":{"id":"65-154128","available":42,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21","2025-03-22","2025-03-23","2025-03-24","2025-03-25","2025-03-26","2025-03-27","2025-03-28","2025-03-29","2025-03-30","2025-03-31","2025-04-01","2025-04-02","2025-04-03","2025-04-04","2025-04-05","2025-04-06","2025-04-07","2025-04-08","2025-04-09","2025-04-10","2025-04-11","2025-04-12","2025-04-13","2025-04-14","2025-04-15","2025-04-16","2025-04-17","2025-04-18","2025-04-19","2025-04-20","2025-04-21","2025-04-22","2025-04-23","2025-04-24","2025-04-25","2025-04-26","2025-04-27","2025-04-28","2025-04-29","2025-04-30","2025-05-01","2025-05-02","2025-05-03","2025-05-04","2025-05-05","2025-05-06","2025-05-07","2025-05-08","2025-05-09","2025-05-10"]},"blackout_from":"2025-01-09T03:00:00Z", "blackout_to":"2025-01-27T05:00:00Z"} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-confection" title="View The Confection" data-product-card-title><h3 style="font-size: 1em;">The Confection</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$170 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin sr-only" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">No reviews for this product yet</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="0" style=" gap: 2px; margin-right: 6px; "> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="0" aria-hidden="true" style=" font-size: 12px;">(0)</span></div> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="51" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-royal"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=500" alt="Double the Royal" srcset="//urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=700 700w, //urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=800 800w, //urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=900 900w, //urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=500" alt="Double the Royal" srcset="//urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=352 352w, //urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-royal" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150879","58-150883","58-154910","58-155351","58-155783"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154781","51-155322","51-155623"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150638","4-150650","4-154791","4-154795","4-155330","4-155336","4-155631","4-155637"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150727","41-150735","41-154908","41-155260","41-155780"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150742","42-150746","42-154847","42-155193","42-155697"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150637","2-150649","2-154790","2-155329","2-155335","2-155630","2-155636","2-155562"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150692","10-150694","10-154765","10-155135","10-155604"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150906","11-150911","11-154918","11-155267","11-155792"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150636","1-150648","1-154789","1-155328","1-155334","1-155629","1-155635"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150851","65-150862","65-154901","65-155253","65-155772"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","express","ground","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"1-150636":{"id":"1-150636","available":0,"dates":[]},"1-150648":{"id":"1-150648","available":0,"dates":[]},"1-154789":{"id":"1-154789","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155328":{"id":"1-155328","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155334":{"id":"1-155334","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155629":{"id":"1-155629","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155635":{"id":"1-155635","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150692":{"id":"10-150692","available":0,"dates":[]},"10-150694":{"id":"10-150694","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154765":{"id":"10-154765","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155135":{"id":"10-155135","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155604":{"id":"10-155604","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150906":{"id":"11-150906","available":0,"dates":[]},"11-150911":{"id":"11-150911","available":0,"dates":[]},"11-154918":{"id":"11-154918","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155267":{"id":"11-155267","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155792":{"id":"11-155792","available":17,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150637":{"id":"2-150637","available":0,"dates":[]},"2-150649":{"id":"2-150649","available":0,"dates":[]},"2-154790":{"id":"2-154790","available":0,"dates":[]},"2-155329":{"id":"2-155329","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155335":{"id":"2-155335","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155562":{"id":"2-155562","available":0,"dates":[]},"2-155630":{"id":"2-155630","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155636":{"id":"2-155636","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150638":{"id":"4-150638","available":0,"dates":[]},"4-150650":{"id":"4-150650","available":0,"dates":[]},"4-154791":{"id":"4-154791","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154795":{"id":"4-154795","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155330":{"id":"4-155330","available":8,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155336":{"id":"4-155336","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155631":{"id":"4-155631","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155637":{"id":"4-155637","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150727":{"id":"41-150727","available":0,"dates":[]},"41-150735":{"id":"41-150735","available":0,"dates":[]},"41-154908":{"id":"41-154908","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155260":{"id":"41-155260","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155780":{"id":"41-155780","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150742":{"id":"42-150742","available":0,"dates":[]},"42-150746":{"id":"42-150746","available":0,"dates":[]},"42-154847":{"id":"42-154847","available":0,"dates":[]},"42-155193":{"id":"42-155193","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155697":{"id":"42-155697","available":3,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154781":{"id":"51-154781","available":0,"dates":[]},"51-155322":{"id":"51-155322","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155623":{"id":"51-155623","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150879":{"id":"58-150879","available":0,"dates":[]},"58-150883":{"id":"58-150883","available":0,"dates":[]},"58-154910":{"id":"58-154910","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155351":{"id":"58-155351","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155783":{"id":"58-155783","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150851":{"id":"65-150851","available":0,"dates":[]},"65-150862":{"id":"65-150862","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-154901":{"id":"65-154901","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155253":{"id":"65-155253","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155772":{"id":"65-155772","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-royal" title="View Double the Royal" data-product-card-title><h3 style="font-size: 1em;">Double the Royal</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$171 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$190</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">30 reviews with an average of 4.1 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.1" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="30" aria-hidden="true" style=" font-size: 12px;">(30)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Royal in Single" data-swatch-item="the-royal" href="https://urbanstems.com/products/the-royal" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Royal in Double" data-swatch-item="double-the-royal" data-image-loaded href="https://urbanstems.com/products/double-the-royal" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><script data-swatches-json="double-the-royal" type="application/json">{"the-royal":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage":null, "handle": "the-royal", "priceAmount": 9500, "price": "$95 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-royal", "variantName": null, "title": "The Royal", "images": [ { "alt": "The Royal", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Royal_SupportingImage_1_PDP.jpg?v=1727922360\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=500 500w, //urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=600 600w, //urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=500 500w, //urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=600 600w, //urbanstems.com/cdn/shop/files/Royal_SupportingImage_1_PDP.jpg?v=1727922360&width=700 700w" }, { "alt": "The Royal", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=500 500w, //urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=600 600w, //urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=500 500w, //urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=600 600w, //urbanstems.com/cdn/shop/files/Royal_MainImage_PDP_79633cdd-0e2e-4714-a590-ed86a4837e04.jpg?v=1729698444&width=700 700w" } ], "variants": [{"id":45510436389112,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10130","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Royal - Single","public_title":"Single","options":["Single","Default Title"],"price":9500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9500,"per_delivery_price":7500,"selling_plan_id":4824662264,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9500,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9500,"per_delivery_price":22500,"selling_plan_id":4888297720,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9500,"per_delivery_price":30000,"selling_plan_id":4894392568,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9500,"per_delivery_price":37500,"selling_plan_id":4895179000,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9500,"per_delivery_price":45000,"selling_plan_id":4895965432,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9500,"per_delivery_price":90000,"selling_plan_id":4896751864,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":9500,"per_delivery_price":126000,"selling_plan_id":4902486264,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":9500,"per_delivery_price":63000,"selling_plan_id":4902813944,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":9500,"per_delivery_price":52500,"selling_plan_id":4903141624,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":9500,"per_delivery_price":42000,"selling_plan_id":4903469304,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":9500,"per_delivery_price":31500,"selling_plan_id":4903796984,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9500,"per_delivery_price":7500,"selling_plan_id":4824695032,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":9500,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9500,"per_delivery_price":22500,"selling_plan_id":4888330488,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9500,"per_delivery_price":30000,"selling_plan_id":4894425336,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9500,"per_delivery_price":37500,"selling_plan_id":4895211768,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9500,"per_delivery_price":45000,"selling_plan_id":4895998200,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9500,"per_delivery_price":90000,"selling_plan_id":4896784632,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":9500,"per_delivery_price":126000,"selling_plan_id":4902519032,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":9500,"per_delivery_price":63000,"selling_plan_id":4902846712,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":9500,"per_delivery_price":52500,"selling_plan_id":4903174392,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":9500,"per_delivery_price":42000,"selling_plan_id":4903502072,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":9500,"per_delivery_price":31500,"selling_plan_id":4903829752,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":7500}],"price":7500,"compare_at_price":9500,"per_delivery_price":7500,"selling_plan_id":4824727800,"selling_plan_group_id":"aed58156bd2b88ade1099a09e827e85e28a1bd15"},{"price_adjustments":[{"position":1,"price":22500}],"price":22500,"compare_at_price":9500,"per_delivery_price":22500,"selling_plan_id":4888363256,"selling_plan_group_id":"9cba1c6c0d144ca62167e2e73f94bd655ac03763"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":9500,"per_delivery_price":30000,"selling_plan_id":4894458104,"selling_plan_group_id":"b46cd2a6809b036a375b9da2438854505e1fcf4b"},{"price_adjustments":[{"position":1,"price":37500}],"price":37500,"compare_at_price":9500,"per_delivery_price":37500,"selling_plan_id":4895244536,"selling_plan_group_id":"56f756306c0abe9f8635c06224c4dd7efde03118"},{"price_adjustments":[{"position":1,"price":45000}],"price":45000,"compare_at_price":9500,"per_delivery_price":45000,"selling_plan_id":4896030968,"selling_plan_group_id":"6aab9e26a3fae3e56e60ec4f2e21101b05916768"},{"price_adjustments":[{"position":1,"price":90000}],"price":90000,"compare_at_price":9500,"per_delivery_price":90000,"selling_plan_id":4896817400,"selling_plan_group_id":"e14caa1fa01e5dfa34d0932516d69c7ff6c388aa"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146488":{"id":"1-146488","available":6,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146588":{"id":"1-146588","available":6,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146625":{"id":"1-146625","available":6,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146734":{"id":"1-146734","available":2,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147625":{"id":"1-147625","available":0,"dates":[]},"1-147666":{"id":"1-147666","available":0,"dates":[]},"1-148272":{"id":"1-148272","available":3,"dates":["2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"1-148790":{"id":"1-148790","available":0,"dates":[]},"1-148823":{"id":"1-148823","available":0,"dates":[]},"1-149564":{"id":"1-149564","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149576":{"id":"1-149576","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150152":{"id":"1-150152","available":24,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150164":{"id":"1-150164","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150636":{"id":"1-150636","available":0,"dates":[]},"1-150648":{"id":"1-150648","available":0,"dates":[]},"1-151065":{"id":"1-151065","available":0,"dates":[]},"1-151107":{"id":"1-151107","available":0,"dates":[]},"1-151475":{"id":"1-151475","available":0,"dates":[]},"1-151519":{"id":"1-151519","available":0,"dates":[]},"1-152016":{"id":"1-152016","available":0,"dates":[]},"1-152529":{"id":"1-152529","available":0,"dates":[]},"1-152753":{"id":"1-152753","available":0,"dates":[]},"1-152935":{"id":"1-152935","available":0,"dates":[]},"1-153012":{"id":"1-153012","available":0,"dates":[]},"1-153042":{"id":"1-153042","available":4,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153315":{"id":"1-153315","available":0,"dates":[]},"1-153345":{"id":"1-153345","available":0,"dates":[]},"1-153739":{"id":"1-153739","available":0,"dates":[]},"1-153805":{"id":"1-153805","available":0,"dates":[]},"1-154280":{"id":"1-154280","available":0,"dates":[]},"1-154283":{"id":"1-154283","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154789":{"id":"1-154789","available":6,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155328":{"id":"1-155328","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155334":{"id":"1-155334","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155629":{"id":"1-155629","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155635":{"id":"1-155635","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-10130-1-144498":{"id":"1-FLRL-B-10130-1-144498","available":3,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-10130-1-145519":{"id":"1-FLRL-B-10130-1-145519","available":"1","dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"1-FLRL-B-10130-1-145894":{"id":"1-FLRL-B-10130-1-145894","available":2,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-10130-1-145934":{"id":"1-FLRL-B-10130-1-145934","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146770":{"id":"10-146770","available":7,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147285":{"id":"10-147285","available":0,"dates":[]},"10-147801":{"id":"10-147801","available":0,"dates":[]},"10-148231":{"id":"10-148231","available":0,"dates":[]},"10-149582":{"id":"10-149582","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149586":{"id":"10-149586","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150169":{"id":"10-150169","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150172":{"id":"10-150172","available":56,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150692":{"id":"10-150692","available":0,"dates":[]},"10-150694":{"id":"10-150694","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154081":{"id":"10-154081","available":0,"dates":[]},"10-154224":{"id":"10-154224","available":0,"dates":[]},"10-154765":{"id":"10-154765","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155135":{"id":"10-155135","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155604":{"id":"10-155604","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-10130-10-144745":{"id":"10-FLRL-B-10130-10-144745","available":6,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-10130-10-146091":{"id":"10-FLRL-B-10130-10-146091","available":"5","dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146722":{"id":"11-146722","available":10,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147237":{"id":"11-147237","available":0,"dates":[]},"11-147757":{"id":"11-147757","available":0,"dates":[]},"11-148186":{"id":"11-148186","available":12,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-149050":{"id":"11-149050","available":17,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"11-149598":{"id":"11-149598","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149602":{"id":"11-149602","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150398":{"id":"11-150398","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150403":{"id":"11-150403","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150906":{"id":"11-150906","available":0,"dates":[]},"11-150911":{"id":"11-150911","available":0,"dates":[]},"11-151335":{"id":"11-151335","available":0,"dates":[]},"11-151844":{"id":"11-151844","available":0,"dates":[]},"11-152191":{"id":"11-152191","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"11-152637":{"id":"11-152637","available":0,"dates":[]},"11-152892":{"id":"11-152892","available":0,"dates":[]},"11-153192":{"id":"11-153192","available":0,"dates":[]},"11-153633":{"id":"11-153633","available":0,"dates":[]},"11-153872":{"id":"11-153872","available":0,"dates":[]},"11-154436":{"id":"11-154436","available":0,"dates":[]},"11-154918":{"id":"11-154918","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155267":{"id":"11-155267","available":22,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155792":{"id":"11-155792","available":34,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-10130-11-144692":{"id":"11-FLRL-B-10130-11-144692","available":12,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-10130-11-146039":{"id":"11-FLRL-B-10130-11-146039","available":10,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146589":{"id":"2-146589","available":6,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146626":{"id":"2-146626","available":6,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146735":{"id":"2-146735","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147626":{"id":"2-147626","available":0,"dates":[]},"2-147667":{"id":"2-147667","available":0,"dates":[]},"2-148273":{"id":"2-148273","available":0,"dates":[]},"2-148278":{"id":"2-148278","available":0,"dates":[]},"2-148791":{"id":"2-148791","available":-2,"dates":[]},"2-148824":{"id":"2-148824","available":0,"dates":[]},"2-149565":{"id":"2-149565","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149577":{"id":"2-149577","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150153":{"id":"2-150153","available":36,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150165":{"id":"2-150165","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150637":{"id":"2-150637","available":0,"dates":[]},"2-150649":{"id":"2-150649","available":0,"dates":[]},"2-151066":{"id":"2-151066","available":0,"dates":[]},"2-151108":{"id":"2-151108","available":0,"dates":[]},"2-151476":{"id":"2-151476","available":0,"dates":[]},"2-151520":{"id":"2-151520","available":0,"dates":[]},"2-152017":{"id":"2-152017","available":0,"dates":[]},"2-152530":{"id":"2-152530","available":0,"dates":[]},"2-152754":{"id":"2-152754","available":0,"dates":[]},"2-152936":{"id":"2-152936","available":0,"dates":[]},"2-153013":{"id":"2-153013","available":0,"dates":[]},"2-153043":{"id":"2-153043","available":3,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"2-153316":{"id":"2-153316","available":0,"dates":[]},"2-153346":{"id":"2-153346","available":0,"dates":[]},"2-153740":{"id":"2-153740","available":0,"dates":[]},"2-153806":{"id":"2-153806","available":0,"dates":[]},"2-154281":{"id":"2-154281","available":0,"dates":[]},"2-154284":{"id":"2-154284","available":0,"dates":[]},"2-154790":{"id":"2-154790","available":0,"dates":[]},"2-155329":{"id":"2-155329","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155335":{"id":"2-155335","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155562":{"id":"2-155562","available":0,"dates":[]},"2-155630":{"id":"2-155630","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155636":{"id":"2-155636","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-10130-2-144463":{"id":"2-FLRL-B-10130-2-144463","available":1,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"2-FLRL-B-10130-2-144499":{"id":"2-FLRL-B-10130-2-144499","available":6,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-10130-2-145895":{"id":"2-FLRL-B-10130-2-145895","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-10130-2-145935":{"id":"2-FLRL-B-10130-2-145935","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146795":{"id":"30-146795","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147312":{"id":"30-147312","available":0,"dates":[]},"30-147830":{"id":"30-147830","available":0,"dates":[]},"30-148261":{"id":"30-148261","available":0,"dates":[]},"30-FLRL-B-10130-30-144778":{"id":"30-FLRL-B-10130-30-144778","available":2,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-10130-30-146118":{"id":"30-FLRL-B-10130-30-146118","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146490":{"id":"4-146490","available":6,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146590":{"id":"4-146590","available":18,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146627":{"id":"4-146627","available":12,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146736":{"id":"4-146736","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147485":{"id":"4-147485","available":0,"dates":[]},"4-147627":{"id":"4-147627","available":0,"dates":[]},"4-147668":{"id":"4-147668","available":0,"dates":[]},"4-148274":{"id":"4-148274","available":0,"dates":[]},"4-148279":{"id":"4-148279","available":0,"dates":[]},"4-148792":{"id":"4-148792","available":0,"dates":[]},"4-148825":{"id":"4-148825","available":1,"dates":["2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12"]},"4-149566":{"id":"4-149566","available":252,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149578":{"id":"4-149578","available":300,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150154":{"id":"4-150154","available":252,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150166":{"id":"4-150166","available":300,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150638":{"id":"4-150638","available":0,"dates":[]},"4-150650":{"id":"4-150650","available":0,"dates":[]},"4-151067":{"id":"4-151067","available":0,"dates":[]},"4-151109":{"id":"4-151109","available":0,"dates":[]},"4-151477":{"id":"4-151477","available":0,"dates":[]},"4-151521":{"id":"4-151521","available":0,"dates":[]},"4-152018":{"id":"4-152018","available":0,"dates":[]},"4-152531":{"id":"4-152531","available":0,"dates":[]},"4-152755":{"id":"4-152755","available":0,"dates":[]},"4-152937":{"id":"4-152937","available":0,"dates":[]},"4-153014":{"id":"4-153014","available":0,"dates":[]},"4-153044":{"id":"4-153044","available":0,"dates":[]},"4-153317":{"id":"4-153317","available":0,"dates":[]},"4-153347":{"id":"4-153347","available":0,"dates":[]},"4-153741":{"id":"4-153741","available":0,"dates":[]},"4-153807":{"id":"4-153807","available":0,"dates":[]},"4-154282":{"id":"4-154282","available":0,"dates":[]},"4-154285":{"id":"4-154285","available":0,"dates":[]},"4-154791":{"id":"4-154791","available":16,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154795":{"id":"4-154795","available":18,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155330":{"id":"4-155330","available":17,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155336":{"id":"4-155336","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155631":{"id":"4-155631","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155637":{"id":"4-155637","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-10130-4-144464":{"id":"4-FLRL-B-10130-4-144464","available":14,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-10130-4-144500":{"id":"4-FLRL-B-10130-4-144500","available":5,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-10130-4-145483":{"id":"4-FLRL-B-10130-4-145483","available":"1","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"4-FLRL-B-10130-4-145521":{"id":"4-FLRL-B-10130-4-145521","available":1,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-B-10130-4-145896":{"id":"4-FLRL-B-10130-4-145896","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-10130-4-145936":{"id":"4-FLRL-B-10130-4-145936","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146777":{"id":"41-146777","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147293":{"id":"41-147293","available":0,"dates":[]},"41-147811":{"id":"41-147811","available":1,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21"]},"41-148241":{"id":"41-148241","available":2,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"41-149606":{"id":"41-149606","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149610":{"id":"41-149610","available":84,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150255":{"id":"41-150255","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150263":{"id":"41-150263","available":84,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150727":{"id":"41-150727","available":0,"dates":[]},"41-150735":{"id":"41-150735","available":0,"dates":[]},"41-154102":{"id":"41-154102","available":0,"dates":[]},"41-154416":{"id":"41-154416","available":0,"dates":[]},"41-154908":{"id":"41-154908","available":12,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155260":{"id":"41-155260","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155780":{"id":"41-155780","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-10130-41-144757":{"id":"41-FLRL-B-10130-41-144757","available":14,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-10130-41-146099":{"id":"41-FLRL-B-10130-41-146099","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-149616":{"id":"42-149616","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149618":{"id":"42-149618","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150270":{"id":"42-150270","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150274":{"id":"42-150274","available":21,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150742":{"id":"42-150742","available":0,"dates":[]},"42-150746":{"id":"42-150746","available":0,"dates":[]},"42-153907":{"id":"42-153907","available":0,"dates":[]},"42-154343":{"id":"42-154343","available":0,"dates":[]},"42-154847":{"id":"42-154847","available":0,"dates":[]},"42-155193":{"id":"42-155193","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155697":{"id":"42-155697","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-146680":{"id":"51-146680","available":11,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147195":{"id":"51-147195","available":65,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147723":{"id":"51-147723","available":12,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148155":{"id":"51-148155","available":0,"dates":[]},"51-148554":{"id":"51-148554","available":17,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-148874":{"id":"51-148874","available":0,"dates":[]},"51-149553":{"id":"51-149553","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150141":{"id":"51-150141","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150625":{"id":"51-150625","available":58,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151003":{"id":"51-151003","available":-4,"dates":[]},"51-151159":{"id":"51-151159","available":0,"dates":[]},"51-151570":{"id":"51-151570","available":0,"dates":[]},"51-152062":{"id":"51-152062","available":0,"dates":[]},"51-152567":{"id":"51-152567","available":0,"dates":[]},"51-152798":{"id":"51-152798","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153083":{"id":"51-153083","available":0,"dates":[]},"51-153602":{"id":"51-153602","available":1,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26"]},"51-153708":{"id":"51-153708","available":0,"dates":[]},"51-154261":{"id":"51-154261","available":0,"dates":[]},"51-154781":{"id":"51-154781","available":0,"dates":[]},"51-155322":{"id":"51-155322","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155623":{"id":"51-155623","available":8,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146823":{"id":"58-146823","available":21,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147341":{"id":"58-147341","available":0,"dates":[]},"58-147859":{"id":"58-147859","available":0,"dates":[]},"58-148137":{"id":"58-148137","available":0,"dates":[]},"58-148929":{"id":"58-148929","available":0,"dates":[]},"58-149823":{"id":"58-149823","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149827":{"id":"58-149827","available":135,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150377":{"id":"58-150377","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150381":{"id":"58-150381","available":135,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150879":{"id":"58-150879","available":0,"dates":[]},"58-150883":{"id":"58-150883","available":0,"dates":[]},"58-151209":{"id":"58-151209","available":0,"dates":[]},"58-151621":{"id":"58-151621","available":0,"dates":[]},"58-152097":{"id":"58-152097","available":0,"dates":[]},"58-152588":{"id":"58-152588","available":0,"dates":[]},"58-152827":{"id":"58-152827","available":0,"dates":[]},"58-153121":{"id":"58-153121","available":0,"dates":[]},"58-153422":{"id":"58-153422","available":0,"dates":[]},"58-154076":{"id":"58-154076","available":0,"dates":[]},"58-154419":{"id":"58-154419","available":0,"dates":[]},"58-154423":{"id":"58-154423","available":0,"dates":[]},"58-154910":{"id":"58-154910","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155351":{"id":"58-155351","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155783":{"id":"58-155783","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-10130-58-144811":{"id":"58-FLRL-B-10130-58-144811","available":18,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-10130-58-145730":{"id":"58-FLRL-B-10130-58-145730","available":"13","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-10130-58-146147":{"id":"58-FLRL-B-10130-58-146147","available":"4","dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-149590":{"id":"65-149590","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149594":{"id":"65-149594","available":63,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150175":{"id":"65-150175","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150178":{"id":"65-150178","available":63,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150851":{"id":"65-150851","available":0,"dates":[]},"65-150862":{"id":"65-150862","available":21,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-153967":{"id":"65-153967","available":0,"dates":[]},"65-154406":{"id":"65-154406","available":0,"dates":[]},"65-154901":{"id":"65-154901","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155253":{"id":"65-155253","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155772":{"id":"65-155772","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-146670":{"id":"9-146670","available":6,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147713":{"id":"9-147713","available":1,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19"]},"9-148144":{"id":"9-148144","available":3,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"9-FLRL-B-10130-9-144643":{"id":"9-FLRL-B-10130-9-144643","available":6,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"9-FLRL-B-10130-9-145563":{"id":"9-FLRL-B-10130-9-145563","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"9-FLRL-B-10130-9-145979":{"id":"9-FLRL-B-10130-9-145979","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150879","58-150883","58-154910","58-155351","58-155783"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154781","51-155322","51-155623"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150638","4-150650","4-154791","4-154795","4-155330","4-155336","4-155631","4-155637"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150727","41-150735","41-154908","41-155260","41-155780"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150742","42-150746","42-154847","42-155193","42-155697"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150637","2-150649","2-154790","2-155329","2-155335","2-155630","2-155636","2-155562"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150692","10-150694","10-154765","10-155135","10-155604"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150906","11-150911","11-154918","11-155267","11-155792"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150636","1-150648","1-154789","1-155328","1-155334","1-155629","1-155635"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150851","65-150862","65-154901","65-155253","65-155772"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["ups_worldease","ups_worldease_saver","bike","car","express","ground","ground_weekend_home","express_extended"],"blackout_from":null, "blackout_to":null} }, "double-the-royal":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-royal", "priceAmount": 17100, "price": "$171 ", "priceCompareAtAmount": 19000, "priceCompareAt": "$190 ", "url": "https://urbanstems.com/products/double-the-royal", "variantName": null, "title": "Double the Royal", "images": [ { "alt": "Double the Royal", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Royal_SupportingImage_PDP_b0a19b28-68ef-450b-bda7-876d23c0d4d0.jpg?v=1738059843&width=700 700w" }, { "alt": "Double the Royal", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Royal_MainImage_PDP_0d073110-7e0e-4296-aa99-bb6573f6a854.jpg?v=1738059841&width=700 700w" } ], "variants": [{"id":45984400212216,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10130","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Royal - Double","public_title":"Double","options":["Double","Default Title"],"price":17100,"weight":0,"compare_at_price":19000,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148790":{"id":"1-148790","available":0,"dates":[]},"1-148823":{"id":"1-148823","available":0,"dates":[]},"1-150636":{"id":"1-150636","available":0,"dates":[]},"1-150648":{"id":"1-150648","available":0,"dates":[]},"1-151065":{"id":"1-151065","available":0,"dates":[]},"1-151107":{"id":"1-151107","available":0,"dates":[]},"1-151475":{"id":"1-151475","available":0,"dates":[]},"1-151519":{"id":"1-151519","available":0,"dates":[]},"1-152016":{"id":"1-152016","available":0,"dates":[]},"1-152529":{"id":"1-152529","available":0,"dates":[]},"1-152753":{"id":"1-152753","available":0,"dates":[]},"1-152935":{"id":"1-152935","available":0,"dates":[]},"1-153012":{"id":"1-153012","available":0,"dates":[]},"1-153042":{"id":"1-153042","available":2,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153315":{"id":"1-153315","available":0,"dates":[]},"1-153345":{"id":"1-153345","available":0,"dates":[]},"1-153739":{"id":"1-153739","available":0,"dates":[]},"1-153805":{"id":"1-153805","available":0,"dates":[]},"1-154280":{"id":"1-154280","available":0,"dates":[]},"1-154283":{"id":"1-154283","available":0,"dates":[]},"1-154789":{"id":"1-154789","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155328":{"id":"1-155328","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155334":{"id":"1-155334","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155629":{"id":"1-155629","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155635":{"id":"1-155635","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150692":{"id":"10-150692","available":0,"dates":[]},"10-150694":{"id":"10-150694","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154081":{"id":"10-154081","available":0,"dates":[]},"10-154224":{"id":"10-154224","available":0,"dates":[]},"10-154765":{"id":"10-154765","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155135":{"id":"10-155135","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155604":{"id":"10-155604","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149050":{"id":"11-149050","available":8,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"11-150906":{"id":"11-150906","available":0,"dates":[]},"11-150911":{"id":"11-150911","available":0,"dates":[]},"11-151335":{"id":"11-151335","available":0,"dates":[]},"11-151844":{"id":"11-151844","available":0,"dates":[]},"11-152191":{"id":"11-152191","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"11-152637":{"id":"11-152637","available":0,"dates":[]},"11-152892":{"id":"11-152892","available":0,"dates":[]},"11-153192":{"id":"11-153192","available":0,"dates":[]},"11-153633":{"id":"11-153633","available":0,"dates":[]},"11-153872":{"id":"11-153872","available":0,"dates":[]},"11-154436":{"id":"11-154436","available":0,"dates":[]},"11-154918":{"id":"11-154918","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155267":{"id":"11-155267","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155792":{"id":"11-155792","available":17,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148791":{"id":"2-148791","available":-1,"dates":[]},"2-148824":{"id":"2-148824","available":0,"dates":[]},"2-150637":{"id":"2-150637","available":0,"dates":[]},"2-150649":{"id":"2-150649","available":0,"dates":[]},"2-151066":{"id":"2-151066","available":0,"dates":[]},"2-151108":{"id":"2-151108","available":0,"dates":[]},"2-151476":{"id":"2-151476","available":0,"dates":[]},"2-151520":{"id":"2-151520","available":0,"dates":[]},"2-152017":{"id":"2-152017","available":0,"dates":[]},"2-152530":{"id":"2-152530","available":0,"dates":[]},"2-152754":{"id":"2-152754","available":0,"dates":[]},"2-152936":{"id":"2-152936","available":0,"dates":[]},"2-153013":{"id":"2-153013","available":0,"dates":[]},"2-153043":{"id":"2-153043","available":1,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"2-153316":{"id":"2-153316","available":0,"dates":[]},"2-153346":{"id":"2-153346","available":0,"dates":[]},"2-153740":{"id":"2-153740","available":0,"dates":[]},"2-153806":{"id":"2-153806","available":0,"dates":[]},"2-154281":{"id":"2-154281","available":0,"dates":[]},"2-154284":{"id":"2-154284","available":0,"dates":[]},"2-154790":{"id":"2-154790","available":0,"dates":[]},"2-155329":{"id":"2-155329","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155335":{"id":"2-155335","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155562":{"id":"2-155562","available":0,"dates":[]},"2-155630":{"id":"2-155630","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155636":{"id":"2-155636","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-148792":{"id":"4-148792","available":0,"dates":[]},"4-148825":{"id":"4-148825","available":0,"dates":[]},"4-150638":{"id":"4-150638","available":0,"dates":[]},"4-150650":{"id":"4-150650","available":0,"dates":[]},"4-151067":{"id":"4-151067","available":0,"dates":[]},"4-151109":{"id":"4-151109","available":0,"dates":[]},"4-151477":{"id":"4-151477","available":0,"dates":[]},"4-151521":{"id":"4-151521","available":0,"dates":[]},"4-152018":{"id":"4-152018","available":0,"dates":[]},"4-152531":{"id":"4-152531","available":0,"dates":[]},"4-152755":{"id":"4-152755","available":0,"dates":[]},"4-152937":{"id":"4-152937","available":0,"dates":[]},"4-153014":{"id":"4-153014","available":0,"dates":[]},"4-153044":{"id":"4-153044","available":0,"dates":[]},"4-153317":{"id":"4-153317","available":0,"dates":[]},"4-153347":{"id":"4-153347","available":0,"dates":[]},"4-153741":{"id":"4-153741","available":0,"dates":[]},"4-153807":{"id":"4-153807","available":0,"dates":[]},"4-154282":{"id":"4-154282","available":0,"dates":[]},"4-154285":{"id":"4-154285","available":0,"dates":[]},"4-154791":{"id":"4-154791","available":8,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154795":{"id":"4-154795","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155330":{"id":"4-155330","available":8,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155336":{"id":"4-155336","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155631":{"id":"4-155631","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155637":{"id":"4-155637","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150727":{"id":"41-150727","available":0,"dates":[]},"41-150735":{"id":"41-150735","available":0,"dates":[]},"41-154102":{"id":"41-154102","available":0,"dates":[]},"41-154416":{"id":"41-154416","available":0,"dates":[]},"41-154908":{"id":"41-154908","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155260":{"id":"41-155260","available":6,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155780":{"id":"41-155780","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150742":{"id":"42-150742","available":0,"dates":[]},"42-150746":{"id":"42-150746","available":0,"dates":[]},"42-153907":{"id":"42-153907","available":0,"dates":[]},"42-154343":{"id":"42-154343","available":0,"dates":[]},"42-154847":{"id":"42-154847","available":0,"dates":[]},"42-155193":{"id":"42-155193","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155697":{"id":"42-155697","available":3,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-148874":{"id":"51-148874","available":0,"dates":[]},"51-151003":{"id":"51-151003","available":-2,"dates":[]},"51-151159":{"id":"51-151159","available":0,"dates":[]},"51-151570":{"id":"51-151570","available":0,"dates":[]},"51-152062":{"id":"51-152062","available":0,"dates":[]},"51-152567":{"id":"51-152567","available":0,"dates":[]},"51-152798":{"id":"51-152798","available":0,"dates":[]},"51-153083":{"id":"51-153083","available":0,"dates":[]},"51-153602":{"id":"51-153602","available":0,"dates":[]},"51-153708":{"id":"51-153708","available":0,"dates":[]},"51-154261":{"id":"51-154261","available":0,"dates":[]},"51-154781":{"id":"51-154781","available":0,"dates":[]},"51-155322":{"id":"51-155322","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155623":{"id":"51-155623","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-148929":{"id":"58-148929","available":0,"dates":[]},"58-150879":{"id":"58-150879","available":0,"dates":[]},"58-150883":{"id":"58-150883","available":0,"dates":[]},"58-151209":{"id":"58-151209","available":0,"dates":[]},"58-151621":{"id":"58-151621","available":0,"dates":[]},"58-152097":{"id":"58-152097","available":0,"dates":[]},"58-152588":{"id":"58-152588","available":0,"dates":[]},"58-152827":{"id":"58-152827","available":0,"dates":[]},"58-153121":{"id":"58-153121","available":0,"dates":[]},"58-153422":{"id":"58-153422","available":0,"dates":[]},"58-154076":{"id":"58-154076","available":0,"dates":[]},"58-154419":{"id":"58-154419","available":0,"dates":[]},"58-154423":{"id":"58-154423","available":0,"dates":[]},"58-154910":{"id":"58-154910","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155351":{"id":"58-155351","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155783":{"id":"58-155783","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150851":{"id":"65-150851","available":0,"dates":[]},"65-150862":{"id":"65-150862","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-153967":{"id":"65-153967","available":0,"dates":[]},"65-154406":{"id":"65-154406","available":0,"dates":[]},"65-154901":{"id":"65-154901","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155253":{"id":"65-155253","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155772":{"id":"65-155772","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150879","58-150883","58-154910","58-155351","58-155783"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154781","51-155322","51-155623"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150638","4-150650","4-154791","4-154795","4-155330","4-155336","4-155631","4-155637"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150727","41-150735","41-154908","41-155260","41-155780"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150742","42-150746","42-154847","42-155193","42-155697"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150637","2-150649","2-154790","2-155329","2-155335","2-155630","2-155636","2-155562"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150692","10-150694","10-154765","10-155135","10-155604"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150906","11-150911","11-154918","11-155267","11-155792"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":[]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150636","1-150648","1-154789","1-155328","1-155334","1-155629","1-155635"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150851","65-150862","65-154901","65-155253","65-155772"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","express","ground","ground_weekend_home","express_extended","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="52" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="triple-the-crush"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=500" alt="Triple the Crush" srcset="//urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=500" alt="Triple the Crush" srcset="//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/OprahDaily_Badge_1.png?v=1739375604" loading="lazy" class="metafield-file_reference"> <div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="triple-the-crush" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150704","58-150707","58-154774","58-155140","58-155611"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154780","51-155321","51-155622"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150927","4-150933","4-154925","4-154931","4-155168","4-155177","4-155663","4-155673"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150668","41-150670","41-154804","41-155150","41-155644"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150739","42-150743","42-154846"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150932","2-154924","2-154930","2-155167","2-155176","2-155662","2-155672"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150892","10-150898","10-154914","10-155263","10-155868"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150571","11-155525","11-150577","11-154824","11-155273","11-155804"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155526","9-155563","9-155278","9-155810"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150931","1-154923","1-154929","1-155166","1-155175","1-155661","1-155671"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150844","65-150855","65-154900","65-155252","65-155771"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"1-150931":{"id":"1-150931","available":0,"dates":[]},"1-154923":{"id":"1-154923","available":0,"dates":[]},"1-154929":{"id":"1-154929","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155166":{"id":"1-155166","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155175":{"id":"1-155175","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155661":{"id":"1-155661","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155671":{"id":"1-155671","available":4,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150892":{"id":"10-150892","available":0,"dates":[]},"10-150898":{"id":"10-150898","available":0,"dates":[]},"10-154914":{"id":"10-154914","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155263":{"id":"10-155263","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155868":{"id":"10-155868","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150571":{"id":"11-150571","available":0,"dates":[]},"11-150577":{"id":"11-150577","available":0,"dates":[]},"11-154824":{"id":"11-154824","available":23,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155273":{"id":"11-155273","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155525":{"id":"11-155525","available":0,"dates":[]},"11-155804":{"id":"11-155804","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150932":{"id":"2-150932","available":0,"dates":[]},"2-154924":{"id":"2-154924","available":0,"dates":[]},"2-154930":{"id":"2-154930","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155167":{"id":"2-155167","available":10,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155176":{"id":"2-155176","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155662":{"id":"2-155662","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155672":{"id":"2-155672","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150927":{"id":"4-150927","available":0,"dates":[]},"4-150933":{"id":"4-150933","available":0,"dates":[]},"4-154925":{"id":"4-154925","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154931":{"id":"4-154931","available":21,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155168":{"id":"4-155168","available":45,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155177":{"id":"4-155177","available":28,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155663":{"id":"4-155663","available":53,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155673":{"id":"4-155673","available":32,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150668":{"id":"41-150668","available":0,"dates":[]},"41-150670":{"id":"41-150670","available":0,"dates":[]},"41-154804":{"id":"41-154804","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155150":{"id":"41-155150","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155644":{"id":"41-155644","available":37,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150739":{"id":"42-150739","available":0,"dates":[]},"42-150743":{"id":"42-150743","available":0,"dates":[]},"42-154846":{"id":"42-154846","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"51-154780":{"id":"51-154780","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155321":{"id":"51-155321","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155622":{"id":"51-155622","available":6,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150704":{"id":"58-150704","available":0,"dates":[]},"58-150707":{"id":"58-150707","available":0,"dates":[]},"58-154774":{"id":"58-154774","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155140":{"id":"58-155140","available":46,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155611":{"id":"58-155611","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150844":{"id":"65-150844","available":0,"dates":[]},"65-150855":{"id":"65-150855","available":0,"dates":[]},"65-154900":{"id":"65-154900","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155252":{"id":"65-155252","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155771":{"id":"65-155771","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-155278":{"id":"9-155278","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155526":{"id":"9-155526","available":0,"dates":[]},"9-155563":{"id":"9-155563","available":12,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155810":{"id":"9-155810","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/triple-the-crush" title="View Triple the Crush" data-product-card-title><h3 style="font-size: 1em;">Triple the Crush</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$173 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$204</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">72 reviews with an average of 4.333333333333333 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.333333333333333" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="72" aria-hidden="true" style=" font-size: 12px;">(72)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Crush in Single" data-swatch-item="the-sorbet" href="https://urbanstems.com/products/the-sorbet" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Crush in Double" data-swatch-item="double-the-crush" href="https://urbanstems.com/products/double-the-crush" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Triple the Crush in Triple" data-swatch-item="triple-the-crush" data-image-loaded href="https://urbanstems.com/products/triple-the-crush" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="triple-the-crush" type="application/json">{"the-sorbet":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/OprahDaily_Badge_1.png?v=1739375604" }, "handle": "the-sorbet", "priceAmount": 6800, "price": "$68 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-sorbet", "variantName": null, "title": "The Crush", "images": [ { "alt": "The Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=700 700w" }, { "alt": "The Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=700 700w" } ], "variants": [{"id":45653350088952,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10022","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Crush - Single","public_title":"Single","options":["Single","Default Title"],"price":6800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4889182456,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":6800,"per_delivery_price":24000,"selling_plan_id":4891541752,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4892328184,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4893114616,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4893901048,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4889215224,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":6800,"per_delivery_price":24000,"selling_plan_id":4891574520,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4892360952,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4893147384,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4893933816,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4889247992,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":6800,"per_delivery_price":24000,"selling_plan_id":4891607288,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4892393720,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4893180152,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4893966584,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146742":{"id":"1-146742","available":36,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146758":{"id":"1-146758","available":22,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146867":{"id":"1-146867","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147257":{"id":"1-147257","available":0,"dates":[]},"1-147273":{"id":"1-147273","available":0,"dates":[]},"1-147778":{"id":"1-147778","available":0,"dates":[]},"1-147791":{"id":"1-147791","available":-2,"dates":[]},"1-148208":{"id":"1-148208","available":0,"dates":[]},"1-148220":{"id":"1-148220","available":0,"dates":[]},"1-148602":{"id":"1-148602","available":0,"dates":[]},"1-148611":{"id":"1-148611","available":1,"dates":["2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"1-149058":{"id":"1-149058","available":20,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"1-149064":{"id":"1-149064","available":0,"dates":[]},"1-149852":{"id":"1-149852","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149858":{"id":"1-149858","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150417":{"id":"1-150417","available":110,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150423":{"id":"1-150423","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150925":{"id":"1-150925","available":45,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150931":{"id":"1-150931","available":0,"dates":[]},"1-151343":{"id":"1-151343","available":1,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151352":{"id":"1-151352","available":0,"dates":[]},"1-151729":{"id":"1-151729","available":2,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151741":{"id":"1-151741","available":9,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152100":{"id":"1-152100","available":21,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152467":{"id":"1-152467","available":0,"dates":[]},"1-152829":{"id":"1-152829","available":0,"dates":[]},"1-152968":{"id":"1-152968","available":0,"dates":[]},"1-153123":{"id":"1-153123","available":0,"dates":[]},"1-153126":{"id":"1-153126","available":0,"dates":[]},"1-153424":{"id":"1-153424","available":0,"dates":[]},"1-153427":{"id":"1-153427","available":0,"dates":[]},"1-153733":{"id":"1-153733","available":0,"dates":[]},"1-153799":{"id":"1-153799","available":0,"dates":[]},"1-154445":{"id":"1-154445","available":0,"dates":[]},"1-154448":{"id":"1-154448","available":-3,"dates":[]},"1-154923":{"id":"1-154923","available":0,"dates":[]},"1-154929":{"id":"1-154929","available":11,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155166":{"id":"1-155166","available":21,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155175":{"id":"1-155175","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155661":{"id":"1-155661","available":21,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155671":{"id":"1-155671","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-2024-09-18":{"id":"1-2024-09-18","available":22,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21"]},"1-2024-09-20":{"id":"1-2024-09-20","available":6,"dates":["2024-09-20","2024-09-21"]},"1-2024-09-21":{"id":"1-2024-09-21","available":1,"dates":["2024-09-21"]},"1-2024-09-22":{"id":"1-2024-09-22","available":26,"dates":["2024-09-22","2024-09-23","2024-09-24"]},"1-2024-09-25":{"id":"1-2024-09-25","available":46,"dates":["2024-09-25","2024-09-26"]},"1-2024-09-27":{"id":"1-2024-09-27","available":45,"dates":["2024-09-27","2024-09-28"]},"1-2024-09-29":{"id":"1-2024-09-29","available":90,"dates":["2024-09-29","2024-09-30","2024-10-01"]},"1-2024-10-02":{"id":"1-2024-10-02","available":20,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05"]},"1-2024-10-04":{"id":"1-2024-10-04","available":67,"dates":["2024-10-04","2024-10-05"]},"1-2024-10-06":{"id":"1-2024-10-06","available":54,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"1-2024-10-09":{"id":"1-2024-10-09","available":69,"dates":["2024-10-09","2024-10-10"]},"1-2024-10-11":{"id":"1-2024-10-11","available":56,"dates":["2024-10-11","2024-10-12"]},"1-2024-10-13":{"id":"1-2024-10-13","available":41,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"1-2024-10-16":{"id":"1-2024-10-16","available":53,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"1-2024-10-18":{"id":"1-2024-10-18","available":79,"dates":["2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-2024-10-20":{"id":"1-2024-10-20","available":98,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"1-2024-10-23":{"id":"1-2024-10-23","available":79,"dates":["2024-10-23","2024-10-24"]},"1-2024-10-25":{"id":"1-2024-10-25","available":67,"dates":["2024-10-25","2024-10-26"]},"1-2024-10-27":{"id":"1-2024-10-27","available":101,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"1-2024-10-30":{"id":"1-2024-10-30","available":78,"dates":["2024-10-30","2024-10-31"]},"1-2024-11-01":{"id":"1-2024-11-01","available":56,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-2024-11-06":{"id":"1-2024-11-06","available":22,"dates":["2024-11-06","2024-11-07"]},"1-FLRL-B-10022-1-144713":{"id":"1-FLRL-B-10022-1-144713","available":1,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"1-FLRL-B-10022-1-144729":{"id":"1-FLRL-B-10022-1-144729","available":12,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-10022-1-146061":{"id":"1-FLRL-B-10022-1-146061","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-10022-1-146079":{"id":"1-FLRL-B-10022-1-146079","available":18,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146862":{"id":"10-146862","available":43,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147375":{"id":"10-147375","available":0,"dates":[]},"10-147901":{"id":"10-147901","available":0,"dates":[]},"10-148336":{"id":"10-148336","available":0,"dates":[]},"10-148726":{"id":"10-148726","available":0,"dates":[]},"10-149044":{"id":"10-149044","available":0,"dates":[]},"10-149864":{"id":"10-149864","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149866":{"id":"10-149866","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150384":{"id":"10-150384","available":108,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150390":{"id":"10-150390","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150892":{"id":"10-150892","available":0,"dates":[]},"10-150898":{"id":"10-150898","available":0,"dates":[]},"10-151329":{"id":"10-151329","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"10-151856":{"id":"10-151856","available":0,"dates":[]},"10-152185":{"id":"10-152185","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"10-152633":{"id":"10-152633","available":0,"dates":[]},"10-152888":{"id":"10-152888","available":0,"dates":[]},"10-153188":{"id":"10-153188","available":0,"dates":[]},"10-153629":{"id":"10-153629","available":0,"dates":[]},"10-153883":{"id":"10-153883","available":0,"dates":[]},"10-154430":{"id":"10-154430","available":0,"dates":[]},"10-154914":{"id":"10-154914","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155263":{"id":"10-155263","available":81,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155868":{"id":"10-155868","available":108,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-2024-09-18":{"id":"10-2024-09-18","available":14,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"10-2024-09-23":{"id":"10-2024-09-23","available":56,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"10-2024-09-25":{"id":"10-2024-09-25","available":57,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"10-2024-09-30":{"id":"10-2024-09-30","available":123,"dates":["2024-09-30","2024-10-01"]},"10-2024-10-02":{"id":"10-2024-10-02","available":47,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"10-2024-10-07":{"id":"10-2024-10-07","available":106,"dates":["2024-10-07","2024-10-08"]},"10-2024-10-09":{"id":"10-2024-10-09","available":59,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"10-2024-10-11":{"id":"10-2024-10-11","available":29,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"10-2024-10-14":{"id":"10-2024-10-14","available":63,"dates":["2024-10-14","2024-10-15"]},"10-2024-10-16":{"id":"10-2024-10-16","available":34,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"10-2024-10-21":{"id":"10-2024-10-21","available":74,"dates":["2024-10-21","2024-10-22"]},"10-2024-10-23":{"id":"10-2024-10-23","available":40,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"10-2024-10-28":{"id":"10-2024-10-28","available":81,"dates":["2024-10-28","2024-10-29"]},"10-2024-10-30":{"id":"10-2024-10-30","available":41,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-FLRL-B-10022-10-144684":{"id":"10-FLRL-B-10022-10-144684","available":14,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-10022-10-146184":{"id":"10-FLRL-B-10022-10-146184","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146308":{"id":"11-146308","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146509":{"id":"11-146509","available":48,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146649":{"id":"11-146649","available":64,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147165":{"id":"11-147165","available":0,"dates":[]},"11-147693":{"id":"11-147693","available":0,"dates":[]},"11-148125":{"id":"11-148125","available":0,"dates":[]},"11-148526":{"id":"11-148526","available":0,"dates":[]},"11-148846":{"id":"11-148846","available":-1,"dates":[]},"11-149872":{"id":"11-149872","available":136,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149874":{"id":"11-149874","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150433":{"id":"11-150433","available":136,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150435":{"id":"11-150435","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150571":{"id":"11-150571","available":0,"dates":[]},"11-150577":{"id":"11-150577","available":0,"dates":[]},"11-151129":{"id":"11-151129","available":0,"dates":[]},"11-151541":{"id":"11-151541","available":-6,"dates":[]},"11-152036":{"id":"11-152036","available":0,"dates":[]},"11-152544":{"id":"11-152544","available":0,"dates":[]},"11-152775":{"id":"11-152775","available":0,"dates":[]},"11-153059":{"id":"11-153059","available":0,"dates":[]},"11-153362":{"id":"11-153362","available":0,"dates":[]},"11-153921":{"id":"11-153921","available":0,"dates":[]},"11-154318":{"id":"11-154318","available":0,"dates":[]},"11-154824":{"id":"11-154824","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155273":{"id":"11-155273","available":92,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155525":{"id":"11-155525","available":0,"dates":[]},"11-155804":{"id":"11-155804","available":122,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-2024-09-18":{"id":"11-2024-09-18","available":54,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"11-2024-09-20":{"id":"11-2024-09-20","available":25,"dates":["2024-09-20","2024-09-21","2024-09-22"]},"11-2024-09-21":{"id":"11-2024-09-21","available":9,"dates":["2024-09-21","2024-09-22"]},"11-2024-09-23":{"id":"11-2024-09-23","available":107,"dates":["2024-09-23","2024-09-24"]},"11-2024-09-25":{"id":"11-2024-09-25","available":98,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"11-2024-09-30":{"id":"11-2024-09-30","available":218,"dates":["2024-09-30","2024-10-01"]},"11-2024-10-02":{"id":"11-2024-10-02","available":77,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"11-2024-10-07":{"id":"11-2024-10-07","available":187,"dates":["2024-10-07","2024-10-08"]},"11-2024-10-09":{"id":"11-2024-10-09","available":110,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-11":{"id":"11-2024-10-11","available":74,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-14":{"id":"11-2024-10-14","available":134,"dates":["2024-10-14","2024-10-15"]},"11-2024-10-16":{"id":"11-2024-10-16","available":60,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"11-2024-10-21":{"id":"11-2024-10-21","available":128,"dates":["2024-10-21","2024-10-22"]},"11-2024-10-23":{"id":"11-2024-10-23","available":68,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-2024-10-28":{"id":"11-2024-10-28","available":128,"dates":["2024-10-28","2024-10-29"]},"11-2024-10-30":{"id":"11-2024-10-30","available":60,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-FLRL-B-10022-11-144521":{"id":"11-FLRL-B-10022-11-144521","available":49,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-10022-11-145958":{"id":"11-FLRL-B-10022-11-145958","available":41,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-FLRL-B-10022-11-146308":{"id":"11-FLRL-B-10022-11-146308","available":0,"dates":[]},"11-FLRL-B-10022-11-146509":{"id":"11-FLRL-B-10022-11-146509","available":48,"dates":[]},"2-146743":{"id":"2-146743","available":71,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146759":{"id":"2-146759","available":36,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146868":{"id":"2-146868","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147258":{"id":"2-147258","available":0,"dates":[]},"2-147274":{"id":"2-147274","available":-3,"dates":[]},"2-147779":{"id":"2-147779","available":0,"dates":[]},"2-147792":{"id":"2-147792","available":-2,"dates":[]},"2-148209":{"id":"2-148209","available":0,"dates":[]},"2-148221":{"id":"2-148221","available":0,"dates":[]},"2-148603":{"id":"2-148603","available":0,"dates":[]},"2-148612":{"id":"2-148612","available":0,"dates":[]},"2-149059":{"id":"2-149059","available":28,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"2-149065":{"id":"2-149065","available":0,"dates":[]},"2-149853":{"id":"2-149853","available":143,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149859":{"id":"2-149859","available":176,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150418":{"id":"2-150418","available":143,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150424":{"id":"2-150424","available":176,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150926":{"id":"2-150926","available":28,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150932":{"id":"2-150932","available":0,"dates":[]},"2-151344":{"id":"2-151344","available":0,"dates":[]},"2-151353":{"id":"2-151353","available":0,"dates":[]},"2-151730":{"id":"2-151730","available":-4,"dates":[]},"2-151742":{"id":"2-151742","available":-2,"dates":[]},"2-152101":{"id":"2-152101","available":0,"dates":[]},"2-152468":{"id":"2-152468","available":-1,"dates":[]},"2-152830":{"id":"2-152830","available":0,"dates":[]},"2-152832":{"id":"2-152832","available":12,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152969":{"id":"2-152969","available":0,"dates":[]},"2-153124":{"id":"2-153124","available":0,"dates":[]},"2-153127":{"id":"2-153127","available":0,"dates":[]},"2-153425":{"id":"2-153425","available":0,"dates":[]},"2-153428":{"id":"2-153428","available":0,"dates":[]},"2-153734":{"id":"2-153734","available":0,"dates":[]},"2-153800":{"id":"2-153800","available":0,"dates":[]},"2-154446":{"id":"2-154446","available":0,"dates":[]},"2-154449":{"id":"2-154449","available":-5,"dates":[]},"2-154924":{"id":"2-154924","available":0,"dates":[]},"2-154930":{"id":"2-154930","available":7,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155035":{"id":"2-155035","available":0,"dates":[]},"2-155167":{"id":"2-155167","available":32,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155176":{"id":"2-155176","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155662":{"id":"2-155662","available":32,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155672":{"id":"2-155672","available":24,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-2024-09-18":{"id":"2-2024-09-18","available":11,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21"]},"2-2024-09-22":{"id":"2-2024-09-22","available":64,"dates":["2024-09-22","2024-09-23","2024-09-24"]},"2-2024-09-25":{"id":"2-2024-09-25","available":87,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28"]},"2-2024-09-27":{"id":"2-2024-09-27","available":94,"dates":["2024-09-27","2024-09-28"]},"2-2024-09-29":{"id":"2-2024-09-29","available":178,"dates":["2024-09-29","2024-09-30","2024-10-01"]},"2-2024-10-02":{"id":"2-2024-10-02","available":47,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05"]},"2-2024-10-04":{"id":"2-2024-10-04","available":136,"dates":["2024-10-04","2024-10-05"]},"2-2024-10-06":{"id":"2-2024-10-06","available":111,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"2-2024-10-09":{"id":"2-2024-10-09","available":116,"dates":["2024-10-09","2024-10-10"]},"2-2024-10-11":{"id":"2-2024-10-11","available":90,"dates":["2024-10-11","2024-10-12"]},"2-2024-10-13":{"id":"2-2024-10-13","available":65,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"2-2024-10-16":{"id":"2-2024-10-16","available":91,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"2-2024-10-18":{"id":"2-2024-10-18","available":111,"dates":["2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-2024-10-20":{"id":"2-2024-10-20","available":159,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"2-2024-10-23":{"id":"2-2024-10-23","available":125,"dates":["2024-10-23","2024-10-24"]},"2-2024-10-25":{"id":"2-2024-10-25","available":99,"dates":["2024-10-25","2024-10-26"]},"2-2024-10-27":{"id":"2-2024-10-27","available":167,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"2-2024-10-30":{"id":"2-2024-10-30","available":133,"dates":["2024-10-30","2024-10-31"]},"2-2024-11-01":{"id":"2-2024-11-01","available":102,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-2024-11-06":{"id":"2-2024-11-06","available":34,"dates":["2024-11-06","2024-11-07"]},"2-FLRL-B-10022-2-144730":{"id":"2-FLRL-B-10022-2-144730","available":15,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-10022-2-146062":{"id":"2-FLRL-B-10022-2-146062","available":5,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-10022-2-146080":{"id":"2-FLRL-B-10022-2-146080","available":19,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146668":{"id":"30-146668","available":76,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147309":{"id":"30-147309","available":0,"dates":[]},"30-147827":{"id":"30-147827","available":0,"dates":[]},"30-148258":{"id":"30-148258","available":0,"dates":[]},"30-148650":{"id":"30-148650","available":0,"dates":[]},"30-2024-09-18":{"id":"30-2024-09-18","available":15,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"30-2024-09-23":{"id":"30-2024-09-23","available":69,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"30-2024-09-25":{"id":"30-2024-09-25","available":79,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"30-2024-09-30":{"id":"30-2024-09-30","available":203,"dates":["2024-09-30","2024-10-01"]},"30-2024-10-02":{"id":"30-2024-10-02","available":38,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"30-2024-10-07":{"id":"30-2024-10-07","available":152,"dates":["2024-10-07","2024-10-08"]},"30-2024-10-09":{"id":"30-2024-10-09","available":114,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"30-2024-10-14":{"id":"30-2024-10-14","available":54,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"30-2024-10-21":{"id":"30-2024-10-21","available":133,"dates":["2024-10-21","2024-10-22"]},"30-2024-10-23":{"id":"30-2024-10-23","available":79,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"30-2024-10-28":{"id":"30-2024-10-28","available":155,"dates":["2024-10-28","2024-10-29"]},"30-2024-10-30":{"id":"30-2024-10-30","available":76,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-FLRL-B-10022-30-144775":{"id":"30-FLRL-B-10022-30-144775","available":8,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-10022-30-146115":{"id":"30-FLRL-B-10022-30-146115","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146744":{"id":"4-146744","available":72,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146760":{"id":"4-146760","available":48,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146869":{"id":"4-146869","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147259":{"id":"4-147259","available":0,"dates":[]},"4-147275":{"id":"4-147275","available":0,"dates":[]},"4-147780":{"id":"4-147780","available":0,"dates":[]},"4-147793":{"id":"4-147793","available":0,"dates":[]},"4-148210":{"id":"4-148210","available":0,"dates":[]},"4-148222":{"id":"4-148222","available":0,"dates":[]},"4-148604":{"id":"4-148604","available":0,"dates":[]},"4-148613":{"id":"4-148613","available":0,"dates":[]},"4-149060":{"id":"4-149060","available":-6,"dates":[]},"4-149066":{"id":"4-149066","available":-28,"dates":[]},"4-149854":{"id":"4-149854","available":737,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149860":{"id":"4-149860","available":913,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150419":{"id":"4-150419","available":737,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150425":{"id":"4-150425","available":913,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150927":{"id":"4-150927","available":0,"dates":[]},"4-150933":{"id":"4-150933","available":0,"dates":[]},"4-151345":{"id":"4-151345","available":0,"dates":[]},"4-151354":{"id":"4-151354","available":0,"dates":[]},"4-151731":{"id":"4-151731","available":0,"dates":[]},"4-151743":{"id":"4-151743","available":-2,"dates":[]},"4-152102":{"id":"4-152102","available":0,"dates":[]},"4-152469":{"id":"4-152469","available":0,"dates":[]},"4-152831":{"id":"4-152831","available":0,"dates":[]},"4-152970":{"id":"4-152970","available":0,"dates":[]},"4-153125":{"id":"4-153125","available":0,"dates":[]},"4-153128":{"id":"4-153128","available":0,"dates":[]},"4-153426":{"id":"4-153426","available":0,"dates":[]},"4-153429":{"id":"4-153429","available":0,"dates":[]},"4-153735":{"id":"4-153735","available":0,"dates":[]},"4-153801":{"id":"4-153801","available":0,"dates":[]},"4-154447":{"id":"4-154447","available":0,"dates":[]},"4-154450":{"id":"4-154450","available":0,"dates":[]},"4-154925":{"id":"4-154925","available":23,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154931":{"id":"4-154931","available":63,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155040":{"id":"4-155040","available":0,"dates":[]},"4-155168":{"id":"4-155168","available":137,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155177":{"id":"4-155177","available":84,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155663":{"id":"4-155663","available":161,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155673":{"id":"4-155673","available":96,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-2024-09-18":{"id":"4-2024-09-18","available":119,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21"]},"4-2024-09-20":{"id":"4-2024-09-20","available":43,"dates":["2024-09-20","2024-09-21"]},"4-2024-09-21":{"id":"4-2024-09-21","available":11,"dates":["2024-09-21"]},"4-2024-09-22":{"id":"4-2024-09-22","available":93,"dates":["2024-09-22","2024-09-23","2024-09-24"]},"4-2024-09-25":{"id":"4-2024-09-25","available":136,"dates":["2024-09-25","2024-09-26"]},"4-2024-09-27":{"id":"4-2024-09-27","available":125,"dates":["2024-09-27","2024-09-28"]},"4-2024-09-29":{"id":"4-2024-09-29","available":259,"dates":["2024-09-29","2024-09-30","2024-10-01"]},"4-2024-10-02":{"id":"4-2024-10-02","available":165,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05"]},"4-2024-10-04":{"id":"4-2024-10-04","available":202,"dates":["2024-10-04","2024-10-05"]},"4-2024-10-06":{"id":"4-2024-10-06","available":286,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"4-2024-10-09":{"id":"4-2024-10-09","available":223,"dates":["2024-10-09","2024-10-10"]},"4-2024-10-11":{"id":"4-2024-10-11","available":139,"dates":["2024-10-11","2024-10-12"]},"4-2024-10-13":{"id":"4-2024-10-13","available":197,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"4-2024-10-16":{"id":"4-2024-10-16","available":139,"dates":["2024-10-16","2024-10-17"]},"4-2024-10-18":{"id":"4-2024-10-18","available":91,"dates":["2024-10-18","2024-10-19"]},"4-2024-10-20":{"id":"4-2024-10-20","available":159,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"4-2024-10-23":{"id":"4-2024-10-23","available":146,"dates":["2024-10-23","2024-10-24"]},"4-2024-10-25":{"id":"4-2024-10-25","available":113,"dates":["2024-10-25","2024-10-26"]},"4-2024-10-27":{"id":"4-2024-10-27","available":181,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"4-2024-10-30":{"id":"4-2024-10-30","available":158,"dates":["2024-10-30","2024-10-31"]},"4-2024-11-01":{"id":"4-2024-11-01","available":113,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-2024-11-06":{"id":"4-2024-11-06","available":45,"dates":["2024-11-06","2024-11-07"]},"4-FLRL-B-10022-4-144715":{"id":"4-FLRL-B-10022-4-144715","available":34,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-10022-4-144731":{"id":"4-FLRL-B-10022-4-144731","available":21,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-10022-4-145661":{"id":"4-FLRL-B-10022-4-145661","available":2,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-B-10022-4-146063":{"id":"4-FLRL-B-10022-4-146063","available":72,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-10022-4-146081":{"id":"4-FLRL-B-10022-4-146081","available":12,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146776":{"id":"41-146776","available":48,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147292":{"id":"41-147292","available":0,"dates":[]},"41-147810":{"id":"41-147810","available":0,"dates":[]},"41-148240":{"id":"41-148240","available":0,"dates":[]},"41-148632":{"id":"41-148632","available":0,"dates":[]},"41-148965":{"id":"41-148965","available":0,"dates":[]},"41-149876":{"id":"41-149876","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149878":{"id":"41-149878","available":208,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150437":{"id":"41-150437","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150438":{"id":"41-150438","available":208,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150668":{"id":"41-150668","available":0,"dates":[]},"41-150670":{"id":"41-150670","available":0,"dates":[]},"41-151246":{"id":"41-151246","available":0,"dates":[]},"41-151653":{"id":"41-151653","available":0,"dates":[]},"41-152125":{"id":"41-152125","available":0,"dates":[]},"41-152593":{"id":"41-152593","available":0,"dates":[]},"41-152845":{"id":"41-152845","available":0,"dates":[]},"41-153141":{"id":"41-153141","available":0,"dates":[]},"41-153616":{"id":"41-153616","available":0,"dates":[]},"41-153959":{"id":"41-153959","available":0,"dates":[]},"41-154276":{"id":"41-154276","available":0,"dates":[]},"41-154804":{"id":"41-154804","available":45,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155150":{"id":"41-155150","available":80,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155644":{"id":"41-155644","available":112,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-2024-09-18":{"id":"41-2024-09-18","available":34,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"41-2024-09-20":{"id":"41-2024-09-20","available":18,"dates":["2024-09-20","2024-09-21","2024-09-22"]},"41-2024-09-21":{"id":"41-2024-09-21","available":15,"dates":["2024-09-21","2024-09-22"]},"41-2024-09-23":{"id":"41-2024-09-23","available":90,"dates":["2024-09-23","2024-09-24"]},"41-2024-09-25":{"id":"41-2024-09-25","available":75,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"41-2024-09-30":{"id":"41-2024-09-30","available":177,"dates":["2024-09-30","2024-10-01"]},"41-2024-10-02":{"id":"41-2024-10-02","available":102,"dates":["2024-10-02","2024-10-03"]},"41-2024-10-04":{"id":"41-2024-10-04","available":96,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"41-2024-10-07":{"id":"41-2024-10-07","available":184,"dates":["2024-10-07","2024-10-08"]},"41-2024-10-09":{"id":"41-2024-10-09","available":88,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-11":{"id":"41-2024-10-11","available":83,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-14":{"id":"41-2024-10-14","available":116,"dates":["2024-10-14","2024-10-15"]},"41-2024-10-16":{"id":"41-2024-10-16","available":33,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"41-2024-10-21":{"id":"41-2024-10-21","available":90,"dates":["2024-10-21","2024-10-22"]},"41-2024-10-23":{"id":"41-2024-10-23","available":57,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"41-2024-10-28":{"id":"41-2024-10-28","available":102,"dates":["2024-10-28","2024-10-29"]},"41-2024-10-30":{"id":"41-2024-10-30","available":45,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-FLRL-B-10022-41-144756":{"id":"41-FLRL-B-10022-41-144756","available":50,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-10022-41-146098":{"id":"41-FLRL-B-10022-41-146098","available":57,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148976":{"id":"42-148976","available":0,"dates":[]},"42-149886":{"id":"42-149886","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149888":{"id":"42-149888","available":84,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150267":{"id":"42-150267","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150271":{"id":"42-150271","available":84,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150739":{"id":"42-150739","available":0,"dates":[]},"42-150743":{"id":"42-150743","available":0,"dates":[]},"42-151256":{"id":"42-151256","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"42-151664":{"id":"42-151664","available":0,"dates":[]},"42-152416":{"id":"42-152416","available":0,"dates":[]},"42-153906":{"id":"42-153906","available":0,"dates":[]},"42-154139":{"id":"42-154139","available":0,"dates":[]},"42-154342":{"id":"42-154342","available":0,"dates":[]},"42-154846":{"id":"42-154846","available":19,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"51-146679":{"id":"51-146679","available":27,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147194":{"id":"51-147194","available":30,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147722":{"id":"51-147722","available":22,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148154":{"id":"51-148154","available":0,"dates":[]},"51-148553":{"id":"51-148553","available":0,"dates":[]},"51-148873":{"id":"51-148873","available":0,"dates":[]},"51-149545":{"id":"51-149545","available":203,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150133":{"id":"51-150133","available":203,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150617":{"id":"51-150617","available":203,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150995":{"id":"51-150995","available":-31,"dates":[]},"51-151158":{"id":"51-151158","available":0,"dates":[]},"51-151569":{"id":"51-151569","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-152061":{"id":"51-152061","available":0,"dates":[]},"51-152566":{"id":"51-152566","available":0,"dates":[]},"51-152797":{"id":"51-152797","available":0,"dates":[]},"51-153082":{"id":"51-153082","available":17,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153601":{"id":"51-153601","available":0,"dates":[]},"51-153706":{"id":"51-153706","available":0,"dates":[]},"51-154259":{"id":"51-154259","available":0,"dates":[]},"51-154780":{"id":"51-154780","available":112,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155321":{"id":"51-155321","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155527":{"id":"51-155527","available":-20,"dates":[]},"51-155622":{"id":"51-155622","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"51-2024-09-18":{"id":"51-2024-09-18","available":34,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"51-2024-09-20":{"id":"51-2024-09-20","available":23,"dates":["2024-09-20","2024-09-21","2024-09-22"]},"51-2024-09-21":{"id":"51-2024-09-21","available":23,"dates":["2024-09-21","2024-09-22"]},"51-2024-09-23":{"id":"51-2024-09-23","available":22,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"51-2024-09-30":{"id":"51-2024-09-30","available":23,"dates":["2024-09-30","2024-10-01","2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"51-2024-10-02":{"id":"51-2024-10-02","available":3,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"51-2024-10-14":{"id":"51-2024-10-14","available":18,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"51-2024-10-21":{"id":"51-2024-10-21","available":27,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"51-2024-10-28":{"id":"51-2024-10-28","available":24,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"58-146872":{"id":"58-146872","available":107,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147385":{"id":"58-147385","available":0,"dates":[]},"58-147911":{"id":"58-147911","available":0,"dates":[]},"58-148346":{"id":"58-148346","available":0,"dates":[]},"58-148737":{"id":"58-148737","available":0,"dates":[]},"58-148928":{"id":"58-148928","available":-16,"dates":[]},"58-149666":{"id":"58-149666","available":384,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149670":{"id":"58-149670","available":480,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150226":{"id":"58-150226","available":384,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150230":{"id":"58-150230","available":480,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150704":{"id":"58-150704","available":0,"dates":[]},"58-150707":{"id":"58-150707","available":0,"dates":[]},"58-151208":{"id":"58-151208","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151620":{"id":"58-151620","available":0,"dates":[]},"58-152096":{"id":"58-152096","available":0,"dates":[]},"58-152587":{"id":"58-152587","available":0,"dates":[]},"58-152826":{"id":"58-152826","available":0,"dates":[]},"58-153120":{"id":"58-153120","available":0,"dates":[]},"58-153421":{"id":"58-153421","available":0,"dates":[]},"58-154070":{"id":"58-154070","available":0,"dates":[]},"58-154243":{"id":"58-154243","available":0,"dates":[]},"58-154252":{"id":"58-154252","available":0,"dates":[]},"58-154774":{"id":"58-154774","available":85,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155140":{"id":"58-155140","available":138,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155611":{"id":"58-155611","available":176,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-2024-09-18":{"id":"58-2024-09-18","available":80,"dates":["2024-09-18","2024-09-19","2024-09-20","2024-09-21","2024-09-22"]},"58-2024-09-20":{"id":"58-2024-09-20","available":30,"dates":["2024-09-20","2024-09-21","2024-09-22"]},"58-2024-09-21":{"id":"58-2024-09-21","available":8,"dates":["2024-09-21","2024-09-22"]},"58-2024-09-23":{"id":"58-2024-09-23","available":141,"dates":["2024-09-23","2024-09-24"]},"58-2024-09-25":{"id":"58-2024-09-25","available":133,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"58-2024-09-30":{"id":"58-2024-09-30","available":298,"dates":["2024-09-30","2024-10-01"]},"58-2024-10-02":{"id":"58-2024-10-02","available":101,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"58-2024-10-07":{"id":"58-2024-10-07","available":251,"dates":["2024-10-07","2024-10-08"]},"58-2024-10-09":{"id":"58-2024-10-09","available":150,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-11":{"id":"58-2024-10-11","available":44,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-14":{"id":"58-2024-10-14","available":130,"dates":["2024-10-14","2024-10-15"]},"58-2024-10-16":{"id":"58-2024-10-16","available":86,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"58-2024-10-21":{"id":"58-2024-10-21","available":187,"dates":["2024-10-21","2024-10-22"]},"58-2024-10-23":{"id":"58-2024-10-23","available":101,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-2024-10-28":{"id":"58-2024-10-28","available":205,"dates":["2024-10-28","2024-10-29"]},"58-2024-10-30":{"id":"58-2024-10-30","available":104,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-FLRL-B-10022-58-144698":{"id":"58-FLRL-B-10022-58-144698","available":44,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-10022-58-145779":{"id":"58-FLRL-B-10022-58-145779","available":"6","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-10022-58-146194":{"id":"58-FLRL-B-10022-58-146194","available":31,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148958":{"id":"65-148958","available":0,"dates":[]},"65-149868":{"id":"65-149868","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149870":{"id":"65-149870","available":200,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150429":{"id":"65-150429","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150431":{"id":"65-150431","available":200,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150844":{"id":"65-150844","available":0,"dates":[]},"65-150855":{"id":"65-150855","available":0,"dates":[]},"65-151239":{"id":"65-151239","available":0,"dates":[]},"65-151646":{"id":"65-151646","available":2,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152118":{"id":"65-152118","available":18,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152403":{"id":"65-152403","available":0,"dates":[]},"65-152840":{"id":"65-152840","available":0,"dates":[]},"65-153136":{"id":"65-153136","available":0,"dates":[]},"65-153438":{"id":"65-153438","available":24,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153612":{"id":"65-153612","available":0,"dates":[]},"65-153966":{"id":"65-153966","available":0,"dates":[]},"65-154405":{"id":"65-154405","available":0,"dates":[]},"65-154900":{"id":"65-154900","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155252":{"id":"65-155252","available":59,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155771":{"id":"65-155771","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150488":{"id":"66-150488","available":0,"dates":[]},"9-146731":{"id":"9-146731","available":32,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147246":{"id":"9-147246","available":0,"dates":[]},"9-147767":{"id":"9-147767","available":-3,"dates":[]},"9-148197":{"id":"9-148197","available":0,"dates":[]},"9-148591":{"id":"9-148591","available":0,"dates":[]},"9-152216":{"id":"9-152216","available":0,"dates":[]},"9-152912":{"id":"9-152912","available":0,"dates":[]},"9-153215":{"id":"9-153215","available":0,"dates":[]},"9-153511":{"id":"9-153511","available":0,"dates":[]},"9-155278":{"id":"9-155278","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155526":{"id":"9-155526","available":0,"dates":[]},"9-155563":{"id":"9-155563","available":36,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155810":{"id":"9-155810","available":44,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-2024-09-23":{"id":"9-2024-09-23","available":28,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29"]},"9-2024-09-30":{"id":"9-2024-09-30","available":66,"dates":["2024-09-30","2024-10-01"]},"9-2024-10-02":{"id":"9-2024-10-02","available":15,"dates":["2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"9-2024-10-07":{"id":"9-2024-10-07","available":43,"dates":["2024-10-07","2024-10-08"]},"9-2024-10-09":{"id":"9-2024-10-09","available":28,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"9-2024-10-11":{"id":"9-2024-10-11","available":15,"dates":["2024-10-11","2024-10-12","2024-10-13"]},"9-2024-10-14":{"id":"9-2024-10-14","available":22,"dates":["2024-10-14","2024-10-15"]},"9-2024-10-16":{"id":"9-2024-10-16","available":7,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"9-2024-10-21":{"id":"9-2024-10-21","available":37,"dates":["2024-10-21","2024-10-22"]},"9-2024-10-23":{"id":"9-2024-10-23","available":30,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"9-2024-10-28":{"id":"9-2024-10-28","available":60,"dates":["2024-10-28","2024-10-29"]},"9-2024-10-30":{"id":"9-2024-10-30","available":30,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-FLRL-B-10022-9-144641":{"id":"9-FLRL-B-10022-9-144641","available":4,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"9-FLRL-B-10022-9-146049":{"id":"9-FLRL-B-10022-9-146049","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150704","58-150707","58-154774","58-155140","58-155611"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154780","51-155321","51-155622"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150927","4-150933","4-154925","4-154931","4-155168","4-155177","4-155663","4-155673"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150668","41-150670","41-154804","41-155150","41-155644"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150739","42-150743","42-154846"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150932","2-154924","2-154930","2-155167","2-155176","2-155662","2-155672"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150892","10-150898","10-154914","10-155263","10-155868"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150571","11-155525","11-150577","11-154824","11-155273","11-155804"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155526","9-155563","9-155278","9-155810"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150931","1-154923","1-154929","1-155166","1-155175","1-155661","1-155671"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150844","65-150855","65-154900","65-155252","65-155771"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150488"]}],"lot-a":{"id":"lot-a","available":10,"dates":["2024-09-24","2024-09-25","2024-09-26"]},"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-crush":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/OprahDaily_Badge_1.png?v=1739375604" }, "handle": "double-the-crush", "priceAmount": 12200, "price": "$122 ", "priceCompareAtAmount": 13600, "priceCompareAt": "$136 ", "url": "https://urbanstems.com/products/double-the-crush", "variantName": null, "title": "Double the Crush", "images": [ { "alt": "Double the Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Sorbet_SupportingImage_1_PDP.jpg?v=1727923027&width=700 700w" }, { "alt": "Double the Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Sorbet_MainImage_PDP_72362116-3dbd-41ac-9f49-708a9606d5fd.jpg?v=1729625925&width=700 700w" } ], "variants": [{"id":45653343600888,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10022","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Crush - Double","public_title":"Double","options":["Double","Default Title"],"price":12200,"weight":0,"compare_at_price":13600,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":12200,"per_delivery_price":10500,"selling_plan_id":4824793336,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":12200,"per_delivery_price":31500,"selling_plan_id":4977918200,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":12200,"per_delivery_price":42000,"selling_plan_id":4979720440,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":12200,"per_delivery_price":52500,"selling_plan_id":4980474104,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":12200,"per_delivery_price":63000,"selling_plan_id":4980998392,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":12200,"per_delivery_price":126000,"selling_plan_id":4981129464,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"},{"price_adjustments":[{"position":1,"price":10500}],"price":10500,"compare_at_price":12200,"per_delivery_price":10500,"selling_plan_id":4824826104,"selling_plan_group_id":"d3ce43bb32d2d6e9613b1f68a9bb40f3e7e6a2d5"},{"price_adjustments":[{"position":1,"price":31500}],"price":31500,"compare_at_price":12200,"per_delivery_price":31500,"selling_plan_id":4977950968,"selling_plan_group_id":"d4da6f0345c1eeef40ffd3371539eb2df80f2165"},{"price_adjustments":[{"position":1,"price":42000}],"price":42000,"compare_at_price":12200,"per_delivery_price":42000,"selling_plan_id":4979753208,"selling_plan_group_id":"0584447e653174fd96bb526e0283165bb5ee33f1"},{"price_adjustments":[{"position":1,"price":52500}],"price":52500,"compare_at_price":12200,"per_delivery_price":52500,"selling_plan_id":4980506872,"selling_plan_group_id":"ea0dd793c28f58a4261d8b5b0997b2e4ef966a51"},{"price_adjustments":[{"position":1,"price":63000}],"price":63000,"compare_at_price":12200,"per_delivery_price":63000,"selling_plan_id":4981031160,"selling_plan_group_id":"1146a52d3f763f240f566d9145067585fe5531ce"},{"price_adjustments":[{"position":1,"price":126000}],"price":126000,"compare_at_price":12200,"per_delivery_price":126000,"selling_plan_id":4981162232,"selling_plan_group_id":"78d7d5dc01447946bb87fff7e812e5eacadeeaea"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146742":{"id":"1-146742","available":18,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146758":{"id":"1-146758","available":11,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146867":{"id":"1-146867","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147257":{"id":"1-147257","available":0,"dates":[]},"1-147273":{"id":"1-147273","available":0,"dates":[]},"1-147778":{"id":"1-147778","available":0,"dates":[]},"1-147791":{"id":"1-147791","available":-1,"dates":[]},"1-148208":{"id":"1-148208","available":0,"dates":[]},"1-148220":{"id":"1-148220","available":0,"dates":[]},"1-148602":{"id":"1-148602","available":0,"dates":[]},"1-148611":{"id":"1-148611","available":0,"dates":[]},"1-149058":{"id":"1-149058","available":10,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"1-149064":{"id":"1-149064","available":0,"dates":[]},"1-149852":{"id":"1-149852","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149858":{"id":"1-149858","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150417":{"id":"1-150417","available":55,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150423":{"id":"1-150423","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150925":{"id":"1-150925","available":22,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150931":{"id":"1-150931","available":0,"dates":[]},"1-151343":{"id":"1-151343","available":0,"dates":[]},"1-151352":{"id":"1-151352","available":0,"dates":[]},"1-151729":{"id":"1-151729","available":1,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151741":{"id":"1-151741","available":4,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152100":{"id":"1-152100","available":10,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152467":{"id":"1-152467","available":0,"dates":[]},"1-152829":{"id":"1-152829","available":0,"dates":[]},"1-152968":{"id":"1-152968","available":0,"dates":[]},"1-153123":{"id":"1-153123","available":0,"dates":[]},"1-153126":{"id":"1-153126","available":0,"dates":[]},"1-153424":{"id":"1-153424","available":0,"dates":[]},"1-153427":{"id":"1-153427","available":0,"dates":[]},"1-153733":{"id":"1-153733","available":0,"dates":[]},"1-153799":{"id":"1-153799","available":0,"dates":[]},"1-154445":{"id":"1-154445","available":0,"dates":[]},"1-154448":{"id":"1-154448","available":-2,"dates":[]},"1-154923":{"id":"1-154923","available":0,"dates":[]},"1-154929":{"id":"1-154929","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155166":{"id":"1-155166","available":10,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155175":{"id":"1-155175","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155661":{"id":"1-155661","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155671":{"id":"1-155671","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-2024-10-04":{"id":"1-2024-10-04","available":1,"dates":["2024-10-04","2024-10-05"]},"1-2024-10-06":{"id":"1-2024-10-06","available":16,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"1-2024-10-09":{"id":"1-2024-10-09","available":26,"dates":["2024-10-09","2024-10-10"]},"1-2024-10-11":{"id":"1-2024-10-11","available":25,"dates":["2024-10-11","2024-10-12"]},"1-2024-10-13":{"id":"1-2024-10-13","available":53,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"1-2024-10-16":{"id":"1-2024-10-16","available":48,"dates":["2024-10-16","2024-10-17"]},"1-2024-10-18":{"id":"1-2024-10-18","available":38,"dates":["2024-10-18","2024-10-19"]},"1-2024-10-20":{"id":"1-2024-10-20","available":61,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"1-2024-10-23":{"id":"1-2024-10-23","available":43,"dates":["2024-10-23","2024-10-24"]},"1-2024-10-25":{"id":"1-2024-10-25","available":33,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"1-2024-10-30":{"id":"1-2024-10-30","available":11,"dates":["2024-10-30","2024-10-31"]},"1-FLRL-D-10022-1-146061":{"id":"1-FLRL-D-10022-1-146061","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-D-10022-1-146079":{"id":"1-FLRL-D-10022-1-146079","available":9,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146862":{"id":"10-146862","available":21,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147375":{"id":"10-147375","available":0,"dates":[]},"10-147901":{"id":"10-147901","available":0,"dates":[]},"10-148336":{"id":"10-148336","available":0,"dates":[]},"10-148726":{"id":"10-148726","available":0,"dates":[]},"10-149044":{"id":"10-149044","available":0,"dates":[]},"10-149864":{"id":"10-149864","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149866":{"id":"10-149866","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150384":{"id":"10-150384","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150390":{"id":"10-150390","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150892":{"id":"10-150892","available":0,"dates":[]},"10-150898":{"id":"10-150898","available":0,"dates":[]},"10-151329":{"id":"10-151329","available":0,"dates":[]},"10-151856":{"id":"10-151856","available":0,"dates":[]},"10-152185":{"id":"10-152185","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"10-152633":{"id":"10-152633","available":0,"dates":[]},"10-152888":{"id":"10-152888","available":0,"dates":[]},"10-153188":{"id":"10-153188","available":0,"dates":[]},"10-153629":{"id":"10-153629","available":0,"dates":[]},"10-153883":{"id":"10-153883","available":0,"dates":[]},"10-154430":{"id":"10-154430","available":0,"dates":[]},"10-154914":{"id":"10-154914","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155263":{"id":"10-155263","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155868":{"id":"10-155868","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-2024-10-04":{"id":"10-2024-10-04","available":13,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"10-2024-10-07":{"id":"10-2024-10-07","available":39,"dates":["2024-10-07","2024-10-08"]},"10-2024-10-09":{"id":"10-2024-10-09","available":26,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"10-2024-10-14":{"id":"10-2024-10-14","available":46,"dates":["2024-10-14","2024-10-15"]},"10-2024-10-16":{"id":"10-2024-10-16","available":20,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"10-2024-10-21":{"id":"10-2024-10-21","available":41,"dates":["2024-10-21","2024-10-22"]},"10-2024-10-23":{"id":"10-2024-10-23","available":20,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"10-FLRL-D-10022-10-146184":{"id":"10-FLRL-D-10022-10-146184","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146308":{"id":"11-146308","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146509":{"id":"11-146509","available":24,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146649":{"id":"11-146649","available":32,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147165":{"id":"11-147165","available":0,"dates":[]},"11-147693":{"id":"11-147693","available":0,"dates":[]},"11-148125":{"id":"11-148125","available":0,"dates":[]},"11-148526":{"id":"11-148526","available":0,"dates":[]},"11-148846":{"id":"11-148846","available":-1,"dates":[]},"11-149872":{"id":"11-149872","available":68,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149874":{"id":"11-149874","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150433":{"id":"11-150433","available":68,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150435":{"id":"11-150435","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150571":{"id":"11-150571","available":0,"dates":[]},"11-150577":{"id":"11-150577","available":0,"dates":[]},"11-151129":{"id":"11-151129","available":0,"dates":[]},"11-151541":{"id":"11-151541","available":-3,"dates":[]},"11-152036":{"id":"11-152036","available":0,"dates":[]},"11-152544":{"id":"11-152544","available":0,"dates":[]},"11-152775":{"id":"11-152775","available":0,"dates":[]},"11-153059":{"id":"11-153059","available":0,"dates":[]},"11-153362":{"id":"11-153362","available":0,"dates":[]},"11-153921":{"id":"11-153921","available":0,"dates":[]},"11-154318":{"id":"11-154318","available":0,"dates":[]},"11-154824":{"id":"11-154824","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155273":{"id":"11-155273","available":46,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155525":{"id":"11-155525","available":0,"dates":[]},"11-155804":{"id":"11-155804","available":61,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-2024-10-04":{"id":"11-2024-10-04","available":27,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"11-2024-10-07":{"id":"11-2024-10-07","available":74,"dates":["2024-10-07","2024-10-08"]},"11-2024-10-09":{"id":"11-2024-10-09","available":47,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-14":{"id":"11-2024-10-14","available":81,"dates":["2024-10-14","2024-10-15"]},"11-2024-10-16":{"id":"11-2024-10-16","available":34,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"11-2024-10-21":{"id":"11-2024-10-21","available":68,"dates":["2024-10-21","2024-10-22"]},"11-2024-10-23":{"id":"11-2024-10-23","available":34,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"11-FLRL-D-10022-11-145958":{"id":"11-FLRL-D-10022-11-145958","available":20,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146743":{"id":"2-146743","available":35,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146759":{"id":"2-146759","available":18,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146868":{"id":"2-146868","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147258":{"id":"2-147258","available":0,"dates":[]},"2-147274":{"id":"2-147274","available":-2,"dates":[]},"2-147779":{"id":"2-147779","available":0,"dates":[]},"2-147792":{"id":"2-147792","available":-1,"dates":[]},"2-148209":{"id":"2-148209","available":0,"dates":[]},"2-148221":{"id":"2-148221","available":0,"dates":[]},"2-148603":{"id":"2-148603","available":0,"dates":[]},"2-148612":{"id":"2-148612","available":0,"dates":[]},"2-149059":{"id":"2-149059","available":14,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"2-149065":{"id":"2-149065","available":0,"dates":[]},"2-149853":{"id":"2-149853","available":71,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149859":{"id":"2-149859","available":88,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150418":{"id":"2-150418","available":71,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150424":{"id":"2-150424","available":88,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150926":{"id":"2-150926","available":14,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150932":{"id":"2-150932","available":0,"dates":[]},"2-151344":{"id":"2-151344","available":0,"dates":[]},"2-151353":{"id":"2-151353","available":0,"dates":[]},"2-151730":{"id":"2-151730","available":-2,"dates":[]},"2-151742":{"id":"2-151742","available":-1,"dates":[]},"2-152101":{"id":"2-152101","available":0,"dates":[]},"2-152468":{"id":"2-152468","available":-1,"dates":[]},"2-152830":{"id":"2-152830","available":0,"dates":[]},"2-152832":{"id":"2-152832","available":6,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152969":{"id":"2-152969","available":0,"dates":[]},"2-153124":{"id":"2-153124","available":0,"dates":[]},"2-153127":{"id":"2-153127","available":0,"dates":[]},"2-153425":{"id":"2-153425","available":0,"dates":[]},"2-153428":{"id":"2-153428","available":0,"dates":[]},"2-153734":{"id":"2-153734","available":0,"dates":[]},"2-153800":{"id":"2-153800","available":0,"dates":[]},"2-154446":{"id":"2-154446","available":0,"dates":[]},"2-154449":{"id":"2-154449","available":-3,"dates":[]},"2-154924":{"id":"2-154924","available":0,"dates":[]},"2-154930":{"id":"2-154930","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155035":{"id":"2-155035","available":0,"dates":[]},"2-155167":{"id":"2-155167","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155176":{"id":"2-155176","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155662":{"id":"2-155662","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155672":{"id":"2-155672","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-2024-10-04":{"id":"2-2024-10-04","available":10,"dates":["2024-10-04","2024-10-05"]},"2-2024-10-06":{"id":"2-2024-10-06","available":32,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"2-2024-10-09":{"id":"2-2024-10-09","available":44,"dates":["2024-10-09","2024-10-10"]},"2-2024-10-11":{"id":"2-2024-10-11","available":34,"dates":["2024-10-11","2024-10-12"]},"2-2024-10-13":{"id":"2-2024-10-13","available":73,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"2-2024-10-16":{"id":"2-2024-10-16","available":67,"dates":["2024-10-16","2024-10-17"]},"2-2024-10-18":{"id":"2-2024-10-18","available":55,"dates":["2024-10-18","2024-10-19"]},"2-2024-10-20":{"id":"2-2024-10-20","available":89,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"2-2024-10-23":{"id":"2-2024-10-23","available":67,"dates":["2024-10-23","2024-10-24"]},"2-2024-10-25":{"id":"2-2024-10-25","available":51,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"2-2024-10-30":{"id":"2-2024-10-30","available":17,"dates":["2024-10-30","2024-10-31"]},"2-FLRL-D-10022-2-146062":{"id":"2-FLRL-D-10022-2-146062","available":2,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-D-10022-2-146080":{"id":"2-FLRL-D-10022-2-146080","available":9,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146668":{"id":"30-146668","available":38,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147309":{"id":"30-147309","available":0,"dates":[]},"30-147827":{"id":"30-147827","available":0,"dates":[]},"30-148258":{"id":"30-148258","available":0,"dates":[]},"30-148650":{"id":"30-148650","available":0,"dates":[]},"30-2024-10-07":{"id":"30-2024-10-07","available":47,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"30-2024-10-14":{"id":"30-2024-10-14","available":80,"dates":["2024-10-14","2024-10-15"]},"30-2024-10-16":{"id":"30-2024-10-16","available":33,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"30-2024-10-21":{"id":"30-2024-10-21","available":72,"dates":["2024-10-21","2024-10-22"]},"30-2024-10-23":{"id":"30-2024-10-23","available":39,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"30-FLRL-D-10022-30-146115":{"id":"30-FLRL-D-10022-30-146115","available":2,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146744":{"id":"4-146744","available":36,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146760":{"id":"4-146760","available":24,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146869":{"id":"4-146869","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147259":{"id":"4-147259","available":0,"dates":[]},"4-147275":{"id":"4-147275","available":0,"dates":[]},"4-147780":{"id":"4-147780","available":0,"dates":[]},"4-147793":{"id":"4-147793","available":0,"dates":[]},"4-148210":{"id":"4-148210","available":0,"dates":[]},"4-148222":{"id":"4-148222","available":0,"dates":[]},"4-148604":{"id":"4-148604","available":0,"dates":[]},"4-148613":{"id":"4-148613","available":0,"dates":[]},"4-149060":{"id":"4-149060","available":-3,"dates":[]},"4-149066":{"id":"4-149066","available":-14,"dates":[]},"4-149854":{"id":"4-149854","available":368,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149860":{"id":"4-149860","available":456,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150419":{"id":"4-150419","available":368,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150425":{"id":"4-150425","available":456,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150927":{"id":"4-150927","available":0,"dates":[]},"4-150933":{"id":"4-150933","available":0,"dates":[]},"4-151345":{"id":"4-151345","available":0,"dates":[]},"4-151354":{"id":"4-151354","available":0,"dates":[]},"4-151731":{"id":"4-151731","available":0,"dates":[]},"4-151743":{"id":"4-151743","available":-1,"dates":[]},"4-152102":{"id":"4-152102","available":0,"dates":[]},"4-152469":{"id":"4-152469","available":0,"dates":[]},"4-152831":{"id":"4-152831","available":0,"dates":[]},"4-152970":{"id":"4-152970","available":0,"dates":[]},"4-153125":{"id":"4-153125","available":0,"dates":[]},"4-153128":{"id":"4-153128","available":0,"dates":[]},"4-153426":{"id":"4-153426","available":0,"dates":[]},"4-153429":{"id":"4-153429","available":0,"dates":[]},"4-153735":{"id":"4-153735","available":0,"dates":[]},"4-153801":{"id":"4-153801","available":0,"dates":[]},"4-154447":{"id":"4-154447","available":0,"dates":[]},"4-154450":{"id":"4-154450","available":0,"dates":[]},"4-154925":{"id":"4-154925","available":11,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154931":{"id":"4-154931","available":31,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155040":{"id":"4-155040","available":0,"dates":[]},"4-155168":{"id":"4-155168","available":68,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155177":{"id":"4-155177","available":42,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155663":{"id":"4-155663","available":80,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155673":{"id":"4-155673","available":48,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-2024-10-04":{"id":"4-2024-10-04","available":59,"dates":["2024-10-04","2024-10-05"]},"4-2024-10-06":{"id":"4-2024-10-06","available":113,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"4-2024-10-09":{"id":"4-2024-10-09","available":110,"dates":["2024-10-09","2024-10-10"]},"4-2024-10-11":{"id":"4-2024-10-11","available":74,"dates":["2024-10-11","2024-10-12"]},"4-2024-10-13":{"id":"4-2024-10-13","available":107,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"4-2024-10-16":{"id":"4-2024-10-16","available":70,"dates":["2024-10-16","2024-10-17"]},"4-2024-10-18":{"id":"4-2024-10-18","available":50,"dates":["2024-10-18","2024-10-19"]},"4-2024-10-20":{"id":"4-2024-10-20","available":84,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"4-2024-10-23":{"id":"4-2024-10-23","available":73,"dates":["2024-10-23","2024-10-24"]},"4-2024-10-25":{"id":"4-2024-10-25","available":56,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"4-2024-10-30":{"id":"4-2024-10-30","available":22,"dates":["2024-10-30","2024-10-31"]},"4-FLRL-D-10022-4-145661":{"id":"4-FLRL-D-10022-4-145661","available":1,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-D-10022-4-146063":{"id":"4-FLRL-D-10022-4-146063","available":36,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-D-10022-4-146081":{"id":"4-FLRL-D-10022-4-146081","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146776":{"id":"41-146776","available":24,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147292":{"id":"41-147292","available":0,"dates":[]},"41-147810":{"id":"41-147810","available":0,"dates":[]},"41-148240":{"id":"41-148240","available":0,"dates":[]},"41-148632":{"id":"41-148632","available":0,"dates":[]},"41-148965":{"id":"41-148965","available":0,"dates":[]},"41-149876":{"id":"41-149876","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149878":{"id":"41-149878","available":104,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150437":{"id":"41-150437","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150438":{"id":"41-150438","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150668":{"id":"41-150668","available":0,"dates":[]},"41-150670":{"id":"41-150670","available":0,"dates":[]},"41-151246":{"id":"41-151246","available":0,"dates":[]},"41-151653":{"id":"41-151653","available":0,"dates":[]},"41-152125":{"id":"41-152125","available":0,"dates":[]},"41-152593":{"id":"41-152593","available":0,"dates":[]},"41-152845":{"id":"41-152845","available":0,"dates":[]},"41-153141":{"id":"41-153141","available":0,"dates":[]},"41-153616":{"id":"41-153616","available":0,"dates":[]},"41-153959":{"id":"41-153959","available":0,"dates":[]},"41-154276":{"id":"41-154276","available":0,"dates":[]},"41-154804":{"id":"41-154804","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155150":{"id":"41-155150","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155644":{"id":"41-155644","available":56,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-2024-10-04":{"id":"41-2024-10-04","available":41,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"41-2024-10-07":{"id":"41-2024-10-07","available":83,"dates":["2024-10-07","2024-10-08"]},"41-2024-10-09":{"id":"41-2024-10-09","available":41,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-14":{"id":"41-2024-10-14","available":68,"dates":["2024-10-14","2024-10-15"]},"41-2024-10-16":{"id":"41-2024-10-16","available":27,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"41-2024-10-21":{"id":"41-2024-10-21","available":55,"dates":["2024-10-21","2024-10-22"]},"41-2024-10-23":{"id":"41-2024-10-23","available":28,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"41-FLRL-D-10022-41-146098":{"id":"41-FLRL-D-10022-41-146098","available":28,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148976":{"id":"42-148976","available":0,"dates":[]},"42-149886":{"id":"42-149886","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149888":{"id":"42-149888","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150267":{"id":"42-150267","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150271":{"id":"42-150271","available":42,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150739":{"id":"42-150739","available":0,"dates":[]},"42-150743":{"id":"42-150743","available":0,"dates":[]},"42-151256":{"id":"42-151256","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"42-151664":{"id":"42-151664","available":0,"dates":[]},"42-152416":{"id":"42-152416","available":0,"dates":[]},"42-153906":{"id":"42-153906","available":0,"dates":[]},"42-154139":{"id":"42-154139","available":0,"dates":[]},"42-154342":{"id":"42-154342","available":0,"dates":[]},"42-154846":{"id":"42-154846","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"51-146679":{"id":"51-146679","available":13,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147194":{"id":"51-147194","available":15,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147722":{"id":"51-147722","available":11,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148154":{"id":"51-148154","available":0,"dates":[]},"51-148553":{"id":"51-148553","available":0,"dates":[]},"51-148873":{"id":"51-148873","available":0,"dates":[]},"51-149545":{"id":"51-149545","available":101,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150133":{"id":"51-150133","available":101,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150617":{"id":"51-150617","available":101,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150995":{"id":"51-150995","available":-16,"dates":[]},"51-151158":{"id":"51-151158","available":0,"dates":[]},"51-151569":{"id":"51-151569","available":0,"dates":[]},"51-152061":{"id":"51-152061","available":0,"dates":[]},"51-152566":{"id":"51-152566","available":0,"dates":[]},"51-152797":{"id":"51-152797","available":0,"dates":[]},"51-153082":{"id":"51-153082","available":8,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153601":{"id":"51-153601","available":0,"dates":[]},"51-153706":{"id":"51-153706","available":0,"dates":[]},"51-154259":{"id":"51-154259","available":0,"dates":[]},"51-154780":{"id":"51-154780","available":56,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155321":{"id":"51-155321","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155527":{"id":"51-155527","available":-10,"dates":[]},"51-155622":{"id":"51-155622","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"51-2024-10-07":{"id":"51-2024-10-07","available":3,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"51-2024-10-14":{"id":"51-2024-10-14","available":11,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"51-2024-10-21":{"id":"51-2024-10-21","available":9,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-146872":{"id":"58-146872","available":53,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147385":{"id":"58-147385","available":0,"dates":[]},"58-147911":{"id":"58-147911","available":0,"dates":[]},"58-148346":{"id":"58-148346","available":0,"dates":[]},"58-148737":{"id":"58-148737","available":0,"dates":[]},"58-148928":{"id":"58-148928","available":-8,"dates":[]},"58-149666":{"id":"58-149666","available":192,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149670":{"id":"58-149670","available":240,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150226":{"id":"58-150226","available":192,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150230":{"id":"58-150230","available":240,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150704":{"id":"58-150704","available":0,"dates":[]},"58-150707":{"id":"58-150707","available":0,"dates":[]},"58-151208":{"id":"58-151208","available":0,"dates":[]},"58-151620":{"id":"58-151620","available":0,"dates":[]},"58-152096":{"id":"58-152096","available":0,"dates":[]},"58-152587":{"id":"58-152587","available":0,"dates":[]},"58-152826":{"id":"58-152826","available":0,"dates":[]},"58-153120":{"id":"58-153120","available":0,"dates":[]},"58-153421":{"id":"58-153421","available":0,"dates":[]},"58-154070":{"id":"58-154070","available":0,"dates":[]},"58-154243":{"id":"58-154243","available":0,"dates":[]},"58-154252":{"id":"58-154252","available":0,"dates":[]},"58-154774":{"id":"58-154774","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155140":{"id":"58-155140","available":69,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155611":{"id":"58-155611","available":88,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-2024-10-04":{"id":"58-2024-10-04","available":16,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"58-2024-10-07":{"id":"58-2024-10-07","available":87,"dates":["2024-10-07","2024-10-08"]},"58-2024-10-09":{"id":"58-2024-10-09","available":71,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-14":{"id":"58-2024-10-14","available":123,"dates":["2024-10-14","2024-10-15"]},"58-2024-10-16":{"id":"58-2024-10-16","available":52,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"58-2024-10-21":{"id":"58-2024-10-21","available":104,"dates":["2024-10-21","2024-10-22"]},"58-2024-10-23":{"id":"58-2024-10-23","available":52,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"58-FLRL-D-10022-58-146194":{"id":"58-FLRL-D-10022-58-146194","available":15,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148958":{"id":"65-148958","available":0,"dates":[]},"65-149868":{"id":"65-149868","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149870":{"id":"65-149870","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150429":{"id":"65-150429","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150431":{"id":"65-150431","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150844":{"id":"65-150844","available":0,"dates":[]},"65-150855":{"id":"65-150855","available":0,"dates":[]},"65-151239":{"id":"65-151239","available":0,"dates":[]},"65-151646":{"id":"65-151646","available":1,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152118":{"id":"65-152118","available":9,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152403":{"id":"65-152403","available":0,"dates":[]},"65-152840":{"id":"65-152840","available":0,"dates":[]},"65-153136":{"id":"65-153136","available":0,"dates":[]},"65-153438":{"id":"65-153438","available":12,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153612":{"id":"65-153612","available":0,"dates":[]},"65-153966":{"id":"65-153966","available":0,"dates":[]},"65-154405":{"id":"65-154405","available":0,"dates":[]},"65-154900":{"id":"65-154900","available":2,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155252":{"id":"65-155252","available":29,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155771":{"id":"65-155771","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150488":{"id":"66-150488","available":0,"dates":[]},"9-146731":{"id":"9-146731","available":16,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147246":{"id":"9-147246","available":0,"dates":[]},"9-147767":{"id":"9-147767","available":-2,"dates":[]},"9-148197":{"id":"9-148197","available":0,"dates":[]},"9-148591":{"id":"9-148591","available":0,"dates":[]},"9-152216":{"id":"9-152216","available":0,"dates":[]},"9-152912":{"id":"9-152912","available":0,"dates":[]},"9-153215":{"id":"9-153215","available":0,"dates":[]},"9-153511":{"id":"9-153511","available":0,"dates":[]},"9-155278":{"id":"9-155278","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155526":{"id":"9-155526","available":0,"dates":[]},"9-155563":{"id":"9-155563","available":18,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155810":{"id":"9-155810","available":22,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-2024-10-04":{"id":"9-2024-10-04","available":0,"dates":["2024-10-04","2024-10-05","2024-10-06"]},"9-2024-10-07":{"id":"9-2024-10-07","available":13,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"9-2024-10-14":{"id":"9-2024-10-14","available":20,"dates":["2024-10-14","2024-10-15"]},"9-2024-10-16":{"id":"9-2024-10-16","available":7,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"9-2024-10-21":{"id":"9-2024-10-21","available":22,"dates":["2024-10-21","2024-10-22"]},"9-2024-10-23":{"id":"9-2024-10-23","available":15,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29"]},"9-FLRL-D-10022-9-146049":{"id":"9-FLRL-D-10022-9-146049","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"item_reference":{"sku":"FLRL-B-10022","quantity":2},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150704","58-150707","58-154774","58-155140","58-155611"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154780","51-155321","51-155622"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150927","4-150933","4-154925","4-154931","4-155168","4-155177","4-155663","4-155673"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150668","41-150670","41-154804","41-155150","41-155644"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150739","42-150743","42-154846"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150932","2-154924","2-154930","2-155167","2-155176","2-155662","2-155672"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150892","10-150898","10-154914","10-155263","10-155868"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150571","11-155525","11-150577","11-154824","11-155273","11-155804"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155526","9-155563","9-155278","9-155810"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150931","1-154923","1-154929","1-155166","1-155175","1-155661","1-155671"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150844","65-150855","65-154900","65-155252","65-155771"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150488"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-crush":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/OprahDaily_Badge_1.png?v=1739375604" }, "handle": "triple-the-crush", "priceAmount": 17300, "price": "$173 ", "priceCompareAtAmount": 20400, "priceCompareAt": "$204 ", "url": "https://urbanstems.com/products/triple-the-crush", "variantName": null, "title": "Triple the Crush", "images": [ { "alt": "Triple the Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_SupportingImage_1_PDP.jpg?v=1727924831&width=700 700w" }, { "alt": "Triple the Crush", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Sorbet_MainImage_PDP_036267c3-1d41-4b49-9b08-36d5f2e297af.jpg?v=1729625806&width=700 700w" } ], "variants": [{"id":45653346713848,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10022","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Crush - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":17300,"weight":0,"compare_at_price":20400,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146742":{"id":"1-146742","available":12,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146758":{"id":"1-146758","available":7,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146867":{"id":"1-146867","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147257":{"id":"1-147257","available":0,"dates":[]},"1-147273":{"id":"1-147273","available":0,"dates":[]},"1-147778":{"id":"1-147778","available":0,"dates":[]},"1-147791":{"id":"1-147791","available":-1,"dates":[]},"1-148208":{"id":"1-148208","available":0,"dates":[]},"1-148220":{"id":"1-148220","available":0,"dates":[]},"1-148602":{"id":"1-148602","available":0,"dates":[]},"1-148611":{"id":"1-148611","available":0,"dates":[]},"1-149058":{"id":"1-149058","available":6,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"1-149064":{"id":"1-149064","available":0,"dates":[]},"1-149852":{"id":"1-149852","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149858":{"id":"1-149858","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150417":{"id":"1-150417","available":36,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150423":{"id":"1-150423","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150925":{"id":"1-150925","available":15,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150931":{"id":"1-150931","available":0,"dates":[]},"1-151343":{"id":"1-151343","available":0,"dates":[]},"1-151352":{"id":"1-151352","available":0,"dates":[]},"1-151729":{"id":"1-151729","available":0,"dates":[]},"1-151741":{"id":"1-151741","available":3,"dates":["2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-152100":{"id":"1-152100","available":7,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152467":{"id":"1-152467","available":0,"dates":[]},"1-152829":{"id":"1-152829","available":0,"dates":[]},"1-152968":{"id":"1-152968","available":0,"dates":[]},"1-153123":{"id":"1-153123","available":0,"dates":[]},"1-153126":{"id":"1-153126","available":0,"dates":[]},"1-153424":{"id":"1-153424","available":0,"dates":[]},"1-153427":{"id":"1-153427","available":0,"dates":[]},"1-153733":{"id":"1-153733","available":0,"dates":[]},"1-153799":{"id":"1-153799","available":0,"dates":[]},"1-154445":{"id":"1-154445","available":0,"dates":[]},"1-154448":{"id":"1-154448","available":-1,"dates":[]},"1-154923":{"id":"1-154923","available":0,"dates":[]},"1-154929":{"id":"1-154929","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155166":{"id":"1-155166","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155175":{"id":"1-155175","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155661":{"id":"1-155661","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155671":{"id":"1-155671","available":4,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-T-10022-1-146061":{"id":"1-FLRL-T-10022-1-146061","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-T-10022-1-146079":{"id":"1-FLRL-T-10022-1-146079","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146862":{"id":"10-146862","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147375":{"id":"10-147375","available":0,"dates":[]},"10-147901":{"id":"10-147901","available":0,"dates":[]},"10-148336":{"id":"10-148336","available":0,"dates":[]},"10-148726":{"id":"10-148726","available":0,"dates":[]},"10-149044":{"id":"10-149044","available":0,"dates":[]},"10-149864":{"id":"10-149864","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149866":{"id":"10-149866","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150384":{"id":"10-150384","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150390":{"id":"10-150390","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150892":{"id":"10-150892","available":0,"dates":[]},"10-150898":{"id":"10-150898","available":0,"dates":[]},"10-151329":{"id":"10-151329","available":0,"dates":[]},"10-151856":{"id":"10-151856","available":0,"dates":[]},"10-152185":{"id":"10-152185","available":0,"dates":[]},"10-152633":{"id":"10-152633","available":0,"dates":[]},"10-152888":{"id":"10-152888","available":0,"dates":[]},"10-153188":{"id":"10-153188","available":0,"dates":[]},"10-153629":{"id":"10-153629","available":0,"dates":[]},"10-153883":{"id":"10-153883","available":0,"dates":[]},"10-154430":{"id":"10-154430","available":0,"dates":[]},"10-154914":{"id":"10-154914","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155263":{"id":"10-155263","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155868":{"id":"10-155868","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-T-10022-10-146184":{"id":"10-FLRL-T-10022-10-146184","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146308":{"id":"11-146308","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146509":{"id":"11-146509","available":16,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146649":{"id":"11-146649","available":21,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147165":{"id":"11-147165","available":0,"dates":[]},"11-147693":{"id":"11-147693","available":0,"dates":[]},"11-148125":{"id":"11-148125","available":0,"dates":[]},"11-148526":{"id":"11-148526","available":0,"dates":[]},"11-148846":{"id":"11-148846","available":-1,"dates":[]},"11-149872":{"id":"11-149872","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149874":{"id":"11-149874","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150433":{"id":"11-150433","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150435":{"id":"11-150435","available":53,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150571":{"id":"11-150571","available":0,"dates":[]},"11-150577":{"id":"11-150577","available":0,"dates":[]},"11-151129":{"id":"11-151129","available":0,"dates":[]},"11-151541":{"id":"11-151541","available":-2,"dates":[]},"11-152036":{"id":"11-152036","available":0,"dates":[]},"11-152544":{"id":"11-152544","available":0,"dates":[]},"11-152775":{"id":"11-152775","available":0,"dates":[]},"11-153059":{"id":"11-153059","available":0,"dates":[]},"11-153362":{"id":"11-153362","available":0,"dates":[]},"11-153921":{"id":"11-153921","available":0,"dates":[]},"11-154318":{"id":"11-154318","available":0,"dates":[]},"11-154824":{"id":"11-154824","available":23,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155273":{"id":"11-155273","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155525":{"id":"11-155525","available":0,"dates":[]},"11-155804":{"id":"11-155804","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-10022-11-145958":{"id":"11-FLRL-T-10022-11-145958","available":13,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146743":{"id":"2-146743","available":23,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146759":{"id":"2-146759","available":12,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146868":{"id":"2-146868","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147258":{"id":"2-147258","available":0,"dates":[]},"2-147274":{"id":"2-147274","available":-1,"dates":[]},"2-147779":{"id":"2-147779","available":0,"dates":[]},"2-147792":{"id":"2-147792","available":-1,"dates":[]},"2-148209":{"id":"2-148209","available":0,"dates":[]},"2-148221":{"id":"2-148221","available":0,"dates":[]},"2-148603":{"id":"2-148603","available":0,"dates":[]},"2-148612":{"id":"2-148612","available":0,"dates":[]},"2-149059":{"id":"2-149059","available":9,"dates":["2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"2-149065":{"id":"2-149065","available":0,"dates":[]},"2-149853":{"id":"2-149853","available":47,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149859":{"id":"2-149859","available":58,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150418":{"id":"2-150418","available":47,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150424":{"id":"2-150424","available":58,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150926":{"id":"2-150926","available":9,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150932":{"id":"2-150932","available":0,"dates":[]},"2-151344":{"id":"2-151344","available":0,"dates":[]},"2-151353":{"id":"2-151353","available":0,"dates":[]},"2-151730":{"id":"2-151730","available":-2,"dates":[]},"2-151742":{"id":"2-151742","available":-1,"dates":[]},"2-152101":{"id":"2-152101","available":0,"dates":[]},"2-152468":{"id":"2-152468","available":-1,"dates":[]},"2-152830":{"id":"2-152830","available":0,"dates":[]},"2-152832":{"id":"2-152832","available":4,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152969":{"id":"2-152969","available":0,"dates":[]},"2-153124":{"id":"2-153124","available":0,"dates":[]},"2-153127":{"id":"2-153127","available":0,"dates":[]},"2-153425":{"id":"2-153425","available":0,"dates":[]},"2-153428":{"id":"2-153428","available":0,"dates":[]},"2-153734":{"id":"2-153734","available":0,"dates":[]},"2-153800":{"id":"2-153800","available":0,"dates":[]},"2-154446":{"id":"2-154446","available":0,"dates":[]},"2-154449":{"id":"2-154449","available":-2,"dates":[]},"2-154924":{"id":"2-154924","available":0,"dates":[]},"2-154930":{"id":"2-154930","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155035":{"id":"2-155035","available":0,"dates":[]},"2-155167":{"id":"2-155167","available":10,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155176":{"id":"2-155176","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155662":{"id":"2-155662","available":10,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155672":{"id":"2-155672","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-T-10022-2-146062":{"id":"2-FLRL-T-10022-2-146062","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-T-10022-2-146080":{"id":"2-FLRL-T-10022-2-146080","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146668":{"id":"30-146668","available":25,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147309":{"id":"30-147309","available":0,"dates":[]},"30-147827":{"id":"30-147827","available":0,"dates":[]},"30-148258":{"id":"30-148258","available":0,"dates":[]},"30-148650":{"id":"30-148650","available":0,"dates":[]},"30-FLRL-T-10022-30-146115":{"id":"30-FLRL-T-10022-30-146115","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146744":{"id":"4-146744","available":24,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146760":{"id":"4-146760","available":16,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146869":{"id":"4-146869","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147259":{"id":"4-147259","available":0,"dates":[]},"4-147275":{"id":"4-147275","available":0,"dates":[]},"4-147780":{"id":"4-147780","available":0,"dates":[]},"4-147793":{"id":"4-147793","available":0,"dates":[]},"4-148210":{"id":"4-148210","available":0,"dates":[]},"4-148222":{"id":"4-148222","available":0,"dates":[]},"4-148604":{"id":"4-148604","available":0,"dates":[]},"4-148613":{"id":"4-148613","available":0,"dates":[]},"4-149060":{"id":"4-149060","available":-2,"dates":[]},"4-149066":{"id":"4-149066","available":-10,"dates":[]},"4-149854":{"id":"4-149854","available":245,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149860":{"id":"4-149860","available":304,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150419":{"id":"4-150419","available":245,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150425":{"id":"4-150425","available":304,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150927":{"id":"4-150927","available":0,"dates":[]},"4-150933":{"id":"4-150933","available":0,"dates":[]},"4-151345":{"id":"4-151345","available":0,"dates":[]},"4-151354":{"id":"4-151354","available":0,"dates":[]},"4-151731":{"id":"4-151731","available":0,"dates":[]},"4-151743":{"id":"4-151743","available":-1,"dates":[]},"4-152102":{"id":"4-152102","available":0,"dates":[]},"4-152469":{"id":"4-152469","available":0,"dates":[]},"4-152831":{"id":"4-152831","available":0,"dates":[]},"4-152970":{"id":"4-152970","available":0,"dates":[]},"4-153125":{"id":"4-153125","available":0,"dates":[]},"4-153128":{"id":"4-153128","available":0,"dates":[]},"4-153426":{"id":"4-153426","available":0,"dates":[]},"4-153429":{"id":"4-153429","available":0,"dates":[]},"4-153735":{"id":"4-153735","available":0,"dates":[]},"4-153801":{"id":"4-153801","available":0,"dates":[]},"4-154447":{"id":"4-154447","available":0,"dates":[]},"4-154450":{"id":"4-154450","available":0,"dates":[]},"4-154925":{"id":"4-154925","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154931":{"id":"4-154931","available":21,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155040":{"id":"4-155040","available":0,"dates":[]},"4-155168":{"id":"4-155168","available":45,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155177":{"id":"4-155177","available":28,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155663":{"id":"4-155663","available":53,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155673":{"id":"4-155673","available":32,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-T-10022-4-145661":{"id":"4-FLRL-T-10022-4-145661","available":0,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-T-10022-4-146063":{"id":"4-FLRL-T-10022-4-146063","available":24,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-T-10022-4-146081":{"id":"4-FLRL-T-10022-4-146081","available":4,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146776":{"id":"41-146776","available":16,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147292":{"id":"41-147292","available":0,"dates":[]},"41-147810":{"id":"41-147810","available":0,"dates":[]},"41-148240":{"id":"41-148240","available":0,"dates":[]},"41-148632":{"id":"41-148632","available":0,"dates":[]},"41-148965":{"id":"41-148965","available":0,"dates":[]},"41-149876":{"id":"41-149876","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149878":{"id":"41-149878","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150437":{"id":"41-150437","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150438":{"id":"41-150438","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150668":{"id":"41-150668","available":0,"dates":[]},"41-150670":{"id":"41-150670","available":0,"dates":[]},"41-151246":{"id":"41-151246","available":0,"dates":[]},"41-151653":{"id":"41-151653","available":0,"dates":[]},"41-152125":{"id":"41-152125","available":0,"dates":[]},"41-152593":{"id":"41-152593","available":0,"dates":[]},"41-152845":{"id":"41-152845","available":0,"dates":[]},"41-153141":{"id":"41-153141","available":0,"dates":[]},"41-153616":{"id":"41-153616","available":0,"dates":[]},"41-153959":{"id":"41-153959","available":0,"dates":[]},"41-154276":{"id":"41-154276","available":0,"dates":[]},"41-154804":{"id":"41-154804","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155150":{"id":"41-155150","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155644":{"id":"41-155644","available":37,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-10022-41-146098":{"id":"41-FLRL-T-10022-41-146098","available":19,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148976":{"id":"42-148976","available":0,"dates":[]},"42-149886":{"id":"42-149886","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149888":{"id":"42-149888","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150267":{"id":"42-150267","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150271":{"id":"42-150271","available":28,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150739":{"id":"42-150739","available":0,"dates":[]},"42-150743":{"id":"42-150743","available":0,"dates":[]},"42-151256":{"id":"42-151256","available":0,"dates":[]},"42-151664":{"id":"42-151664","available":0,"dates":[]},"42-152416":{"id":"42-152416","available":0,"dates":[]},"42-153906":{"id":"42-153906","available":0,"dates":[]},"42-154139":{"id":"42-154139","available":0,"dates":[]},"42-154342":{"id":"42-154342","available":0,"dates":[]},"42-154846":{"id":"42-154846","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"51-146679":{"id":"51-146679","available":9,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147194":{"id":"51-147194","available":10,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147722":{"id":"51-147722","available":7,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148154":{"id":"51-148154","available":0,"dates":[]},"51-148553":{"id":"51-148553","available":0,"dates":[]},"51-148873":{"id":"51-148873","available":0,"dates":[]},"51-149545":{"id":"51-149545","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150133":{"id":"51-150133","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150617":{"id":"51-150617","available":67,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150995":{"id":"51-150995","available":-11,"dates":[]},"51-151158":{"id":"51-151158","available":0,"dates":[]},"51-151569":{"id":"51-151569","available":0,"dates":[]},"51-152061":{"id":"51-152061","available":0,"dates":[]},"51-152566":{"id":"51-152566","available":0,"dates":[]},"51-152797":{"id":"51-152797","available":0,"dates":[]},"51-153082":{"id":"51-153082","available":5,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"51-153601":{"id":"51-153601","available":0,"dates":[]},"51-153706":{"id":"51-153706","available":0,"dates":[]},"51-154259":{"id":"51-154259","available":0,"dates":[]},"51-154780":{"id":"51-154780","available":37,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155321":{"id":"51-155321","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155527":{"id":"51-155527","available":-7,"dates":[]},"51-155622":{"id":"51-155622","available":6,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-146872":{"id":"58-146872","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147385":{"id":"58-147385","available":0,"dates":[]},"58-147911":{"id":"58-147911","available":0,"dates":[]},"58-148346":{"id":"58-148346","available":0,"dates":[]},"58-148737":{"id":"58-148737","available":0,"dates":[]},"58-148928":{"id":"58-148928","available":-6,"dates":[]},"58-149666":{"id":"58-149666","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149670":{"id":"58-149670","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150226":{"id":"58-150226","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150230":{"id":"58-150230","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150704":{"id":"58-150704","available":0,"dates":[]},"58-150707":{"id":"58-150707","available":0,"dates":[]},"58-151208":{"id":"58-151208","available":0,"dates":[]},"58-151620":{"id":"58-151620","available":0,"dates":[]},"58-152096":{"id":"58-152096","available":0,"dates":[]},"58-152587":{"id":"58-152587","available":0,"dates":[]},"58-152826":{"id":"58-152826","available":0,"dates":[]},"58-153120":{"id":"58-153120","available":0,"dates":[]},"58-153421":{"id":"58-153421","available":0,"dates":[]},"58-154070":{"id":"58-154070","available":0,"dates":[]},"58-154243":{"id":"58-154243","available":0,"dates":[]},"58-154252":{"id":"58-154252","available":0,"dates":[]},"58-154774":{"id":"58-154774","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155140":{"id":"58-155140","available":46,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155611":{"id":"58-155611","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-T-10022-58-146194":{"id":"58-FLRL-T-10022-58-146194","available":10,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148958":{"id":"65-148958","available":0,"dates":[]},"65-149868":{"id":"65-149868","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149870":{"id":"65-149870","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150429":{"id":"65-150429","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150431":{"id":"65-150431","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150844":{"id":"65-150844","available":0,"dates":[]},"65-150855":{"id":"65-150855","available":0,"dates":[]},"65-151239":{"id":"65-151239","available":0,"dates":[]},"65-151646":{"id":"65-151646","available":0,"dates":[]},"65-152118":{"id":"65-152118","available":6,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152403":{"id":"65-152403","available":0,"dates":[]},"65-152840":{"id":"65-152840","available":0,"dates":[]},"65-153136":{"id":"65-153136","available":0,"dates":[]},"65-153438":{"id":"65-153438","available":8,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153612":{"id":"65-153612","available":0,"dates":[]},"65-153966":{"id":"65-153966","available":0,"dates":[]},"65-154405":{"id":"65-154405","available":0,"dates":[]},"65-154900":{"id":"65-154900","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155252":{"id":"65-155252","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155771":{"id":"65-155771","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150488":{"id":"66-150488","available":0,"dates":[]},"9-146731":{"id":"9-146731","available":10,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147246":{"id":"9-147246","available":0,"dates":[]},"9-147767":{"id":"9-147767","available":-1,"dates":[]},"9-148197":{"id":"9-148197","available":0,"dates":[]},"9-148591":{"id":"9-148591","available":0,"dates":[]},"9-152216":{"id":"9-152216","available":0,"dates":[]},"9-152912":{"id":"9-152912","available":0,"dates":[]},"9-153215":{"id":"9-153215","available":0,"dates":[]},"9-153511":{"id":"9-153511","available":0,"dates":[]},"9-155278":{"id":"9-155278","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155526":{"id":"9-155526","available":0,"dates":[]},"9-155563":{"id":"9-155563","available":12,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155810":{"id":"9-155810","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-T-10022-9-146049":{"id":"9-FLRL-T-10022-9-146049","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"item_reference":{"sku":"FLRL-B-10022","quantity":3},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150704","58-150707","58-154774","58-155140","58-155611"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154780","51-155321","51-155622"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150927","4-150933","4-154925","4-154931","4-155168","4-155177","4-155663","4-155673"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150668","41-150670","41-154804","41-155150","41-155644"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150739","42-150743","42-154846"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150932","2-154924","2-154930","2-155167","2-155176","2-155662","2-155672"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150892","10-150898","10-154914","10-155263","10-155868"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150571","11-155525","11-150577","11-154824","11-155273","11-155804"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155526","9-155563","9-155278","9-155810"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150931","1-154923","1-154929","1-155166","1-155175","1-155661","1-155671"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150844","65-150855","65-154900","65-155252","65-155771"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="53" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="triple-the-risky-dm"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=500" alt="Triple the Risky DM" srcset="//urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=500" alt="Triple the Risky DM" srcset="//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="triple-the-risky-dm" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150832","4-150838","4-154886","4-154892","4-155235","4-155244","4-155749","4-155761"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150948","58-154937","58-155275","58-155806"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154784","51-155316","51-155617"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150726","41-150734","41-154907","41-155259","41-155779"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150831","2-150837","2-154885","2-154891","2-155234","2-155243","2-155748","2-155760"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150840","10-150842","10-154764","10-155134","10-155603"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150660","11-150665","11-154802","11-155148","11-155642"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150917","9-150923","9-154922","9-155271","9-155873"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150830","1-150836","1-154884","1-154890","1-155233","1-155242","1-155747","1-155759"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150714","65-150719","65-154834","65-155339","65-155683"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"1-150830":{"id":"1-150830","available":0,"dates":[]},"1-150836":{"id":"1-150836","available":0,"dates":[]},"1-154884":{"id":"1-154884","available":0,"dates":[]},"1-154890":{"id":"1-154890","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155233":{"id":"1-155233","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155242":{"id":"1-155242","available":1,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155747":{"id":"1-155747","available":3,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155759":{"id":"1-155759","available":3,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150840":{"id":"10-150840","available":0,"dates":[]},"10-150842":{"id":"10-150842","available":0,"dates":[]},"10-154764":{"id":"10-154764","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155134":{"id":"10-155134","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155603":{"id":"10-155603","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150660":{"id":"11-150660","available":0,"dates":[]},"11-150665":{"id":"11-150665","available":0,"dates":[]},"11-154802":{"id":"11-154802","available":25,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155148":{"id":"11-155148","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155642":{"id":"11-155642","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150831":{"id":"2-150831","available":0,"dates":[]},"2-150837":{"id":"2-150837","available":0,"dates":[]},"2-154885":{"id":"2-154885","available":0,"dates":[]},"2-154891":{"id":"2-154891","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155234":{"id":"2-155234","available":6,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155243":{"id":"2-155243","available":3,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155748":{"id":"2-155748","available":6,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155760":{"id":"2-155760","available":3,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150832":{"id":"4-150832","available":0,"dates":[]},"4-150838":{"id":"4-150838","available":0,"dates":[]},"4-154886":{"id":"4-154886","available":13,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154892":{"id":"4-154892","available":12,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155235":{"id":"4-155235","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155244":{"id":"4-155244","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155749":{"id":"4-155749","available":24,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155761":{"id":"4-155761","available":13,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150726":{"id":"41-150726","available":0,"dates":[]},"41-150734":{"id":"41-150734","available":0,"dates":[]},"41-154907":{"id":"41-154907","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155259":{"id":"41-155259","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155779":{"id":"41-155779","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154784":{"id":"51-154784","available":31,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155316":{"id":"51-155316","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155617":{"id":"51-155617","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150948":{"id":"58-150948","available":0,"dates":[]},"58-154937":{"id":"58-154937","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155275":{"id":"58-155275","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155806":{"id":"58-155806","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150714":{"id":"65-150714","available":0,"dates":[]},"65-150719":{"id":"65-150719","available":0,"dates":[]},"65-154834":{"id":"65-154834","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155339":{"id":"65-155339","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155683":{"id":"65-155683","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150917":{"id":"9-150917","available":0,"dates":[]},"9-150923":{"id":"9-150923","available":0,"dates":[]},"9-154922":{"id":"9-154922","available":18,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155271":{"id":"9-155271","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155873":{"id":"9-155873","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/triple-the-risky-dm" title="View Triple the Risky DM" data-product-card-title><h3 style="font-size: 1em;">Triple the Risky DM</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$173 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$204</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">24 reviews with an average of 4.4 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.4" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="24" aria-hidden="true" style=" font-size: 12px;">(24)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Risky DM in Single" data-swatch-item="the-risky-dm" href="https://urbanstems.com/products/the-risky-dm" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Risky DM in Double" data-swatch-item="double-the-risky-dm" href="https://urbanstems.com/products/double-the-risky-dm" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Triple the Risky DM in Triple" data-swatch-item="triple-the-risky-dm" data-image-loaded href="https://urbanstems.com/products/triple-the-risky-dm" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="triple-the-risky-dm" type="application/json">{"the-risky-dm":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage":null, "handle": "the-risky-dm", "priceAmount": 6800, "price": "$68 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-risky-dm", "variantName": null, "title": "The Risky DM", "images": [ { "alt": "The Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=700 700w" }, { "alt": "The Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/TheRiskyDM_MainImage_PDP.jpg?v=1732637867\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=700 700w" } ], "variants": [{"id":45948487860472,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10190","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Risky DM - Single","public_title":"Single","options":["Single","Default Title"],"price":6800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4977393912,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4978475256,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4978671864,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4978868472,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4977426680,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4978508024,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4978704632,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4978901240,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":6800,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":6800,"per_delivery_price":18000,"selling_plan_id":4977459448,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":6800,"per_delivery_price":30000,"selling_plan_id":4978540792,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":6800,"per_delivery_price":36000,"selling_plan_id":4978737400,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":6800,"per_delivery_price":72000,"selling_plan_id":4978934008,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150830":{"id":"1-150830","available":0,"dates":[]},"1-150836":{"id":"1-150836","available":0,"dates":[]},"1-153748":{"id":"1-153748","available":0,"dates":[]},"1-153814":{"id":"1-153814","available":0,"dates":[]},"1-154388":{"id":"1-154388","available":0,"dates":[]},"1-154394":{"id":"1-154394","available":4,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154884":{"id":"1-154884","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154890":{"id":"1-154890","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155233":{"id":"1-155233","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155242":{"id":"1-155242","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155747":{"id":"1-155747","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155759":{"id":"1-155759","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150840":{"id":"10-150840","available":0,"dates":[]},"10-150842":{"id":"10-150842","available":0,"dates":[]},"10-154084":{"id":"10-154084","available":0,"dates":[]},"10-154223":{"id":"10-154223","available":49,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154764":{"id":"10-154764","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155134":{"id":"10-155134","available":42,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155603":{"id":"10-155603","available":54,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150660":{"id":"11-150660","available":0,"dates":[]},"11-150665":{"id":"11-150665","available":0,"dates":[]},"11-154094":{"id":"11-154094","available":0,"dates":[]},"11-154476":{"id":"11-154476","available":10,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154802":{"id":"11-154802","available":77,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155148":{"id":"11-155148","available":44,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155642":{"id":"11-155642","available":76,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150831":{"id":"2-150831","available":0,"dates":[]},"2-150837":{"id":"2-150837","available":0,"dates":[]},"2-153749":{"id":"2-153749","available":0,"dates":[]},"2-153815":{"id":"2-153815","available":0,"dates":[]},"2-154389":{"id":"2-154389","available":0,"dates":[]},"2-154395":{"id":"2-154395","available":0,"dates":[]},"2-154885":{"id":"2-154885","available":0,"dates":[]},"2-154891":{"id":"2-154891","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155234":{"id":"2-155234","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155243":{"id":"2-155243","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155748":{"id":"2-155748","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155760":{"id":"2-155760","available":10,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150832":{"id":"4-150832","available":0,"dates":[]},"4-150838":{"id":"4-150838","available":0,"dates":[]},"4-153750":{"id":"4-153750","available":0,"dates":[]},"4-153816":{"id":"4-153816","available":0,"dates":[]},"4-154390":{"id":"4-154390","available":0,"dates":[]},"4-154396":{"id":"4-154396","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"4-154886":{"id":"4-154886","available":40,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154892":{"id":"4-154892","available":39,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155235":{"id":"4-155235","available":55,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155244":{"id":"4-155244","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155749":{"id":"4-155749","available":73,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155761":{"id":"4-155761","available":40,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150726":{"id":"41-150726","available":0,"dates":[]},"41-150734":{"id":"41-150734","available":0,"dates":[]},"41-154101":{"id":"41-154101","available":0,"dates":[]},"41-154415":{"id":"41-154415","available":8,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154907":{"id":"41-154907","available":46,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155259":{"id":"41-155259","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155779":{"id":"41-155779","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-151002":{"id":"51-151002","available":-27,"dates":[]},"51-153711":{"id":"51-153711","available":0,"dates":[]},"51-154264":{"id":"51-154264","available":-2,"dates":[]},"51-154784":{"id":"51-154784","available":95,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155316":{"id":"51-155316","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155617":{"id":"51-155617","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150948":{"id":"58-150948","available":0,"dates":[]},"58-150951":{"id":"58-150951","available":-5,"dates":[]},"58-153862":{"id":"58-153862","available":0,"dates":[]},"58-154490":{"id":"58-154490","available":0,"dates":[]},"58-154491":{"id":"58-154491","available":0,"dates":[]},"58-154937":{"id":"58-154937","available":60,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155275":{"id":"58-155275","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155806":{"id":"58-155806","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150714":{"id":"65-150714","available":0,"dates":[]},"65-150719":{"id":"65-150719","available":0,"dates":[]},"65-153901":{"id":"65-153901","available":0,"dates":[]},"65-154330":{"id":"65-154330","available":1,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"65-154834":{"id":"65-154834","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155339":{"id":"65-155339","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155683":{"id":"65-155683","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150489":{"id":"66-150489","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150917":{"id":"9-150917","available":0,"dates":[]},"9-150923":{"id":"9-150923","available":0,"dates":[]},"9-153878":{"id":"9-153878","available":0,"dates":[]},"9-154442":{"id":"9-154442","available":10,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154922":{"id":"9-154922","available":54,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155271":{"id":"9-155271","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155873":{"id":"9-155873","available":21,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150832","4-150838","4-154886","4-154892","4-155235","4-155244","4-155749","4-155761"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150948","58-154937","58-155275","58-155806"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154784","51-155316","51-155617"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150726","41-150734","41-154907","41-155259","41-155779"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150831","2-150837","2-154885","2-154891","2-155234","2-155243","2-155748","2-155760"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150840","10-150842","10-154764","10-155134","10-155603"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150660","11-150665","11-154802","11-155148","11-155642"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150917","9-150923","9-154922","9-155271","9-155873"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150830","1-150836","1-154884","1-154890","1-155233","1-155242","1-155747","1-155759"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150714","65-150719","65-154834","65-155339","65-155683"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150489"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-risky-dm":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-risky-dm", "priceAmount": 12200, "price": "$122 ", "priceCompareAtAmount": 13600, "priceCompareAt": "$136 ", "url": "https://urbanstems.com/products/double-the-risky-dm", "variantName": null, "title": "Double the Risky DM", "images": [ { "alt": "Double the Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=500 500w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=600 600w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=500 500w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=600 600w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_SupportingImage_PDP.jpg?v=1732632055&width=700 700w" }, { "alt": "Double the Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=500 500w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=600 600w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=500 500w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=600 600w, //urbanstems.com/cdn/shop/files/Double_RiskyDM_MainImage_PDP.jpg?v=1732632055&width=700 700w" } ], "variants": [{"id":45948487794936,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10190","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Risky DM - Double","public_title":"Double","options":["Double","Default Title"],"price":12200,"weight":0,"compare_at_price":13600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150830":{"id":"1-150830","available":0,"dates":[]},"1-150836":{"id":"1-150836","available":0,"dates":[]},"1-153748":{"id":"1-153748","available":0,"dates":[]},"1-153814":{"id":"1-153814","available":0,"dates":[]},"1-154388":{"id":"1-154388","available":0,"dates":[]},"1-154394":{"id":"1-154394","available":2,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154884":{"id":"1-154884","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154890":{"id":"1-154890","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155233":{"id":"1-155233","available":4,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155242":{"id":"1-155242","available":2,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155747":{"id":"1-155747","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155759":{"id":"1-155759","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150840":{"id":"10-150840","available":0,"dates":[]},"10-150842":{"id":"10-150842","available":0,"dates":[]},"10-154084":{"id":"10-154084","available":0,"dates":[]},"10-154223":{"id":"10-154223","available":24,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154764":{"id":"10-154764","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155134":{"id":"10-155134","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155603":{"id":"10-155603","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150660":{"id":"11-150660","available":0,"dates":[]},"11-150665":{"id":"11-150665","available":0,"dates":[]},"11-154094":{"id":"11-154094","available":0,"dates":[]},"11-154476":{"id":"11-154476","available":5,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154802":{"id":"11-154802","available":38,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155148":{"id":"11-155148","available":22,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155642":{"id":"11-155642","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150831":{"id":"2-150831","available":0,"dates":[]},"2-150837":{"id":"2-150837","available":0,"dates":[]},"2-153749":{"id":"2-153749","available":0,"dates":[]},"2-153815":{"id":"2-153815","available":0,"dates":[]},"2-154389":{"id":"2-154389","available":0,"dates":[]},"2-154395":{"id":"2-154395","available":0,"dates":[]},"2-154885":{"id":"2-154885","available":0,"dates":[]},"2-154891":{"id":"2-154891","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155234":{"id":"2-155234","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155243":{"id":"2-155243","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155748":{"id":"2-155748","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155760":{"id":"2-155760","available":5,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150832":{"id":"4-150832","available":0,"dates":[]},"4-150838":{"id":"4-150838","available":0,"dates":[]},"4-153750":{"id":"4-153750","available":0,"dates":[]},"4-153816":{"id":"4-153816","available":0,"dates":[]},"4-154390":{"id":"4-154390","available":0,"dates":[]},"4-154396":{"id":"4-154396","available":0,"dates":[]},"4-154886":{"id":"4-154886","available":20,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154892":{"id":"4-154892","available":19,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155235":{"id":"4-155235","available":27,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155244":{"id":"4-155244","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155749":{"id":"4-155749","available":36,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155761":{"id":"4-155761","available":20,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150726":{"id":"41-150726","available":0,"dates":[]},"41-150734":{"id":"41-150734","available":0,"dates":[]},"41-154101":{"id":"41-154101","available":0,"dates":[]},"41-154415":{"id":"41-154415","available":4,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154907":{"id":"41-154907","available":23,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155259":{"id":"41-155259","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155779":{"id":"41-155779","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-151002":{"id":"51-151002","available":-14,"dates":[]},"51-153711":{"id":"51-153711","available":0,"dates":[]},"51-154264":{"id":"51-154264","available":-1,"dates":[]},"51-154784":{"id":"51-154784","available":47,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155316":{"id":"51-155316","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155617":{"id":"51-155617","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150948":{"id":"58-150948","available":0,"dates":[]},"58-150951":{"id":"58-150951","available":-3,"dates":[]},"58-153862":{"id":"58-153862","available":0,"dates":[]},"58-154490":{"id":"58-154490","available":0,"dates":[]},"58-154491":{"id":"58-154491","available":0,"dates":[]},"58-154937":{"id":"58-154937","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155275":{"id":"58-155275","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155806":{"id":"58-155806","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150714":{"id":"65-150714","available":0,"dates":[]},"65-150719":{"id":"65-150719","available":0,"dates":[]},"65-153901":{"id":"65-153901","available":0,"dates":[]},"65-154330":{"id":"65-154330","available":0,"dates":[]},"65-154834":{"id":"65-154834","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155339":{"id":"65-155339","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155683":{"id":"65-155683","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150489":{"id":"66-150489","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150917":{"id":"9-150917","available":0,"dates":[]},"9-150923":{"id":"9-150923","available":0,"dates":[]},"9-153878":{"id":"9-153878","available":0,"dates":[]},"9-154442":{"id":"9-154442","available":5,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154922":{"id":"9-154922","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155271":{"id":"9-155271","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155873":{"id":"9-155873","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150832","4-150838","4-154886","4-154892","4-155235","4-155244","4-155749","4-155761"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150948","58-154937","58-155275","58-155806"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154784","51-155316","51-155617"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150726","41-150734","41-154907","41-155259","41-155779"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150831","2-150837","2-154885","2-154891","2-155234","2-155243","2-155748","2-155760"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150840","10-150842","10-154764","10-155134","10-155603"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150660","11-150665","11-154802","11-155148","11-155642"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150917","9-150923","9-154922","9-155271","9-155873"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150830","1-150836","1-154884","1-154890","1-155233","1-155242","1-155747","1-155759"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150714","65-150719","65-154834","65-155339","65-155683"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150489"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-risky-dm":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-risky-dm", "priceAmount": 17300, "price": "$173 ", "priceCompareAtAmount": 20400, "priceCompareAt": "$204 ", "url": "https://urbanstems.com/products/triple-the-risky-dm", "variantName": null, "title": "Triple the Risky DM", "images": [ { "alt": "Triple the Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_SupportingImage_PDP.jpg?v=1732638195&width=700 700w" }, { "alt": "Triple the Risky DM", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_RiskyDM_MainImage_PDP.jpg?v=1732638195&width=700 700w" } ], "variants": [{"id":45948487827704,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10190","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Risky DM - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":17300,"weight":0,"compare_at_price":20400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-150830":{"id":"1-150830","available":0,"dates":[]},"1-150836":{"id":"1-150836","available":0,"dates":[]},"1-153748":{"id":"1-153748","available":0,"dates":[]},"1-153814":{"id":"1-153814","available":0,"dates":[]},"1-154388":{"id":"1-154388","available":0,"dates":[]},"1-154394":{"id":"1-154394","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154884":{"id":"1-154884","available":0,"dates":[]},"1-154890":{"id":"1-154890","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155233":{"id":"1-155233","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155242":{"id":"1-155242","available":1,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155747":{"id":"1-155747","available":3,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155759":{"id":"1-155759","available":3,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150840":{"id":"10-150840","available":0,"dates":[]},"10-150842":{"id":"10-150842","available":0,"dates":[]},"10-154084":{"id":"10-154084","available":0,"dates":[]},"10-154223":{"id":"10-154223","available":16,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154764":{"id":"10-154764","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155134":{"id":"10-155134","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155603":{"id":"10-155603","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150660":{"id":"11-150660","available":0,"dates":[]},"11-150665":{"id":"11-150665","available":0,"dates":[]},"11-154094":{"id":"11-154094","available":0,"dates":[]},"11-154476":{"id":"11-154476","available":3,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154802":{"id":"11-154802","available":25,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155148":{"id":"11-155148","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155642":{"id":"11-155642","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150831":{"id":"2-150831","available":0,"dates":[]},"2-150837":{"id":"2-150837","available":0,"dates":[]},"2-153749":{"id":"2-153749","available":0,"dates":[]},"2-153815":{"id":"2-153815","available":0,"dates":[]},"2-154389":{"id":"2-154389","available":0,"dates":[]},"2-154395":{"id":"2-154395","available":0,"dates":[]},"2-154885":{"id":"2-154885","available":0,"dates":[]},"2-154891":{"id":"2-154891","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155234":{"id":"2-155234","available":6,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155243":{"id":"2-155243","available":3,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155748":{"id":"2-155748","available":6,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155760":{"id":"2-155760","available":3,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150832":{"id":"4-150832","available":0,"dates":[]},"4-150838":{"id":"4-150838","available":0,"dates":[]},"4-153750":{"id":"4-153750","available":0,"dates":[]},"4-153816":{"id":"4-153816","available":0,"dates":[]},"4-154390":{"id":"4-154390","available":0,"dates":[]},"4-154396":{"id":"4-154396","available":0,"dates":[]},"4-154886":{"id":"4-154886","available":13,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154892":{"id":"4-154892","available":12,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155235":{"id":"4-155235","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155244":{"id":"4-155244","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155749":{"id":"4-155749","available":24,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155761":{"id":"4-155761","available":13,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150726":{"id":"41-150726","available":0,"dates":[]},"41-150734":{"id":"41-150734","available":0,"dates":[]},"41-154101":{"id":"41-154101","available":0,"dates":[]},"41-154415":{"id":"41-154415","available":2,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154907":{"id":"41-154907","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155259":{"id":"41-155259","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155779":{"id":"41-155779","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-151002":{"id":"51-151002","available":-9,"dates":[]},"51-153711":{"id":"51-153711","available":0,"dates":[]},"51-154264":{"id":"51-154264","available":-1,"dates":[]},"51-154784":{"id":"51-154784","available":31,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155316":{"id":"51-155316","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155617":{"id":"51-155617","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150948":{"id":"58-150948","available":0,"dates":[]},"58-150951":{"id":"58-150951","available":-2,"dates":[]},"58-153862":{"id":"58-153862","available":0,"dates":[]},"58-154490":{"id":"58-154490","available":0,"dates":[]},"58-154491":{"id":"58-154491","available":0,"dates":[]},"58-154937":{"id":"58-154937","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155275":{"id":"58-155275","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155806":{"id":"58-155806","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150714":{"id":"65-150714","available":0,"dates":[]},"65-150719":{"id":"65-150719","available":0,"dates":[]},"65-153901":{"id":"65-153901","available":0,"dates":[]},"65-154330":{"id":"65-154330","available":0,"dates":[]},"65-154834":{"id":"65-154834","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155339":{"id":"65-155339","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155683":{"id":"65-155683","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150489":{"id":"66-150489","available":0,"dates":[]},"9-150917":{"id":"9-150917","available":0,"dates":[]},"9-150923":{"id":"9-150923","available":0,"dates":[]},"9-153878":{"id":"9-153878","available":0,"dates":[]},"9-154442":{"id":"9-154442","available":3,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154922":{"id":"9-154922","available":18,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155271":{"id":"9-155271","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155873":{"id":"9-155873","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150832","4-150838","4-154886","4-154892","4-155235","4-155244","4-155749","4-155761"]},{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150948","58-154937","58-155275","58-155806"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154784","51-155316","51-155617"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150726","41-150734","41-154907","41-155259","41-155779"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150831","2-150837","2-154885","2-154891","2-155234","2-155243","2-155748","2-155760"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150840","10-150842","10-154764","10-155134","10-155603"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150660","11-150665","11-154802","11-155148","11-155642"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150917","9-150923","9-154922","9-155271","9-155873"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150830","1-150836","1-154884","1-154890","1-155233","1-155242","1-155747","1-155759"]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150714","65-150719","65-154834","65-155339","65-155683"]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="54" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="double-the-growers-choice-peony"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=700 700w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=800 800w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=900 900w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=500" alt="Double the Grower's Choice Peony" srcset="//urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=352 352w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=700 700w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=800 800w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=900 900w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=500" alt="Double the Grower's Choice Peony" srcset="//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=352 352w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" loading="lazy" class="metafield-file_reference"> <div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="double-the-growers-choice-peony" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150753","58-150755","58-154850","58-155521","58-155731"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150761","4-150776","4-154858","4-155204","4-155704"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150803","41-150808","41-154872","41-155218","41-155727"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150760","2-150775","2-154857","2-155203","2-155703","2-155561"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150747","10-150750","10-154865","10-155211","10-155717"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150793","11-150798","11-154868","11-155214","11-155721"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150819","9-150823","9-154878","9-155224","9-155737"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150759","1-150774","1-154856","1-155202","1-155702"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-150759":{"id":"1-150759","available":0,"dates":[]},"1-150774":{"id":"1-150774","available":0,"dates":[]},"1-154856":{"id":"1-154856","available":9,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155202":{"id":"1-155202","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155702":{"id":"1-155702","available":13,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150747":{"id":"10-150747","available":0,"dates":[]},"10-150750":{"id":"10-150750","available":0,"dates":[]},"10-154865":{"id":"10-154865","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155211":{"id":"10-155211","available":45,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155717":{"id":"10-155717","available":60,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150793":{"id":"11-150793","available":0,"dates":[]},"11-150798":{"id":"11-150798","available":0,"dates":[]},"11-154868":{"id":"11-154868","available":38,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155214":{"id":"11-155214","available":41,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155721":{"id":"11-155721","available":55,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150760":{"id":"2-150760","available":0,"dates":[]},"2-150775":{"id":"2-150775","available":0,"dates":[]},"2-154857":{"id":"2-154857","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155203":{"id":"2-155203","available":23,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155561":{"id":"2-155561","available":0,"dates":[]},"2-155703":{"id":"2-155703","available":23,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150761":{"id":"4-150761","available":-5,"dates":[]},"4-150776":{"id":"4-150776","available":0,"dates":[]},"4-154858":{"id":"4-154858","available":37,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155204":{"id":"4-155204","available":59,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155704":{"id":"4-155704","available":87,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150803":{"id":"41-150803","available":0,"dates":[]},"41-150808":{"id":"41-150808","available":0,"dates":[]},"41-154872":{"id":"41-154872","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155218":{"id":"41-155218","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155727":{"id":"41-155727","available":35,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-150753":{"id":"58-150753","available":1,"dates":["2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150755":{"id":"58-150755","available":0,"dates":[]},"58-154850":{"id":"58-154850","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155521":{"id":"58-155521","available":52,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155731":{"id":"58-155731","available":66,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150819":{"id":"9-150819","available":0,"dates":[]},"9-150823":{"id":"9-150823","available":0,"dates":[]},"9-154878":{"id":"9-154878","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155224":{"id":"9-155224","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155737":{"id":"9-155737","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/double-the-growers-choice-peony" title="View Double the Grower's Choice Peony" data-product-card-title><h3 style="font-size: 1em;">Double the Grower's Choice Peony</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$176 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$196</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">81 reviews with an average of 4.1 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.1" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="81" aria-hidden="true" style=" font-size: 12px;">(81)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Grower's Choice Peony in Single" data-swatch-item="the-growers-choice-peony" href="https://urbanstems.com/products/the-growers-choice-peony" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Double the Grower's Choice Peony in Double" data-swatch-item="double-the-growers-choice-peony" data-image-loaded href="https://urbanstems.com/products/double-the-growers-choice-peony" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Triple the Grower's Choice Peony in Triple" data-swatch-item="triple-the-growers-choice-peony" href="https://urbanstems.com/products/triple-the-growers-choice-peony" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="double-the-growers-choice-peony" type="application/json">{"the-growers-choice-peony":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "the-growers-choice-peony", "priceAmount": 9800, "price": "$98 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-growers-choice-peony", "variantName": null, "title": "The Grower's Choice Peony", "images": [ { "alt": "The Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=500 500w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=600 600w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=500 500w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=600 600w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=700 700w" }, { "alt": "The Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=500 500w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=600 600w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=500 500w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=600 600w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=700 700w" } ], "variants": [{"id":45510429769976,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-02459","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Grower's Choice Peony - Single","public_title":"Single","options":["Single","Default Title"],"price":9800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148993":{"id":"1-148993","available":0,"dates":[]},"1-149717":{"id":"1-149717","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149732":{"id":"1-149732","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150279":{"id":"1-150279","available":60,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150294":{"id":"1-150294","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150759":{"id":"1-150759","available":0,"dates":[]},"1-150774":{"id":"1-150774","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151274":{"id":"1-151274","available":0,"dates":[]},"1-151678":{"id":"1-151678","available":0,"dates":[]},"1-153718":{"id":"1-153718","available":0,"dates":[]},"1-154354":{"id":"1-154354","available":0,"dates":[]},"1-154502":{"id":"1-154502","available":1,"dates":["2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"1-154856":{"id":"1-154856","available":18,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155202":{"id":"1-155202","available":36,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155702":{"id":"1-155702","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149747":{"id":"10-149747","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149752":{"id":"10-149752","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150309":{"id":"10-150309","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150314":{"id":"10-150314","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150747":{"id":"10-150747","available":0,"dates":[]},"10-150750":{"id":"10-150750","available":0,"dates":[]},"10-153939":{"id":"10-153939","available":0,"dates":[]},"10-154151":{"id":"10-154151","available":-3,"dates":[]},"10-154345":{"id":"10-154345","available":0,"dates":[]},"10-154865":{"id":"10-154865","available":68,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155211":{"id":"10-155211","available":90,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155717":{"id":"10-155717","available":120,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149757":{"id":"11-149757","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149762":{"id":"11-149762","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150319":{"id":"11-150319","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150324":{"id":"11-150324","available":130,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150793":{"id":"11-150793","available":0,"dates":[]},"11-150798":{"id":"11-150798","available":0,"dates":[]},"11-153915":{"id":"11-153915","available":0,"dates":[]},"11-154368":{"id":"11-154368","available":0,"dates":[]},"11-154505":{"id":"11-154505","available":0,"dates":[]},"11-154868":{"id":"11-154868","available":76,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155214":{"id":"11-155214","available":83,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155721":{"id":"11-155721","available":111,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148994":{"id":"2-148994","available":0,"dates":[]},"2-149718":{"id":"2-149718","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149733":{"id":"2-149733","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150280":{"id":"2-150280","available":80,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150295":{"id":"2-150295","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150760":{"id":"2-150760","available":0,"dates":[]},"2-150775":{"id":"2-150775","available":0,"dates":[]},"2-151275":{"id":"2-151275","available":0,"dates":[]},"2-151679":{"id":"2-151679","available":0,"dates":[]},"2-153719":{"id":"2-153719","available":0,"dates":[]},"2-154355":{"id":"2-154355","available":0,"dates":[]},"2-154503":{"id":"2-154503","available":0,"dates":[]},"2-154857":{"id":"2-154857","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155203":{"id":"2-155203","available":46,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155561":{"id":"2-155561","available":0,"dates":[]},"2-155703":{"id":"2-155703","available":46,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148995":{"id":"4-148995","available":0,"dates":[]},"4-149719":{"id":"4-149719","available":570,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149734":{"id":"4-149734","available":690,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150281":{"id":"4-150281","available":570,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150296":{"id":"4-150296","available":690,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150761":{"id":"4-150761","available":-10,"dates":[]},"4-150776":{"id":"4-150776","available":0,"dates":[]},"4-151276":{"id":"4-151276","available":0,"dates":[]},"4-151680":{"id":"4-151680","available":0,"dates":[]},"4-153720":{"id":"4-153720","available":0,"dates":[]},"4-154356":{"id":"4-154356","available":0,"dates":[]},"4-154504":{"id":"4-154504","available":0,"dates":[]},"4-154858":{"id":"4-154858","available":75,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155204":{"id":"4-155204","available":118,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155704":{"id":"4-155704","available":174,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149767":{"id":"41-149767","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149772":{"id":"41-149772","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150329":{"id":"41-150329","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150334":{"id":"41-150334","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150803":{"id":"41-150803","available":0,"dates":[]},"41-150808":{"id":"41-150808","available":0,"dates":[]},"41-153954":{"id":"41-153954","available":0,"dates":[]},"41-154373":{"id":"41-154373","available":0,"dates":[]},"41-154508":{"id":"41-154508","available":0,"dates":[]},"41-154872":{"id":"41-154872","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155218":{"id":"41-155218","available":49,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155727":{"id":"41-155727","available":70,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149003":{"id":"58-149003","available":0,"dates":[]},"58-149713":{"id":"58-149713","available":230,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149715":{"id":"58-149715","available":280,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150275":{"id":"58-150275","available":230,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150277":{"id":"58-150277","available":280,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150753":{"id":"58-150753","available":2,"dates":["2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150755":{"id":"58-150755","available":0,"dates":[]},"58-151284":{"id":"58-151284","available":0,"dates":[]},"58-151688":{"id":"58-151688","available":0,"dates":[]},"58-153852":{"id":"58-153852","available":0,"dates":[]},"58-154150":{"id":"58-154150","available":0,"dates":[]},"58-154152":{"id":"58-154152","available":0,"dates":[]},"58-154348":{"id":"58-154348","available":0,"dates":[]},"58-154850":{"id":"58-154850","available":53,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155196":{"id":"58-155196","available":104,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155521":{"id":"58-155521","available":104,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155731":{"id":"58-155731","available":133,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149783":{"id":"9-149783","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149788":{"id":"9-149788","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150345":{"id":"9-150345","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150350":{"id":"9-150350","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150819":{"id":"9-150819","available":0,"dates":[]},"9-150823":{"id":"9-150823","available":0,"dates":[]},"9-153930":{"id":"9-153930","available":0,"dates":[]},"9-154381":{"id":"9-154381","available":0,"dates":[]},"9-154512":{"id":"9-154512","available":2,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154878":{"id":"9-154878","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155224":{"id":"9-155224","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155737":{"id":"9-155737","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150753","58-150755","58-154850","58-155521","58-155731"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150761","4-150776","4-154858","4-155204","4-155704"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150803","41-150808","41-154872","41-155218","41-155727"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150760","2-150775","2-154857","2-155203","2-155703","2-155561"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150747","10-150750","10-154865","10-155211","10-155717"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150793","11-150798","11-154868","11-155214","11-155721"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150819","9-150823","9-154878","9-155224","9-155737"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150759","1-150774","1-154856","1-155202","1-155702"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} }, "double-the-growers-choice-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "double-the-growers-choice-peony", "priceAmount": 17600, "price": "$176 ", "priceCompareAtAmount": 19600, "priceCompareAt": "$196 ", "url": "https://urbanstems.com/products/double-the-growers-choice-peony", "variantName": null, "title": "Double the Grower's Choice Peony", "images": [ { "alt": "Double the Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=700 700w" }, { "alt": "Double the Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=700 700w" } ], "variants": [{"id":45510438715640,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-02459","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Grower's Choice Peony - Double","public_title":"Double","options":["Double","Default Title"],"price":17600,"weight":0,"compare_at_price":19600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148993":{"id":"1-148993","available":0,"dates":[]},"1-149717":{"id":"1-149717","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149732":{"id":"1-149732","available":35,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150279":{"id":"1-150279","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150294":{"id":"1-150294","available":35,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150759":{"id":"1-150759","available":0,"dates":[]},"1-150774":{"id":"1-150774","available":0,"dates":[]},"1-151274":{"id":"1-151274","available":0,"dates":[]},"1-151678":{"id":"1-151678","available":0,"dates":[]},"1-153718":{"id":"1-153718","available":0,"dates":[]},"1-154354":{"id":"1-154354","available":0,"dates":[]},"1-154502":{"id":"1-154502","available":0,"dates":[]},"1-154856":{"id":"1-154856","available":9,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155202":{"id":"1-155202","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155702":{"id":"1-155702","available":13,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149747":{"id":"10-149747","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149752":{"id":"10-149752","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150309":{"id":"10-150309","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150314":{"id":"10-150314","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150747":{"id":"10-150747","available":0,"dates":[]},"10-150750":{"id":"10-150750","available":0,"dates":[]},"10-153939":{"id":"10-153939","available":0,"dates":[]},"10-154151":{"id":"10-154151","available":-2,"dates":[]},"10-154345":{"id":"10-154345","available":0,"dates":[]},"10-154865":{"id":"10-154865","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155211":{"id":"10-155211","available":45,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155717":{"id":"10-155717","available":60,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149757":{"id":"11-149757","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149762":{"id":"11-149762","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150319":{"id":"11-150319","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150324":{"id":"11-150324","available":65,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150793":{"id":"11-150793","available":0,"dates":[]},"11-150798":{"id":"11-150798","available":0,"dates":[]},"11-153915":{"id":"11-153915","available":0,"dates":[]},"11-154368":{"id":"11-154368","available":0,"dates":[]},"11-154505":{"id":"11-154505","available":0,"dates":[]},"11-154868":{"id":"11-154868","available":38,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155214":{"id":"11-155214","available":41,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155721":{"id":"11-155721","available":55,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148994":{"id":"2-148994","available":0,"dates":[]},"2-149718":{"id":"2-149718","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149733":{"id":"2-149733","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150280":{"id":"2-150280","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150295":{"id":"2-150295","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150760":{"id":"2-150760","available":0,"dates":[]},"2-150775":{"id":"2-150775","available":0,"dates":[]},"2-151275":{"id":"2-151275","available":0,"dates":[]},"2-151679":{"id":"2-151679","available":0,"dates":[]},"2-153719":{"id":"2-153719","available":0,"dates":[]},"2-154355":{"id":"2-154355","available":0,"dates":[]},"2-154503":{"id":"2-154503","available":0,"dates":[]},"2-154857":{"id":"2-154857","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155203":{"id":"2-155203","available":23,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155561":{"id":"2-155561","available":0,"dates":[]},"2-155703":{"id":"2-155703","available":23,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148995":{"id":"4-148995","available":0,"dates":[]},"4-149719":{"id":"4-149719","available":285,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149734":{"id":"4-149734","available":345,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150281":{"id":"4-150281","available":285,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150296":{"id":"4-150296","available":345,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150761":{"id":"4-150761","available":-5,"dates":[]},"4-150776":{"id":"4-150776","available":0,"dates":[]},"4-151276":{"id":"4-151276","available":0,"dates":[]},"4-151680":{"id":"4-151680","available":0,"dates":[]},"4-153720":{"id":"4-153720","available":0,"dates":[]},"4-154356":{"id":"4-154356","available":0,"dates":[]},"4-154504":{"id":"4-154504","available":0,"dates":[]},"4-154858":{"id":"4-154858","available":37,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155204":{"id":"4-155204","available":59,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155704":{"id":"4-155704","available":87,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149767":{"id":"41-149767","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149772":{"id":"41-149772","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150329":{"id":"41-150329","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150334":{"id":"41-150334","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150803":{"id":"41-150803","available":0,"dates":[]},"41-150808":{"id":"41-150808","available":0,"dates":[]},"41-153954":{"id":"41-153954","available":0,"dates":[]},"41-154373":{"id":"41-154373","available":0,"dates":[]},"41-154508":{"id":"41-154508","available":0,"dates":[]},"41-154872":{"id":"41-154872","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155218":{"id":"41-155218","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155727":{"id":"41-155727","available":35,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149003":{"id":"58-149003","available":0,"dates":[]},"58-149713":{"id":"58-149713","available":115,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149715":{"id":"58-149715","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150275":{"id":"58-150275","available":115,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150277":{"id":"58-150277","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150753":{"id":"58-150753","available":1,"dates":["2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150755":{"id":"58-150755","available":0,"dates":[]},"58-151284":{"id":"58-151284","available":0,"dates":[]},"58-151688":{"id":"58-151688","available":0,"dates":[]},"58-153852":{"id":"58-153852","available":0,"dates":[]},"58-154150":{"id":"58-154150","available":0,"dates":[]},"58-154152":{"id":"58-154152","available":0,"dates":[]},"58-154348":{"id":"58-154348","available":0,"dates":[]},"58-154850":{"id":"58-154850","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155196":{"id":"58-155196","available":52,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155521":{"id":"58-155521","available":52,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155731":{"id":"58-155731","available":66,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149783":{"id":"9-149783","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149788":{"id":"9-149788","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150345":{"id":"9-150345","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150350":{"id":"9-150350","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150819":{"id":"9-150819","available":0,"dates":[]},"9-150823":{"id":"9-150823","available":0,"dates":[]},"9-153930":{"id":"9-153930","available":0,"dates":[]},"9-154381":{"id":"9-154381","available":0,"dates":[]},"9-154512":{"id":"9-154512","available":1,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154878":{"id":"9-154878","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155224":{"id":"9-155224","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155737":{"id":"9-155737","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150753","58-150755","58-154850","58-155521","58-155731"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150761","4-150776","4-154858","4-155204","4-155704"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150803","41-150808","41-154872","41-155218","41-155727"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150760","2-150775","2-154857","2-155203","2-155703","2-155561"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150747","10-150750","10-154865","10-155211","10-155717"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150793","11-150798","11-154868","11-155214","11-155721"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150819","9-150823","9-154878","9-155224","9-155737"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150759","1-150774","1-154856","1-155202","1-155702"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} }, "triple-the-growers-choice-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "triple-the-growers-choice-peony", "priceAmount": 24900, "price": "$249 ", "priceCompareAtAmount": 29400, "priceCompareAt": "$294 ", "url": "https://urbanstems.com/products/triple-the-growers-choice-peony", "variantName": null, "title": "Triple the Grower's Choice Peony", "images": [ { "alt": "Triple the Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=700 700w" }, { "alt": "Triple the Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=700 700w" } ], "variants": [{"id":45510442942712,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-02459","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Grower's Choice Peony - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":24900,"weight":0,"compare_at_price":29400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148993":{"id":"1-148993","available":0,"dates":[]},"1-149717":{"id":"1-149717","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149732":{"id":"1-149732","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150279":{"id":"1-150279","available":20,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150294":{"id":"1-150294","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150759":{"id":"1-150759","available":0,"dates":[]},"1-150774":{"id":"1-150774","available":0,"dates":[]},"1-151274":{"id":"1-151274","available":0,"dates":[]},"1-151678":{"id":"1-151678","available":0,"dates":[]},"1-153718":{"id":"1-153718","available":0,"dates":[]},"1-154354":{"id":"1-154354","available":0,"dates":[]},"1-154502":{"id":"1-154502","available":0,"dates":[]},"1-154856":{"id":"1-154856","available":6,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155202":{"id":"1-155202","available":12,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155702":{"id":"1-155702","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149747":{"id":"10-149747","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149752":{"id":"10-149752","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150309":{"id":"10-150309","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150314":{"id":"10-150314","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150747":{"id":"10-150747","available":0,"dates":[]},"10-150750":{"id":"10-150750","available":0,"dates":[]},"10-153939":{"id":"10-153939","available":0,"dates":[]},"10-154151":{"id":"10-154151","available":-1,"dates":[]},"10-154345":{"id":"10-154345","available":0,"dates":[]},"10-154865":{"id":"10-154865","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155211":{"id":"10-155211","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155717":{"id":"10-155717","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149757":{"id":"11-149757","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149762":{"id":"11-149762","available":43,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150319":{"id":"11-150319","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150324":{"id":"11-150324","available":43,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150793":{"id":"11-150793","available":0,"dates":[]},"11-150798":{"id":"11-150798","available":0,"dates":[]},"11-153915":{"id":"11-153915","available":0,"dates":[]},"11-154368":{"id":"11-154368","available":0,"dates":[]},"11-154505":{"id":"11-154505","available":0,"dates":[]},"11-154868":{"id":"11-154868","available":25,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155214":{"id":"11-155214","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155721":{"id":"11-155721","available":37,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148994":{"id":"2-148994","available":0,"dates":[]},"2-149718":{"id":"2-149718","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149733":{"id":"2-149733","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150280":{"id":"2-150280","available":26,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150295":{"id":"2-150295","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150760":{"id":"2-150760","available":0,"dates":[]},"2-150775":{"id":"2-150775","available":0,"dates":[]},"2-151275":{"id":"2-151275","available":0,"dates":[]},"2-151679":{"id":"2-151679","available":0,"dates":[]},"2-153719":{"id":"2-153719","available":0,"dates":[]},"2-154355":{"id":"2-154355","available":0,"dates":[]},"2-154503":{"id":"2-154503","available":0,"dates":[]},"2-154857":{"id":"2-154857","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155203":{"id":"2-155203","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155561":{"id":"2-155561","available":0,"dates":[]},"2-155703":{"id":"2-155703","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148995":{"id":"4-148995","available":0,"dates":[]},"4-149719":{"id":"4-149719","available":190,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149734":{"id":"4-149734","available":230,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150281":{"id":"4-150281","available":190,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150296":{"id":"4-150296","available":230,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150761":{"id":"4-150761","available":-4,"dates":[]},"4-150776":{"id":"4-150776","available":0,"dates":[]},"4-151276":{"id":"4-151276","available":0,"dates":[]},"4-151680":{"id":"4-151680","available":0,"dates":[]},"4-153720":{"id":"4-153720","available":0,"dates":[]},"4-154356":{"id":"4-154356","available":0,"dates":[]},"4-154504":{"id":"4-154504","available":0,"dates":[]},"4-154858":{"id":"4-154858","available":25,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155204":{"id":"4-155204","available":39,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155704":{"id":"4-155704","available":58,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149767":{"id":"41-149767","available":43,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149772":{"id":"41-149772","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150329":{"id":"41-150329","available":43,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150334":{"id":"41-150334","available":53,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150803":{"id":"41-150803","available":0,"dates":[]},"41-150808":{"id":"41-150808","available":0,"dates":[]},"41-153954":{"id":"41-153954","available":0,"dates":[]},"41-154373":{"id":"41-154373","available":0,"dates":[]},"41-154508":{"id":"41-154508","available":0,"dates":[]},"41-154872":{"id":"41-154872","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155218":{"id":"41-155218","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155727":{"id":"41-155727","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149003":{"id":"58-149003","available":0,"dates":[]},"58-149713":{"id":"58-149713","available":76,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149715":{"id":"58-149715","available":93,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150275":{"id":"58-150275","available":76,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150277":{"id":"58-150277","available":93,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150753":{"id":"58-150753","available":0,"dates":[]},"58-150755":{"id":"58-150755","available":0,"dates":[]},"58-151284":{"id":"58-151284","available":0,"dates":[]},"58-151688":{"id":"58-151688","available":0,"dates":[]},"58-153852":{"id":"58-153852","available":0,"dates":[]},"58-154150":{"id":"58-154150","available":0,"dates":[]},"58-154152":{"id":"58-154152","available":0,"dates":[]},"58-154348":{"id":"58-154348","available":0,"dates":[]},"58-154850":{"id":"58-154850","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155196":{"id":"58-155196","available":34,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155521":{"id":"58-155521","available":34,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155731":{"id":"58-155731","available":44,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149783":{"id":"9-149783","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149788":{"id":"9-149788","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150345":{"id":"9-150345","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150350":{"id":"9-150350","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150819":{"id":"9-150819","available":0,"dates":[]},"9-150823":{"id":"9-150823","available":0,"dates":[]},"9-153930":{"id":"9-153930","available":0,"dates":[]},"9-154381":{"id":"9-154381","available":0,"dates":[]},"9-154512":{"id":"9-154512","available":0,"dates":[]},"9-154878":{"id":"9-154878","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155224":{"id":"9-155224","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155737":{"id":"9-155737","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150753","58-150755","58-154850","58-155521","58-155731"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150761","4-150776","4-154858","4-155204","4-155704"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150803","41-150808","41-154872","41-155218","41-155727"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150760","2-150775","2-154857","2-155203","2-155703","2-155561"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150747","10-150750","10-154865","10-155211","10-155717"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150793","11-150798","11-154868","11-155214","11-155721"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150819","9-150823","9-154878","9-155224","9-155737"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150759","1-150774","1-154856","1-155202","1-155702"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="55" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="triple-the-satin"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=500" alt="Triple the Satin" srcset="//urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=500" alt="Triple the Satin" srcset="//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="triple-the-satin" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150672","58-150674","58-154805","58-155153","58-155648"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154783","51-155315","51-155616"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150681","4-150684","4-154883","4-154889","4-155232","4-155241","4-155746","4-155758"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150728","41-150736","41-154842","41-155348","41-155694"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150887","42-150890","42-154911","42-155353","42-155785"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150680","2-150683","2-154882","2-154888","2-155231","2-155240","2-155745","2-155757","2-155552"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150937","10-150938","10-154895","10-155247","10-155767"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150942","11-150946","11-154768","11-155311","11-155608"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-127901"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150679","1-150682","1-154881","1-154887","1-155230","1-155239","1-155744","1-155756","1-155551"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150852","65-150863","65-154902","65-155254","65-155773"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"1-150679":{"id":"1-150679","available":0,"dates":[]},"1-150682":{"id":"1-150682","available":0,"dates":[]},"1-154881":{"id":"1-154881","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154887":{"id":"1-154887","available":0,"dates":[]},"1-155230":{"id":"1-155230","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155239":{"id":"1-155239","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155551":{"id":"1-155551","available":0,"dates":[]},"1-155744":{"id":"1-155744","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155756":{"id":"1-155756","available":3,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150937":{"id":"10-150937","available":0,"dates":[]},"10-150938":{"id":"10-150938","available":0,"dates":[]},"10-154895":{"id":"10-154895","available":35,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155247":{"id":"10-155247","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155767":{"id":"10-155767","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150942":{"id":"11-150942","available":0,"dates":[]},"11-150946":{"id":"11-150946","available":31,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154768":{"id":"11-154768","available":41,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155311":{"id":"11-155311","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155608":{"id":"11-155608","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150680":{"id":"2-150680","available":0,"dates":[]},"2-150683":{"id":"2-150683","available":0,"dates":[]},"2-154882":{"id":"2-154882","available":0,"dates":[]},"2-154888":{"id":"2-154888","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155231":{"id":"2-155231","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155240":{"id":"2-155240","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155552":{"id":"2-155552","available":0,"dates":[]},"2-155745":{"id":"2-155745","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155757":{"id":"2-155757","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150681":{"id":"4-150681","available":0,"dates":[]},"4-150684":{"id":"4-150684","available":0,"dates":[]},"4-154883":{"id":"4-154883","available":38,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154889":{"id":"4-154889","available":34,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155232":{"id":"4-155232","available":21,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155241":{"id":"4-155241","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155746":{"id":"4-155746","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155758":{"id":"4-155758","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150728":{"id":"41-150728","available":0,"dates":[]},"41-150736":{"id":"41-150736","available":0,"dates":[]},"41-154842":{"id":"41-154842","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155348":{"id":"41-155348","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155694":{"id":"41-155694","available":21,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150887":{"id":"42-150887","available":0,"dates":[]},"42-150890":{"id":"42-150890","available":0,"dates":[]},"42-154911":{"id":"42-154911","available":11,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155353":{"id":"42-155353","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155785":{"id":"42-155785","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154783":{"id":"51-154783","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155315":{"id":"51-155315","available":2,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155616":{"id":"51-155616","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150672":{"id":"58-150672","available":0,"dates":[]},"58-150674":{"id":"58-150674","available":0,"dates":[]},"58-154805":{"id":"58-154805","available":46,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155153":{"id":"58-155153","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155648":{"id":"58-155648","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150852":{"id":"65-150852","available":0,"dates":[]},"65-150863":{"id":"65-150863","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-154902":{"id":"65-154902","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155254":{"id":"65-155254","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155773":{"id":"65-155773","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-127901":{"id":"9-127901","available":0,"dates":[]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/triple-the-satin" title="View Triple the Satin" data-product-card-title><h3 style="font-size: 1em;">Triple the Satin</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$183 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$216</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">169 reviews with an average of 4.533333333333333 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.533333333333333" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="169" aria-hidden="true" style=" font-size: 12px;">(169)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Satin in Single" data-swatch-item="the-satin" href="https://urbanstems.com/products/the-satin" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Satin in Double" data-swatch-item="double-the-satin" href="https://urbanstems.com/products/double-the-satin" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Triple the Satin in Triple" data-swatch-item="triple-the-satin" data-image-loaded href="https://urbanstems.com/products/triple-the-satin" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="triple-the-satin" type="application/json">{"the-satin":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage":null, "handle": "the-satin", "priceAmount": 7200, "price": "$72 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-satin", "variantName": null, "title": "The Satin", "images": [ { "alt": "The Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Verona_SupportingImage_1_PDP.jpg?v=1727919082\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=700 700w" }, { "alt": "The Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=700 700w" } ], "variants": [{"id":45510415745272,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00078","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Satin - Single","public_title":"Single","options":["Single","Default Title"],"price":7200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7200,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7200,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7200,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":6480}],"price":6480,"compare_at_price":7200,"per_delivery_price":6480,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":6480}],"price":6480,"compare_at_price":7200,"per_delivery_price":6480,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":19440}],"price":19440,"compare_at_price":7200,"per_delivery_price":19440,"selling_plan_id":4984701176,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":19440}],"price":19440,"compare_at_price":7200,"per_delivery_price":19440,"selling_plan_id":4984733944,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":38880}],"price":38880,"compare_at_price":7200,"per_delivery_price":38880,"selling_plan_id":4985487608,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":38880}],"price":38880,"compare_at_price":7200,"per_delivery_price":38880,"selling_plan_id":4985520376,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146698":{"id":"1-146698","available":18,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146710":{"id":"1-146710","available":17,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146819":{"id":"1-146819","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147213":{"id":"1-147213","available":0,"dates":[]},"1-147225":{"id":"1-147225","available":0,"dates":[]},"1-147637":{"id":"1-147637","available":0,"dates":[]},"1-147677":{"id":"1-147677","available":0,"dates":[]},"1-148072":{"id":"1-148072","available":0,"dates":[]},"1-148109":{"id":"1-148109","available":0,"dates":[]},"1-148491":{"id":"1-148491","available":0,"dates":[]},"1-148513":{"id":"1-148513","available":0,"dates":[]},"1-148893":{"id":"1-148893","available":0,"dates":[]},"1-148910":{"id":"1-148910","available":-2,"dates":[]},"1-149626":{"id":"1-149626","available":112,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149635":{"id":"1-149635","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150194":{"id":"1-150194","available":112,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150203":{"id":"1-150203","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150679":{"id":"1-150679","available":0,"dates":[]},"1-150682":{"id":"1-150682","available":0,"dates":[]},"1-151175":{"id":"1-151175","available":0,"dates":[]},"1-151190":{"id":"1-151190","available":0,"dates":[]},"1-151586":{"id":"1-151586","available":0,"dates":[]},"1-151601":{"id":"1-151601","available":0,"dates":[]},"1-152078":{"id":"1-152078","available":0,"dates":[]},"1-152580":{"id":"1-152580","available":0,"dates":[]},"1-152811":{"id":"1-152811","available":0,"dates":[]},"1-152815":{"id":"1-152815","available":10,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152965":{"id":"1-152965","available":-4,"dates":[]},"1-153096":{"id":"1-153096","available":0,"dates":[]},"1-153108":{"id":"1-153108","available":0,"dates":[]},"1-153398":{"id":"1-153398","available":0,"dates":[]},"1-153409":{"id":"1-153409","available":0,"dates":[]},"1-153745":{"id":"1-153745","available":0,"dates":[]},"1-153811":{"id":"1-153811","available":0,"dates":[]},"1-154385":{"id":"1-154385","available":0,"dates":[]},"1-154391":{"id":"1-154391","available":2,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154881":{"id":"1-154881","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154887":{"id":"1-154887","available":2,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155230":{"id":"1-155230","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155239":{"id":"1-155239","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155538":{"id":"1-155538","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155551":{"id":"1-155551","available":0,"dates":[]},"1-155744":{"id":"1-155744","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155756":{"id":"1-155756","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-00078-1-144679":{"id":"1-FLRL-B-00078-1-144679","available":6,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-00078-1-146011":{"id":"1-FLRL-B-00078-1-146011","available":5,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-00078-1-146026":{"id":"1-FLRL-B-00078-1-146026","available":12,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146864":{"id":"10-146864","available":22,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147377":{"id":"10-147377","available":0,"dates":[]},"10-147903":{"id":"10-147903","available":0,"dates":[]},"10-148338":{"id":"10-148338","available":0,"dates":[]},"10-148729":{"id":"10-148729","available":0,"dates":[]},"10-149071":{"id":"10-149071","available":0,"dates":[]},"10-149642":{"id":"10-149642","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149645":{"id":"10-149645","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150210":{"id":"10-150210","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150212":{"id":"10-150212","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150937":{"id":"10-150937","available":0,"dates":[]},"10-150938":{"id":"10-150938","available":0,"dates":[]},"10-151363":{"id":"10-151363","available":-1,"dates":[]},"10-151754":{"id":"10-151754","available":-12,"dates":[]},"10-152210":{"id":"10-152210","available":0,"dates":[]},"10-152477":{"id":"10-152477","available":0,"dates":[]},"10-152908":{"id":"10-152908","available":0,"dates":[]},"10-153211":{"id":"10-153211","available":0,"dates":[]},"10-153430":{"id":"10-153430","available":0,"dates":[]},"10-154085":{"id":"10-154085","available":29,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"10-154444":{"id":"10-154444","available":0,"dates":[]},"10-154495":{"id":"10-154495","available":196,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154895":{"id":"10-154895","available":105,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155247":{"id":"10-155247","available":54,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155767":{"id":"10-155767","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-00078-10-144828":{"id":"10-FLRL-B-00078-10-144828","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-00078-10-145771":{"id":"10-FLRL-B-00078-10-145771","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"10-FLRL-B-00078-10-146186":{"id":"10-FLRL-B-00078-10-146186","available":12,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146311":{"id":"11-146311","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146512":{"id":"11-146512","available":42,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-146652":{"id":"11-146652","available":42,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147168":{"id":"11-147168","available":0,"dates":[]},"11-147697":{"id":"11-147697","available":0,"dates":[]},"11-148129":{"id":"11-148129","available":-1,"dates":[]},"11-148531":{"id":"11-148531","available":0,"dates":[]},"11-149074":{"id":"11-149074","available":-1,"dates":[]},"11-149654":{"id":"11-149654","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149657":{"id":"11-149657","available":165,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150218":{"id":"11-150218","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150221":{"id":"11-150221","available":165,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150942":{"id":"11-150942","available":0,"dates":[]},"11-150946":{"id":"11-150946","available":93,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151366":{"id":"11-151366","available":-2,"dates":[]},"11-151757":{"id":"11-151757","available":0,"dates":[]},"11-152213":{"id":"11-152213","available":0,"dates":[]},"11-152644":{"id":"11-152644","available":0,"dates":[]},"11-152910":{"id":"11-152910","available":0,"dates":[]},"11-153213":{"id":"11-153213","available":0,"dates":[]},"11-153509":{"id":"11-153509","available":0,"dates":[]},"11-154090":{"id":"11-154090","available":13,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"11-154232":{"id":"11-154232","available":226,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154768":{"id":"11-154768","available":125,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155311":{"id":"11-155311","available":60,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155608":{"id":"11-155608","available":85,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-00078-11-144525":{"id":"11-FLRL-B-00078-11-144525","available":6,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-00078-11-145962":{"id":"11-FLRL-B-00078-11-145962","available":16,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-FLRL-B-00078-11-146311":{"id":"11-FLRL-B-00078-11-146311","available":0,"dates":[]},"11-FLRL-B-00078-11-146512":{"id":"11-FLRL-B-00078-11-146512","available":42,"dates":[]},"2-146699":{"id":"2-146699","available":30,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146711":{"id":"2-146711","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146820":{"id":"2-146820","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147214":{"id":"2-147214","available":0,"dates":[]},"2-147226":{"id":"2-147226","available":0,"dates":[]},"2-147638":{"id":"2-147638","available":0,"dates":[]},"2-147678":{"id":"2-147678","available":-3,"dates":[]},"2-148073":{"id":"2-148073","available":0,"dates":[]},"2-148110":{"id":"2-148110","available":0,"dates":[]},"2-148492":{"id":"2-148492","available":0,"dates":[]},"2-148514":{"id":"2-148514","available":0,"dates":[]},"2-148894":{"id":"2-148894","available":0,"dates":[]},"2-148911":{"id":"2-148911","available":0,"dates":[]},"2-149627":{"id":"2-149627","available":140,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149636":{"id":"2-149636","available":182,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150195":{"id":"2-150195","available":140,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150204":{"id":"2-150204","available":182,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150680":{"id":"2-150680","available":0,"dates":[]},"2-150683":{"id":"2-150683","available":0,"dates":[]},"2-151176":{"id":"2-151176","available":0,"dates":[]},"2-151191":{"id":"2-151191","available":0,"dates":[]},"2-151587":{"id":"2-151587","available":0,"dates":[]},"2-151602":{"id":"2-151602","available":0,"dates":[]},"2-152079":{"id":"2-152079","available":0,"dates":[]},"2-152581":{"id":"2-152581","available":0,"dates":[]},"2-152812":{"id":"2-152812","available":0,"dates":[]},"2-152816":{"id":"2-152816","available":10,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152966":{"id":"2-152966","available":0,"dates":[]},"2-153097":{"id":"2-153097","available":0,"dates":[]},"2-153109":{"id":"2-153109","available":0,"dates":[]},"2-153399":{"id":"2-153399","available":0,"dates":[]},"2-153410":{"id":"2-153410","available":0,"dates":[]},"2-153746":{"id":"2-153746","available":0,"dates":[]},"2-153812":{"id":"2-153812","available":0,"dates":[]},"2-154386":{"id":"2-154386","available":0,"dates":[]},"2-154392":{"id":"2-154392","available":5,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154882":{"id":"2-154882","available":0,"dates":[]},"2-154888":{"id":"2-154888","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155036":{"id":"2-155036","available":0,"dates":[]},"2-155231":{"id":"2-155231","available":22,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155240":{"id":"2-155240","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155539":{"id":"2-155539","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155552":{"id":"2-155552","available":0,"dates":[]},"2-155745":{"id":"2-155745","available":24,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155757":{"id":"2-155757","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-00078-2-144680":{"id":"2-FLRL-B-00078-2-144680","available":10,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-00078-2-145611":{"id":"2-FLRL-B-00078-2-145611","available":4,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"2-FLRL-B-00078-2-146012":{"id":"2-FLRL-B-00078-2-146012","available":16,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-00078-2-146027":{"id":"2-FLRL-B-00078-2-146027","available":20,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146833":{"id":"30-146833","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147350":{"id":"30-147350","available":0,"dates":[]},"30-147869":{"id":"30-147869","available":0,"dates":[]},"30-148304":{"id":"30-148304","available":0,"dates":[]},"30-148694":{"id":"30-148694","available":0,"dates":[]},"30-FLRL-B-00078-30-144781":{"id":"30-FLRL-B-00078-30-144781","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-00078-30-145741":{"id":"30-FLRL-B-00078-30-145741","available":"4","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"30-FLRL-B-00078-30-146157":{"id":"30-FLRL-B-00078-30-146157","available":19,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-146700":{"id":"4-146700","available":40,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146712":{"id":"4-146712","available":20,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146821":{"id":"4-146821","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147215":{"id":"4-147215","available":0,"dates":[]},"4-147227":{"id":"4-147227","available":0,"dates":[]},"4-147639":{"id":"4-147639","available":0,"dates":[]},"4-147679":{"id":"4-147679","available":0,"dates":[]},"4-148074":{"id":"4-148074","available":0,"dates":[]},"4-148111":{"id":"4-148111","available":8,"dates":["2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28"]},"4-148493":{"id":"4-148493","available":4,"dates":["2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03"]},"4-148515":{"id":"4-148515","available":0,"dates":[]},"4-148895":{"id":"4-148895","available":0,"dates":[]},"4-148912":{"id":"4-148912","available":-16,"dates":[]},"4-149628":{"id":"4-149628","available":630,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149637":{"id":"4-149637","available":756,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150196":{"id":"4-150196","available":630,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150205":{"id":"4-150205","available":756,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150681":{"id":"4-150681","available":0,"dates":[]},"4-150684":{"id":"4-150684","available":0,"dates":[]},"4-151177":{"id":"4-151177","available":0,"dates":[]},"4-151192":{"id":"4-151192","available":0,"dates":[]},"4-151588":{"id":"4-151588","available":0,"dates":[]},"4-151603":{"id":"4-151603","available":0,"dates":[]},"4-151954":{"id":"4-151954","available":0,"dates":[]},"4-151955":{"id":"4-151955","available":27,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152080":{"id":"4-152080","available":0,"dates":[]},"4-152582":{"id":"4-152582","available":0,"dates":[]},"4-152813":{"id":"4-152813","available":0,"dates":[]},"4-152967":{"id":"4-152967","available":0,"dates":[]},"4-153098":{"id":"4-153098","available":0,"dates":[]},"4-153110":{"id":"4-153110","available":0,"dates":[]},"4-153400":{"id":"4-153400","available":0,"dates":[]},"4-153411":{"id":"4-153411","available":0,"dates":[]},"4-153747":{"id":"4-153747","available":0,"dates":[]},"4-153813":{"id":"4-153813","available":0,"dates":[]},"4-154127":{"id":"4-154127","available":0,"dates":[]},"4-154387":{"id":"4-154387","available":0,"dates":[]},"4-154393":{"id":"4-154393","available":0,"dates":[]},"4-154883":{"id":"4-154883","available":116,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154889":{"id":"4-154889","available":103,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155039":{"id":"4-155039","available":0,"dates":[]},"4-155232":{"id":"4-155232","available":65,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155241":{"id":"4-155241","available":25,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155540":{"id":"4-155540","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155746":{"id":"4-155746","available":82,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155758":{"id":"4-155758","available":54,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-00078-4-144671":{"id":"4-FLRL-B-00078-4-144671","available":3,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-00078-4-144681":{"id":"4-FLRL-B-00078-4-144681","available":3,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-00078-4-145597":{"id":"4-FLRL-B-00078-4-145597","available":"2","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"4-FLRL-B-00078-4-146013":{"id":"4-FLRL-B-00078-4-146013","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-00078-4-146028":{"id":"4-FLRL-B-00078-4-146028","available":3,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146779":{"id":"41-146779","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147295":{"id":"41-147295","available":0,"dates":[]},"41-147813":{"id":"41-147813","available":0,"dates":[]},"41-148243":{"id":"41-148243","available":-1,"dates":[]},"41-148635":{"id":"41-148635","available":0,"dates":[]},"41-148968":{"id":"41-148968","available":1,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"41-149660":{"id":"41-149660","available":196,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149663":{"id":"41-149663","available":252,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150256":{"id":"41-150256","available":196,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150264":{"id":"41-150264","available":252,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150728":{"id":"41-150728","available":0,"dates":[]},"41-150736":{"id":"41-150736","available":0,"dates":[]},"41-151249":{"id":"41-151249","available":0,"dates":[]},"41-151656":{"id":"41-151656","available":0,"dates":[]},"41-152128":{"id":"41-152128","available":0,"dates":[]},"41-152594":{"id":"41-152594","available":0,"dates":[]},"41-152846":{"id":"41-152846","available":0,"dates":[]},"41-153142":{"id":"41-153142","available":0,"dates":[]},"41-153617":{"id":"41-153617","available":0,"dates":[]},"41-153892":{"id":"41-153892","available":0,"dates":[]},"41-154338":{"id":"41-154338","available":54,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154842":{"id":"41-154842","available":90,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155348":{"id":"41-155348","available":43,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155694":{"id":"41-155694","available":63,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-00078-41-144804":{"id":"41-FLRL-B-00078-41-144804","available":3,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-00078-41-145679":{"id":"41-FLRL-B-00078-41-145679","available":"3","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"41-FLRL-B-00078-41-146101":{"id":"41-FLRL-B-00078-41-146101","available":26,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148978":{"id":"42-148978","available":0,"dates":[]},"42-149674":{"id":"42-149674","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149676":{"id":"42-149676","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150234":{"id":"42-150234","available":72,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150236":{"id":"42-150236","available":81,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150887":{"id":"42-150887","available":0,"dates":[]},"42-150890":{"id":"42-150890","available":0,"dates":[]},"42-151258":{"id":"42-151258","available":0,"dates":[]},"42-151666":{"id":"42-151666","available":0,"dates":[]},"42-152138":{"id":"42-152138","available":0,"dates":[]},"42-152417":{"id":"42-152417","available":0,"dates":[]},"42-152853":{"id":"42-152853","available":0,"dates":[]},"42-153149":{"id":"42-153149","available":0,"dates":[]},"42-153624":{"id":"42-153624","available":0,"dates":[]},"42-153970":{"id":"42-153970","available":0,"dates":[]},"42-154137":{"id":"42-154137","available":2,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"42-154426":{"id":"42-154426","available":18,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"42-154911":{"id":"42-154911","available":33,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155353":{"id":"42-155353","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155785":{"id":"42-155785","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-FLRL-B-00078-42-144639":{"id":"42-FLRL-B-00078-42-144639","available":1,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"50-153694":{"id":"50-153694","available":5,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-146672":{"id":"51-146672","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"51-147187":{"id":"51-147187","available":29,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147715":{"id":"51-147715","available":16,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148147":{"id":"51-148147","available":0,"dates":[]},"51-148548":{"id":"51-148548","available":2,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-149554":{"id":"51-149554","available":283,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150142":{"id":"51-150142","available":283,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150626":{"id":"51-150626","available":283,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151004":{"id":"51-151004","available":-122,"dates":[]},"51-151967":{"id":"51-151967","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152055":{"id":"51-152055","available":20,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-153710":{"id":"51-153710","available":0,"dates":[]},"51-154263":{"id":"51-154263","available":0,"dates":[]},"51-154783":{"id":"51-154783","available":85,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155315":{"id":"51-155315","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155616":{"id":"51-155616","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-152302":{"id":"52-152302","available":0,"dates":[]},"52-152709":{"id":"52-152709","available":8,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152983":{"id":"52-152983","available":9,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-153703":{"id":"52-153703","available":9,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-154148":{"id":"52-154148","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"52-154149":{"id":"52-154149","available":3,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"58-146772":{"id":"58-146772","available":39,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147287":{"id":"58-147287","available":0,"dates":[]},"58-147803":{"id":"58-147803","available":0,"dates":[]},"58-148232":{"id":"58-148232","available":0,"dates":[]},"58-148627":{"id":"58-148627","available":0,"dates":[]},"58-149037":{"id":"58-149037","available":-4,"dates":[]},"58-149612":{"id":"58-149612","available":384,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149614":{"id":"58-149614","available":480,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150186":{"id":"58-150186","available":384,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150188":{"id":"58-150188","available":480,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150672":{"id":"58-150672","available":0,"dates":[]},"58-150674":{"id":"58-150674","available":0,"dates":[]},"58-151322":{"id":"58-151322","available":0,"dates":[]},"58-151726":{"id":"58-151726","available":2,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-151963":{"id":"58-151963","available":0,"dates":[]},"58-152179":{"id":"58-152179","available":0,"dates":[]},"58-152628":{"id":"58-152628","available":0,"dates":[]},"58-152882":{"id":"58-152882","available":0,"dates":[]},"58-153182":{"id":"58-153182","available":-2,"dates":[]},"58-153478":{"id":"58-153478","available":0,"dates":[]},"58-154073":{"id":"58-154073","available":0,"dates":[]},"58-154270":{"id":"58-154270","available":0,"dates":[]},"58-154271":{"id":"58-154271","available":0,"dates":[]},"58-154805":{"id":"58-154805","available":139,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155153":{"id":"58-155153","available":64,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155648":{"id":"58-155648","available":97,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-00078-58-144857":{"id":"58-FLRL-B-00078-58-144857","available":30,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-00078-58-145671":{"id":"58-FLRL-B-00078-58-145671","available":"26","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-00078-58-146093":{"id":"58-FLRL-B-00078-58-146093","available":40,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148961":{"id":"65-148961","available":0,"dates":[]},"65-149648":{"id":"65-149648","available":162,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149651":{"id":"65-149651","available":207,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150213":{"id":"65-150213","available":162,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150215":{"id":"65-150215","available":207,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150852":{"id":"65-150852","available":0,"dates":[]},"65-150863":{"id":"65-150863","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151242":{"id":"65-151242","available":0,"dates":[]},"65-151649":{"id":"65-151649","available":0,"dates":[]},"65-152121":{"id":"65-152121","available":8,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152404":{"id":"65-152404","available":0,"dates":[]},"65-152841":{"id":"65-152841","available":0,"dates":[]},"65-153137":{"id":"65-153137","available":0,"dates":[]},"65-153507":{"id":"65-153507","available":0,"dates":[]},"65-153904":{"id":"65-153904","available":80,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154147":{"id":"65-154147","available":0,"dates":[]},"65-154408":{"id":"65-154408","available":29,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"65-154902":{"id":"65-154902","available":67,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155254":{"id":"65-155254","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155773":{"id":"65-155773","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150485":{"id":"66-150485","available":0,"dates":[]},"9-127901":{"id":"9-127901","available":0,"dates":[]},"9-146846":{"id":"9-146846","available":10,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"9-147362":{"id":"9-147362","available":0,"dates":[]},"9-147882":{"id":"9-147882","available":0,"dates":[]},"9-148318":{"id":"9-148318","available":0,"dates":[]},"9-148715":{"id":"9-148715","available":0,"dates":[]},"9-FLRL-B-00078-9-127901":{"id":"9-FLRL-B-00078-9-127901","available":0,"dates":[]},"9-FLRL-B-00078-9-145756":{"id":"9-FLRL-B-00078-9-145756","available":"4","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"9-FLRL-B-00078-9-146170":{"id":"9-FLRL-B-00078-9-146170","available":13,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150672","58-150674","58-154805","58-155153","58-155648"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154783","51-155315","51-155616"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150681","4-150684","4-154883","4-154889","4-155232","4-155241","4-155746","4-155758"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150728","41-150736","41-154842","41-155348","41-155694"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150887","42-150890","42-154911","42-155353","42-155785"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150680","2-150683","2-154882","2-154888","2-155231","2-155240","2-155745","2-155757","2-155552"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150937","10-150938","10-154895","10-155247","10-155767"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150942","11-150946","11-154768","11-155311","11-155608"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-127901"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150679","1-150682","1-154881","1-154887","1-155230","1-155239","1-155744","1-155756","1-155551"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150852","65-150863","65-154902","65-155254","65-155773"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150485"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-satin":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-satin", "priceAmount": 13000, "price": "$130 ", "priceCompareAtAmount": 14400, "priceCompareAt": "$144 ", "url": "https://urbanstems.com/products/double-the-satin", "variantName": null, "title": "Double the Satin", "images": [ { "alt": "Double the Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Verona_SupportingImage_1_PDP.jpg?v=1727920776&width=700 700w" }, { "alt": "Double the Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Verona_MainImage_PDP_f484855a-5e53-4151-ba17-4623125083b7.jpg?v=1729626059&width=700 700w" } ], "variants": [{"id":45510437175544,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00078","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Satin - Double","public_title":"Double","options":["Double","Default Title"],"price":13000,"weight":0,"compare_at_price":14400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11700}],"price":11700,"compare_at_price":13000,"per_delivery_price":11700,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11700}],"price":11700,"compare_at_price":13000,"per_delivery_price":11700,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":35100}],"price":35100,"compare_at_price":13000,"per_delivery_price":35100,"selling_plan_id":4984897784,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":35100}],"price":35100,"compare_at_price":13000,"per_delivery_price":35100,"selling_plan_id":4984930552,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":70200}],"price":70200,"compare_at_price":13000,"per_delivery_price":70200,"selling_plan_id":4985684216,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":70200}],"price":70200,"compare_at_price":13000,"per_delivery_price":70200,"selling_plan_id":4985716984,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146819":{"id":"1-146819","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147213":{"id":"1-147213","available":0,"dates":[]},"1-147225":{"id":"1-147225","available":0,"dates":[]},"1-147637":{"id":"1-147637","available":0,"dates":[]},"1-147677":{"id":"1-147677","available":0,"dates":[]},"1-148072":{"id":"1-148072","available":0,"dates":[]},"1-148109":{"id":"1-148109","available":0,"dates":[]},"1-148491":{"id":"1-148491","available":0,"dates":[]},"1-148513":{"id":"1-148513","available":0,"dates":[]},"1-148893":{"id":"1-148893","available":0,"dates":[]},"1-148910":{"id":"1-148910","available":-1,"dates":[]},"1-149626":{"id":"1-149626","available":56,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149635":{"id":"1-149635","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150194":{"id":"1-150194","available":56,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150203":{"id":"1-150203","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150679":{"id":"1-150679","available":0,"dates":[]},"1-150682":{"id":"1-150682","available":0,"dates":[]},"1-151175":{"id":"1-151175","available":0,"dates":[]},"1-151190":{"id":"1-151190","available":0,"dates":[]},"1-151586":{"id":"1-151586","available":0,"dates":[]},"1-151601":{"id":"1-151601","available":0,"dates":[]},"1-152078":{"id":"1-152078","available":0,"dates":[]},"1-152580":{"id":"1-152580","available":0,"dates":[]},"1-152811":{"id":"1-152811","available":0,"dates":[]},"1-152815":{"id":"1-152815","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152965":{"id":"1-152965","available":-2,"dates":[]},"1-153096":{"id":"1-153096","available":0,"dates":[]},"1-153108":{"id":"1-153108","available":0,"dates":[]},"1-153398":{"id":"1-153398","available":0,"dates":[]},"1-153409":{"id":"1-153409","available":0,"dates":[]},"1-153745":{"id":"1-153745","available":0,"dates":[]},"1-153811":{"id":"1-153811","available":0,"dates":[]},"1-154385":{"id":"1-154385","available":0,"dates":[]},"1-154391":{"id":"1-154391","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154881":{"id":"1-154881","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154887":{"id":"1-154887","available":1,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155230":{"id":"1-155230","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155239":{"id":"1-155239","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155538":{"id":"1-155538","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155551":{"id":"1-155551","available":0,"dates":[]},"1-155744":{"id":"1-155744","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155756":{"id":"1-155756","available":4,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-147377":{"id":"10-147377","available":0,"dates":[]},"10-147903":{"id":"10-147903","available":0,"dates":[]},"10-148338":{"id":"10-148338","available":0,"dates":[]},"10-148729":{"id":"10-148729","available":0,"dates":[]},"10-149071":{"id":"10-149071","available":0,"dates":[]},"10-149642":{"id":"10-149642","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149645":{"id":"10-149645","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150210":{"id":"10-150210","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150212":{"id":"10-150212","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150937":{"id":"10-150937","available":0,"dates":[]},"10-150938":{"id":"10-150938","available":0,"dates":[]},"10-151363":{"id":"10-151363","available":-1,"dates":[]},"10-151754":{"id":"10-151754","available":-6,"dates":[]},"10-152210":{"id":"10-152210","available":0,"dates":[]},"10-152477":{"id":"10-152477","available":0,"dates":[]},"10-152908":{"id":"10-152908","available":0,"dates":[]},"10-153211":{"id":"10-153211","available":0,"dates":[]},"10-153430":{"id":"10-153430","available":0,"dates":[]},"10-154085":{"id":"10-154085","available":14,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"10-154444":{"id":"10-154444","available":0,"dates":[]},"10-154495":{"id":"10-154495","available":98,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154895":{"id":"10-154895","available":52,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155247":{"id":"10-155247","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155767":{"id":"10-155767","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-147168":{"id":"11-147168","available":0,"dates":[]},"11-147697":{"id":"11-147697","available":0,"dates":[]},"11-148129":{"id":"11-148129","available":-1,"dates":[]},"11-148531":{"id":"11-148531","available":0,"dates":[]},"11-149074":{"id":"11-149074","available":-1,"dates":[]},"11-149654":{"id":"11-149654","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149657":{"id":"11-149657","available":82,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150218":{"id":"11-150218","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150221":{"id":"11-150221","available":82,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150942":{"id":"11-150942","available":0,"dates":[]},"11-150946":{"id":"11-150946","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151366":{"id":"11-151366","available":-1,"dates":[]},"11-151757":{"id":"11-151757","available":0,"dates":[]},"11-152213":{"id":"11-152213","available":0,"dates":[]},"11-152644":{"id":"11-152644","available":0,"dates":[]},"11-152910":{"id":"11-152910","available":0,"dates":[]},"11-153213":{"id":"11-153213","available":0,"dates":[]},"11-153509":{"id":"11-153509","available":0,"dates":[]},"11-154090":{"id":"11-154090","available":6,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"11-154232":{"id":"11-154232","available":113,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154768":{"id":"11-154768","available":62,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155311":{"id":"11-155311","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155608":{"id":"11-155608","available":42,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-146820":{"id":"2-146820","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147214":{"id":"2-147214","available":0,"dates":[]},"2-147226":{"id":"2-147226","available":0,"dates":[]},"2-147638":{"id":"2-147638","available":0,"dates":[]},"2-147678":{"id":"2-147678","available":-2,"dates":[]},"2-148073":{"id":"2-148073","available":0,"dates":[]},"2-148110":{"id":"2-148110","available":0,"dates":[]},"2-148492":{"id":"2-148492","available":0,"dates":[]},"2-148514":{"id":"2-148514","available":0,"dates":[]},"2-148894":{"id":"2-148894","available":0,"dates":[]},"2-148911":{"id":"2-148911","available":0,"dates":[]},"2-149627":{"id":"2-149627","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149636":{"id":"2-149636","available":91,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150195":{"id":"2-150195","available":70,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150204":{"id":"2-150204","available":91,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150680":{"id":"2-150680","available":0,"dates":[]},"2-150683":{"id":"2-150683","available":0,"dates":[]},"2-151176":{"id":"2-151176","available":0,"dates":[]},"2-151191":{"id":"2-151191","available":0,"dates":[]},"2-151587":{"id":"2-151587","available":0,"dates":[]},"2-151602":{"id":"2-151602","available":0,"dates":[]},"2-152079":{"id":"2-152079","available":0,"dates":[]},"2-152581":{"id":"2-152581","available":0,"dates":[]},"2-152812":{"id":"2-152812","available":0,"dates":[]},"2-152816":{"id":"2-152816","available":5,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152966":{"id":"2-152966","available":0,"dates":[]},"2-153097":{"id":"2-153097","available":0,"dates":[]},"2-153109":{"id":"2-153109","available":0,"dates":[]},"2-153399":{"id":"2-153399","available":0,"dates":[]},"2-153410":{"id":"2-153410","available":0,"dates":[]},"2-153746":{"id":"2-153746","available":0,"dates":[]},"2-153812":{"id":"2-153812","available":0,"dates":[]},"2-154386":{"id":"2-154386","available":0,"dates":[]},"2-154392":{"id":"2-154392","available":2,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154882":{"id":"2-154882","available":0,"dates":[]},"2-154888":{"id":"2-154888","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155036":{"id":"2-155036","available":0,"dates":[]},"2-155231":{"id":"2-155231","available":11,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155240":{"id":"2-155240","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155539":{"id":"2-155539","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155552":{"id":"2-155552","available":0,"dates":[]},"2-155745":{"id":"2-155745","available":12,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155757":{"id":"2-155757","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"30-147350":{"id":"30-147350","available":0,"dates":[]},"30-147869":{"id":"30-147869","available":0,"dates":[]},"30-148304":{"id":"30-148304","available":0,"dates":[]},"30-148694":{"id":"30-148694","available":0,"dates":[]},"4-146821":{"id":"4-146821","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147215":{"id":"4-147215","available":0,"dates":[]},"4-147227":{"id":"4-147227","available":0,"dates":[]},"4-147639":{"id":"4-147639","available":0,"dates":[]},"4-147679":{"id":"4-147679","available":0,"dates":[]},"4-148074":{"id":"4-148074","available":0,"dates":[]},"4-148111":{"id":"4-148111","available":4,"dates":["2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28"]},"4-148493":{"id":"4-148493","available":2,"dates":["2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03"]},"4-148515":{"id":"4-148515","available":0,"dates":[]},"4-148895":{"id":"4-148895","available":0,"dates":[]},"4-148912":{"id":"4-148912","available":-8,"dates":[]},"4-149628":{"id":"4-149628","available":315,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149637":{"id":"4-149637","available":378,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150196":{"id":"4-150196","available":315,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150205":{"id":"4-150205","available":378,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150681":{"id":"4-150681","available":0,"dates":[]},"4-150684":{"id":"4-150684","available":0,"dates":[]},"4-151177":{"id":"4-151177","available":0,"dates":[]},"4-151192":{"id":"4-151192","available":0,"dates":[]},"4-151588":{"id":"4-151588","available":0,"dates":[]},"4-151603":{"id":"4-151603","available":0,"dates":[]},"4-151954":{"id":"4-151954","available":0,"dates":[]},"4-151955":{"id":"4-151955","available":13,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152080":{"id":"4-152080","available":0,"dates":[]},"4-152582":{"id":"4-152582","available":0,"dates":[]},"4-152813":{"id":"4-152813","available":0,"dates":[]},"4-152967":{"id":"4-152967","available":0,"dates":[]},"4-153098":{"id":"4-153098","available":0,"dates":[]},"4-153110":{"id":"4-153110","available":0,"dates":[]},"4-153400":{"id":"4-153400","available":0,"dates":[]},"4-153411":{"id":"4-153411","available":0,"dates":[]},"4-153747":{"id":"4-153747","available":0,"dates":[]},"4-153813":{"id":"4-153813","available":0,"dates":[]},"4-154127":{"id":"4-154127","available":0,"dates":[]},"4-154387":{"id":"4-154387","available":0,"dates":[]},"4-154393":{"id":"4-154393","available":0,"dates":[]},"4-154883":{"id":"4-154883","available":58,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154889":{"id":"4-154889","available":51,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155039":{"id":"4-155039","available":0,"dates":[]},"4-155232":{"id":"4-155232","available":32,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155241":{"id":"4-155241","available":12,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155540":{"id":"4-155540","available":19,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155746":{"id":"4-155746","available":41,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155758":{"id":"4-155758","available":27,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-147295":{"id":"41-147295","available":0,"dates":[]},"41-147813":{"id":"41-147813","available":0,"dates":[]},"41-148243":{"id":"41-148243","available":-1,"dates":[]},"41-148635":{"id":"41-148635","available":0,"dates":[]},"41-148968":{"id":"41-148968","available":0,"dates":[]},"41-149660":{"id":"41-149660","available":98,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149663":{"id":"41-149663","available":126,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150256":{"id":"41-150256","available":98,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150264":{"id":"41-150264","available":126,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150728":{"id":"41-150728","available":0,"dates":[]},"41-150736":{"id":"41-150736","available":0,"dates":[]},"41-151249":{"id":"41-151249","available":0,"dates":[]},"41-151656":{"id":"41-151656","available":0,"dates":[]},"41-152128":{"id":"41-152128","available":0,"dates":[]},"41-152594":{"id":"41-152594","available":0,"dates":[]},"41-152846":{"id":"41-152846","available":0,"dates":[]},"41-153142":{"id":"41-153142","available":0,"dates":[]},"41-153617":{"id":"41-153617","available":0,"dates":[]},"41-153892":{"id":"41-153892","available":0,"dates":[]},"41-154338":{"id":"41-154338","available":27,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154842":{"id":"41-154842","available":45,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155348":{"id":"41-155348","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155694":{"id":"41-155694","available":31,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-148978":{"id":"42-148978","available":0,"dates":[]},"42-149674":{"id":"42-149674","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149676":{"id":"42-149676","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150234":{"id":"42-150234","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150236":{"id":"42-150236","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150887":{"id":"42-150887","available":0,"dates":[]},"42-150890":{"id":"42-150890","available":0,"dates":[]},"42-151258":{"id":"42-151258","available":0,"dates":[]},"42-151666":{"id":"42-151666","available":0,"dates":[]},"42-152138":{"id":"42-152138","available":0,"dates":[]},"42-152417":{"id":"42-152417","available":0,"dates":[]},"42-152853":{"id":"42-152853","available":0,"dates":[]},"42-153149":{"id":"42-153149","available":0,"dates":[]},"42-153624":{"id":"42-153624","available":0,"dates":[]},"42-153970":{"id":"42-153970","available":0,"dates":[]},"42-154137":{"id":"42-154137","available":1,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"42-154426":{"id":"42-154426","available":9,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"42-154911":{"id":"42-154911","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155353":{"id":"42-155353","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155785":{"id":"42-155785","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"50-153694":{"id":"50-153694","available":2,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-147187":{"id":"51-147187","available":14,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147715":{"id":"51-147715","available":8,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148147":{"id":"51-148147","available":0,"dates":[]},"51-148548":{"id":"51-148548","available":1,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"51-149554":{"id":"51-149554","available":141,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150142":{"id":"51-150142","available":141,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150626":{"id":"51-150626","available":141,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151004":{"id":"51-151004","available":-61,"dates":[]},"51-151967":{"id":"51-151967","available":0,"dates":[]},"51-152055":{"id":"51-152055","available":10,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-153710":{"id":"51-153710","available":0,"dates":[]},"51-154263":{"id":"51-154263","available":0,"dates":[]},"51-154783":{"id":"51-154783","available":42,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155315":{"id":"51-155315","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155616":{"id":"51-155616","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-152302":{"id":"52-152302","available":0,"dates":[]},"52-152709":{"id":"52-152709","available":4,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152983":{"id":"52-152983","available":4,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-153703":{"id":"52-153703","available":4,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-154148":{"id":"52-154148","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"52-154149":{"id":"52-154149","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"58-147287":{"id":"58-147287","available":0,"dates":[]},"58-147803":{"id":"58-147803","available":0,"dates":[]},"58-148232":{"id":"58-148232","available":0,"dates":[]},"58-148627":{"id":"58-148627","available":0,"dates":[]},"58-149037":{"id":"58-149037","available":-2,"dates":[]},"58-149612":{"id":"58-149612","available":192,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149614":{"id":"58-149614","available":240,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150186":{"id":"58-150186","available":192,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150188":{"id":"58-150188","available":240,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150672":{"id":"58-150672","available":0,"dates":[]},"58-150674":{"id":"58-150674","available":0,"dates":[]},"58-151322":{"id":"58-151322","available":0,"dates":[]},"58-151726":{"id":"58-151726","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-151963":{"id":"58-151963","available":0,"dates":[]},"58-152179":{"id":"58-152179","available":0,"dates":[]},"58-152628":{"id":"58-152628","available":0,"dates":[]},"58-152882":{"id":"58-152882","available":0,"dates":[]},"58-153182":{"id":"58-153182","available":-1,"dates":[]},"58-153478":{"id":"58-153478","available":0,"dates":[]},"58-154073":{"id":"58-154073","available":0,"dates":[]},"58-154270":{"id":"58-154270","available":0,"dates":[]},"58-154271":{"id":"58-154271","available":0,"dates":[]},"58-154805":{"id":"58-154805","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155153":{"id":"58-155153","available":32,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155648":{"id":"58-155648","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-148961":{"id":"65-148961","available":0,"dates":[]},"65-149648":{"id":"65-149648","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149651":{"id":"65-149651","available":103,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150213":{"id":"65-150213","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150215":{"id":"65-150215","available":103,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150852":{"id":"65-150852","available":0,"dates":[]},"65-150863":{"id":"65-150863","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151242":{"id":"65-151242","available":0,"dates":[]},"65-151649":{"id":"65-151649","available":0,"dates":[]},"65-152121":{"id":"65-152121","available":4,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152404":{"id":"65-152404","available":0,"dates":[]},"65-152841":{"id":"65-152841","available":0,"dates":[]},"65-153137":{"id":"65-153137","available":0,"dates":[]},"65-153507":{"id":"65-153507","available":0,"dates":[]},"65-153904":{"id":"65-153904","available":40,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154147":{"id":"65-154147","available":0,"dates":[]},"65-154408":{"id":"65-154408","available":14,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"65-154902":{"id":"65-154902","available":33,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155254":{"id":"65-155254","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155773":{"id":"65-155773","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150485":{"id":"66-150485","available":0,"dates":[]},"9-127901":{"id":"9-127901","available":0,"dates":[]},"9-147362":{"id":"9-147362","available":0,"dates":[]},"9-147882":{"id":"9-147882","available":0,"dates":[]},"9-148318":{"id":"9-148318","available":0,"dates":[]},"9-148715":{"id":"9-148715","available":0,"dates":[]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150672","58-150674","58-154805","58-155153","58-155648"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154783","51-155315","51-155616"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150681","4-150684","4-154883","4-154889","4-155232","4-155241","4-155746","4-155758"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150728","41-150736","41-154842","41-155348","41-155694"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150887","42-150890","42-154911","42-155353","42-155785"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150680","2-150683","2-154882","2-154888","2-155231","2-155240","2-155745","2-155757","2-155552"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150937","10-150938","10-154895","10-155247","10-155767"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150942","11-150946","11-154768","11-155311","11-155608"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-127901"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150679","1-150682","1-154881","1-154887","1-155230","1-155239","1-155744","1-155756","1-155551"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150852","65-150863","65-154902","65-155254","65-155773"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]},{"urbanstemsFcId":"66","location":"81000759544","name":"Memphis FC","lots":["66-150485"]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-satin":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-satin", "priceAmount": 18300, "price": "$183 ", "priceCompareAtAmount": 21600, "priceCompareAt": "$216 ", "url": "https://urbanstems.com/products/triple-the-satin", "variantName": null, "title": "Triple the Satin", "images": [ { "alt": "Triple the Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Verona_SupportingImage_1_PDP.jpg?v=1727924735&width=700 700w" }, { "alt": "Triple the Satin", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Verona_MainImage_PDP_3ea17fc6-60d0-49a2-83d3-cccdc58cd024.jpg?v=1729626310&width=700 700w" } ], "variants": [{"id":45510442713336,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00078","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Satin - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":18300,"weight":0,"compare_at_price":21600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":16470}],"price":16470,"compare_at_price":18300,"per_delivery_price":16470,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":16470}],"price":16470,"compare_at_price":18300,"per_delivery_price":16470,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":49410}],"price":49410,"compare_at_price":18300,"per_delivery_price":49410,"selling_plan_id":4985094392,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":49410}],"price":49410,"compare_at_price":18300,"per_delivery_price":49410,"selling_plan_id":4985127160,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":98820}],"price":98820,"compare_at_price":18300,"per_delivery_price":98820,"selling_plan_id":4985880824,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":98820}],"price":98820,"compare_at_price":18300,"per_delivery_price":98820,"selling_plan_id":4985913592,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146819":{"id":"1-146819","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147213":{"id":"1-147213","available":0,"dates":[]},"1-147225":{"id":"1-147225","available":0,"dates":[]},"1-147637":{"id":"1-147637","available":0,"dates":[]},"1-147677":{"id":"1-147677","available":0,"dates":[]},"1-148072":{"id":"1-148072","available":0,"dates":[]},"1-148109":{"id":"1-148109","available":0,"dates":[]},"1-148491":{"id":"1-148491","available":0,"dates":[]},"1-148513":{"id":"1-148513","available":0,"dates":[]},"1-148893":{"id":"1-148893","available":0,"dates":[]},"1-148910":{"id":"1-148910","available":-1,"dates":[]},"1-149626":{"id":"1-149626","available":37,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149635":{"id":"1-149635","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150194":{"id":"1-150194","available":37,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150203":{"id":"1-150203","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150679":{"id":"1-150679","available":0,"dates":[]},"1-150682":{"id":"1-150682","available":0,"dates":[]},"1-151175":{"id":"1-151175","available":0,"dates":[]},"1-151190":{"id":"1-151190","available":0,"dates":[]},"1-151586":{"id":"1-151586","available":0,"dates":[]},"1-151601":{"id":"1-151601","available":0,"dates":[]},"1-152078":{"id":"1-152078","available":0,"dates":[]},"1-152580":{"id":"1-152580","available":0,"dates":[]},"1-152811":{"id":"1-152811","available":0,"dates":[]},"1-152815":{"id":"1-152815","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-152965":{"id":"1-152965","available":-2,"dates":[]},"1-153096":{"id":"1-153096","available":0,"dates":[]},"1-153108":{"id":"1-153108","available":0,"dates":[]},"1-153398":{"id":"1-153398","available":0,"dates":[]},"1-153409":{"id":"1-153409","available":0,"dates":[]},"1-153745":{"id":"1-153745","available":0,"dates":[]},"1-153811":{"id":"1-153811","available":0,"dates":[]},"1-154385":{"id":"1-154385","available":0,"dates":[]},"1-154391":{"id":"1-154391","available":0,"dates":[]},"1-154881":{"id":"1-154881","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154887":{"id":"1-154887","available":0,"dates":[]},"1-155230":{"id":"1-155230","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155239":{"id":"1-155239","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155538":{"id":"1-155538","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155551":{"id":"1-155551","available":0,"dates":[]},"1-155744":{"id":"1-155744","available":5,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155756":{"id":"1-155756","available":3,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-147377":{"id":"10-147377","available":0,"dates":[]},"10-147903":{"id":"10-147903","available":0,"dates":[]},"10-148338":{"id":"10-148338","available":0,"dates":[]},"10-148729":{"id":"10-148729","available":0,"dates":[]},"10-149071":{"id":"10-149071","available":0,"dates":[]},"10-149642":{"id":"10-149642","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149645":{"id":"10-149645","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150210":{"id":"10-150210","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150212":{"id":"10-150212","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150937":{"id":"10-150937","available":0,"dates":[]},"10-150938":{"id":"10-150938","available":0,"dates":[]},"10-151363":{"id":"10-151363","available":-1,"dates":[]},"10-151754":{"id":"10-151754","available":-4,"dates":[]},"10-152210":{"id":"10-152210","available":0,"dates":[]},"10-152477":{"id":"10-152477","available":0,"dates":[]},"10-152908":{"id":"10-152908","available":0,"dates":[]},"10-153211":{"id":"10-153211","available":0,"dates":[]},"10-153430":{"id":"10-153430","available":0,"dates":[]},"10-154085":{"id":"10-154085","available":9,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"10-154444":{"id":"10-154444","available":0,"dates":[]},"10-154495":{"id":"10-154495","available":65,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"10-154895":{"id":"10-154895","available":35,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155247":{"id":"10-155247","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155767":{"id":"10-155767","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-147168":{"id":"11-147168","available":0,"dates":[]},"11-147697":{"id":"11-147697","available":0,"dates":[]},"11-148129":{"id":"11-148129","available":-1,"dates":[]},"11-148531":{"id":"11-148531","available":0,"dates":[]},"11-149074":{"id":"11-149074","available":-1,"dates":[]},"11-149654":{"id":"11-149654","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149657":{"id":"11-149657","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150218":{"id":"11-150218","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150221":{"id":"11-150221","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150942":{"id":"11-150942","available":0,"dates":[]},"11-150946":{"id":"11-150946","available":31,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151366":{"id":"11-151366","available":-1,"dates":[]},"11-151757":{"id":"11-151757","available":0,"dates":[]},"11-152213":{"id":"11-152213","available":0,"dates":[]},"11-152644":{"id":"11-152644","available":0,"dates":[]},"11-152910":{"id":"11-152910","available":0,"dates":[]},"11-153213":{"id":"11-153213","available":0,"dates":[]},"11-153509":{"id":"11-153509","available":0,"dates":[]},"11-154090":{"id":"11-154090","available":4,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"11-154232":{"id":"11-154232","available":75,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"11-154768":{"id":"11-154768","available":41,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155311":{"id":"11-155311","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155608":{"id":"11-155608","available":28,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-146820":{"id":"2-146820","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147214":{"id":"2-147214","available":0,"dates":[]},"2-147226":{"id":"2-147226","available":0,"dates":[]},"2-147638":{"id":"2-147638","available":0,"dates":[]},"2-147678":{"id":"2-147678","available":-1,"dates":[]},"2-148073":{"id":"2-148073","available":0,"dates":[]},"2-148110":{"id":"2-148110","available":0,"dates":[]},"2-148492":{"id":"2-148492","available":0,"dates":[]},"2-148514":{"id":"2-148514","available":0,"dates":[]},"2-148894":{"id":"2-148894","available":0,"dates":[]},"2-148911":{"id":"2-148911","available":0,"dates":[]},"2-149627":{"id":"2-149627","available":46,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149636":{"id":"2-149636","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150195":{"id":"2-150195","available":46,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150204":{"id":"2-150204","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150680":{"id":"2-150680","available":0,"dates":[]},"2-150683":{"id":"2-150683","available":0,"dates":[]},"2-151176":{"id":"2-151176","available":0,"dates":[]},"2-151191":{"id":"2-151191","available":0,"dates":[]},"2-151587":{"id":"2-151587","available":0,"dates":[]},"2-151602":{"id":"2-151602","available":0,"dates":[]},"2-152079":{"id":"2-152079","available":0,"dates":[]},"2-152581":{"id":"2-152581","available":0,"dates":[]},"2-152812":{"id":"2-152812","available":0,"dates":[]},"2-152816":{"id":"2-152816","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152966":{"id":"2-152966","available":0,"dates":[]},"2-153097":{"id":"2-153097","available":0,"dates":[]},"2-153109":{"id":"2-153109","available":0,"dates":[]},"2-153399":{"id":"2-153399","available":0,"dates":[]},"2-153410":{"id":"2-153410","available":0,"dates":[]},"2-153746":{"id":"2-153746","available":0,"dates":[]},"2-153812":{"id":"2-153812","available":0,"dates":[]},"2-154386":{"id":"2-154386","available":0,"dates":[]},"2-154392":{"id":"2-154392","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154882":{"id":"2-154882","available":0,"dates":[]},"2-154888":{"id":"2-154888","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155036":{"id":"2-155036","available":0,"dates":[]},"2-155231":{"id":"2-155231","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155240":{"id":"2-155240","available":5,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155539":{"id":"2-155539","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155552":{"id":"2-155552","available":0,"dates":[]},"2-155745":{"id":"2-155745","available":8,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155757":{"id":"2-155757","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"30-147350":{"id":"30-147350","available":0,"dates":[]},"30-147869":{"id":"30-147869","available":0,"dates":[]},"30-148304":{"id":"30-148304","available":0,"dates":[]},"30-148694":{"id":"30-148694","available":0,"dates":[]},"4-146821":{"id":"4-146821","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147215":{"id":"4-147215","available":0,"dates":[]},"4-147227":{"id":"4-147227","available":0,"dates":[]},"4-147639":{"id":"4-147639","available":0,"dates":[]},"4-147679":{"id":"4-147679","available":0,"dates":[]},"4-148074":{"id":"4-148074","available":0,"dates":[]},"4-148111":{"id":"4-148111","available":2,"dates":["2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28"]},"4-148493":{"id":"4-148493","available":1,"dates":["2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03"]},"4-148515":{"id":"4-148515","available":0,"dates":[]},"4-148895":{"id":"4-148895","available":0,"dates":[]},"4-148912":{"id":"4-148912","available":-6,"dates":[]},"4-149628":{"id":"4-149628","available":210,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149637":{"id":"4-149637","available":252,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150196":{"id":"4-150196","available":210,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150205":{"id":"4-150205","available":252,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150681":{"id":"4-150681","available":0,"dates":[]},"4-150684":{"id":"4-150684","available":0,"dates":[]},"4-151177":{"id":"4-151177","available":0,"dates":[]},"4-151192":{"id":"4-151192","available":0,"dates":[]},"4-151588":{"id":"4-151588","available":0,"dates":[]},"4-151603":{"id":"4-151603","available":0,"dates":[]},"4-151954":{"id":"4-151954","available":0,"dates":[]},"4-151955":{"id":"4-151955","available":9,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152080":{"id":"4-152080","available":0,"dates":[]},"4-152582":{"id":"4-152582","available":0,"dates":[]},"4-152813":{"id":"4-152813","available":0,"dates":[]},"4-152967":{"id":"4-152967","available":0,"dates":[]},"4-153098":{"id":"4-153098","available":0,"dates":[]},"4-153110":{"id":"4-153110","available":0,"dates":[]},"4-153400":{"id":"4-153400","available":0,"dates":[]},"4-153411":{"id":"4-153411","available":0,"dates":[]},"4-153747":{"id":"4-153747","available":0,"dates":[]},"4-153813":{"id":"4-153813","available":0,"dates":[]},"4-154127":{"id":"4-154127","available":0,"dates":[]},"4-154387":{"id":"4-154387","available":0,"dates":[]},"4-154393":{"id":"4-154393","available":0,"dates":[]},"4-154883":{"id":"4-154883","available":38,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154889":{"id":"4-154889","available":34,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155039":{"id":"4-155039","available":0,"dates":[]},"4-155232":{"id":"4-155232","available":21,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155241":{"id":"4-155241","available":8,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155540":{"id":"4-155540","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155746":{"id":"4-155746","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155758":{"id":"4-155758","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-147295":{"id":"41-147295","available":0,"dates":[]},"41-147813":{"id":"41-147813","available":0,"dates":[]},"41-148243":{"id":"41-148243","available":-1,"dates":[]},"41-148635":{"id":"41-148635","available":0,"dates":[]},"41-148968":{"id":"41-148968","available":0,"dates":[]},"41-149660":{"id":"41-149660","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149663":{"id":"41-149663","available":84,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150256":{"id":"41-150256","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150264":{"id":"41-150264","available":84,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150728":{"id":"41-150728","available":0,"dates":[]},"41-150736":{"id":"41-150736","available":0,"dates":[]},"41-151249":{"id":"41-151249","available":0,"dates":[]},"41-151656":{"id":"41-151656","available":0,"dates":[]},"41-152128":{"id":"41-152128","available":0,"dates":[]},"41-152594":{"id":"41-152594","available":0,"dates":[]},"41-152846":{"id":"41-152846","available":0,"dates":[]},"41-153142":{"id":"41-153142","available":0,"dates":[]},"41-153617":{"id":"41-153617","available":0,"dates":[]},"41-153892":{"id":"41-153892","available":0,"dates":[]},"41-154338":{"id":"41-154338","available":18,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"41-154842":{"id":"41-154842","available":30,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155348":{"id":"41-155348","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155694":{"id":"41-155694","available":21,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-148978":{"id":"42-148978","available":0,"dates":[]},"42-149674":{"id":"42-149674","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149676":{"id":"42-149676","available":27,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150234":{"id":"42-150234","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150236":{"id":"42-150236","available":27,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150887":{"id":"42-150887","available":0,"dates":[]},"42-150890":{"id":"42-150890","available":0,"dates":[]},"42-151258":{"id":"42-151258","available":0,"dates":[]},"42-151666":{"id":"42-151666","available":0,"dates":[]},"42-152138":{"id":"42-152138","available":0,"dates":[]},"42-152417":{"id":"42-152417","available":0,"dates":[]},"42-152853":{"id":"42-152853","available":0,"dates":[]},"42-153149":{"id":"42-153149","available":0,"dates":[]},"42-153624":{"id":"42-153624","available":0,"dates":[]},"42-153970":{"id":"42-153970","available":0,"dates":[]},"42-154137":{"id":"42-154137","available":0,"dates":[]},"42-154426":{"id":"42-154426","available":6,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"42-154911":{"id":"42-154911","available":11,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155353":{"id":"42-155353","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"42-155785":{"id":"42-155785","available":9,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"50-153694":{"id":"50-153694","available":1,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-147187":{"id":"51-147187","available":9,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-147715":{"id":"51-147715","available":5,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148147":{"id":"51-148147","available":0,"dates":[]},"51-148548":{"id":"51-148548","available":0,"dates":[]},"51-149554":{"id":"51-149554","available":94,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150142":{"id":"51-150142","available":94,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150626":{"id":"51-150626","available":94,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-151004":{"id":"51-151004","available":-41,"dates":[]},"51-151967":{"id":"51-151967","available":0,"dates":[]},"51-152055":{"id":"51-152055","available":6,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-153710":{"id":"51-153710","available":0,"dates":[]},"51-154263":{"id":"51-154263","available":0,"dates":[]},"51-154783":{"id":"51-154783","available":28,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155315":{"id":"51-155315","available":2,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155616":{"id":"51-155616","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-152302":{"id":"52-152302","available":0,"dates":[]},"52-152709":{"id":"52-152709","available":2,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152983":{"id":"52-152983","available":3,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-153703":{"id":"52-153703","available":3,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-154148":{"id":"52-154148","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"52-154149":{"id":"52-154149","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"58-147287":{"id":"58-147287","available":0,"dates":[]},"58-147803":{"id":"58-147803","available":0,"dates":[]},"58-148232":{"id":"58-148232","available":0,"dates":[]},"58-148627":{"id":"58-148627","available":0,"dates":[]},"58-149037":{"id":"58-149037","available":-2,"dates":[]},"58-149612":{"id":"58-149612","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149614":{"id":"58-149614","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150186":{"id":"58-150186","available":128,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150188":{"id":"58-150188","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150672":{"id":"58-150672","available":0,"dates":[]},"58-150674":{"id":"58-150674","available":0,"dates":[]},"58-151322":{"id":"58-151322","available":0,"dates":[]},"58-151726":{"id":"58-151726","available":0,"dates":[]},"58-151963":{"id":"58-151963","available":0,"dates":[]},"58-152179":{"id":"58-152179","available":0,"dates":[]},"58-152628":{"id":"58-152628","available":0,"dates":[]},"58-152882":{"id":"58-152882","available":0,"dates":[]},"58-153182":{"id":"58-153182","available":-1,"dates":[]},"58-153478":{"id":"58-153478","available":0,"dates":[]},"58-154073":{"id":"58-154073","available":0,"dates":[]},"58-154270":{"id":"58-154270","available":0,"dates":[]},"58-154271":{"id":"58-154271","available":0,"dates":[]},"58-154805":{"id":"58-154805","available":46,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155153":{"id":"58-155153","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155648":{"id":"58-155648","available":32,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-148961":{"id":"65-148961","available":0,"dates":[]},"65-149648":{"id":"65-149648","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149651":{"id":"65-149651","available":69,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150213":{"id":"65-150213","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150215":{"id":"65-150215","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150852":{"id":"65-150852","available":0,"dates":[]},"65-150863":{"id":"65-150863","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151242":{"id":"65-151242","available":0,"dates":[]},"65-151649":{"id":"65-151649","available":0,"dates":[]},"65-152121":{"id":"65-152121","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152404":{"id":"65-152404","available":0,"dates":[]},"65-152841":{"id":"65-152841","available":0,"dates":[]},"65-153137":{"id":"65-153137","available":0,"dates":[]},"65-153507":{"id":"65-153507","available":0,"dates":[]},"65-153904":{"id":"65-153904","available":26,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154147":{"id":"65-154147","available":0,"dates":[]},"65-154408":{"id":"65-154408","available":9,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"65-154902":{"id":"65-154902","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155254":{"id":"65-155254","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155773":{"id":"65-155773","available":12,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"66-150485":{"id":"66-150485","available":0,"dates":[]},"9-127901":{"id":"9-127901","available":0,"dates":[]},"9-147362":{"id":"9-147362","available":0,"dates":[]},"9-147882":{"id":"9-147882","available":0,"dates":[]},"9-148318":{"id":"9-148318","available":0,"dates":[]},"9-148715":{"id":"9-148715","available":0,"dates":[]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150672","58-150674","58-154805","58-155153","58-155648"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154783","51-155315","51-155616"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150681","4-150684","4-154883","4-154889","4-155232","4-155241","4-155746","4-155758"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150728","41-150736","41-154842","41-155348","41-155694"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-150887","42-150890","42-154911","42-155353","42-155785"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150680","2-150683","2-154882","2-154888","2-155231","2-155240","2-155745","2-155757","2-155552"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150937","10-150938","10-154895","10-155247","10-155767"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150942","11-150946","11-154768","11-155311","11-155608"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-127901"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150679","1-150682","1-154881","1-154887","1-155230","1-155239","1-155744","1-155756","1-155551"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150852","65-150863","65-154902","65-155254","65-155773"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="56" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="triple-the-firecracker"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=500" alt="Triple the Firecracker" srcset="//urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=500" alt="Triple the Firecracker" srcset="//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="triple-the-firecracker" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-155044","58-150705","58-150708","58-154772","58-155138","58-155645"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154778","51-155313","51-155614"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150829","4-150835","4-154813","4-154816","4-155159","4-155171","4-155537","4-155654","4-155666"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150722","41-150730","41-154837","41-155342","41-155687"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150828","2-150834","2-154812","2-154815","2-155158","2-155170","2-155536","2-155653","2-155665","2-155548"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150651","10-150653","10-154893","10-155245","10-155765"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150940","11-150944","11-154798","11-155145","11-155803"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150914","9-150920","9-154920","9-155269","9-155871"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150827","1-150833","1-154811","1-154814","1-155157","1-155169","1-155535","1-155652","1-155664","1-155547"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150712","65-150717","65-154833","65-155337","65-155681"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-150827":{"id":"1-150827","available":0,"dates":[]},"1-150833":{"id":"1-150833","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-154811":{"id":"1-154811","available":5,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154814":{"id":"1-154814","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155157":{"id":"1-155157","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155169":{"id":"1-155169","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155535":{"id":"1-155535","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155547":{"id":"1-155547","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155652":{"id":"1-155652","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155664":{"id":"1-155664","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150651":{"id":"10-150651","available":0,"dates":[]},"10-150653":{"id":"10-150653","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-154893":{"id":"10-154893","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155245":{"id":"10-155245","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155765":{"id":"10-155765","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150940":{"id":"11-150940","available":0,"dates":[]},"11-150944":{"id":"11-150944","available":15,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-154798":{"id":"11-154798","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155145":{"id":"11-155145","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155803":{"id":"11-155803","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150828":{"id":"2-150828","available":0,"dates":[]},"2-150834":{"id":"2-150834","available":0,"dates":[]},"2-154812":{"id":"2-154812","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154815":{"id":"2-154815","available":6,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155158":{"id":"2-155158","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155170":{"id":"2-155170","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155536":{"id":"2-155536","available":19,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155548":{"id":"2-155548","available":0,"dates":[]},"2-155653":{"id":"2-155653","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155665":{"id":"2-155665","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150829":{"id":"4-150829","available":0,"dates":[]},"4-150835":{"id":"4-150835","available":152,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-154813":{"id":"4-154813","available":45,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154816":{"id":"4-154816","available":26,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155159":{"id":"4-155159","available":31,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155171":{"id":"4-155171","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155537":{"id":"4-155537","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155654":{"id":"4-155654","available":37,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155666":{"id":"4-155666","available":22,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150722":{"id":"41-150722","available":0,"dates":[]},"41-150730":{"id":"41-150730","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-154837":{"id":"41-154837","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155342":{"id":"41-155342","available":22,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155687":{"id":"41-155687","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"51-154778":{"id":"51-154778","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155313":{"id":"51-155313","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155614":{"id":"51-155614","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"58-150705":{"id":"58-150705","available":0,"dates":[]},"58-150708":{"id":"58-150708","available":0,"dates":[]},"58-154772":{"id":"58-154772","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155044":{"id":"58-155044","available":0,"dates":[]},"58-155138":{"id":"58-155138","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155645":{"id":"58-155645","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150712":{"id":"65-150712","available":0,"dates":[]},"65-150717":{"id":"65-150717","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-154833":{"id":"65-154833","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155337":{"id":"65-155337","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155681":{"id":"65-155681","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150914":{"id":"9-150914","available":0,"dates":[]},"9-150920":{"id":"9-150920","available":0,"dates":[]},"9-154920":{"id":"9-154920","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155269":{"id":"9-155269","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155871":{"id":"9-155871","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/triple-the-firecracker" title="View Triple the Firecracker" data-product-card-title><h3 style="font-size: 1em;">Triple the Firecracker</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$188 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$222</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">1458 reviews with an average of 4.9 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.9" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="1458" aria-hidden="true" style=" font-size: 12px;">(1458)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Firecracker in Single" data-swatch-item="the-firecracker" href="https://urbanstems.com/products/the-firecracker" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Firecracker in Double" data-swatch-item="double-the-firecracker" href="https://urbanstems.com/products/double-the-firecracker" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Triple the Firecracker in Triple" data-swatch-item="triple-the-firecracker" data-image-loaded href="https://urbanstems.com/products/triple-the-firecracker" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="triple-the-firecracker" type="application/json">{"the-firecracker":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Wirecutter_Badge_150px.png?v=1738704266" }, "handle": "the-firecracker", "priceAmount": 7400, "price": "$74 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-firecracker", "variantName": null, "title": "The Firecracker", "images": [ { "alt": "The Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_SupportingImage_1_PDP_ac774926-bf5f-452a-ba81-b0061e2f1cff.jpg?v=1731601910&width=700 700w" }, { "alt": "The Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=500 500w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=600 600w, //urbanstems.com/cdn/shop/files/Firecracker_MainImage_PDP_3d3fee8b-1e15-4a05-9957-67cfdf0a5c5b.jpg?v=1731601910&width=700 700w" } ], "variants": [{"id":45510413385976,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00025","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Firecracker - Single","public_title":"Single","options":["Single","Default Title"],"price":7400,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4888887544,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4891050232,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4891934968,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4892623096,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4893409528,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4888920312,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4891083000,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4891967736,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4892655864,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4893442296,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4888953080,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4891115768,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4892000504,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4892688632,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4893475064,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4983390456,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4983423224,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4983980280,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4984013048,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146736":{"id":"1-146736","available":42,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146752":{"id":"1-146752","available":22,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146861":{"id":"1-146861","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147251":{"id":"1-147251","available":0,"dates":[]},"1-147267":{"id":"1-147267","available":0,"dates":[]},"1-147772":{"id":"1-147772","available":0,"dates":[]},"1-147785":{"id":"1-147785","available":-1,"dates":[]},"1-148202":{"id":"1-148202","available":0,"dates":[]},"1-148215":{"id":"1-148215","available":0,"dates":[]},"1-148596":{"id":"1-148596","available":0,"dates":[]},"1-148608":{"id":"1-148608","available":0,"dates":[]},"1-148881":{"id":"1-148881","available":0,"dates":[]},"1-148899":{"id":"1-148899","available":0,"dates":[]},"1-149793":{"id":"1-149793","available":63,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149799":{"id":"1-149799","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150355":{"id":"1-150355","available":63,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150361":{"id":"1-150361","available":72,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150827":{"id":"1-150827","available":0,"dates":[]},"1-150833":{"id":"1-150833","available":4,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151166":{"id":"1-151166","available":12,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151181":{"id":"1-151181","available":13,"dates":["2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19"]},"1-151577":{"id":"1-151577","available":13,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151592":{"id":"1-151592","available":0,"dates":[]},"1-152069":{"id":"1-152069","available":12,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152574":{"id":"1-152574","available":0,"dates":[]},"1-152805":{"id":"1-152805","available":0,"dates":[]},"1-152962":{"id":"1-152962","available":0,"dates":[]},"1-153090":{"id":"1-153090","available":0,"dates":[]},"1-153102":{"id":"1-153102","available":9,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153392":{"id":"1-153392","available":0,"dates":[]},"1-153404":{"id":"1-153404","available":0,"dates":[]},"1-153724":{"id":"1-153724","available":0,"dates":[]},"1-153790":{"id":"1-153790","available":0,"dates":[]},"1-154305":{"id":"1-154305","available":0,"dates":[]},"1-154308":{"id":"1-154308","available":3,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154811":{"id":"1-154811","available":15,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154814":{"id":"1-154814","available":11,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155157":{"id":"1-155157","available":28,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155169":{"id":"1-155169","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155535":{"id":"1-155535","available":55,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155547":{"id":"1-155547","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155652":{"id":"1-155652","available":22,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155664":{"id":"1-155664","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-2024-10-05":{"id":"1-2024-10-05","available":1,"dates":["2024-10-05"]},"1-2024-10-06":{"id":"1-2024-10-06","available":32,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"1-2024-10-09":{"id":"1-2024-10-09","available":49,"dates":["2024-10-09","2024-10-10"]},"1-2024-10-11":{"id":"1-2024-10-11","available":48,"dates":["2024-10-11","2024-10-12"]},"1-2024-10-13":{"id":"1-2024-10-13","available":11,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"1-2024-10-16":{"id":"1-2024-10-16","available":38,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"1-2024-10-18":{"id":"1-2024-10-18","available":53,"dates":["2024-10-18","2024-10-19"]},"1-2024-10-20":{"id":"1-2024-10-20","available":89,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"1-2024-10-23":{"id":"1-2024-10-23","available":112,"dates":["2024-10-23","2024-10-24"]},"1-2024-10-25":{"id":"1-2024-10-25","available":85,"dates":["2024-10-25","2024-10-26"]},"1-2024-10-27":{"id":"1-2024-10-27","available":124,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"1-2024-10-30":{"id":"1-2024-10-30","available":95,"dates":["2024-10-30","2024-10-31"]},"1-2024-11-01":{"id":"1-2024-11-01","available":61,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-2024-11-06":{"id":"1-2024-11-06","available":22,"dates":["2024-11-06","2024-11-07"]},"1-FLRL-B-00025-1-144723":{"id":"1-FLRL-B-00025-1-144723","available":5,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-00025-1-145439":{"id":"1-FLRL-B-00025-1-145439","available":3,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"1-FLRL-B-00025-1-146073":{"id":"1-FLRL-B-00025-1-146073","available":9,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"1-FLRL-B-00025-1-146661":{"id":"1-FLRL-B-00025-1-146661","available":"8","dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"10-146836":{"id":"10-146836","available":60,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147353":{"id":"10-147353","available":0,"dates":[]},"10-147873":{"id":"10-147873","available":0,"dates":[]},"10-148309":{"id":"10-148309","available":0,"dates":[]},"10-148699":{"id":"10-148699","available":0,"dates":[]},"10-149012":{"id":"10-149012","available":0,"dates":[]},"10-149805":{"id":"10-149805","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149807":{"id":"10-149807","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150367":{"id":"10-150367","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150369":{"id":"10-150369","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150651":{"id":"10-150651","available":0,"dates":[]},"10-150653":{"id":"10-150653","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151294":{"id":"10-151294","available":0,"dates":[]},"10-151698":{"id":"10-151698","available":0,"dates":[]},"10-152151":{"id":"10-152151","available":0,"dates":[]},"10-152610":{"id":"10-152610","available":0,"dates":[]},"10-152862":{"id":"10-152862","available":0,"dates":[]},"10-153161":{"id":"10-153161","available":0,"dates":[]},"10-153458":{"id":"10-153458","available":0,"dates":[]},"10-153938":{"id":"10-153938","available":0,"dates":[]},"10-154397":{"id":"10-154397","available":0,"dates":[]},"10-154893":{"id":"10-154893","available":79,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155245":{"id":"10-155245","available":63,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155765":{"id":"10-155765","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-2024-10-03":{"id":"10-2024-10-03","available":16,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"10-2024-10-05":{"id":"10-2024-10-05","available":4,"dates":["2024-10-05","2024-10-06"]},"10-2024-10-07":{"id":"10-2024-10-07","available":47,"dates":["2024-10-07","2024-10-08"]},"10-2024-10-09":{"id":"10-2024-10-09","available":43,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"10-2024-10-14":{"id":"10-2024-10-14","available":41,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"10-2024-10-16":{"id":"10-2024-10-16","available":51,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"10-2024-10-21":{"id":"10-2024-10-21","available":95,"dates":["2024-10-21","2024-10-22"]},"10-2024-10-23":{"id":"10-2024-10-23","available":54,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"10-2024-10-28":{"id":"10-2024-10-28","available":111,"dates":["2024-10-28","2024-10-29"]},"10-2024-10-30":{"id":"10-2024-10-30","available":57,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-FLRL-B-00025-10-144824":{"id":"10-FLRL-B-00025-10-144824","available":5,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"10-FLRL-B-00025-10-146160":{"id":"10-FLRL-B-00025-10-146160","available":15,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146717":{"id":"11-146717","available":102,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147232":{"id":"11-147232","available":0,"dates":[]},"11-147753":{"id":"11-147753","available":0,"dates":[]},"11-148182":{"id":"11-148182","available":0,"dates":[]},"11-148577":{"id":"11-148577","available":0,"dates":[]},"11-149072":{"id":"11-149072","available":-2,"dates":[]},"11-149813":{"id":"11-149813","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149815":{"id":"11-149815","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150371":{"id":"11-150371","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150373":{"id":"11-150373","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150940":{"id":"11-150940","available":0,"dates":[]},"11-150944":{"id":"11-150944","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151364":{"id":"11-151364","available":0,"dates":[]},"11-151755":{"id":"11-151755","available":0,"dates":[]},"11-152211":{"id":"11-152211","available":0,"dates":[]},"11-152643":{"id":"11-152643","available":0,"dates":[]},"11-152909":{"id":"11-152909","available":0,"dates":[]},"11-153212":{"id":"11-153212","available":0,"dates":[]},"11-153508":{"id":"11-153508","available":0,"dates":[]},"11-153914":{"id":"11-153914","available":0,"dates":[]},"11-154269":{"id":"11-154269","available":0,"dates":[]},"11-154798":{"id":"11-154798","available":81,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155145":{"id":"11-155145","available":64,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155803":{"id":"11-155803","available":82,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-2024-10-03":{"id":"11-2024-10-03","available":16,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"11-2024-10-07":{"id":"11-2024-10-07","available":73,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-09":{"id":"11-2024-10-09","available":80,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"11-2024-10-14":{"id":"11-2024-10-14","available":41,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"11-2024-10-16":{"id":"11-2024-10-16","available":64,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"11-2024-10-21":{"id":"11-2024-10-21","available":132,"dates":["2024-10-21","2024-10-22"]},"11-2024-10-23":{"id":"11-2024-10-23","available":91,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"11-2024-10-28":{"id":"11-2024-10-28","available":188,"dates":["2024-10-28","2024-10-29"]},"11-2024-10-30":{"id":"11-2024-10-30","available":97,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-FLRL-B-00025-11-144687":{"id":"11-FLRL-B-00025-11-144687","available":18,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-00025-11-145618":{"id":"11-FLRL-B-00025-11-145618","available":"1","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"11-FLRL-B-00025-11-146034":{"id":"11-FLRL-B-00025-11-146034","available":12,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146737":{"id":"2-146737","available":57,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146753":{"id":"2-146753","available":42,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146862":{"id":"2-146862","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147252":{"id":"2-147252","available":0,"dates":[]},"2-147268":{"id":"2-147268","available":0,"dates":[]},"2-147773":{"id":"2-147773","available":0,"dates":[]},"2-147786":{"id":"2-147786","available":0,"dates":[]},"2-148203":{"id":"2-148203","available":0,"dates":[]},"2-148216":{"id":"2-148216","available":0,"dates":[]},"2-148597":{"id":"2-148597","available":0,"dates":[]},"2-148609":{"id":"2-148609","available":0,"dates":[]},"2-148882":{"id":"2-148882","available":0,"dates":[]},"2-148900":{"id":"2-148900","available":0,"dates":[]},"2-149794":{"id":"2-149794","available":81,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149800":{"id":"2-149800","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150356":{"id":"2-150356","available":81,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150362":{"id":"2-150362","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150828":{"id":"2-150828","available":0,"dates":[]},"2-150834":{"id":"2-150834","available":0,"dates":[]},"2-151167":{"id":"2-151167","available":0,"dates":[]},"2-151182":{"id":"2-151182","available":-4,"dates":[]},"2-151578":{"id":"2-151578","available":-2,"dates":[]},"2-151593":{"id":"2-151593","available":0,"dates":[]},"2-152070":{"id":"2-152070","available":0,"dates":[]},"2-152575":{"id":"2-152575","available":0,"dates":[]},"2-152806":{"id":"2-152806","available":0,"dates":[]},"2-152814":{"id":"2-152814","available":8,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152963":{"id":"2-152963","available":0,"dates":[]},"2-153091":{"id":"2-153091","available":0,"dates":[]},"2-153103":{"id":"2-153103","available":0,"dates":[]},"2-153393":{"id":"2-153393","available":0,"dates":[]},"2-153405":{"id":"2-153405","available":0,"dates":[]},"2-153725":{"id":"2-153725","available":0,"dates":[]},"2-153791":{"id":"2-153791","available":0,"dates":[]},"2-154306":{"id":"2-154306","available":0,"dates":[]},"2-154309":{"id":"2-154309","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"2-154812":{"id":"2-154812","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154815":{"id":"2-154815","available":18,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155158":{"id":"2-155158","available":49,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155170":{"id":"2-155170","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155536":{"id":"2-155536","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155548":{"id":"2-155548","available":0,"dates":[]},"2-155653":{"id":"2-155653","available":50,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155665":{"id":"2-155665","available":36,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-2024-10-06":{"id":"2-2024-10-06","available":42,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"2-2024-10-09":{"id":"2-2024-10-09","available":76,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12"]},"2-2024-10-13":{"id":"2-2024-10-13","available":31,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"2-2024-10-16":{"id":"2-2024-10-16","available":69,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"2-2024-10-18":{"id":"2-2024-10-18","available":89,"dates":["2024-10-18","2024-10-19"]},"2-2024-10-20":{"id":"2-2024-10-20","available":137,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"2-2024-10-23":{"id":"2-2024-10-23","available":141,"dates":["2024-10-23","2024-10-24"]},"2-2024-10-25":{"id":"2-2024-10-25","available":103,"dates":["2024-10-25","2024-10-26"]},"2-2024-10-27":{"id":"2-2024-10-27","available":160,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"2-2024-10-30":{"id":"2-2024-10-30","available":131,"dates":["2024-10-30","2024-10-31"]},"2-2024-11-01":{"id":"2-2024-11-01","available":96,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-2024-11-06":{"id":"2-2024-11-06","available":39,"dates":["2024-11-06","2024-11-07"]},"2-FLRL-B-00025-2-144724":{"id":"2-FLRL-B-00025-2-144724","available":7,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-00025-2-145440":{"id":"2-FLRL-B-00025-2-145440","available":5,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"2-FLRL-B-00025-2-145637":{"id":"2-FLRL-B-00025-2-145637","available":"1","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"2-FLRL-B-00025-2-146074":{"id":"2-FLRL-B-00025-2-146074","available":8,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"2-FLRL-B-00025-2-146662":{"id":"2-FLRL-B-00025-2-146662","available":"15","dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"30-146830":{"id":"30-146830","available":108,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147347":{"id":"30-147347","available":0,"dates":[]},"30-147866":{"id":"30-147866","available":0,"dates":[]},"30-148301":{"id":"30-148301","available":0,"dates":[]},"30-148688":{"id":"30-148688","available":0,"dates":[]},"30-2024-10-07":{"id":"30-2024-10-07","available":52,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"30-2024-10-14":{"id":"30-2024-10-14","available":193,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"30-2024-10-16":{"id":"30-2024-10-16","available":210,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"30-2024-10-21":{"id":"30-2024-10-21","available":295,"dates":["2024-10-21","2024-10-22"]},"30-2024-10-23":{"id":"30-2024-10-23","available":102,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"30-2024-10-28":{"id":"30-2024-10-28","available":203,"dates":["2024-10-28","2024-10-29"]},"30-2024-10-30":{"id":"30-2024-10-30","available":101,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-FLRL-B-00025-30-145442":{"id":"30-FLRL-B-00025-30-145442","available":51,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"30-FLRL-B-00025-30-146664":{"id":"30-FLRL-B-00025-30-146664","available":95,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"30-FLRL-B-00025-4-000012":{"id":"30-FLRL-B-00025-4-000012","available":8,"dates":[]},"4-000011":{"id":"4-000011","available":0,"dates":["2024-10-01","2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000012":{"id":"4-000012","available":0,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21"]},"4-000013":{"id":"4-000013","available":0,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04"]},"4-000014":{"id":"4-000014","available":0,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000015":{"id":"4-000015","available":0,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-146738":{"id":"4-146738","available":102,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146754":{"id":"4-146754","available":66,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146863":{"id":"4-146863","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147253":{"id":"4-147253","available":0,"dates":[]},"4-147269":{"id":"4-147269","available":0,"dates":[]},"4-147774":{"id":"4-147774","available":0,"dates":[]},"4-147787":{"id":"4-147787","available":-4,"dates":[]},"4-148204":{"id":"4-148204","available":0,"dates":[]},"4-148217":{"id":"4-148217","available":0,"dates":[]},"4-148598":{"id":"4-148598","available":-2,"dates":[]},"4-148610":{"id":"4-148610","available":0,"dates":[]},"4-148883":{"id":"4-148883","available":0,"dates":[]},"4-148901":{"id":"4-148901","available":-2,"dates":[]},"4-149795":{"id":"4-149795","available":468,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149801":{"id":"4-149801","available":576,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150357":{"id":"4-150357","available":468,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150363":{"id":"4-150363","available":576,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150829":{"id":"4-150829","available":0,"dates":[]},"4-150835":{"id":"4-150835","available":456,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151168":{"id":"4-151168","available":0,"dates":[]},"4-151183":{"id":"4-151183","available":0,"dates":[]},"4-151579":{"id":"4-151579","available":0,"dates":[]},"4-151594":{"id":"4-151594","available":0,"dates":[]},"4-151952":{"id":"4-151952","available":0,"dates":[]},"4-151958":{"id":"4-151958","available":24,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152071":{"id":"4-152071","available":0,"dates":[]},"4-152576":{"id":"4-152576","available":0,"dates":[]},"4-152807":{"id":"4-152807","available":0,"dates":[]},"4-152964":{"id":"4-152964","available":0,"dates":[]},"4-153092":{"id":"4-153092","available":0,"dates":[]},"4-153104":{"id":"4-153104","available":0,"dates":[]},"4-153394":{"id":"4-153394","available":0,"dates":[]},"4-153406":{"id":"4-153406","available":-2,"dates":[]},"4-153726":{"id":"4-153726","available":-2,"dates":[]},"4-153792":{"id":"4-153792","available":-11,"dates":[]},"4-154307":{"id":"4-154307","available":0,"dates":[]},"4-154310":{"id":"4-154310","available":0,"dates":[]},"4-154813":{"id":"4-154813","available":135,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154816":{"id":"4-154816","available":78,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155037":{"id":"4-155037","available":0,"dates":[]},"4-155159":{"id":"4-155159","available":93,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155171":{"id":"4-155171","available":48,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155537":{"id":"4-155537","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155654":{"id":"4-155654","available":111,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155666":{"id":"4-155666","available":66,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-2024-10-03":{"id":"4-2024-10-03","available":47,"dates":["2024-10-03","2024-10-04","2024-10-05"]},"4-2024-10-05":{"id":"4-2024-10-05","available":1,"dates":["2024-10-05"]},"4-2024-10-06":{"id":"4-2024-10-06","available":76,"dates":["2024-10-06","2024-10-07","2024-10-08"]},"4-2024-10-09":{"id":"4-2024-10-09","available":110,"dates":["2024-10-09","2024-10-10"]},"4-2024-10-11":{"id":"4-2024-10-11","available":109,"dates":["2024-10-11","2024-10-12"]},"4-2024-10-13":{"id":"4-2024-10-13","available":118,"dates":["2024-10-13","2024-10-14","2024-10-15"]},"4-2024-10-16":{"id":"4-2024-10-16","available":32,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19"]},"4-2024-10-18":{"id":"4-2024-10-18","available":45,"dates":["2024-10-18","2024-10-19"]},"4-2024-10-20":{"id":"4-2024-10-20","available":126,"dates":["2024-10-20","2024-10-21","2024-10-22"]},"4-2024-10-23":{"id":"4-2024-10-23","available":181,"dates":["2024-10-23","2024-10-24"]},"4-2024-10-25":{"id":"4-2024-10-25","available":149,"dates":["2024-10-25","2024-10-26"]},"4-2024-10-27":{"id":"4-2024-10-27","available":245,"dates":["2024-10-27","2024-10-28","2024-10-29"]},"4-2024-10-30":{"id":"4-2024-10-30","available":212,"dates":["2024-10-30","2024-10-31"]},"4-2024-11-01":{"id":"4-2024-11-01","available":157,"dates":["2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-2024-11-06":{"id":"4-2024-11-06","available":61,"dates":["2024-11-06","2024-11-07"]},"4-FLRL-B-00025-4-000013":{"id":"4-FLRL-B-00025-4-000013","available":7,"dates":[]},"4-FLRL-B-00025-4-144725":{"id":"4-FLRL-B-00025-4-144725","available":6,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-00025-4-145638":{"id":"4-FLRL-B-00025-4-145638","available":"4","dates":["2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"4-FLRL-B-00025-4-145655":{"id":"4-FLRL-B-00025-4-145655","available":1,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-B-00025-4-146075":{"id":"4-FLRL-B-00025-4-146075","available":14,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146867":{"id":"41-146867","available":74,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147380":{"id":"41-147380","available":0,"dates":[]},"41-147807":{"id":"41-147807","available":0,"dates":[]},"41-148237":{"id":"41-148237","available":0,"dates":[]},"41-148629":{"id":"41-148629","available":0,"dates":[]},"41-148851":{"id":"41-148851","available":0,"dates":[]},"41-149817":{"id":"41-149817","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149819":{"id":"41-149819","available":156,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150250":{"id":"41-150250","available":132,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150258":{"id":"41-150258","available":156,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150722":{"id":"41-150722","available":0,"dates":[]},"41-150730":{"id":"41-150730","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-151136":{"id":"41-151136","available":0,"dates":[]},"41-151547":{"id":"41-151547","available":48,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"41-152042":{"id":"41-152042","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"41-152549":{"id":"41-152549","available":0,"dates":[]},"41-152780":{"id":"41-152780","available":0,"dates":[]},"41-153064":{"id":"41-153064","available":0,"dates":[]},"41-153366":{"id":"41-153366","available":0,"dates":[]},"41-153887":{"id":"41-153887","available":0,"dates":[]},"41-154333":{"id":"41-154333","available":0,"dates":[]},"41-154837":{"id":"41-154837","available":96,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155342":{"id":"41-155342","available":66,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155687":{"id":"41-155687","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-2024-10-03":{"id":"41-2024-10-03","available":26,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"41-2024-10-07":{"id":"41-2024-10-07","available":69,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-09":{"id":"41-2024-10-09","available":71,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"41-2024-10-14":{"id":"41-2024-10-14","available":49,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"41-2024-10-16":{"id":"41-2024-10-16","available":62,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"41-2024-10-21":{"id":"41-2024-10-21","available":118,"dates":["2024-10-21","2024-10-22"]},"41-2024-10-23":{"id":"41-2024-10-23","available":69,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"41-2024-10-28":{"id":"41-2024-10-28","available":142,"dates":["2024-10-28","2024-10-29"]},"41-2024-10-30":{"id":"41-2024-10-30","available":73,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-FLRL-B-00025-41-144851":{"id":"41-FLRL-B-00025-41-144851","available":34,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-00025-41-146189":{"id":"41-FLRL-B-00025-41-146189","available":11,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146783":{"id":"42-146783","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147298":{"id":"42-147298","available":0,"dates":[]},"42-147816":{"id":"42-147816","available":0,"dates":[]},"42-148247":{"id":"42-148247","available":0,"dates":[]},"42-148639":{"id":"42-148639","available":0,"dates":[]},"42-2024-10-03":{"id":"42-2024-10-03","available":5,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"42-2024-10-07":{"id":"42-2024-10-07","available":24,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"42-2024-10-09":{"id":"42-2024-10-09","available":28,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"42-2024-10-12":{"id":"42-2024-10-12","available":23,"dates":["2024-10-12","2024-10-13"]},"42-2024-10-14":{"id":"42-2024-10-14","available":42,"dates":["2024-10-14","2024-10-15"]},"42-2024-10-16":{"id":"42-2024-10-16","available":19,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"42-2024-10-21":{"id":"42-2024-10-21","available":47,"dates":["2024-10-21","2024-10-22"]},"42-2024-10-23":{"id":"42-2024-10-23","available":28,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"42-2024-10-28":{"id":"42-2024-10-28","available":56,"dates":["2024-10-28","2024-10-29"]},"42-2024-10-30":{"id":"42-2024-10-30","available":28,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-FLRL-B-00025-42-144763":{"id":"42-FLRL-B-00025-42-144763","available":11,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"42-FLRL-B-00025-42-145684":{"id":"42-FLRL-B-00025-42-145684","available":"19","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"42-FLRL-B-00025-42-146104":{"id":"42-FLRL-B-00025-42-146104","available":30,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148866":{"id":"51-148866","available":-2,"dates":[]},"51-149546":{"id":"51-149546","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150134":{"id":"51-150134","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150618":{"id":"51-150618","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150996":{"id":"51-150996","available":-54,"dates":[]},"51-151151":{"id":"51-151151","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151562":{"id":"51-151562","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"51-151965":{"id":"51-151965","available":20,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152053":{"id":"51-152053","available":9,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152559":{"id":"51-152559","available":2,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152790":{"id":"51-152790","available":2,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153075":{"id":"51-153075","available":0,"dates":[]},"51-153594":{"id":"51-153594","available":0,"dates":[]},"51-153704":{"id":"51-153704","available":0,"dates":[]},"51-154257":{"id":"51-154257","available":0,"dates":[]},"51-154778":{"id":"51-154778","available":45,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155313":{"id":"51-155313","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155614":{"id":"51-155614","available":14,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-146327":{"id":"52-146327","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146528":{"id":"52-146528","available":20,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146781":{"id":"52-146781","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147296":{"id":"52-147296","available":19,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147814":{"id":"52-147814","available":20,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148244":{"id":"52-148244","available":2,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148440":{"id":"52-148440","available":10,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148636":{"id":"52-148636","available":0,"dates":[]},"52-151983":{"id":"52-151983","available":3,"dates":["2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"52-2024-10-05":{"id":"52-2024-10-05","available":2,"dates":["2024-10-05","2024-10-06"]},"52-2024-10-07":{"id":"52-2024-10-07","available":18,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11"]},"52-2024-10-12":{"id":"52-2024-10-12","available":2,"dates":["2024-10-12","2024-10-13"]},"52-2024-10-14":{"id":"52-2024-10-14","available":19,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18"]},"52-2024-10-19":{"id":"52-2024-10-19","available":17,"dates":["2024-10-19","2024-10-20"]},"52-2024-10-21":{"id":"52-2024-10-21","available":24,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-2024-10-28":{"id":"52-2024-10-28","available":33,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-FLRL-B-00025-52-146327":{"id":"52-FLRL-B-00025-52-146327","available":0,"dates":[]},"52-FLRL-B-00025-52-146528":{"id":"52-FLRL-B-00025-52-146528","available":20,"dates":[]},"58-146869":{"id":"58-146869","available":139,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147382":{"id":"58-147382","available":0,"dates":[]},"58-147908":{"id":"58-147908","available":0,"dates":[]},"58-148343":{"id":"58-148343","available":0,"dates":[]},"58-148735":{"id":"58-148735","available":0,"dates":[]},"58-148949":{"id":"58-148949","available":2,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"58-149667":{"id":"58-149667","available":210,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149671":{"id":"58-149671","available":264,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150227":{"id":"58-150227","available":210,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150231":{"id":"58-150231","available":264,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150705":{"id":"58-150705","available":0,"dates":[]},"58-150708":{"id":"58-150708","available":0,"dates":[]},"58-151230":{"id":"58-151230","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151637":{"id":"58-151637","available":2,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-151959":{"id":"58-151959","available":0,"dates":[]},"58-152109":{"id":"58-152109","available":0,"dates":[]},"58-152589":{"id":"58-152589","available":0,"dates":[]},"58-152833":{"id":"58-152833","available":0,"dates":[]},"58-153129":{"id":"58-153129","available":0,"dates":[]},"58-153431":{"id":"58-153431","available":0,"dates":[]},"58-154067":{"id":"58-154067","available":0,"dates":[]},"58-154240":{"id":"58-154240","available":0,"dates":[]},"58-154249":{"id":"58-154249","available":0,"dates":[]},"58-154772":{"id":"58-154772","available":117,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155044":{"id":"58-155044","available":0,"dates":[]},"58-155138":{"id":"58-155138","available":100,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155645":{"id":"58-155645","available":116,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-2024-10-03":{"id":"58-2024-10-03","available":10,"dates":["2024-10-03","2024-10-04","2024-10-05","2024-10-06"]},"58-2024-10-07":{"id":"58-2024-10-07","available":96,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-09":{"id":"58-2024-10-09","available":109,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13"]},"58-2024-10-14":{"id":"58-2024-10-14","available":96,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"58-2024-10-16":{"id":"58-2024-10-16","available":122,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20"]},"58-2024-10-21":{"id":"58-2024-10-21","available":225,"dates":["2024-10-21","2024-10-22"]},"58-2024-10-23":{"id":"58-2024-10-23","available":129,"dates":["2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"58-2024-10-28":{"id":"58-2024-10-28","available":263,"dates":["2024-10-28","2024-10-29"]},"58-2024-10-30":{"id":"58-2024-10-30","available":134,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-FLRL-B-00025-4-000011":{"id":"58-FLRL-B-00025-4-000011","available":15,"dates":[]},"58-FLRL-B-00025-58-144854":{"id":"58-FLRL-B-00025-58-144854","available":14,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-00025-58-146191":{"id":"58-FLRL-B-00025-58-146191","available":22,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148954":{"id":"65-148954","available":0,"dates":[]},"65-149809":{"id":"65-149809","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149811":{"id":"65-149811","available":114,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150240":{"id":"65-150240","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150245":{"id":"65-150245","available":114,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150712":{"id":"65-150712","available":0,"dates":[]},"65-150717":{"id":"65-150717","available":19,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151235":{"id":"65-151235","available":-1,"dates":[]},"65-151642":{"id":"65-151642","available":45,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152114":{"id":"65-152114","available":11,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152400":{"id":"65-152400","available":0,"dates":[]},"65-152837":{"id":"65-152837","available":0,"dates":[]},"65-153133":{"id":"65-153133","available":0,"dates":[]},"65-153435":{"id":"65-153435","available":36,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153609":{"id":"65-153609","available":0,"dates":[]},"65-153894":{"id":"65-153894","available":0,"dates":[]},"65-154329":{"id":"65-154329","available":0,"dates":[]},"65-154833":{"id":"65-154833","available":52,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155337":{"id":"65-155337","available":35,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155681":{"id":"65-155681","available":48,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149051":{"id":"9-149051","available":0,"dates":[]},"9-149829":{"id":"9-149829","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149831":{"id":"9-149831","available":48,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150406":{"id":"9-150406","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150412":{"id":"9-150412","available":48,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150914":{"id":"9-150914","available":0,"dates":[]},"9-150920":{"id":"9-150920","available":0,"dates":[]},"9-151336":{"id":"9-151336","available":0,"dates":[]},"9-151845":{"id":"9-151845","available":0,"dates":[]},"9-152192":{"id":"9-152192","available":0,"dates":[]},"9-152638":{"id":"9-152638","available":1,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07"]},"9-152893":{"id":"9-152893","available":0,"dates":[]},"9-153193":{"id":"9-153193","available":0,"dates":[]},"9-153634":{"id":"9-153634","available":0,"dates":[]},"9-153875":{"id":"9-153875","available":0,"dates":[]},"9-154439":{"id":"9-154439","available":0,"dates":[]},"9-154920":{"id":"9-154920","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155269":{"id":"9-155269","available":28,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155871":{"id":"9-155871","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-155044","58-150705","58-150708","58-154772","58-155138","58-155645"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154778","51-155313","51-155614"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150829","4-150835","4-154813","4-154816","4-155159","4-155171","4-155537","4-155654","4-155666"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150722","41-150730","41-154837","41-155342","41-155687"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150828","2-150834","2-154812","2-154815","2-155158","2-155170","2-155536","2-155653","2-155665","2-155548"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150651","10-150653","10-154893","10-155245","10-155765"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150940","11-150944","11-154798","11-155145","11-155803"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150914","9-150920","9-154920","9-155269","9-155871"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150827","1-150833","1-154811","1-154814","1-155157","1-155169","1-155535","1-155652","1-155664","1-155547"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150712","65-150717","65-154833","65-155337","65-155681"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-firecracker":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-firecracker", "priceAmount": 13300, "price": "$133 ", "priceCompareAtAmount": 14800, "priceCompareAt": "$148 ", "url": "https://urbanstems.com/products/double-the-firecracker", "variantName": null, "title": "Double the Firecracker", "images": [ { "alt": "Double the Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_SupportingImage_1_PDP.jpg?v=1731601883&width=700 700w" }, { "alt": "Double the Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=500 500w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=600 600w, //urbanstems.com/cdn/shop/files/DoubleFirecracker_MainImage_PDP.jpg?v=1731601883&width=700 700w" } ], "variants": [{"id":45510436782328,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00025","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Firecracker - Double","public_title":"Double","options":["Double","Default Title"],"price":13300,"weight":0,"compare_at_price":14800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4983455992,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4983488760,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4984045816,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4984078584,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146736":{"id":"1-146736","available":21,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146752":{"id":"1-146752","available":11,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146861":{"id":"1-146861","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147251":{"id":"1-147251","available":0,"dates":[]},"1-147267":{"id":"1-147267","available":0,"dates":[]},"1-147772":{"id":"1-147772","available":0,"dates":[]},"1-147785":{"id":"1-147785","available":-1,"dates":[]},"1-148202":{"id":"1-148202","available":0,"dates":[]},"1-148215":{"id":"1-148215","available":0,"dates":[]},"1-148596":{"id":"1-148596","available":0,"dates":[]},"1-148608":{"id":"1-148608","available":0,"dates":[]},"1-148881":{"id":"1-148881","available":0,"dates":[]},"1-148899":{"id":"1-148899","available":0,"dates":[]},"1-149793":{"id":"1-149793","available":31,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149799":{"id":"1-149799","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150355":{"id":"1-150355","available":31,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150361":{"id":"1-150361","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150827":{"id":"1-150827","available":0,"dates":[]},"1-150833":{"id":"1-150833","available":2,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151166":{"id":"1-151166","available":6,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151181":{"id":"1-151181","available":6,"dates":["2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19"]},"1-151577":{"id":"1-151577","available":6,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151592":{"id":"1-151592","available":0,"dates":[]},"1-152069":{"id":"1-152069","available":6,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152574":{"id":"1-152574","available":0,"dates":[]},"1-152805":{"id":"1-152805","available":0,"dates":[]},"1-152962":{"id":"1-152962","available":0,"dates":[]},"1-153090":{"id":"1-153090","available":0,"dates":[]},"1-153102":{"id":"1-153102","available":4,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153392":{"id":"1-153392","available":0,"dates":[]},"1-153404":{"id":"1-153404","available":0,"dates":[]},"1-153724":{"id":"1-153724","available":0,"dates":[]},"1-153790":{"id":"1-153790","available":0,"dates":[]},"1-154305":{"id":"1-154305","available":0,"dates":[]},"1-154308":{"id":"1-154308","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154811":{"id":"1-154811","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154814":{"id":"1-154814","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155157":{"id":"1-155157","available":14,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155169":{"id":"1-155169","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155535":{"id":"1-155535","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155547":{"id":"1-155547","available":8,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155652":{"id":"1-155652","available":11,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155664":{"id":"1-155664","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-D-00025-1-146073":{"id":"1-FLRL-D-00025-1-146073","available":4,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146836":{"id":"10-146836","available":30,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147353":{"id":"10-147353","available":0,"dates":[]},"10-147873":{"id":"10-147873","available":0,"dates":[]},"10-148309":{"id":"10-148309","available":0,"dates":[]},"10-148699":{"id":"10-148699","available":0,"dates":[]},"10-149012":{"id":"10-149012","available":0,"dates":[]},"10-149805":{"id":"10-149805","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149807":{"id":"10-149807","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150367":{"id":"10-150367","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150369":{"id":"10-150369","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150651":{"id":"10-150651","available":0,"dates":[]},"10-150653":{"id":"10-150653","available":8,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151294":{"id":"10-151294","available":0,"dates":[]},"10-151698":{"id":"10-151698","available":0,"dates":[]},"10-152151":{"id":"10-152151","available":0,"dates":[]},"10-152610":{"id":"10-152610","available":0,"dates":[]},"10-152862":{"id":"10-152862","available":0,"dates":[]},"10-153161":{"id":"10-153161","available":0,"dates":[]},"10-153458":{"id":"10-153458","available":0,"dates":[]},"10-153938":{"id":"10-153938","available":0,"dates":[]},"10-154397":{"id":"10-154397","available":0,"dates":[]},"10-154893":{"id":"10-154893","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155245":{"id":"10-155245","available":31,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155765":{"id":"10-155765","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-D-00025-10-146160":{"id":"10-FLRL-D-00025-10-146160","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146717":{"id":"11-146717","available":51,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147232":{"id":"11-147232","available":0,"dates":[]},"11-147753":{"id":"11-147753","available":0,"dates":[]},"11-148182":{"id":"11-148182","available":0,"dates":[]},"11-148577":{"id":"11-148577","available":0,"dates":[]},"11-149072":{"id":"11-149072","available":-1,"dates":[]},"11-149813":{"id":"11-149813","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149815":{"id":"11-149815","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150371":{"id":"11-150371","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150373":{"id":"11-150373","available":66,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150940":{"id":"11-150940","available":0,"dates":[]},"11-150944":{"id":"11-150944","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151364":{"id":"11-151364","available":0,"dates":[]},"11-151755":{"id":"11-151755","available":0,"dates":[]},"11-152211":{"id":"11-152211","available":0,"dates":[]},"11-152643":{"id":"11-152643","available":0,"dates":[]},"11-152909":{"id":"11-152909","available":0,"dates":[]},"11-153212":{"id":"11-153212","available":0,"dates":[]},"11-153508":{"id":"11-153508","available":0,"dates":[]},"11-153914":{"id":"11-153914","available":0,"dates":[]},"11-154269":{"id":"11-154269","available":0,"dates":[]},"11-154798":{"id":"11-154798","available":40,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155145":{"id":"11-155145","available":32,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155803":{"id":"11-155803","available":41,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-D-00025-11-146034":{"id":"11-FLRL-D-00025-11-146034","available":6,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146737":{"id":"2-146737","available":28,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146753":{"id":"2-146753","available":21,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146862":{"id":"2-146862","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147252":{"id":"2-147252","available":0,"dates":[]},"2-147268":{"id":"2-147268","available":0,"dates":[]},"2-147773":{"id":"2-147773","available":0,"dates":[]},"2-147786":{"id":"2-147786","available":0,"dates":[]},"2-148203":{"id":"2-148203","available":0,"dates":[]},"2-148216":{"id":"2-148216","available":0,"dates":[]},"2-148597":{"id":"2-148597","available":0,"dates":[]},"2-148609":{"id":"2-148609","available":0,"dates":[]},"2-148882":{"id":"2-148882","available":0,"dates":[]},"2-148900":{"id":"2-148900","available":0,"dates":[]},"2-149794":{"id":"2-149794","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149800":{"id":"2-149800","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150356":{"id":"2-150356","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150362":{"id":"2-150362","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150828":{"id":"2-150828","available":0,"dates":[]},"2-150834":{"id":"2-150834","available":0,"dates":[]},"2-151167":{"id":"2-151167","available":0,"dates":[]},"2-151182":{"id":"2-151182","available":-2,"dates":[]},"2-151578":{"id":"2-151578","available":-1,"dates":[]},"2-151593":{"id":"2-151593","available":0,"dates":[]},"2-152070":{"id":"2-152070","available":0,"dates":[]},"2-152575":{"id":"2-152575","available":0,"dates":[]},"2-152806":{"id":"2-152806","available":0,"dates":[]},"2-152814":{"id":"2-152814","available":4,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152963":{"id":"2-152963","available":0,"dates":[]},"2-153091":{"id":"2-153091","available":0,"dates":[]},"2-153103":{"id":"2-153103","available":0,"dates":[]},"2-153393":{"id":"2-153393","available":0,"dates":[]},"2-153405":{"id":"2-153405","available":0,"dates":[]},"2-153725":{"id":"2-153725","available":0,"dates":[]},"2-153791":{"id":"2-153791","available":0,"dates":[]},"2-154306":{"id":"2-154306","available":0,"dates":[]},"2-154309":{"id":"2-154309","available":0,"dates":[]},"2-154812":{"id":"2-154812","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154815":{"id":"2-154815","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155158":{"id":"2-155158","available":24,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155170":{"id":"2-155170","available":15,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155536":{"id":"2-155536","available":29,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155548":{"id":"2-155548","available":0,"dates":[]},"2-155653":{"id":"2-155653","available":25,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155665":{"id":"2-155665","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-D-00025-2-146074":{"id":"2-FLRL-D-00025-2-146074","available":4,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146830":{"id":"30-146830","available":54,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147347":{"id":"30-147347","available":0,"dates":[]},"30-147866":{"id":"30-147866","available":0,"dates":[]},"30-148301":{"id":"30-148301","available":0,"dates":[]},"30-148688":{"id":"30-148688","available":0,"dates":[]},"30-FLRL-D-00025-30-146664":{"id":"30-FLRL-D-00025-30-146664","available":47,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-000011":{"id":"4-000011","available":0,"dates":["2024-10-01","2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000012":{"id":"4-000012","available":0,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21"]},"4-000013":{"id":"4-000013","available":0,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04"]},"4-000014":{"id":"4-000014","available":0,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000015":{"id":"4-000015","available":0,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-146738":{"id":"4-146738","available":51,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146754":{"id":"4-146754","available":33,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146863":{"id":"4-146863","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147253":{"id":"4-147253","available":0,"dates":[]},"4-147269":{"id":"4-147269","available":0,"dates":[]},"4-147774":{"id":"4-147774","available":0,"dates":[]},"4-147787":{"id":"4-147787","available":-2,"dates":[]},"4-148204":{"id":"4-148204","available":0,"dates":[]},"4-148217":{"id":"4-148217","available":0,"dates":[]},"4-148598":{"id":"4-148598","available":-1,"dates":[]},"4-148610":{"id":"4-148610","available":0,"dates":[]},"4-148883":{"id":"4-148883","available":0,"dates":[]},"4-148901":{"id":"4-148901","available":-1,"dates":[]},"4-149795":{"id":"4-149795","available":234,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149801":{"id":"4-149801","available":288,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150357":{"id":"4-150357","available":234,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150363":{"id":"4-150363","available":288,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150829":{"id":"4-150829","available":0,"dates":[]},"4-150835":{"id":"4-150835","available":228,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151168":{"id":"4-151168","available":0,"dates":[]},"4-151183":{"id":"4-151183","available":0,"dates":[]},"4-151579":{"id":"4-151579","available":0,"dates":[]},"4-151594":{"id":"4-151594","available":0,"dates":[]},"4-151952":{"id":"4-151952","available":0,"dates":[]},"4-151958":{"id":"4-151958","available":12,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152071":{"id":"4-152071","available":0,"dates":[]},"4-152576":{"id":"4-152576","available":0,"dates":[]},"4-152807":{"id":"4-152807","available":0,"dates":[]},"4-152964":{"id":"4-152964","available":0,"dates":[]},"4-153092":{"id":"4-153092","available":0,"dates":[]},"4-153104":{"id":"4-153104","available":0,"dates":[]},"4-153394":{"id":"4-153394","available":0,"dates":[]},"4-153406":{"id":"4-153406","available":-1,"dates":[]},"4-153726":{"id":"4-153726","available":-1,"dates":[]},"4-153792":{"id":"4-153792","available":-6,"dates":[]},"4-154307":{"id":"4-154307","available":0,"dates":[]},"4-154310":{"id":"4-154310","available":0,"dates":[]},"4-154813":{"id":"4-154813","available":67,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154816":{"id":"4-154816","available":39,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155037":{"id":"4-155037","available":0,"dates":[]},"4-155159":{"id":"4-155159","available":46,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155171":{"id":"4-155171","available":24,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155537":{"id":"4-155537","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155654":{"id":"4-155654","available":55,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155666":{"id":"4-155666","available":33,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-D-00025-4-145655":{"id":"4-FLRL-D-00025-4-145655","available":0,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-D-00025-4-146075":{"id":"4-FLRL-D-00025-4-146075","available":7,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146867":{"id":"41-146867","available":37,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147380":{"id":"41-147380","available":0,"dates":[]},"41-147807":{"id":"41-147807","available":0,"dates":[]},"41-148237":{"id":"41-148237","available":0,"dates":[]},"41-148629":{"id":"41-148629","available":0,"dates":[]},"41-148851":{"id":"41-148851","available":0,"dates":[]},"41-149817":{"id":"41-149817","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149819":{"id":"41-149819","available":78,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150250":{"id":"41-150250","available":66,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150258":{"id":"41-150258","available":78,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150722":{"id":"41-150722","available":0,"dates":[]},"41-150730":{"id":"41-150730","available":34,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-151136":{"id":"41-151136","available":0,"dates":[]},"41-151547":{"id":"41-151547","available":24,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"41-152042":{"id":"41-152042","available":0,"dates":[]},"41-152549":{"id":"41-152549","available":0,"dates":[]},"41-152780":{"id":"41-152780","available":0,"dates":[]},"41-153064":{"id":"41-153064","available":0,"dates":[]},"41-153366":{"id":"41-153366","available":0,"dates":[]},"41-153887":{"id":"41-153887","available":0,"dates":[]},"41-154333":{"id":"41-154333","available":0,"dates":[]},"41-154837":{"id":"41-154837","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155342":{"id":"41-155342","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155687":{"id":"41-155687","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-D-00025-41-146189":{"id":"41-FLRL-D-00025-41-146189","available":5,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146783":{"id":"42-146783","available":14,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147298":{"id":"42-147298","available":0,"dates":[]},"42-147816":{"id":"42-147816","available":0,"dates":[]},"42-148247":{"id":"42-148247","available":0,"dates":[]},"42-148639":{"id":"42-148639","available":0,"dates":[]},"42-FLRL-D-00025-42-146104":{"id":"42-FLRL-D-00025-42-146104","available":15,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148866":{"id":"51-148866","available":-1,"dates":[]},"51-149546":{"id":"51-149546","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150134":{"id":"51-150134","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150618":{"id":"51-150618","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150996":{"id":"51-150996","available":-27,"dates":[]},"51-151151":{"id":"51-151151","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"51-151562":{"id":"51-151562","available":0,"dates":[]},"51-151965":{"id":"51-151965","available":10,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152053":{"id":"51-152053","available":4,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152559":{"id":"51-152559","available":1,"dates":["2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05"]},"51-152790":{"id":"51-152790","available":1,"dates":["2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12"]},"51-153075":{"id":"51-153075","available":0,"dates":[]},"51-153594":{"id":"51-153594","available":0,"dates":[]},"51-153704":{"id":"51-153704","available":0,"dates":[]},"51-154257":{"id":"51-154257","available":0,"dates":[]},"51-154778":{"id":"51-154778","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155313":{"id":"51-155313","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155614":{"id":"51-155614","available":7,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-146327":{"id":"52-146327","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146528":{"id":"52-146528","available":10,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146781":{"id":"52-146781","available":17,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147296":{"id":"52-147296","available":9,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147814":{"id":"52-147814","available":10,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148244":{"id":"52-148244","available":1,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"52-148440":{"id":"52-148440","available":5,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148636":{"id":"52-148636","available":0,"dates":[]},"52-151983":{"id":"52-151983","available":1,"dates":["2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"58-146869":{"id":"58-146869","available":69,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147382":{"id":"58-147382","available":0,"dates":[]},"58-147908":{"id":"58-147908","available":0,"dates":[]},"58-148343":{"id":"58-148343","available":0,"dates":[]},"58-148735":{"id":"58-148735","available":0,"dates":[]},"58-148949":{"id":"58-148949","available":1,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10"]},"58-149667":{"id":"58-149667","available":105,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149671":{"id":"58-149671","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150227":{"id":"58-150227","available":105,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150231":{"id":"58-150231","available":132,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150705":{"id":"58-150705","available":0,"dates":[]},"58-150708":{"id":"58-150708","available":0,"dates":[]},"58-151230":{"id":"58-151230","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151637":{"id":"58-151637","available":1,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"58-151959":{"id":"58-151959","available":0,"dates":[]},"58-152109":{"id":"58-152109","available":0,"dates":[]},"58-152589":{"id":"58-152589","available":0,"dates":[]},"58-152833":{"id":"58-152833","available":0,"dates":[]},"58-153129":{"id":"58-153129","available":0,"dates":[]},"58-153431":{"id":"58-153431","available":0,"dates":[]},"58-154067":{"id":"58-154067","available":0,"dates":[]},"58-154240":{"id":"58-154240","available":0,"dates":[]},"58-154249":{"id":"58-154249","available":0,"dates":[]},"58-154772":{"id":"58-154772","available":58,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155044":{"id":"58-155044","available":0,"dates":[]},"58-155138":{"id":"58-155138","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155645":{"id":"58-155645","available":58,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-D-00025-58-146191":{"id":"58-FLRL-D-00025-58-146191","available":11,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148954":{"id":"65-148954","available":0,"dates":[]},"65-149809":{"id":"65-149809","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149811":{"id":"65-149811","available":57,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150240":{"id":"65-150240","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150245":{"id":"65-150245","available":57,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150712":{"id":"65-150712","available":0,"dates":[]},"65-150717":{"id":"65-150717","available":9,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151235":{"id":"65-151235","available":-1,"dates":[]},"65-151642":{"id":"65-151642","available":22,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152114":{"id":"65-152114","available":5,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152400":{"id":"65-152400","available":0,"dates":[]},"65-152837":{"id":"65-152837","available":0,"dates":[]},"65-153133":{"id":"65-153133","available":0,"dates":[]},"65-153435":{"id":"65-153435","available":18,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153609":{"id":"65-153609","available":0,"dates":[]},"65-153894":{"id":"65-153894","available":0,"dates":[]},"65-154329":{"id":"65-154329","available":0,"dates":[]},"65-154833":{"id":"65-154833","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155337":{"id":"65-155337","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155681":{"id":"65-155681","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149051":{"id":"9-149051","available":0,"dates":[]},"9-149829":{"id":"9-149829","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149831":{"id":"9-149831","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150406":{"id":"9-150406","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150412":{"id":"9-150412","available":24,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150914":{"id":"9-150914","available":0,"dates":[]},"9-150920":{"id":"9-150920","available":0,"dates":[]},"9-151336":{"id":"9-151336","available":0,"dates":[]},"9-151845":{"id":"9-151845","available":0,"dates":[]},"9-152192":{"id":"9-152192","available":0,"dates":[]},"9-152638":{"id":"9-152638","available":0,"dates":[]},"9-152893":{"id":"9-152893","available":0,"dates":[]},"9-153193":{"id":"9-153193","available":0,"dates":[]},"9-153634":{"id":"9-153634","available":0,"dates":[]},"9-153875":{"id":"9-153875","available":0,"dates":[]},"9-154439":{"id":"9-154439","available":0,"dates":[]},"9-154920":{"id":"9-154920","available":12,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155269":{"id":"9-155269","available":14,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155871":{"id":"9-155871","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-155044","58-150705","58-150708","58-154772","58-155138","58-155645"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154778","51-155313","51-155614"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150829","4-150835","4-154813","4-154816","4-155159","4-155171","4-155537","4-155654","4-155666"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150722","41-150730","41-154837","41-155342","41-155687"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150828","2-150834","2-154812","2-154815","2-155158","2-155170","2-155536","2-155653","2-155665","2-155548"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150651","10-150653","10-154893","10-155245","10-155765"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150940","11-150944","11-154798","11-155145","11-155803"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150914","9-150920","9-154920","9-155269","9-155871"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150827","1-150833","1-154811","1-154814","1-155157","1-155169","1-155535","1-155652","1-155664","1-155547"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150712","65-150717","65-154833","65-155337","65-155681"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-firecracker":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-firecracker", "priceAmount": 18800, "price": "$188 ", "priceCompareAtAmount": 22200, "priceCompareAt": "$222 ", "url": "https://urbanstems.com/products/triple-the-firecracker", "variantName": null, "title": "Triple the Firecracker", "images": [ { "alt": "Triple the Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_SupportingImage_1_PDP.jpg?v=1727923620&width=700 700w" }, { "alt": "Triple the Firecracker", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Firecracker_MainImage_PDP_7f39180e-6c5b-45a5-b32e-b574469f52c4.jpg?v=1729625246&width=700 700w" } ], "variants": [{"id":45510442221816,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00025","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Firecracker - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":18800,"weight":0,"compare_at_price":22200,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4983521528,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4983554296,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4984111352,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4984144120,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146736":{"id":"1-146736","available":14,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146752":{"id":"1-146752","available":7,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146861":{"id":"1-146861","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147251":{"id":"1-147251","available":0,"dates":[]},"1-147267":{"id":"1-147267","available":0,"dates":[]},"1-147772":{"id":"1-147772","available":0,"dates":[]},"1-147785":{"id":"1-147785","available":-1,"dates":[]},"1-148202":{"id":"1-148202","available":0,"dates":[]},"1-148215":{"id":"1-148215","available":0,"dates":[]},"1-148596":{"id":"1-148596","available":0,"dates":[]},"1-148608":{"id":"1-148608","available":0,"dates":[]},"1-148881":{"id":"1-148881","available":0,"dates":[]},"1-148899":{"id":"1-148899","available":0,"dates":[]},"1-149793":{"id":"1-149793","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149799":{"id":"1-149799","available":24,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150355":{"id":"1-150355","available":21,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150361":{"id":"1-150361","available":24,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150827":{"id":"1-150827","available":0,"dates":[]},"1-150833":{"id":"1-150833","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151166":{"id":"1-151166","available":4,"dates":["2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"1-151181":{"id":"1-151181","available":4,"dates":["2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19"]},"1-151577":{"id":"1-151577","available":4,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"1-151592":{"id":"1-151592","available":0,"dates":[]},"1-152069":{"id":"1-152069","available":4,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"1-152574":{"id":"1-152574","available":0,"dates":[]},"1-152805":{"id":"1-152805","available":0,"dates":[]},"1-152962":{"id":"1-152962","available":0,"dates":[]},"1-153090":{"id":"1-153090","available":0,"dates":[]},"1-153102":{"id":"1-153102","available":3,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153392":{"id":"1-153392","available":0,"dates":[]},"1-153404":{"id":"1-153404","available":0,"dates":[]},"1-153724":{"id":"1-153724","available":0,"dates":[]},"1-153790":{"id":"1-153790","available":0,"dates":[]},"1-154305":{"id":"1-154305","available":0,"dates":[]},"1-154308":{"id":"1-154308","available":1,"dates":["2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13"]},"1-154811":{"id":"1-154811","available":5,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-154814":{"id":"1-154814","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155157":{"id":"1-155157","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155169":{"id":"1-155169","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155535":{"id":"1-155535","available":18,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155547":{"id":"1-155547","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-155652":{"id":"1-155652","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155664":{"id":"1-155664","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-T-00025-1-146073":{"id":"1-FLRL-T-00025-1-146073","available":3,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146836":{"id":"10-146836","available":20,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147353":{"id":"10-147353","available":0,"dates":[]},"10-147873":{"id":"10-147873","available":0,"dates":[]},"10-148309":{"id":"10-148309","available":0,"dates":[]},"10-148699":{"id":"10-148699","available":0,"dates":[]},"10-149012":{"id":"10-149012","available":0,"dates":[]},"10-149805":{"id":"10-149805","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149807":{"id":"10-149807","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150367":{"id":"10-150367","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150369":{"id":"10-150369","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150651":{"id":"10-150651","available":0,"dates":[]},"10-150653":{"id":"10-150653","available":5,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-151294":{"id":"10-151294","available":0,"dates":[]},"10-151698":{"id":"10-151698","available":0,"dates":[]},"10-152151":{"id":"10-152151","available":0,"dates":[]},"10-152610":{"id":"10-152610","available":0,"dates":[]},"10-152862":{"id":"10-152862","available":0,"dates":[]},"10-153161":{"id":"10-153161","available":0,"dates":[]},"10-153458":{"id":"10-153458","available":0,"dates":[]},"10-153938":{"id":"10-153938","available":0,"dates":[]},"10-154397":{"id":"10-154397","available":0,"dates":[]},"10-154893":{"id":"10-154893","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155245":{"id":"10-155245","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155765":{"id":"10-155765","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-T-00025-10-146160":{"id":"10-FLRL-T-00025-10-146160","available":5,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"11-146717":{"id":"11-146717","available":34,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147232":{"id":"11-147232","available":0,"dates":[]},"11-147753":{"id":"11-147753","available":0,"dates":[]},"11-148182":{"id":"11-148182","available":0,"dates":[]},"11-148577":{"id":"11-148577","available":0,"dates":[]},"11-149072":{"id":"11-149072","available":-1,"dates":[]},"11-149813":{"id":"11-149813","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149815":{"id":"11-149815","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150371":{"id":"11-150371","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150373":{"id":"11-150373","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150940":{"id":"11-150940","available":0,"dates":[]},"11-150944":{"id":"11-150944","available":15,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-151364":{"id":"11-151364","available":0,"dates":[]},"11-151755":{"id":"11-151755","available":0,"dates":[]},"11-152211":{"id":"11-152211","available":0,"dates":[]},"11-152643":{"id":"11-152643","available":0,"dates":[]},"11-152909":{"id":"11-152909","available":0,"dates":[]},"11-153212":{"id":"11-153212","available":0,"dates":[]},"11-153508":{"id":"11-153508","available":0,"dates":[]},"11-153914":{"id":"11-153914","available":0,"dates":[]},"11-154269":{"id":"11-154269","available":0,"dates":[]},"11-154798":{"id":"11-154798","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155145":{"id":"11-155145","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155803":{"id":"11-155803","available":27,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-00025-11-146034":{"id":"11-FLRL-T-00025-11-146034","available":4,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146737":{"id":"2-146737","available":19,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146753":{"id":"2-146753","available":14,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146862":{"id":"2-146862","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147252":{"id":"2-147252","available":0,"dates":[]},"2-147268":{"id":"2-147268","available":0,"dates":[]},"2-147773":{"id":"2-147773","available":0,"dates":[]},"2-147786":{"id":"2-147786","available":0,"dates":[]},"2-148203":{"id":"2-148203","available":0,"dates":[]},"2-148216":{"id":"2-148216","available":0,"dates":[]},"2-148597":{"id":"2-148597","available":0,"dates":[]},"2-148609":{"id":"2-148609","available":0,"dates":[]},"2-148882":{"id":"2-148882","available":0,"dates":[]},"2-148900":{"id":"2-148900","available":0,"dates":[]},"2-149794":{"id":"2-149794","available":27,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149800":{"id":"2-149800","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150356":{"id":"2-150356","available":27,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150362":{"id":"2-150362","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150828":{"id":"2-150828","available":0,"dates":[]},"2-150834":{"id":"2-150834","available":0,"dates":[]},"2-151167":{"id":"2-151167","available":0,"dates":[]},"2-151182":{"id":"2-151182","available":-2,"dates":[]},"2-151578":{"id":"2-151578","available":-1,"dates":[]},"2-151593":{"id":"2-151593","available":0,"dates":[]},"2-152070":{"id":"2-152070","available":0,"dates":[]},"2-152575":{"id":"2-152575","available":0,"dates":[]},"2-152806":{"id":"2-152806","available":0,"dates":[]},"2-152814":{"id":"2-152814","available":2,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"2-152963":{"id":"2-152963","available":0,"dates":[]},"2-153091":{"id":"2-153091","available":0,"dates":[]},"2-153103":{"id":"2-153103","available":0,"dates":[]},"2-153393":{"id":"2-153393","available":0,"dates":[]},"2-153405":{"id":"2-153405","available":0,"dates":[]},"2-153725":{"id":"2-153725","available":0,"dates":[]},"2-153791":{"id":"2-153791","available":0,"dates":[]},"2-154306":{"id":"2-154306","available":0,"dates":[]},"2-154309":{"id":"2-154309","available":0,"dates":[]},"2-154812":{"id":"2-154812","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-154815":{"id":"2-154815","available":6,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155158":{"id":"2-155158","available":16,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155170":{"id":"2-155170","available":10,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155536":{"id":"2-155536","available":19,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155548":{"id":"2-155548","available":0,"dates":[]},"2-155653":{"id":"2-155653","available":16,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155665":{"id":"2-155665","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-T-00025-2-146074":{"id":"2-FLRL-T-00025-2-146074","available":2,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"2-FLRL-T-00025-2-146662":{"id":"2-FLRL-T-00025-2-146662","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"30-146830":{"id":"30-146830","available":36,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147347":{"id":"30-147347","available":0,"dates":[]},"30-147866":{"id":"30-147866","available":0,"dates":[]},"30-148301":{"id":"30-148301","available":0,"dates":[]},"30-148688":{"id":"30-148688","available":0,"dates":[]},"30-FLRL-T-00025-30-146664":{"id":"30-FLRL-T-00025-30-146664","available":31,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-000011":{"id":"4-000011","available":0,"dates":["2024-10-01","2024-10-02","2024-10-03","2024-10-04","2024-10-05","2024-10-06","2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000012":{"id":"4-000012","available":0,"dates":["2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13","2025-03-14","2025-03-15","2025-03-16","2025-03-17","2025-03-18","2025-03-19","2025-03-20","2025-03-21"]},"4-000013":{"id":"4-000013","available":0,"dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04"]},"4-000014":{"id":"4-000014","available":0,"dates":["2024-10-25","2024-10-26","2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-000015":{"id":"4-000015","available":0,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10","2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30"]},"4-146738":{"id":"4-146738","available":34,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146754":{"id":"4-146754","available":22,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146863":{"id":"4-146863","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147253":{"id":"4-147253","available":0,"dates":[]},"4-147269":{"id":"4-147269","available":0,"dates":[]},"4-147774":{"id":"4-147774","available":0,"dates":[]},"4-147787":{"id":"4-147787","available":-2,"dates":[]},"4-148204":{"id":"4-148204","available":0,"dates":[]},"4-148217":{"id":"4-148217","available":0,"dates":[]},"4-148598":{"id":"4-148598","available":-1,"dates":[]},"4-148610":{"id":"4-148610","available":0,"dates":[]},"4-148883":{"id":"4-148883","available":0,"dates":[]},"4-148901":{"id":"4-148901","available":-1,"dates":[]},"4-149795":{"id":"4-149795","available":156,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149801":{"id":"4-149801","available":192,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150357":{"id":"4-150357","available":156,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150363":{"id":"4-150363","available":192,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150829":{"id":"4-150829","available":0,"dates":[]},"4-150835":{"id":"4-150835","available":152,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-151168":{"id":"4-151168","available":0,"dates":[]},"4-151183":{"id":"4-151183","available":0,"dates":[]},"4-151579":{"id":"4-151579","available":0,"dates":[]},"4-151594":{"id":"4-151594","available":0,"dates":[]},"4-151952":{"id":"4-151952","available":0,"dates":[]},"4-151958":{"id":"4-151958","available":8,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-152071":{"id":"4-152071","available":0,"dates":[]},"4-152576":{"id":"4-152576","available":0,"dates":[]},"4-152807":{"id":"4-152807","available":0,"dates":[]},"4-152964":{"id":"4-152964","available":0,"dates":[]},"4-153092":{"id":"4-153092","available":0,"dates":[]},"4-153104":{"id":"4-153104","available":0,"dates":[]},"4-153394":{"id":"4-153394","available":0,"dates":[]},"4-153406":{"id":"4-153406","available":-1,"dates":[]},"4-153726":{"id":"4-153726","available":-1,"dates":[]},"4-153792":{"id":"4-153792","available":-4,"dates":[]},"4-154307":{"id":"4-154307","available":0,"dates":[]},"4-154310":{"id":"4-154310","available":0,"dates":[]},"4-154813":{"id":"4-154813","available":45,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-154816":{"id":"4-154816","available":26,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155037":{"id":"4-155037","available":0,"dates":[]},"4-155159":{"id":"4-155159","available":31,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155171":{"id":"4-155171","available":16,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155537":{"id":"4-155537","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155654":{"id":"4-155654","available":37,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155666":{"id":"4-155666","available":22,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-T-00025-4-145655":{"id":"4-FLRL-T-00025-4-145655","available":0,"dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"4-FLRL-T-00025-4-146075":{"id":"4-FLRL-T-00025-4-146075","available":4,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146867":{"id":"41-146867","available":24,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147380":{"id":"41-147380","available":0,"dates":[]},"41-147807":{"id":"41-147807","available":0,"dates":[]},"41-148237":{"id":"41-148237","available":0,"dates":[]},"41-148629":{"id":"41-148629","available":0,"dates":[]},"41-148851":{"id":"41-148851","available":0,"dates":[]},"41-149817":{"id":"41-149817","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149819":{"id":"41-149819","available":52,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150250":{"id":"41-150250","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150258":{"id":"41-150258","available":52,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150722":{"id":"41-150722","available":0,"dates":[]},"41-150730":{"id":"41-150730","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-151136":{"id":"41-151136","available":0,"dates":[]},"41-151547":{"id":"41-151547","available":16,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"41-152042":{"id":"41-152042","available":0,"dates":[]},"41-152549":{"id":"41-152549","available":0,"dates":[]},"41-152780":{"id":"41-152780","available":0,"dates":[]},"41-153064":{"id":"41-153064","available":0,"dates":[]},"41-153366":{"id":"41-153366","available":0,"dates":[]},"41-153887":{"id":"41-153887","available":0,"dates":[]},"41-154333":{"id":"41-154333","available":0,"dates":[]},"41-154837":{"id":"41-154837","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155342":{"id":"41-155342","available":22,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155687":{"id":"41-155687","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-00025-41-146189":{"id":"41-FLRL-T-00025-41-146189","available":3,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-146783":{"id":"42-146783","available":9,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"42-147298":{"id":"42-147298","available":0,"dates":[]},"42-147816":{"id":"42-147816","available":0,"dates":[]},"42-148247":{"id":"42-148247","available":0,"dates":[]},"42-148639":{"id":"42-148639","available":0,"dates":[]},"42-FLRL-T-00025-42-146104":{"id":"42-FLRL-T-00025-42-146104","available":10,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"51-148866":{"id":"51-148866","available":-1,"dates":[]},"51-149546":{"id":"51-149546","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150134":{"id":"51-150134","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150618":{"id":"51-150618","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"51-150996":{"id":"51-150996","available":-18,"dates":[]},"51-151151":{"id":"51-151151","available":0,"dates":[]},"51-151562":{"id":"51-151562","available":0,"dates":[]},"51-151965":{"id":"51-151965","available":6,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152053":{"id":"51-152053","available":3,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"51-152559":{"id":"51-152559","available":0,"dates":[]},"51-152790":{"id":"51-152790","available":0,"dates":[]},"51-153075":{"id":"51-153075","available":0,"dates":[]},"51-153594":{"id":"51-153594","available":0,"dates":[]},"51-153704":{"id":"51-153704","available":0,"dates":[]},"51-154257":{"id":"51-154257","available":0,"dates":[]},"51-154778":{"id":"51-154778","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23"]},"51-155313":{"id":"51-155313","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02"]},"51-155614":{"id":"51-155614","available":4,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09"]},"52-146327":{"id":"52-146327","available":0,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146528":{"id":"52-146528","available":6,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"52-146781":{"id":"52-146781","available":11,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03"]},"52-147296":{"id":"52-147296","available":6,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"52-147814":{"id":"52-147814","available":6,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"52-148244":{"id":"52-148244","available":0,"dates":[]},"52-148440":{"id":"52-148440","available":3,"dates":["2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08"]},"52-148636":{"id":"52-148636","available":0,"dates":[]},"52-151983":{"id":"52-151983","available":1,"dates":["2024-11-30","2024-12-01","2024-12-02","2024-12-03","2024-12-04","2024-12-05"]},"58-146869":{"id":"58-146869","available":46,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147382":{"id":"58-147382","available":0,"dates":[]},"58-147908":{"id":"58-147908","available":0,"dates":[]},"58-148343":{"id":"58-148343","available":0,"dates":[]},"58-148735":{"id":"58-148735","available":0,"dates":[]},"58-148949":{"id":"58-148949","available":0,"dates":[]},"58-149667":{"id":"58-149667","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149671":{"id":"58-149671","available":88,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150227":{"id":"58-150227","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150231":{"id":"58-150231","available":88,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150705":{"id":"58-150705","available":0,"dates":[]},"58-150708":{"id":"58-150708","available":0,"dates":[]},"58-151230":{"id":"58-151230","available":0,"dates":[]},"58-151637":{"id":"58-151637","available":0,"dates":[]},"58-151959":{"id":"58-151959","available":0,"dates":[]},"58-152109":{"id":"58-152109","available":0,"dates":[]},"58-152589":{"id":"58-152589","available":0,"dates":[]},"58-152833":{"id":"58-152833","available":0,"dates":[]},"58-153129":{"id":"58-153129","available":0,"dates":[]},"58-153431":{"id":"58-153431","available":0,"dates":[]},"58-154067":{"id":"58-154067","available":0,"dates":[]},"58-154240":{"id":"58-154240","available":0,"dates":[]},"58-154249":{"id":"58-154249","available":0,"dates":[]},"58-154772":{"id":"58-154772","available":39,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155044":{"id":"58-155044","available":0,"dates":[]},"58-155138":{"id":"58-155138","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155645":{"id":"58-155645","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-T-00025-58-146191":{"id":"58-FLRL-T-00025-58-146191","available":7,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148954":{"id":"65-148954","available":0,"dates":[]},"65-149809":{"id":"65-149809","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149811":{"id":"65-149811","available":38,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150240":{"id":"65-150240","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150245":{"id":"65-150245","available":38,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150712":{"id":"65-150712","available":0,"dates":[]},"65-150717":{"id":"65-150717","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-151235":{"id":"65-151235","available":-1,"dates":[]},"65-151642":{"id":"65-151642","available":15,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152114":{"id":"65-152114","available":3,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152400":{"id":"65-152400","available":0,"dates":[]},"65-152837":{"id":"65-152837","available":0,"dates":[]},"65-153133":{"id":"65-153133","available":0,"dates":[]},"65-153435":{"id":"65-153435","available":12,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153609":{"id":"65-153609","available":0,"dates":[]},"65-153894":{"id":"65-153894","available":0,"dates":[]},"65-154329":{"id":"65-154329","available":0,"dates":[]},"65-154833":{"id":"65-154833","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155337":{"id":"65-155337","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155681":{"id":"65-155681","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149051":{"id":"9-149051","available":0,"dates":[]},"9-149829":{"id":"9-149829","available":12,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149831":{"id":"9-149831","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150406":{"id":"9-150406","available":12,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150412":{"id":"9-150412","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150914":{"id":"9-150914","available":0,"dates":[]},"9-150920":{"id":"9-150920","available":0,"dates":[]},"9-151336":{"id":"9-151336","available":0,"dates":[]},"9-151845":{"id":"9-151845","available":0,"dates":[]},"9-152192":{"id":"9-152192","available":0,"dates":[]},"9-152638":{"id":"9-152638","available":0,"dates":[]},"9-152893":{"id":"9-152893","available":0,"dates":[]},"9-153193":{"id":"9-153193","available":0,"dates":[]},"9-153634":{"id":"9-153634","available":0,"dates":[]},"9-153875":{"id":"9-153875","available":0,"dates":[]},"9-154439":{"id":"9-154439","available":0,"dates":[]},"9-154920":{"id":"9-154920","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155269":{"id":"9-155269","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155871":{"id":"9-155871","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-155044","58-150705","58-150708","58-154772","58-155138","58-155645"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":["51-154778","51-155313","51-155614"]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150829","4-150835","4-154813","4-154816","4-155159","4-155171","4-155537","4-155654","4-155666"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150722","41-150730","41-154837","41-155342","41-155687"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150828","2-150834","2-154812","2-154815","2-155158","2-155170","2-155536","2-155653","2-155665","2-155548"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150651","10-150653","10-154893","10-155245","10-155765"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150940","11-150944","11-154798","11-155145","11-155803"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150914","9-150920","9-154920","9-155269","9-155871"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150827","1-150833","1-154811","1-154814","1-155157","1-155169","1-155535","1-155652","1-155664","1-155547"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150712","65-150717","65-154833","65-155337","65-155681"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="57" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="triple-the-peace"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=500" alt="Triple the Peace" srcset="//urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=500" alt="Triple the Peace" srcset="//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="triple-the-peace" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150710","58-150709","58-155515","58-155516","58-155517","58-155190","58-155680"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150936","4-155514","4-154928","4-154934","4-155229","4-155238","4-155743","4-155755"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150725","41-150733","41-154836","41-155341","41-155686"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155530","42-150741","42-150745","42-154845"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150935","2-154927","2-155513","2-154933","2-155228","2-155237","2-155742","2-155754"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150894","10-150900","10-154913","10-155262","10-155867"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150941","11-150945","11-154904","11-155272","11-155802"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155277","9-155809"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150934","1-155512","1-154926","1-154932","1-155227","1-155236","1-155741","1-155753"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150850","65-150861","65-154896","65-155248","65-155801"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-150934":{"id":"1-150934","available":0,"dates":[]},"1-154926":{"id":"1-154926","available":-1,"dates":[]},"1-154932":{"id":"1-154932","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155227":{"id":"1-155227","available":8,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155236":{"id":"1-155236","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155512":{"id":"1-155512","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155741":{"id":"1-155741","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155753":{"id":"1-155753","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"10-150894":{"id":"10-150894","available":0,"dates":[]},"10-150900":{"id":"10-150900","available":0,"dates":[]},"10-154913":{"id":"10-154913","available":23,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155262":{"id":"10-155262","available":23,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155867":{"id":"10-155867","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150941":{"id":"11-150941","available":0,"dates":[]},"11-150945":{"id":"11-150945","available":0,"dates":[]},"11-154904":{"id":"11-154904","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155272":{"id":"11-155272","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155802":{"id":"11-155802","available":31,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150935":{"id":"2-150935","available":0,"dates":[]},"2-154927":{"id":"2-154927","available":-1,"dates":[]},"2-154933":{"id":"2-154933","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155228":{"id":"2-155228","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155237":{"id":"2-155237","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155513":{"id":"2-155513","available":0,"dates":[]},"2-155742":{"id":"2-155742","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155754":{"id":"2-155754","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-150936":{"id":"4-150936","available":-1,"dates":[]},"4-154928":{"id":"4-154928","available":-5,"dates":[]},"4-154934":{"id":"4-154934","available":29,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155229":{"id":"4-155229","available":40,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155238":{"id":"4-155238","available":20,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155514":{"id":"4-155514","available":-1,"dates":[]},"4-155743":{"id":"4-155743","available":50,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155755":{"id":"4-155755","available":34,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"41-150725":{"id":"41-150725","available":0,"dates":[]},"41-150733":{"id":"41-150733","available":0,"dates":[]},"41-154836":{"id":"41-154836","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155341":{"id":"41-155341","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155686":{"id":"41-155686","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"42-150741":{"id":"42-150741","available":0,"dates":[]},"42-150745":{"id":"42-150745","available":0,"dates":[]},"42-154845":{"id":"42-154845","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155530":{"id":"42-155530","available":0,"dates":[]},"58-150709":{"id":"58-150709","available":0,"dates":[]},"58-150710":{"id":"58-150710","available":-3,"dates":[]},"58-155190":{"id":"58-155190","available":59,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155515":{"id":"58-155515","available":0,"dates":[]},"58-155516":{"id":"58-155516","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155517":{"id":"58-155517","available":53,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155680":{"id":"58-155680","available":67,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"65-150850":{"id":"65-150850","available":0,"dates":[]},"65-150861":{"id":"65-150861","available":0,"dates":[]},"65-154896":{"id":"65-154896","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155248":{"id":"65-155248","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155801":{"id":"65-155801","available":17,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-155277":{"id":"9-155277","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155809":{"id":"9-155809","available":11,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/triple-the-peace" title="View Triple the Peace" data-product-card-title><h3 style="font-size: 1em;">Triple the Peace</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$188 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$222</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">174 reviews with an average of 4.5 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.5" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="174" aria-hidden="true" style=" font-size: 12px;">(174)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Peace in Single" data-swatch-item="the-peace" href="https://urbanstems.com/products/the-peace" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Peace in Double" data-swatch-item="double-the-peace" href="https://urbanstems.com/products/double-the-peace" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Triple the Peace in Triple" data-swatch-item="triple-the-peace" data-image-loaded href="https://urbanstems.com/products/triple-the-peace" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="triple-the-peace" type="application/json">{"the-peace":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage":null, "handle": "the-peace", "priceAmount": 7400, "price": "$74 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-peace", "variantName": null, "title": "The Peace", "images": [ { "alt": "The Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Peace_SupportingImage_1_PDP.jpg?v=1727920080\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=500 500w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=600 600w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=500 500w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=600 600w, //urbanstems.com/cdn/shop/files/Peace_SupportingImage_1_PDP.jpg?v=1727920080&width=700 700w" }, { "alt": "The Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=500 500w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=600 600w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=500 500w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=600 600w, //urbanstems.com/cdn/shop/files/Peace_MainImage_PDP_dcb04153-6187-45df-af46-222f861c32cd.jpg?v=1729627763&width=700 700w" } ], "variants": [{"id":45510431965432,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-10032","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Peace - Single","public_title":"Single","options":["Single","Default Title"],"price":7400,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4810670328,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4929028344,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4929224952,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4929323256,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4929421560,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4929519864,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814536952,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4929061112,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4929257720,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4929356024,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4929454328,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4929552632,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6000}],"price":6000,"compare_at_price":7400,"per_delivery_price":6000,"selling_plan_id":4814569720,"selling_plan_group_id":"9cc315908873f0d13fe1888231988a335d5fce98"},{"price_adjustments":[{"position":1,"price":18000}],"price":18000,"compare_at_price":7400,"per_delivery_price":18000,"selling_plan_id":4929093880,"selling_plan_group_id":"cbecd2d2d08ebb26b0bd1f9cb272c6bcdb2b81cf"},{"price_adjustments":[{"position":1,"price":24000}],"price":24000,"compare_at_price":7400,"per_delivery_price":24000,"selling_plan_id":4929290488,"selling_plan_group_id":"a8d4942183c39d50555c25a6b6aefa23d9390ad1"},{"price_adjustments":[{"position":1,"price":30000}],"price":30000,"compare_at_price":7400,"per_delivery_price":30000,"selling_plan_id":4929388792,"selling_plan_group_id":"81981298feda0868611f1eaf3a8789a32e4eb508"},{"price_adjustments":[{"position":1,"price":36000}],"price":36000,"compare_at_price":7400,"per_delivery_price":36000,"selling_plan_id":4929487096,"selling_plan_group_id":"c8afc8e75e97c699c637ef011d6885754695cf74"},{"price_adjustments":[{"position":1,"price":72000}],"price":72000,"compare_at_price":7400,"per_delivery_price":72000,"selling_plan_id":4929585400,"selling_plan_group_id":"bee932bceb11a33c1cf1232045fbd2164c386eef"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":6660}],"price":6660,"compare_at_price":7400,"per_delivery_price":6660,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4984832248,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":19980}],"price":19980,"compare_at_price":7400,"per_delivery_price":19980,"selling_plan_id":4984865016,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4985618680,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":39960}],"price":39960,"compare_at_price":7400,"per_delivery_price":39960,"selling_plan_id":4985651448,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146476":{"id":"1-146476","available":24,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146576":{"id":"1-146576","available":24,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146616":{"id":"1-146616","available":12,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146725":{"id":"1-146725","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147093":{"id":"1-147093","available":0,"dates":[]},"1-147133":{"id":"1-147133","available":0,"dates":[]},"1-147613":{"id":"1-147613","available":0,"dates":[]},"1-147656":{"id":"1-147656","available":0,"dates":[]},"1-148051":{"id":"1-148051","available":0,"dates":[]},"1-148091":{"id":"1-148091","available":0,"dates":[]},"1-148466":{"id":"1-148466","available":0,"dates":[]},"1-148501":{"id":"1-148501","available":0,"dates":[]},"1-148878":{"id":"1-148878","available":0,"dates":[]},"1-148896":{"id":"1-148896","available":0,"dates":[]},"1-149855":{"id":"1-149855","available":22,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149861":{"id":"1-149861","available":22,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150420":{"id":"1-150420","available":22,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150426":{"id":"1-150426","available":22,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150928":{"id":"1-150928","available":7,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150934":{"id":"1-150934","available":0,"dates":[]},"1-151163":{"id":"1-151163","available":0,"dates":[]},"1-151178":{"id":"1-151178","available":0,"dates":[]},"1-151574":{"id":"1-151574","available":0,"dates":[]},"1-151589":{"id":"1-151589","available":0,"dates":[]},"1-152066":{"id":"1-152066","available":0,"dates":[]},"1-152571":{"id":"1-152571","available":0,"dates":[]},"1-152802":{"id":"1-152802","available":0,"dates":[]},"1-152977":{"id":"1-152977","available":-3,"dates":[]},"1-153087":{"id":"1-153087","available":0,"dates":[]},"1-153099":{"id":"1-153099","available":0,"dates":[]},"1-153389":{"id":"1-153389","available":0,"dates":[]},"1-153401":{"id":"1-153401","available":0,"dates":[]},"1-153730":{"id":"1-153730","available":0,"dates":[]},"1-153796":{"id":"1-153796","available":0,"dates":[]},"1-154484":{"id":"1-154484","available":0,"dates":[]},"1-154487":{"id":"1-154487","available":-3,"dates":[]},"1-154926":{"id":"1-154926","available":-1,"dates":[]},"1-154932":{"id":"1-154932","available":10,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155227":{"id":"1-155227","available":26,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155236":{"id":"1-155236","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155512":{"id":"1-155512","available":3,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155741":{"id":"1-155741","available":22,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155753":{"id":"1-155753","available":18,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-B-10032-1-144484":{"id":"1-FLRL-B-10032-1-144484","available":7,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"1-FLRL-B-10032-1-145506":{"id":"1-FLRL-B-10032-1-145506","available":"1","dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"1-FLRL-B-10032-1-145873":{"id":"1-FLRL-B-10032-1-145873","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-B-10032-1-145920":{"id":"1-FLRL-B-10032-1-145920","available":5,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146835":{"id":"10-146835","available":35,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147352":{"id":"10-147352","available":0,"dates":[]},"10-147872":{"id":"10-147872","available":0,"dates":[]},"10-148308":{"id":"10-148308","available":0,"dates":[]},"10-148698":{"id":"10-148698","available":0,"dates":[]},"10-149040":{"id":"10-149040","available":0,"dates":[]},"10-149865":{"id":"10-149865","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149867":{"id":"10-149867","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150386":{"id":"10-150386","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150392":{"id":"10-150392","available":35,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150894":{"id":"10-150894","available":0,"dates":[]},"10-150900":{"id":"10-150900","available":0,"dates":[]},"10-151325":{"id":"10-151325","available":0,"dates":[]},"10-151852":{"id":"10-151852","available":0,"dates":[]},"10-152181":{"id":"10-152181","available":0,"dates":[]},"10-152629":{"id":"10-152629","available":0,"dates":[]},"10-152884":{"id":"10-152884","available":0,"dates":[]},"10-153184":{"id":"10-153184","available":0,"dates":[]},"10-153625":{"id":"10-153625","available":0,"dates":[]},"10-153881":{"id":"10-153881","available":0,"dates":[]},"10-154428":{"id":"10-154428","available":0,"dates":[]},"10-154913":{"id":"10-154913","available":69,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155262":{"id":"10-155262","available":70,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155867":{"id":"10-155867","available":77,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-FLRL-B-10032-10-144823":{"id":"10-FLRL-B-10032-10-144823","available":5,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-146771":{"id":"11-146771","available":37,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147286":{"id":"11-147286","available":0,"dates":[]},"11-147802":{"id":"11-147802","available":0,"dates":[]},"11-148339":{"id":"11-148339","available":7,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148730":{"id":"11-148730","available":-3,"dates":[]},"11-149019":{"id":"11-149019","available":-2,"dates":[]},"11-149873":{"id":"11-149873","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149875":{"id":"11-149875","available":44,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150434":{"id":"11-150434","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150436":{"id":"11-150436","available":44,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150941":{"id":"11-150941","available":0,"dates":[]},"11-150945":{"id":"11-150945","available":0,"dates":[]},"11-151302":{"id":"11-151302","available":0,"dates":[]},"11-151706":{"id":"11-151706","available":-3,"dates":[]},"11-152158":{"id":"11-152158","available":0,"dates":[]},"11-152612":{"id":"11-152612","available":0,"dates":[]},"11-152867":{"id":"11-152867","available":0,"dates":[]},"11-153166":{"id":"11-153166","available":0,"dates":[]},"11-153463":{"id":"11-153463","available":0,"dates":[]},"11-154110":{"id":"11-154110","available":0,"dates":[]},"11-154410":{"id":"11-154410","available":0,"dates":[]},"11-154904":{"id":"11-154904","available":65,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155272":{"id":"11-155272","available":79,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155802":{"id":"11-155802","available":93,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-B-10032-11-144848":{"id":"11-FLRL-B-10032-11-144848","available":25,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"11-FLRL-B-10032-11-146092":{"id":"11-FLRL-B-10032-11-146092","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146577":{"id":"2-146577","available":42,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146617":{"id":"2-146617","available":30,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146726":{"id":"2-146726","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147094":{"id":"2-147094","available":0,"dates":[]},"2-147134":{"id":"2-147134","available":0,"dates":[]},"2-147614":{"id":"2-147614","available":0,"dates":[]},"2-147657":{"id":"2-147657","available":0,"dates":[]},"2-148052":{"id":"2-148052","available":0,"dates":[]},"2-148092":{"id":"2-148092","available":0,"dates":[]},"2-148467":{"id":"2-148467","available":0,"dates":[]},"2-148502":{"id":"2-148502","available":0,"dates":[]},"2-148879":{"id":"2-148879","available":0,"dates":[]},"2-148897":{"id":"2-148897","available":0,"dates":[]},"2-149856":{"id":"2-149856","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149862":{"id":"2-149862","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150421":{"id":"2-150421","available":33,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150427":{"id":"2-150427","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150929":{"id":"2-150929","available":3,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150935":{"id":"2-150935","available":0,"dates":[]},"2-151164":{"id":"2-151164","available":0,"dates":[]},"2-151179":{"id":"2-151179","available":0,"dates":[]},"2-151575":{"id":"2-151575","available":0,"dates":[]},"2-151590":{"id":"2-151590","available":-4,"dates":[]},"2-152067":{"id":"2-152067","available":0,"dates":[]},"2-152572":{"id":"2-152572","available":0,"dates":[]},"2-152803":{"id":"2-152803","available":0,"dates":[]},"2-152978":{"id":"2-152978","available":0,"dates":[]},"2-153088":{"id":"2-153088","available":0,"dates":[]},"2-153100":{"id":"2-153100","available":0,"dates":[]},"2-153390":{"id":"2-153390","available":0,"dates":[]},"2-153402":{"id":"2-153402","available":0,"dates":[]},"2-153731":{"id":"2-153731","available":-2,"dates":[]},"2-153797":{"id":"2-153797","available":0,"dates":[]},"2-154485":{"id":"2-154485","available":0,"dates":[]},"2-154488":{"id":"2-154488","available":-4,"dates":[]},"2-154927":{"id":"2-154927","available":-1,"dates":[]},"2-154933":{"id":"2-154933","available":9,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155228":{"id":"2-155228","available":27,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155237":{"id":"2-155237","available":18,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155513":{"id":"2-155513","available":0,"dates":[]},"2-155742":{"id":"2-155742","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155754":{"id":"2-155754","available":24,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-B-10032-2-144485":{"id":"2-FLRL-B-10032-2-144485","available":11,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"2-FLRL-B-10032-2-145507":{"id":"2-FLRL-B-10032-2-145507","available":"2","dates":["2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17"]},"2-FLRL-B-10032-2-145874":{"id":"2-FLRL-B-10032-2-145874","available":2,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-B-10032-2-145921":{"id":"2-FLRL-B-10032-2-145921","available":16,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146788":{"id":"30-146788","available":56,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147304":{"id":"30-147304","available":0,"dates":[]},"30-147822":{"id":"30-147822","available":0,"dates":[]},"30-148253":{"id":"30-148253","available":0,"dates":[]},"30-148645":{"id":"30-148645","available":0,"dates":[]},"30-FLRL-B-10032-30-144770":{"id":"30-FLRL-B-10032-30-144770","available":7,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-146478":{"id":"4-146478","available":48,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146578":{"id":"4-146578","available":48,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146618":{"id":"4-146618","available":30,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146727":{"id":"4-146727","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147095":{"id":"4-147095","available":0,"dates":[]},"4-147135":{"id":"4-147135","available":0,"dates":[]},"4-147615":{"id":"4-147615","available":0,"dates":[]},"4-147658":{"id":"4-147658","available":0,"dates":[]},"4-148053":{"id":"4-148053","available":0,"dates":[]},"4-148093":{"id":"4-148093","available":0,"dates":[]},"4-148468":{"id":"4-148468","available":0,"dates":[]},"4-148503":{"id":"4-148503","available":0,"dates":[]},"4-148880":{"id":"4-148880","available":0,"dates":[]},"4-148898":{"id":"4-148898","available":0,"dates":[]},"4-149857":{"id":"4-149857","available":165,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149863":{"id":"4-149863","available":209,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150422":{"id":"4-150422","available":165,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150428":{"id":"4-150428","available":209,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150930":{"id":"4-150930","available":133,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150936":{"id":"4-150936","available":-3,"dates":[]},"4-151165":{"id":"4-151165","available":0,"dates":[]},"4-151180":{"id":"4-151180","available":0,"dates":[]},"4-151576":{"id":"4-151576","available":0,"dates":[]},"4-151591":{"id":"4-151591","available":0,"dates":[]},"4-151950":{"id":"4-151950","available":22,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-151953":{"id":"4-151953","available":0,"dates":[]},"4-152068":{"id":"4-152068","available":0,"dates":[]},"4-152573":{"id":"4-152573","available":1,"dates":["2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04","2025-01-05","2025-01-06","2025-01-07"]},"4-152804":{"id":"4-152804","available":0,"dates":[]},"4-152979":{"id":"4-152979","available":55,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-153089":{"id":"4-153089","available":0,"dates":[]},"4-153101":{"id":"4-153101","available":0,"dates":[]},"4-153391":{"id":"4-153391","available":0,"dates":[]},"4-153403":{"id":"4-153403","available":0,"dates":[]},"4-153732":{"id":"4-153732","available":-4,"dates":[]},"4-153798":{"id":"4-153798","available":0,"dates":[]},"4-154126":{"id":"4-154126","available":0,"dates":[]},"4-154486":{"id":"4-154486","available":0,"dates":[]},"4-154489":{"id":"4-154489","available":-17,"dates":[]},"4-154928":{"id":"4-154928","available":-13,"dates":[]},"4-154934":{"id":"4-154934","available":88,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155229":{"id":"4-155229","available":121,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155238":{"id":"4-155238","available":60,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155514":{"id":"4-155514","available":-1,"dates":[]},"4-155743":{"id":"4-155743","available":150,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155755":{"id":"4-155755","available":102,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-B-10032-4-144443":{"id":"4-FLRL-B-10032-4-144443","available":33,"dates":["2024-09-22","2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"4-FLRL-B-10032-4-144486":{"id":"4-FLRL-B-10032-4-144486","available":36,"dates":["2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01","2024-10-02","2024-10-03"]},"4-FLRL-B-10032-4-145875":{"id":"4-FLRL-B-10032-4-145875","available":"7","dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-B-10032-4-145922":{"id":"4-FLRL-B-10032-4-145922","available":6,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146815":{"id":"41-146815","available":36,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147333":{"id":"41-147333","available":0,"dates":[]},"41-147851":{"id":"41-147851","available":0,"dates":[]},"41-148286":{"id":"41-148286","available":0,"dates":[]},"41-148671":{"id":"41-148671","available":0,"dates":[]},"41-149025":{"id":"41-149025","available":0,"dates":[]},"41-149877":{"id":"41-149877","available":48,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149879":{"id":"41-149879","available":54,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150253":{"id":"41-150253","available":48,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150261":{"id":"41-150261","available":54,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150725":{"id":"41-150725","available":0,"dates":[]},"41-150733":{"id":"41-150733","available":0,"dates":[]},"41-151308":{"id":"41-151308","available":-2,"dates":[]},"41-151712":{"id":"41-151712","available":0,"dates":[]},"41-152164":{"id":"41-152164","available":0,"dates":[]},"41-152618":{"id":"41-152618","available":0,"dates":[]},"41-152873":{"id":"41-152873","available":0,"dates":[]},"41-153172":{"id":"41-153172","available":0,"dates":[]},"41-153469":{"id":"41-153469","available":0,"dates":[]},"41-153886":{"id":"41-153886","available":0,"dates":[]},"41-154332":{"id":"41-154332","available":0,"dates":[]},"41-154836":{"id":"41-154836","available":48,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155341":{"id":"41-155341","available":64,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155686":{"id":"41-155686","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-B-10032-41-144799":{"id":"41-FLRL-B-10032-41-144799","available":40,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"41-FLRL-B-10032-41-145719":{"id":"41-FLRL-B-10032-41-145719","available":"2","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"41-FLRL-B-10032-41-146139":{"id":"41-FLRL-B-10032-41-146139","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148973":{"id":"42-148973","available":0,"dates":[]},"42-149887":{"id":"42-149887","available":12,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149889":{"id":"42-149889","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150269":{"id":"42-150269","available":12,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150273":{"id":"42-150273","available":18,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150741":{"id":"42-150741","available":0,"dates":[]},"42-150745":{"id":"42-150745","available":0,"dates":[]},"42-151254":{"id":"42-151254","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"42-151661":{"id":"42-151661","available":0,"dates":[]},"42-152133":{"id":"42-152133","available":0,"dates":[]},"42-152414":{"id":"42-152414","available":0,"dates":[]},"42-152851":{"id":"42-152851","available":0,"dates":[]},"42-153147":{"id":"42-153147","available":0,"dates":[]},"42-153622":{"id":"42-153622","available":0,"dates":[]},"42-153905":{"id":"42-153905","available":0,"dates":[]},"42-154341":{"id":"42-154341","available":0,"dates":[]},"42-154845":{"id":"42-154845","available":15,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155530":{"id":"42-155530","available":0,"dates":[]},"51-148021":{"id":"51-148021","available":45,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-148022":{"id":"51-148022","available":34,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148146":{"id":"51-148146","available":9,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"51-148547":{"id":"51-148547","available":26,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-148970":{"id":"52-148970","available":21,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"52-151251":{"id":"52-151251","available":20,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"52-151658":{"id":"52-151658","available":10,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-151969":{"id":"52-151969","available":0,"dates":[]},"52-152130":{"id":"52-152130","available":7,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"52-152293":{"id":"52-152293","available":22,"dates":["2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13"]},"52-152596":{"id":"52-152596","available":0,"dates":[]},"52-152710":{"id":"52-152710","available":20,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152848":{"id":"52-152848","available":0,"dates":[]},"52-152984":{"id":"52-152984","available":10,"dates":["2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27"]},"52-153144":{"id":"52-153144","available":7,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"52-153291":{"id":"52-153291","available":20,"dates":["2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03"]},"52-153619":{"id":"52-153619","available":0,"dates":[]},"52-153701":{"id":"52-153701","available":65,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-155033":{"id":"52-155033","available":1,"dates":["2025-01-25","2025-01-26","2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31"]},"58-146868":{"id":"58-146868","available":99,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147381":{"id":"58-147381","available":0,"dates":[]},"58-147907":{"id":"58-147907","available":0,"dates":[]},"58-148233":{"id":"58-148233","available":0,"dates":[]},"58-148628":{"id":"58-148628","available":-1,"dates":[]},"58-149075":{"id":"58-149075","available":-4,"dates":[]},"58-149668":{"id":"58-149668","available":84,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149672":{"id":"58-149672","available":102,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150228":{"id":"58-150228","available":84,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150232":{"id":"58-150232","available":102,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150709":{"id":"58-150709","available":0,"dates":[]},"58-150710":{"id":"58-150710","available":-8,"dates":[]},"58-151367":{"id":"58-151367","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151758":{"id":"58-151758","available":-67,"dates":[]},"58-151964":{"id":"58-151964","available":0,"dates":[]},"58-152214":{"id":"58-152214","available":0,"dates":[]},"58-152480":{"id":"58-152480","available":0,"dates":[]},"58-152911":{"id":"58-152911","available":0,"dates":[]},"58-153214":{"id":"58-153214","available":0,"dates":[]},"58-153510":{"id":"58-153510","available":0,"dates":[]},"58-153849":{"id":"58-153849","available":0,"dates":[]},"58-154327":{"id":"58-154327","available":0,"dates":[]},"58-154328":{"id":"58-154328","available":0,"dates":[]},"58-154832":{"id":"58-154832","available":211,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155190":{"id":"58-155190","available":179,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155515":{"id":"58-155515","available":0,"dates":[]},"58-155516":{"id":"58-155516","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155517":{"id":"58-155517","available":159,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155680":{"id":"58-155680","available":203,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-B-10032-58-144853":{"id":"58-FLRL-B-10032-58-144853","available":21,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"58-FLRL-B-10032-58-145775":{"id":"58-FLRL-B-10032-58-145775","available":"6","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"58-FLRL-B-10032-58-146190":{"id":"58-FLRL-B-10032-58-146190","available":1,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148952":{"id":"65-148952","available":0,"dates":[]},"65-149869":{"id":"65-149869","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149871":{"id":"65-149871","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150430":{"id":"65-150430","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150432":{"id":"65-150432","available":42,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150850":{"id":"65-150850","available":0,"dates":[]},"65-150861":{"id":"65-150861","available":0,"dates":[]},"65-151233":{"id":"65-151233","available":0,"dates":[]},"65-151640":{"id":"65-151640","available":1,"dates":["2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24"]},"65-152112":{"id":"65-152112","available":9,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152398":{"id":"65-152398","available":0,"dates":[]},"65-152835":{"id":"65-152835","available":0,"dates":[]},"65-153131":{"id":"65-153131","available":0,"dates":[]},"65-153433":{"id":"65-153433","available":56,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153607":{"id":"65-153607","available":0,"dates":[]},"65-153893":{"id":"65-153893","available":72,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154141":{"id":"65-154141","available":-3,"dates":[]},"65-154399":{"id":"65-154399","available":0,"dates":[]},"65-154896":{"id":"65-154896","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155248":{"id":"65-155248","available":54,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155801":{"id":"65-155801","available":53,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-146874":{"id":"9-146874","available":20,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06"]},"9-147387":{"id":"9-147387","available":0,"dates":[]},"9-147912":{"id":"9-147912","available":0,"dates":[]},"9-148305":{"id":"9-148305","available":0,"dates":[]},"9-148695":{"id":"9-148695","available":0,"dates":[]},"9-155277":{"id":"9-155277","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155809":{"id":"9-155809","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-FLRL-B-10032-9-144858":{"id":"9-FLRL-B-10032-9-144858","available":1,"dates":["2024-09-23","2024-09-24","2024-09-25","2024-09-26","2024-09-27","2024-09-28","2024-09-29","2024-09-30","2024-10-01"]},"9-FLRL-B-10032-9-145782":{"id":"9-FLRL-B-10032-9-145782","available":"18","dates":["2024-10-07","2024-10-08","2024-10-09","2024-10-10","2024-10-11","2024-10-12","2024-10-13","2024-10-14","2024-10-15"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150710","58-150709","58-155515","58-155516","58-155517","58-155190","58-155680"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150936","4-155514","4-154928","4-154934","4-155229","4-155238","4-155743","4-155755"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150725","41-150733","41-154836","41-155341","41-155686"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155530","42-150741","42-150745","42-154845"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150935","2-154927","2-155513","2-154933","2-155228","2-155237","2-155742","2-155754"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150894","10-150900","10-154913","10-155262","10-155867"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150941","11-150945","11-154904","11-155272","11-155802"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155277","9-155809"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150934","1-155512","1-154926","1-154932","1-155227","1-155236","1-155741","1-155753"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150850","65-150861","65-154896","65-155248","65-155801"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "double-the-peace":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "double-the-peace", "priceAmount": 13300, "price": "$133 ", "priceCompareAtAmount": 14800, "priceCompareAt": "$148 ", "url": "https://urbanstems.com/products/double-the-peace", "variantName": null, "title": "Double the Peace", "images": [ { "alt": "Double the Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peace_SupportingImage_1_PDP.jpg?v=1727920404&width=700 700w" }, { "alt": "Double the Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peace_MainImage_PDP_d3a9e415-5a3b-4273-a301-6e20dbaca85b.jpg?v=1729627434&width=700 700w" } ], "variants": [{"id":45510439469304,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-10032","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Peace - Double","public_title":"Double","options":["Double","Default Title"],"price":13300,"weight":0,"compare_at_price":14800,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":11970}],"price":11970,"compare_at_price":13300,"per_delivery_price":11970,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4984963320,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":35910}],"price":35910,"compare_at_price":13300,"per_delivery_price":35910,"selling_plan_id":4984996088,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4985749752,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":71820}],"price":71820,"compare_at_price":13300,"per_delivery_price":71820,"selling_plan_id":4985782520,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146476":{"id":"1-146476","available":12,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146576":{"id":"1-146576","available":12,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146616":{"id":"1-146616","available":6,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146725":{"id":"1-146725","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147093":{"id":"1-147093","available":0,"dates":[]},"1-147133":{"id":"1-147133","available":0,"dates":[]},"1-147613":{"id":"1-147613","available":0,"dates":[]},"1-147656":{"id":"1-147656","available":0,"dates":[]},"1-148051":{"id":"1-148051","available":0,"dates":[]},"1-148091":{"id":"1-148091","available":0,"dates":[]},"1-148466":{"id":"1-148466","available":0,"dates":[]},"1-148501":{"id":"1-148501","available":0,"dates":[]},"1-148878":{"id":"1-148878","available":0,"dates":[]},"1-148896":{"id":"1-148896","available":0,"dates":[]},"1-149855":{"id":"1-149855","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149861":{"id":"1-149861","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150420":{"id":"1-150420","available":11,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150426":{"id":"1-150426","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150928":{"id":"1-150928","available":3,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150934":{"id":"1-150934","available":0,"dates":[]},"1-151163":{"id":"1-151163","available":0,"dates":[]},"1-151178":{"id":"1-151178","available":0,"dates":[]},"1-151574":{"id":"1-151574","available":0,"dates":[]},"1-151589":{"id":"1-151589","available":0,"dates":[]},"1-152066":{"id":"1-152066","available":0,"dates":[]},"1-152571":{"id":"1-152571","available":0,"dates":[]},"1-152802":{"id":"1-152802","available":0,"dates":[]},"1-152977":{"id":"1-152977","available":-2,"dates":[]},"1-153087":{"id":"1-153087","available":0,"dates":[]},"1-153099":{"id":"1-153099","available":0,"dates":[]},"1-153389":{"id":"1-153389","available":0,"dates":[]},"1-153401":{"id":"1-153401","available":0,"dates":[]},"1-153730":{"id":"1-153730","available":0,"dates":[]},"1-153796":{"id":"1-153796","available":0,"dates":[]},"1-154484":{"id":"1-154484","available":0,"dates":[]},"1-154487":{"id":"1-154487","available":-2,"dates":[]},"1-154926":{"id":"1-154926","available":-1,"dates":[]},"1-154932":{"id":"1-154932","available":5,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155227":{"id":"1-155227","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155236":{"id":"1-155236","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155512":{"id":"1-155512","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155741":{"id":"1-155741","available":11,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155753":{"id":"1-155753","available":9,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-D-10032-1-145873":{"id":"1-FLRL-D-10032-1-145873","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-D-10032-1-145920":{"id":"1-FLRL-D-10032-1-145920","available":2,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146835":{"id":"10-146835","available":17,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147352":{"id":"10-147352","available":0,"dates":[]},"10-147872":{"id":"10-147872","available":0,"dates":[]},"10-148308":{"id":"10-148308","available":0,"dates":[]},"10-148698":{"id":"10-148698","available":0,"dates":[]},"10-149040":{"id":"10-149040","available":0,"dates":[]},"10-149865":{"id":"10-149865","available":14,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149867":{"id":"10-149867","available":17,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150386":{"id":"10-150386","available":14,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150392":{"id":"10-150392","available":17,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150894":{"id":"10-150894","available":0,"dates":[]},"10-150900":{"id":"10-150900","available":0,"dates":[]},"10-151325":{"id":"10-151325","available":0,"dates":[]},"10-151852":{"id":"10-151852","available":0,"dates":[]},"10-152181":{"id":"10-152181","available":0,"dates":[]},"10-152629":{"id":"10-152629","available":0,"dates":[]},"10-152884":{"id":"10-152884","available":0,"dates":[]},"10-153184":{"id":"10-153184","available":0,"dates":[]},"10-153625":{"id":"10-153625","available":0,"dates":[]},"10-153881":{"id":"10-153881","available":0,"dates":[]},"10-154428":{"id":"10-154428","available":0,"dates":[]},"10-154913":{"id":"10-154913","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155262":{"id":"10-155262","available":35,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155867":{"id":"10-155867","available":38,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-146771":{"id":"11-146771","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147286":{"id":"11-147286","available":0,"dates":[]},"11-147802":{"id":"11-147802","available":0,"dates":[]},"11-148339":{"id":"11-148339","available":3,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148730":{"id":"11-148730","available":-2,"dates":[]},"11-149019":{"id":"11-149019","available":-1,"dates":[]},"11-149873":{"id":"11-149873","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149875":{"id":"11-149875","available":22,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150434":{"id":"11-150434","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150436":{"id":"11-150436","available":22,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150941":{"id":"11-150941","available":0,"dates":[]},"11-150945":{"id":"11-150945","available":0,"dates":[]},"11-151302":{"id":"11-151302","available":0,"dates":[]},"11-151706":{"id":"11-151706","available":-2,"dates":[]},"11-152158":{"id":"11-152158","available":0,"dates":[]},"11-152612":{"id":"11-152612","available":0,"dates":[]},"11-152867":{"id":"11-152867","available":0,"dates":[]},"11-153166":{"id":"11-153166","available":0,"dates":[]},"11-153463":{"id":"11-153463","available":0,"dates":[]},"11-154110":{"id":"11-154110","available":0,"dates":[]},"11-154410":{"id":"11-154410","available":0,"dates":[]},"11-154904":{"id":"11-154904","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155272":{"id":"11-155272","available":39,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155802":{"id":"11-155802","available":46,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-D-10032-11-146092":{"id":"11-FLRL-D-10032-11-146092","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146577":{"id":"2-146577","available":21,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146617":{"id":"2-146617","available":15,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146726":{"id":"2-146726","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147094":{"id":"2-147094","available":0,"dates":[]},"2-147134":{"id":"2-147134","available":0,"dates":[]},"2-147614":{"id":"2-147614","available":0,"dates":[]},"2-147657":{"id":"2-147657","available":0,"dates":[]},"2-148052":{"id":"2-148052","available":0,"dates":[]},"2-148092":{"id":"2-148092","available":0,"dates":[]},"2-148467":{"id":"2-148467","available":0,"dates":[]},"2-148502":{"id":"2-148502","available":0,"dates":[]},"2-148879":{"id":"2-148879","available":0,"dates":[]},"2-148897":{"id":"2-148897","available":0,"dates":[]},"2-149856":{"id":"2-149856","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149862":{"id":"2-149862","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150421":{"id":"2-150421","available":16,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150427":{"id":"2-150427","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150929":{"id":"2-150929","available":1,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150935":{"id":"2-150935","available":0,"dates":[]},"2-151164":{"id":"2-151164","available":0,"dates":[]},"2-151179":{"id":"2-151179","available":0,"dates":[]},"2-151575":{"id":"2-151575","available":0,"dates":[]},"2-151590":{"id":"2-151590","available":-2,"dates":[]},"2-152067":{"id":"2-152067","available":0,"dates":[]},"2-152572":{"id":"2-152572","available":0,"dates":[]},"2-152803":{"id":"2-152803","available":0,"dates":[]},"2-152978":{"id":"2-152978","available":0,"dates":[]},"2-153088":{"id":"2-153088","available":0,"dates":[]},"2-153100":{"id":"2-153100","available":0,"dates":[]},"2-153390":{"id":"2-153390","available":0,"dates":[]},"2-153402":{"id":"2-153402","available":0,"dates":[]},"2-153731":{"id":"2-153731","available":-1,"dates":[]},"2-153797":{"id":"2-153797","available":0,"dates":[]},"2-154485":{"id":"2-154485","available":0,"dates":[]},"2-154488":{"id":"2-154488","available":-2,"dates":[]},"2-154927":{"id":"2-154927","available":-1,"dates":[]},"2-154933":{"id":"2-154933","available":4,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155228":{"id":"2-155228","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155237":{"id":"2-155237","available":9,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155513":{"id":"2-155513","available":0,"dates":[]},"2-155742":{"id":"2-155742","available":13,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155754":{"id":"2-155754","available":12,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-D-10032-2-145874":{"id":"2-FLRL-D-10032-2-145874","available":1,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-D-10032-2-145921":{"id":"2-FLRL-D-10032-2-145921","available":8,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146788":{"id":"30-146788","available":28,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147304":{"id":"30-147304","available":0,"dates":[]},"30-147822":{"id":"30-147822","available":0,"dates":[]},"30-148253":{"id":"30-148253","available":0,"dates":[]},"30-148645":{"id":"30-148645","available":0,"dates":[]},"4-146478":{"id":"4-146478","available":24,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146578":{"id":"4-146578","available":24,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146618":{"id":"4-146618","available":15,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146727":{"id":"4-146727","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147095":{"id":"4-147095","available":0,"dates":[]},"4-147135":{"id":"4-147135","available":0,"dates":[]},"4-147615":{"id":"4-147615","available":0,"dates":[]},"4-147658":{"id":"4-147658","available":0,"dates":[]},"4-148053":{"id":"4-148053","available":0,"dates":[]},"4-148093":{"id":"4-148093","available":0,"dates":[]},"4-148468":{"id":"4-148468","available":0,"dates":[]},"4-148503":{"id":"4-148503","available":0,"dates":[]},"4-148880":{"id":"4-148880","available":0,"dates":[]},"4-148898":{"id":"4-148898","available":0,"dates":[]},"4-149857":{"id":"4-149857","available":82,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149863":{"id":"4-149863","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150422":{"id":"4-150422","available":82,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150428":{"id":"4-150428","available":104,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150930":{"id":"4-150930","available":66,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150936":{"id":"4-150936","available":-2,"dates":[]},"4-151165":{"id":"4-151165","available":0,"dates":[]},"4-151180":{"id":"4-151180","available":0,"dates":[]},"4-151576":{"id":"4-151576","available":0,"dates":[]},"4-151591":{"id":"4-151591","available":0,"dates":[]},"4-151950":{"id":"4-151950","available":11,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-151953":{"id":"4-151953","available":0,"dates":[]},"4-152068":{"id":"4-152068","available":0,"dates":[]},"4-152573":{"id":"4-152573","available":0,"dates":[]},"4-152804":{"id":"4-152804","available":0,"dates":[]},"4-152979":{"id":"4-152979","available":27,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-153089":{"id":"4-153089","available":0,"dates":[]},"4-153101":{"id":"4-153101","available":0,"dates":[]},"4-153391":{"id":"4-153391","available":0,"dates":[]},"4-153403":{"id":"4-153403","available":0,"dates":[]},"4-153732":{"id":"4-153732","available":-2,"dates":[]},"4-153798":{"id":"4-153798","available":0,"dates":[]},"4-154126":{"id":"4-154126","available":0,"dates":[]},"4-154486":{"id":"4-154486","available":0,"dates":[]},"4-154489":{"id":"4-154489","available":-9,"dates":[]},"4-154928":{"id":"4-154928","available":-7,"dates":[]},"4-154934":{"id":"4-154934","available":44,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155229":{"id":"4-155229","available":60,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155238":{"id":"4-155238","available":30,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155514":{"id":"4-155514","available":-1,"dates":[]},"4-155743":{"id":"4-155743","available":75,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155755":{"id":"4-155755","available":51,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-D-10032-4-145922":{"id":"4-FLRL-D-10032-4-145922","available":3,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146815":{"id":"41-146815","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147333":{"id":"41-147333","available":0,"dates":[]},"41-147851":{"id":"41-147851","available":0,"dates":[]},"41-148286":{"id":"41-148286","available":0,"dates":[]},"41-148671":{"id":"41-148671","available":0,"dates":[]},"41-149025":{"id":"41-149025","available":0,"dates":[]},"41-149877":{"id":"41-149877","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149879":{"id":"41-149879","available":27,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150253":{"id":"41-150253","available":24,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150261":{"id":"41-150261","available":27,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150725":{"id":"41-150725","available":0,"dates":[]},"41-150733":{"id":"41-150733","available":0,"dates":[]},"41-151308":{"id":"41-151308","available":-1,"dates":[]},"41-151712":{"id":"41-151712","available":0,"dates":[]},"41-152164":{"id":"41-152164","available":0,"dates":[]},"41-152618":{"id":"41-152618","available":0,"dates":[]},"41-152873":{"id":"41-152873","available":0,"dates":[]},"41-153172":{"id":"41-153172","available":0,"dates":[]},"41-153469":{"id":"41-153469","available":0,"dates":[]},"41-153886":{"id":"41-153886","available":0,"dates":[]},"41-154332":{"id":"41-154332","available":0,"dates":[]},"41-154836":{"id":"41-154836","available":24,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155341":{"id":"41-155341","available":32,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155686":{"id":"41-155686","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-D-10032-41-146139":{"id":"41-FLRL-D-10032-41-146139","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148973":{"id":"42-148973","available":0,"dates":[]},"42-149887":{"id":"42-149887","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149889":{"id":"42-149889","available":9,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150269":{"id":"42-150269","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150273":{"id":"42-150273","available":9,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150741":{"id":"42-150741","available":0,"dates":[]},"42-150745":{"id":"42-150745","available":0,"dates":[]},"42-151254":{"id":"42-151254","available":0,"dates":[]},"42-151661":{"id":"42-151661","available":0,"dates":[]},"42-152133":{"id":"42-152133","available":0,"dates":[]},"42-152414":{"id":"42-152414","available":0,"dates":[]},"42-152851":{"id":"42-152851","available":0,"dates":[]},"42-153147":{"id":"42-153147","available":0,"dates":[]},"42-153622":{"id":"42-153622","available":0,"dates":[]},"42-153905":{"id":"42-153905","available":0,"dates":[]},"42-154341":{"id":"42-154341","available":0,"dates":[]},"42-154845":{"id":"42-154845","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155530":{"id":"42-155530","available":0,"dates":[]},"51-148021":{"id":"51-148021","available":22,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-148022":{"id":"51-148022","available":17,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148146":{"id":"51-148146","available":4,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"51-148547":{"id":"51-148547","available":13,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-148970":{"id":"52-148970","available":10,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"52-151251":{"id":"52-151251","available":10,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"52-151658":{"id":"52-151658","available":5,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-151969":{"id":"52-151969","available":0,"dates":[]},"52-152130":{"id":"52-152130","available":3,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"52-152293":{"id":"52-152293","available":11,"dates":["2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13"]},"52-152596":{"id":"52-152596","available":0,"dates":[]},"52-152710":{"id":"52-152710","available":10,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152848":{"id":"52-152848","available":0,"dates":[]},"52-152984":{"id":"52-152984","available":5,"dates":["2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27"]},"52-153144":{"id":"52-153144","available":3,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"52-153291":{"id":"52-153291","available":10,"dates":["2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03"]},"52-153619":{"id":"52-153619","available":0,"dates":[]},"52-153701":{"id":"52-153701","available":32,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-155033":{"id":"52-155033","available":0,"dates":[]},"58-146868":{"id":"58-146868","available":49,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147381":{"id":"58-147381","available":0,"dates":[]},"58-147907":{"id":"58-147907","available":0,"dates":[]},"58-148233":{"id":"58-148233","available":0,"dates":[]},"58-148628":{"id":"58-148628","available":-1,"dates":[]},"58-149075":{"id":"58-149075","available":-2,"dates":[]},"58-149668":{"id":"58-149668","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149672":{"id":"58-149672","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150228":{"id":"58-150228","available":42,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150232":{"id":"58-150232","available":51,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150709":{"id":"58-150709","available":0,"dates":[]},"58-150710":{"id":"58-150710","available":-4,"dates":[]},"58-151367":{"id":"58-151367","available":0,"dates":[]},"58-151758":{"id":"58-151758","available":-34,"dates":[]},"58-151964":{"id":"58-151964","available":0,"dates":[]},"58-152214":{"id":"58-152214","available":0,"dates":[]},"58-152480":{"id":"58-152480","available":0,"dates":[]},"58-152911":{"id":"58-152911","available":0,"dates":[]},"58-153214":{"id":"58-153214","available":0,"dates":[]},"58-153510":{"id":"58-153510","available":0,"dates":[]},"58-153849":{"id":"58-153849","available":0,"dates":[]},"58-154327":{"id":"58-154327","available":0,"dates":[]},"58-154328":{"id":"58-154328","available":0,"dates":[]},"58-154832":{"id":"58-154832","available":105,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155190":{"id":"58-155190","available":89,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155515":{"id":"58-155515","available":0,"dates":[]},"58-155516":{"id":"58-155516","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155517":{"id":"58-155517","available":79,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155680":{"id":"58-155680","available":101,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-D-10032-58-146190":{"id":"58-FLRL-D-10032-58-146190","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148952":{"id":"65-148952","available":0,"dates":[]},"65-149869":{"id":"65-149869","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149871":{"id":"65-149871","available":21,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150430":{"id":"65-150430","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150432":{"id":"65-150432","available":21,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150850":{"id":"65-150850","available":0,"dates":[]},"65-150861":{"id":"65-150861","available":0,"dates":[]},"65-151233":{"id":"65-151233","available":0,"dates":[]},"65-151640":{"id":"65-151640","available":0,"dates":[]},"65-152112":{"id":"65-152112","available":4,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152398":{"id":"65-152398","available":0,"dates":[]},"65-152835":{"id":"65-152835","available":0,"dates":[]},"65-153131":{"id":"65-153131","available":0,"dates":[]},"65-153433":{"id":"65-153433","available":28,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153607":{"id":"65-153607","available":0,"dates":[]},"65-153893":{"id":"65-153893","available":36,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154141":{"id":"65-154141","available":-2,"dates":[]},"65-154399":{"id":"65-154399","available":0,"dates":[]},"65-154896":{"id":"65-154896","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155248":{"id":"65-155248","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155801":{"id":"65-155801","available":26,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-146874":{"id":"9-146874","available":10,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06"]},"9-147387":{"id":"9-147387","available":0,"dates":[]},"9-147912":{"id":"9-147912","available":0,"dates":[]},"9-148305":{"id":"9-148305","available":0,"dates":[]},"9-148695":{"id":"9-148695","available":0,"dates":[]},"9-155277":{"id":"9-155277","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155809":{"id":"9-155809","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150710","58-150709","58-155515","58-155516","58-155517","58-155190","58-155680"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150936","4-155514","4-154928","4-154934","4-155229","4-155238","4-155743","4-155755"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150725","41-150733","41-154836","41-155341","41-155686"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155530","42-150741","42-150745","42-154845"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150935","2-154927","2-155513","2-154933","2-155228","2-155237","2-155742","2-155754"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150894","10-150900","10-154913","10-155262","10-155867"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150941","11-150945","11-154904","11-155272","11-155802"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155277","9-155809"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150934","1-155512","1-154926","1-154932","1-155227","1-155236","1-155741","1-155753"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150850","65-150861","65-154896","65-155248","65-155801"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","ups_worldease","ups_worldease_saver"],"blackout_from":null, "blackout_to":null} }, "triple-the-peace":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage":null, "handle": "triple-the-peace", "priceAmount": 18800, "price": "$188 ", "priceCompareAtAmount": 22200, "priceCompareAt": "$222 ", "url": "https://urbanstems.com/products/triple-the-peace", "variantName": null, "title": "Triple the Peace", "images": [ { "alt": "Triple the Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peace_SupportingImage_1_PDP.jpg?v=1727920995&width=700 700w" }, { "alt": "Triple the Peace", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peace_MainImage_PDP_08bb4844-c271-4f56-8042-3a5b98e4398c.jpg?v=1729627640&width=700 700w" } ], "variants": [{"id":45510443106552,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-10032","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Peace - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":18800,"weight":0,"compare_at_price":22200,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984307960,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":16920}],"price":16920,"compare_at_price":18800,"per_delivery_price":16920,"selling_plan_id":4984340728,"selling_plan_group_id":"603a7a3efe734a3c7119d5bada4b37fde52c3897"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4985159928,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":50760}],"price":50760,"compare_at_price":18800,"per_delivery_price":50760,"selling_plan_id":4985192696,"selling_plan_group_id":"3f88a2c6de42b59b461c350e7d52f03b054c9781"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4985946360,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"},{"price_adjustments":[{"position":1,"price":101520}],"price":101520,"compare_at_price":18800,"per_delivery_price":101520,"selling_plan_id":4985979128,"selling_plan_group_id":"516991ae58314ece02c18d168c5f445d2cbe1c99"}],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-146476":{"id":"1-146476","available":8,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"1-146576":{"id":"1-146576","available":8,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"1-146616":{"id":"1-146616","available":4,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-146725":{"id":"1-146725","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"1-147093":{"id":"1-147093","available":0,"dates":[]},"1-147133":{"id":"1-147133","available":0,"dates":[]},"1-147613":{"id":"1-147613","available":0,"dates":[]},"1-147656":{"id":"1-147656","available":0,"dates":[]},"1-148051":{"id":"1-148051","available":0,"dates":[]},"1-148091":{"id":"1-148091","available":0,"dates":[]},"1-148466":{"id":"1-148466","available":0,"dates":[]},"1-148501":{"id":"1-148501","available":0,"dates":[]},"1-148878":{"id":"1-148878","available":0,"dates":[]},"1-148896":{"id":"1-148896","available":0,"dates":[]},"1-149855":{"id":"1-149855","available":7,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149861":{"id":"1-149861","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150420":{"id":"1-150420","available":7,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150426":{"id":"1-150426","available":7,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150928":{"id":"1-150928","available":2,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150934":{"id":"1-150934","available":0,"dates":[]},"1-151163":{"id":"1-151163","available":0,"dates":[]},"1-151178":{"id":"1-151178","available":0,"dates":[]},"1-151574":{"id":"1-151574","available":0,"dates":[]},"1-151589":{"id":"1-151589","available":0,"dates":[]},"1-152066":{"id":"1-152066","available":0,"dates":[]},"1-152571":{"id":"1-152571","available":0,"dates":[]},"1-152802":{"id":"1-152802","available":0,"dates":[]},"1-152977":{"id":"1-152977","available":-1,"dates":[]},"1-153087":{"id":"1-153087","available":0,"dates":[]},"1-153099":{"id":"1-153099","available":0,"dates":[]},"1-153389":{"id":"1-153389","available":0,"dates":[]},"1-153401":{"id":"1-153401","available":0,"dates":[]},"1-153730":{"id":"1-153730","available":0,"dates":[]},"1-153796":{"id":"1-153796","available":0,"dates":[]},"1-154484":{"id":"1-154484","available":0,"dates":[]},"1-154487":{"id":"1-154487","available":-1,"dates":[]},"1-154926":{"id":"1-154926","available":-1,"dates":[]},"1-154932":{"id":"1-154932","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"1-155227":{"id":"1-155227","available":8,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155236":{"id":"1-155236","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"1-155512":{"id":"1-155512","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155741":{"id":"1-155741","available":7,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"1-155753":{"id":"1-155753","available":6,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"1-FLRL-T-10032-1-145873":{"id":"1-FLRL-T-10032-1-145873","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"1-FLRL-T-10032-1-145920":{"id":"1-FLRL-T-10032-1-145920","available":1,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"10-146835":{"id":"10-146835","available":11,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"10-147352":{"id":"10-147352","available":0,"dates":[]},"10-147872":{"id":"10-147872","available":0,"dates":[]},"10-148308":{"id":"10-148308","available":0,"dates":[]},"10-148698":{"id":"10-148698","available":0,"dates":[]},"10-149040":{"id":"10-149040","available":0,"dates":[]},"10-149865":{"id":"10-149865","available":9,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149867":{"id":"10-149867","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150386":{"id":"10-150386","available":9,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150392":{"id":"10-150392","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150894":{"id":"10-150894","available":0,"dates":[]},"10-150900":{"id":"10-150900","available":0,"dates":[]},"10-151325":{"id":"10-151325","available":0,"dates":[]},"10-151852":{"id":"10-151852","available":0,"dates":[]},"10-152181":{"id":"10-152181","available":0,"dates":[]},"10-152629":{"id":"10-152629","available":0,"dates":[]},"10-152884":{"id":"10-152884","available":0,"dates":[]},"10-153184":{"id":"10-153184","available":0,"dates":[]},"10-153625":{"id":"10-153625","available":0,"dates":[]},"10-153881":{"id":"10-153881","available":0,"dates":[]},"10-154428":{"id":"10-154428","available":0,"dates":[]},"10-154913":{"id":"10-154913","available":23,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155262":{"id":"10-155262","available":23,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155867":{"id":"10-155867","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-146771":{"id":"11-146771","available":12,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"11-147286":{"id":"11-147286","available":0,"dates":[]},"11-147802":{"id":"11-147802","available":0,"dates":[]},"11-148339":{"id":"11-148339","available":2,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"11-148730":{"id":"11-148730","available":-1,"dates":[]},"11-149019":{"id":"11-149019","available":-1,"dates":[]},"11-149873":{"id":"11-149873","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149875":{"id":"11-149875","available":14,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150434":{"id":"11-150434","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150436":{"id":"11-150436","available":14,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150941":{"id":"11-150941","available":0,"dates":[]},"11-150945":{"id":"11-150945","available":0,"dates":[]},"11-151302":{"id":"11-151302","available":0,"dates":[]},"11-151706":{"id":"11-151706","available":-1,"dates":[]},"11-152158":{"id":"11-152158","available":0,"dates":[]},"11-152612":{"id":"11-152612","available":0,"dates":[]},"11-152867":{"id":"11-152867","available":0,"dates":[]},"11-153166":{"id":"11-153166","available":0,"dates":[]},"11-153463":{"id":"11-153463","available":0,"dates":[]},"11-154110":{"id":"11-154110","available":0,"dates":[]},"11-154410":{"id":"11-154410","available":0,"dates":[]},"11-154904":{"id":"11-154904","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155272":{"id":"11-155272","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155802":{"id":"11-155802","available":31,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-FLRL-T-10032-11-146092":{"id":"11-FLRL-T-10032-11-146092","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-146577":{"id":"2-146577","available":14,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"2-146617":{"id":"2-146617","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-146726":{"id":"2-146726","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"2-147094":{"id":"2-147094","available":0,"dates":[]},"2-147134":{"id":"2-147134","available":0,"dates":[]},"2-147614":{"id":"2-147614","available":0,"dates":[]},"2-147657":{"id":"2-147657","available":0,"dates":[]},"2-148052":{"id":"2-148052","available":0,"dates":[]},"2-148092":{"id":"2-148092","available":0,"dates":[]},"2-148467":{"id":"2-148467","available":0,"dates":[]},"2-148502":{"id":"2-148502","available":0,"dates":[]},"2-148879":{"id":"2-148879","available":0,"dates":[]},"2-148897":{"id":"2-148897","available":0,"dates":[]},"2-149856":{"id":"2-149856","available":11,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149862":{"id":"2-149862","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150421":{"id":"2-150421","available":11,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150427":{"id":"2-150427","available":11,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150929":{"id":"2-150929","available":0,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150935":{"id":"2-150935","available":0,"dates":[]},"2-151164":{"id":"2-151164","available":0,"dates":[]},"2-151179":{"id":"2-151179","available":0,"dates":[]},"2-151575":{"id":"2-151575","available":0,"dates":[]},"2-151590":{"id":"2-151590","available":-2,"dates":[]},"2-152067":{"id":"2-152067","available":0,"dates":[]},"2-152572":{"id":"2-152572","available":0,"dates":[]},"2-152803":{"id":"2-152803","available":0,"dates":[]},"2-152978":{"id":"2-152978","available":0,"dates":[]},"2-153088":{"id":"2-153088","available":0,"dates":[]},"2-153100":{"id":"2-153100","available":0,"dates":[]},"2-153390":{"id":"2-153390","available":0,"dates":[]},"2-153402":{"id":"2-153402","available":0,"dates":[]},"2-153731":{"id":"2-153731","available":-1,"dates":[]},"2-153797":{"id":"2-153797","available":0,"dates":[]},"2-154485":{"id":"2-154485","available":0,"dates":[]},"2-154488":{"id":"2-154488","available":-2,"dates":[]},"2-154927":{"id":"2-154927","available":-1,"dates":[]},"2-154933":{"id":"2-154933","available":3,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"2-155228":{"id":"2-155228","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155237":{"id":"2-155237","available":6,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"2-155513":{"id":"2-155513","available":0,"dates":[]},"2-155742":{"id":"2-155742","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-155754":{"id":"2-155754","available":8,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"2-FLRL-T-10032-2-145874":{"id":"2-FLRL-T-10032-2-145874","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"2-FLRL-T-10032-2-145921":{"id":"2-FLRL-T-10032-2-145921","available":5,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"30-146788":{"id":"30-146788","available":18,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"30-147304":{"id":"30-147304","available":0,"dates":[]},"30-147822":{"id":"30-147822","available":0,"dates":[]},"30-148253":{"id":"30-148253","available":0,"dates":[]},"30-148645":{"id":"30-148645","available":0,"dates":[]},"4-146478":{"id":"4-146478","available":16,"dates":["2024-10-22","2024-10-23","2024-10-24","2024-10-25","2024-10-26","2024-10-27"]},"4-146578":{"id":"4-146578","available":16,"dates":["2024-10-27","2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"4-146618":{"id":"4-146618","available":10,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-146727":{"id":"4-146727","available":0,"dates":["2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06","2024-11-07"]},"4-147095":{"id":"4-147095","available":0,"dates":[]},"4-147135":{"id":"4-147135","available":0,"dates":[]},"4-147615":{"id":"4-147615","available":0,"dates":[]},"4-147658":{"id":"4-147658","available":0,"dates":[]},"4-148053":{"id":"4-148053","available":0,"dates":[]},"4-148093":{"id":"4-148093","available":0,"dates":[]},"4-148468":{"id":"4-148468","available":0,"dates":[]},"4-148503":{"id":"4-148503","available":0,"dates":[]},"4-148880":{"id":"4-148880","available":0,"dates":[]},"4-148898":{"id":"4-148898","available":0,"dates":[]},"4-149857":{"id":"4-149857","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149863":{"id":"4-149863","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150422":{"id":"4-150422","available":55,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150428":{"id":"4-150428","available":69,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150930":{"id":"4-150930","available":44,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150936":{"id":"4-150936","available":-1,"dates":[]},"4-151165":{"id":"4-151165","available":0,"dates":[]},"4-151180":{"id":"4-151180","available":0,"dates":[]},"4-151576":{"id":"4-151576","available":0,"dates":[]},"4-151591":{"id":"4-151591","available":0,"dates":[]},"4-151950":{"id":"4-151950","available":7,"dates":["2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"4-151953":{"id":"4-151953","available":0,"dates":[]},"4-152068":{"id":"4-152068","available":0,"dates":[]},"4-152573":{"id":"4-152573","available":0,"dates":[]},"4-152804":{"id":"4-152804","available":0,"dates":[]},"4-152979":{"id":"4-152979","available":17,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"4-153089":{"id":"4-153089","available":0,"dates":[]},"4-153101":{"id":"4-153101","available":0,"dates":[]},"4-153391":{"id":"4-153391","available":0,"dates":[]},"4-153403":{"id":"4-153403","available":0,"dates":[]},"4-153732":{"id":"4-153732","available":-2,"dates":[]},"4-153798":{"id":"4-153798","available":0,"dates":[]},"4-154126":{"id":"4-154126","available":0,"dates":[]},"4-154486":{"id":"4-154486","available":0,"dates":[]},"4-154489":{"id":"4-154489","available":-6,"dates":[]},"4-154928":{"id":"4-154928","available":-5,"dates":[]},"4-154934":{"id":"4-154934","available":29,"dates":["2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27"]},"4-155229":{"id":"4-155229","available":40,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155238":{"id":"4-155238","available":20,"dates":["2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06"]},"4-155514":{"id":"4-155514","available":-1,"dates":[]},"4-155743":{"id":"4-155743","available":50,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-155755":{"id":"4-155755","available":34,"dates":["2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11","2025-03-12","2025-03-13"]},"4-FLRL-T-10032-4-145875":{"id":"4-FLRL-T-10032-4-145875","available":0,"dates":["2024-10-13","2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"4-FLRL-T-10032-4-145922":{"id":"4-FLRL-T-10032-4-145922","available":2,"dates":["2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22","2024-10-23","2024-10-24"]},"41-146815":{"id":"41-146815","available":12,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"41-147333":{"id":"41-147333","available":0,"dates":[]},"41-147851":{"id":"41-147851","available":0,"dates":[]},"41-148286":{"id":"41-148286","available":0,"dates":[]},"41-148671":{"id":"41-148671","available":0,"dates":[]},"41-149025":{"id":"41-149025","available":0,"dates":[]},"41-149877":{"id":"41-149877","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149879":{"id":"41-149879","available":18,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150253":{"id":"41-150253","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150261":{"id":"41-150261","available":18,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150725":{"id":"41-150725","available":0,"dates":[]},"41-150733":{"id":"41-150733","available":0,"dates":[]},"41-151308":{"id":"41-151308","available":-1,"dates":[]},"41-151712":{"id":"41-151712","available":0,"dates":[]},"41-152164":{"id":"41-152164","available":0,"dates":[]},"41-152618":{"id":"41-152618","available":0,"dates":[]},"41-152873":{"id":"41-152873","available":0,"dates":[]},"41-153172":{"id":"41-153172","available":0,"dates":[]},"41-153469":{"id":"41-153469","available":0,"dates":[]},"41-153886":{"id":"41-153886","available":0,"dates":[]},"41-154332":{"id":"41-154332","available":0,"dates":[]},"41-154836":{"id":"41-154836","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155341":{"id":"41-155341","available":21,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155686":{"id":"41-155686","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-FLRL-T-10032-41-146139":{"id":"41-FLRL-T-10032-41-146139","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"42-148973":{"id":"42-148973","available":0,"dates":[]},"42-149887":{"id":"42-149887","available":4,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-149889":{"id":"42-149889","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"42-150269":{"id":"42-150269","available":4,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"42-150273":{"id":"42-150273","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"42-150741":{"id":"42-150741","available":0,"dates":[]},"42-150745":{"id":"42-150745","available":0,"dates":[]},"42-151254":{"id":"42-151254","available":0,"dates":[]},"42-151661":{"id":"42-151661","available":0,"dates":[]},"42-152133":{"id":"42-152133","available":0,"dates":[]},"42-152414":{"id":"42-152414","available":0,"dates":[]},"42-152851":{"id":"42-152851","available":0,"dates":[]},"42-153147":{"id":"42-153147","available":0,"dates":[]},"42-153622":{"id":"42-153622","available":0,"dates":[]},"42-153905":{"id":"42-153905","available":0,"dates":[]},"42-154341":{"id":"42-154341","available":0,"dates":[]},"42-154845":{"id":"42-154845","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"42-155530":{"id":"42-155530","available":0,"dates":[]},"51-148021":{"id":"51-148021","available":15,"dates":["2024-11-04","2024-11-05","2024-11-06","2024-11-07","2024-11-08","2024-11-09","2024-11-10"]},"51-148022":{"id":"51-148022","available":11,"dates":["2024-11-11","2024-11-12","2024-11-13","2024-11-14","2024-11-15","2024-11-16","2024-11-17"]},"51-148146":{"id":"51-148146","available":3,"dates":["2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25"]},"51-148547":{"id":"51-148547","available":8,"dates":["2024-11-25","2024-11-26","2024-11-27","2024-11-28","2024-11-29","2024-11-30","2024-12-01"]},"52-148970":{"id":"52-148970","available":7,"dates":["2024-12-02","2024-12-03","2024-12-04","2024-12-05","2024-12-06","2024-12-07","2024-12-08"]},"52-151251":{"id":"52-151251","available":6,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15"]},"52-151658":{"id":"52-151658","available":3,"dates":["2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22"]},"52-151969":{"id":"52-151969","available":0,"dates":[]},"52-152130":{"id":"52-152130","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29"]},"52-152293":{"id":"52-152293","available":7,"dates":["2024-12-07","2024-12-08","2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13"]},"52-152596":{"id":"52-152596","available":0,"dates":[]},"52-152710":{"id":"52-152710","available":6,"dates":["2024-12-14","2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20"]},"52-152848":{"id":"52-152848","available":0,"dates":[]},"52-152984":{"id":"52-152984","available":3,"dates":["2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27"]},"52-153144":{"id":"52-153144","available":2,"dates":["2025-01-13","2025-01-14","2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19"]},"52-153291":{"id":"52-153291","available":6,"dates":["2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03"]},"52-153619":{"id":"52-153619","available":0,"dates":[]},"52-153701":{"id":"52-153701","available":21,"dates":["2025-01-04","2025-01-05","2025-01-06","2025-01-07","2025-01-08","2025-01-09","2025-01-10"]},"52-155033":{"id":"52-155033","available":0,"dates":[]},"58-146868":{"id":"58-146868","available":33,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05"]},"58-147381":{"id":"58-147381","available":0,"dates":[]},"58-147907":{"id":"58-147907","available":0,"dates":[]},"58-148233":{"id":"58-148233","available":0,"dates":[]},"58-148628":{"id":"58-148628","available":-1,"dates":[]},"58-149075":{"id":"58-149075","available":-2,"dates":[]},"58-149668":{"id":"58-149668","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149672":{"id":"58-149672","available":34,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150228":{"id":"58-150228","available":28,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150232":{"id":"58-150232","available":34,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150709":{"id":"58-150709","available":0,"dates":[]},"58-150710":{"id":"58-150710","available":-3,"dates":[]},"58-151367":{"id":"58-151367","available":0,"dates":[]},"58-151758":{"id":"58-151758","available":-23,"dates":[]},"58-151964":{"id":"58-151964","available":0,"dates":[]},"58-152214":{"id":"58-152214","available":0,"dates":[]},"58-152480":{"id":"58-152480","available":0,"dates":[]},"58-152911":{"id":"58-152911","available":0,"dates":[]},"58-153214":{"id":"58-153214","available":0,"dates":[]},"58-153510":{"id":"58-153510","available":0,"dates":[]},"58-153849":{"id":"58-153849","available":0,"dates":[]},"58-154327":{"id":"58-154327","available":0,"dates":[]},"58-154328":{"id":"58-154328","available":0,"dates":[]},"58-154832":{"id":"58-154832","available":70,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155190":{"id":"58-155190","available":59,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155515":{"id":"58-155515","available":0,"dates":[]},"58-155516":{"id":"58-155516","available":1,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155517":{"id":"58-155517","available":53,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155680":{"id":"58-155680","available":67,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-FLRL-T-10032-58-146190":{"id":"58-FLRL-T-10032-58-146190","available":0,"dates":["2024-10-14","2024-10-15","2024-10-16","2024-10-17","2024-10-18","2024-10-19","2024-10-20","2024-10-21","2024-10-22"]},"65-148952":{"id":"65-148952","available":0,"dates":[]},"65-149869":{"id":"65-149869","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-149871":{"id":"65-149871","available":14,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"65-150430":{"id":"65-150430","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"65-150432":{"id":"65-150432","available":14,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"65-150850":{"id":"65-150850","available":0,"dates":[]},"65-150861":{"id":"65-150861","available":0,"dates":[]},"65-151233":{"id":"65-151233","available":0,"dates":[]},"65-151640":{"id":"65-151640","available":0,"dates":[]},"65-152112":{"id":"65-152112","available":3,"dates":["2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"65-152398":{"id":"65-152398","available":0,"dates":[]},"65-152835":{"id":"65-152835","available":0,"dates":[]},"65-153131":{"id":"65-153131","available":0,"dates":[]},"65-153433":{"id":"65-153433","available":18,"dates":["2025-01-20","2025-01-21","2025-01-22","2025-01-23","2025-01-24","2025-01-25","2025-01-26","2025-01-27","2025-01-28"]},"65-153607":{"id":"65-153607","available":0,"dates":[]},"65-153893":{"id":"65-153893","available":24,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"65-154141":{"id":"65-154141","available":-1,"dates":[]},"65-154399":{"id":"65-154399","available":0,"dates":[]},"65-154896":{"id":"65-154896","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"65-155248":{"id":"65-155248","available":18,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"65-155801":{"id":"65-155801","available":17,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-146874":{"id":"9-146874","available":6,"dates":["2024-10-28","2024-10-29","2024-10-30","2024-10-31","2024-11-01","2024-11-02","2024-11-03","2024-11-04","2024-11-05","2024-11-06"]},"9-147387":{"id":"9-147387","available":0,"dates":[]},"9-147912":{"id":"9-147912","available":0,"dates":[]},"9-148305":{"id":"9-148305","available":0,"dates":[]},"9-148695":{"id":"9-148695","available":0,"dates":[]},"9-155277":{"id":"9-155277","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155809":{"id":"9-155809","available":11,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150710","58-150709","58-155515","58-155516","58-155517","58-155190","58-155680"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150936","4-155514","4-154928","4-154934","4-155229","4-155238","4-155743","4-155755"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150725","41-150733","41-154836","41-155341","41-155686"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":["42-155530","42-150741","42-150745","42-154845"]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150935","2-154927","2-155513","2-154933","2-155228","2-155237","2-155742","2-155754"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150894","10-150900","10-154913","10-155262","10-155867"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150941","11-150945","11-154904","11-155272","11-155802"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155277","9-155809"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150934","1-155512","1-154926","1-154932","1-155227","1-155236","1-155741","1-155753"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":["65-150850","65-150861","65-154896","65-155248","65-155801"]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="58" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="triple-the-peony"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=500" alt="Triple the Peony" srcset="//urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=500" alt="Triple the Peony" srcset="//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" loading="lazy" class="metafield-file_reference"> <div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="triple-the-peony" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150754","58-150756","58-154851","58-155520","58-155733"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150773","4-150788","4-154861","4-155207","4-155707"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150807","41-150812","41-154874","41-155307","41-155729"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150772","2-150787","2-154860","2-155206","2-155706","2-155542"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150749","10-150752","10-154849","10-155519","10-155719"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150797","11-150802","11-154870","11-155305","11-155723"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150822","9-150826","9-154879","9-155308","9-155739"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150771","1-150786","1-154859","1-155205","1-155705"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-150771":{"id":"1-150771","available":0,"dates":[]},"1-150786":{"id":"1-150786","available":0,"dates":[]},"1-154859":{"id":"1-154859","available":0,"dates":[]},"1-155205":{"id":"1-155205","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155705":{"id":"1-155705","available":6,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150749":{"id":"10-150749","available":0,"dates":[]},"10-150752":{"id":"10-150752","available":0,"dates":[]},"10-154849":{"id":"10-154849","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155519":{"id":"10-155519","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155719":{"id":"10-155719","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150797":{"id":"11-150797","available":0,"dates":[]},"11-150802":{"id":"11-150802","available":0,"dates":[]},"11-154870":{"id":"11-154870","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155305":{"id":"11-155305","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155723":{"id":"11-155723","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150772":{"id":"2-150772","available":0,"dates":[]},"2-150787":{"id":"2-150787","available":0,"dates":[]},"2-154860":{"id":"2-154860","available":0,"dates":[]},"2-155206":{"id":"2-155206","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155542":{"id":"2-155542","available":0,"dates":[]},"2-155706":{"id":"2-155706","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150773":{"id":"4-150773","available":0,"dates":[]},"4-150788":{"id":"4-150788","available":0,"dates":[]},"4-154861":{"id":"4-154861","available":42,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155207":{"id":"4-155207","available":55,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155707":{"id":"4-155707","available":80,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150807":{"id":"41-150807","available":0,"dates":[]},"41-150812":{"id":"41-150812","available":0,"dates":[]},"41-154874":{"id":"41-154874","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155307":{"id":"41-155307","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155729":{"id":"41-155729","available":26,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-150754":{"id":"58-150754","available":0,"dates":[]},"58-150756":{"id":"58-150756","available":0,"dates":[]},"58-154851":{"id":"58-154851","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155520":{"id":"58-155520","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155733":{"id":"58-155733","available":44,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150822":{"id":"9-150822","available":0,"dates":[]},"9-150826":{"id":"9-150826","available":0,"dates":[]},"9-154879":{"id":"9-154879","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155308":{"id":"9-155308","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155739":{"id":"9-155739","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/triple-the-peony" title="View Triple the Peony" data-product-card-title><h3 style="font-size: 1em;">Triple the Peony</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$234 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$276</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">474 reviews with an average of 4.8 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.8" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="474" aria-hidden="true" style=" font-size: 12px;">(474)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Peony in Single" data-swatch-item="the-peony" href="https://urbanstems.com/products/the-peony" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Peony in Double" data-swatch-item="double-the-peony" href="https://urbanstems.com/products/double-the-peony" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Triple the Peony in Triple" data-swatch-item="triple-the-peony" data-image-loaded href="https://urbanstems.com/products/triple-the-peony" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="triple-the-peony" type="application/json">{"the-peony":{ "badge": "", "badge_handle": "best-seller", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "the-peony", "priceAmount": 9200, "price": "$92 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-peony", "variantName": null, "title": "The Peony", "images": [ { "alt": "The Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Peony_v2_SupportingImage_PDP.jpg?v=1737972145\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145&width=700 700w" }, { "alt": "The Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Peony_V2_MainImage_PDP.jpg?v=1737972145\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=500 500w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=600 600w, //urbanstems.com/cdn/shop/files/Peony_V2_MainImage_PDP.jpg?v=1737972145&width=700 700w" } ], "variants": [{"id":45510417678584,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00117","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Peony - Single","public_title":"Single","options":["Single","Default Title"],"price":9200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148657":{"id":"1-148657","available":0,"dates":[]},"1-148999":{"id":"1-148999","available":0,"dates":[]},"1-149729":{"id":"1-149729","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149744":{"id":"1-149744","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150291":{"id":"1-150291","available":70,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150306":{"id":"1-150306","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150771":{"id":"1-150771","available":0,"dates":[]},"1-150786":{"id":"1-150786","available":0,"dates":[]},"1-151280":{"id":"1-151280","available":0,"dates":[]},"1-151684":{"id":"1-151684","available":0,"dates":[]},"1-152142":{"id":"1-152142","available":0,"dates":[]},"1-152601":{"id":"1-152601","available":0,"dates":[]},"1-152854":{"id":"1-152854","available":3,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-153150":{"id":"1-153150","available":1,"dates":["2025-01-15","2025-01-16","2025-01-17","2025-01-18","2025-01-19","2025-01-20","2025-01-21","2025-01-22","2025-01-23"]},"1-153721":{"id":"1-153721","available":0,"dates":[]},"1-154357":{"id":"1-154357","available":0,"dates":[]},"1-154499":{"id":"1-154499","available":0,"dates":[]},"1-154859":{"id":"1-154859","available":0,"dates":[]},"1-155205":{"id":"1-155205","available":27,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155541":{"id":"1-155541","available":0,"dates":[]},"1-155705":{"id":"1-155705","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149751":{"id":"10-149751","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149756":{"id":"10-149756","available":110,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150313":{"id":"10-150313","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150318":{"id":"10-150318","available":110,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150749":{"id":"10-150749","available":0,"dates":[]},"10-150752":{"id":"10-150752","available":0,"dates":[]},"10-154086":{"id":"10-154086","available":0,"dates":[]},"10-154347":{"id":"10-154347","available":0,"dates":[]},"10-154849":{"id":"10-154849","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155195":{"id":"10-155195","available":80,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155519":{"id":"10-155519","available":75,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155719":{"id":"10-155719","available":100,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149761":{"id":"11-149761","available":120,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149766":{"id":"11-149766","available":140,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150323":{"id":"11-150323","available":120,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150328":{"id":"11-150328","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150797":{"id":"11-150797","available":0,"dates":[]},"11-150802":{"id":"11-150802","available":0,"dates":[]},"11-154114":{"id":"11-154114","available":0,"dates":[]},"11-154372":{"id":"11-154372","available":0,"dates":[]},"11-154507":{"id":"11-154507","available":0,"dates":[]},"11-154870":{"id":"11-154870","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155305":{"id":"11-155305","available":62,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155723":{"id":"11-155723","available":72,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148658":{"id":"2-148658","available":0,"dates":[]},"2-149000":{"id":"2-149000","available":0,"dates":[]},"2-149730":{"id":"2-149730","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149745":{"id":"2-149745","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150292":{"id":"2-150292","available":90,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150307":{"id":"2-150307","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150772":{"id":"2-150772","available":0,"dates":[]},"2-150787":{"id":"2-150787","available":0,"dates":[]},"2-151281":{"id":"2-151281","available":0,"dates":[]},"2-151685":{"id":"2-151685","available":0,"dates":[]},"2-152143":{"id":"2-152143","available":0,"dates":[]},"2-152602":{"id":"2-152602","available":0,"dates":[]},"2-152855":{"id":"2-152855","available":0,"dates":[]},"2-153151":{"id":"2-153151","available":0,"dates":[]},"2-153722":{"id":"2-153722","available":0,"dates":[]},"2-154358":{"id":"2-154358","available":0,"dates":[]},"2-154500":{"id":"2-154500","available":0,"dates":[]},"2-154860":{"id":"2-154860","available":0,"dates":[]},"2-155034":{"id":"2-155034","available":0,"dates":[]},"2-155206":{"id":"2-155206","available":45,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155542":{"id":"2-155542","available":0,"dates":[]},"2-155706":{"id":"2-155706","available":46,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148437":{"id":"4-148437","available":36,"dates":["2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"4-148659":{"id":"4-148659","available":0,"dates":[]},"4-149001":{"id":"4-149001","available":0,"dates":[]},"4-149731":{"id":"4-149731","available":650,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149746":{"id":"4-149746","available":790,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150293":{"id":"4-150293","available":650,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150308":{"id":"4-150308","available":790,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150773":{"id":"4-150773","available":0,"dates":[]},"4-150788":{"id":"4-150788","available":0,"dates":[]},"4-151282":{"id":"4-151282","available":0,"dates":[]},"4-151686":{"id":"4-151686","available":1,"dates":["2024-12-15","2024-12-16","2024-12-17","2024-12-18","2024-12-19","2024-12-20","2024-12-21","2024-12-22","2024-12-23","2024-12-24","2024-12-25","2024-12-26"]},"4-152144":{"id":"4-152144","available":0,"dates":[]},"4-152603":{"id":"4-152603","available":0,"dates":[]},"4-152856":{"id":"4-152856","available":0,"dates":[]},"4-153152":{"id":"4-153152","available":0,"dates":[]},"4-153723":{"id":"4-153723","available":0,"dates":[]},"4-154359":{"id":"4-154359","available":0,"dates":[]},"4-154501":{"id":"4-154501","available":0,"dates":[]},"4-154861":{"id":"4-154861","available":130,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155207":{"id":"4-155207","available":165,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155707":{"id":"4-155707","available":241,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149771":{"id":"41-149771","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149776":{"id":"41-149776","available":180,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150333":{"id":"41-150333","available":150,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150338":{"id":"41-150338","available":180,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150807":{"id":"41-150807","available":0,"dates":[]},"41-150812":{"id":"41-150812","available":0,"dates":[]},"41-154105":{"id":"41-154105","available":0,"dates":[]},"41-154377":{"id":"41-154377","available":0,"dates":[]},"41-154510":{"id":"41-154510","available":0,"dates":[]},"41-154874":{"id":"41-154874","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155307":{"id":"41-155307","available":60,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155729":{"id":"41-155729","available":78,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-148439":{"id":"58-148439","available":0,"dates":[]},"58-148661":{"id":"58-148661","available":0,"dates":[]},"58-149005":{"id":"58-149005","available":-9,"dates":[]},"58-149714":{"id":"58-149714","available":260,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149716":{"id":"58-149716","available":320,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150276":{"id":"58-150276","available":260,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150278":{"id":"58-150278","available":320,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150754":{"id":"58-150754","available":0,"dates":[]},"58-150756":{"id":"58-150756","available":0,"dates":[]},"58-151286":{"id":"58-151286","available":2,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151690":{"id":"58-151690","available":-63,"dates":[]},"58-152146":{"id":"58-152146","available":2,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"58-152605":{"id":"58-152605","available":0,"dates":[]},"58-152857":{"id":"58-152857","available":0,"dates":[]},"58-153153":{"id":"58-153153","available":0,"dates":[]},"58-154075":{"id":"58-154075","available":1,"dates":["2025-01-27","2025-01-28","2025-01-29","2025-01-30","2025-01-31","2025-02-01","2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08"]},"58-154153":{"id":"58-154153","available":0,"dates":[]},"58-154349":{"id":"58-154349","available":1,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"58-154851":{"id":"58-154851","available":43,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155197":{"id":"58-155197","available":104,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155520":{"id":"58-155520","available":101,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155733":{"id":"58-155733","available":133,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149787":{"id":"9-149787","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149792":{"id":"9-149792","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150349":{"id":"9-150349","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150354":{"id":"9-150354","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150822":{"id":"9-150822","available":0,"dates":[]},"9-150826":{"id":"9-150826","available":0,"dates":[]},"9-154109":{"id":"9-154109","available":0,"dates":[]},"9-154384":{"id":"9-154384","available":0,"dates":[]},"9-154513":{"id":"9-154513","available":0,"dates":[]},"9-154879":{"id":"9-154879","available":20,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155308":{"id":"9-155308","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155739":{"id":"9-155739","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150754","58-150756","58-154851","58-155520","58-155733"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150773","4-150788","4-154861","4-155207","4-155707"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150807","41-150812","41-154874","41-155307","41-155729"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150772","2-150787","2-154860","2-155206","2-155706","2-155542"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150749","10-150752","10-154849","10-155519","10-155719"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150797","11-150802","11-154870","11-155305","11-155723"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150822","9-150826","9-154879","9-155308","9-155739"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150771","1-150786","1-154859","1-155205","1-155705"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} }, "double-the-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "double-the-peony", "priceAmount": 16500, "price": "$165 ", "priceCompareAtAmount": 18400, "priceCompareAt": "$184 ", "url": "https://urbanstems.com/products/double-the-peony", "variantName": null, "title": "Double the Peony", "images": [ { "alt": "Double the Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187&width=700 700w" }, { "alt": "Double the Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=500 500w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=600 600w, //urbanstems.com/cdn/shop/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187&width=700 700w" } ], "variants": [{"id":45607260684536,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00117","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Peony - Double","public_title":"Double","options":["Double","Default Title"],"price":16500,"weight":0,"compare_at_price":18400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148657":{"id":"1-148657","available":0,"dates":[]},"1-148999":{"id":"1-148999","available":0,"dates":[]},"1-149729":{"id":"1-149729","available":35,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149744":{"id":"1-149744","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150291":{"id":"1-150291","available":35,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150306":{"id":"1-150306","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150771":{"id":"1-150771","available":0,"dates":[]},"1-150786":{"id":"1-150786","available":0,"dates":[]},"1-151280":{"id":"1-151280","available":0,"dates":[]},"1-151684":{"id":"1-151684","available":0,"dates":[]},"1-152142":{"id":"1-152142","available":0,"dates":[]},"1-152601":{"id":"1-152601","available":0,"dates":[]},"1-152854":{"id":"1-152854","available":1,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-153150":{"id":"1-153150","available":0,"dates":[]},"1-153721":{"id":"1-153721","available":0,"dates":[]},"1-154357":{"id":"1-154357","available":0,"dates":[]},"1-154499":{"id":"1-154499","available":0,"dates":[]},"1-154859":{"id":"1-154859","available":0,"dates":[]},"1-155205":{"id":"1-155205","available":13,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155541":{"id":"1-155541","available":0,"dates":[]},"1-155705":{"id":"1-155705","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149751":{"id":"10-149751","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149756":{"id":"10-149756","available":55,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150313":{"id":"10-150313","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150318":{"id":"10-150318","available":55,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150749":{"id":"10-150749","available":0,"dates":[]},"10-150752":{"id":"10-150752","available":0,"dates":[]},"10-154086":{"id":"10-154086","available":0,"dates":[]},"10-154347":{"id":"10-154347","available":0,"dates":[]},"10-154849":{"id":"10-154849","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155195":{"id":"10-155195","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155519":{"id":"10-155519","available":37,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155719":{"id":"10-155719","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149761":{"id":"11-149761","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149766":{"id":"11-149766","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150323":{"id":"11-150323","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150328":{"id":"11-150328","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150797":{"id":"11-150797","available":0,"dates":[]},"11-150802":{"id":"11-150802","available":0,"dates":[]},"11-154114":{"id":"11-154114","available":0,"dates":[]},"11-154372":{"id":"11-154372","available":0,"dates":[]},"11-154507":{"id":"11-154507","available":0,"dates":[]},"11-154870":{"id":"11-154870","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155305":{"id":"11-155305","available":31,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155723":{"id":"11-155723","available":36,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148658":{"id":"2-148658","available":0,"dates":[]},"2-149000":{"id":"2-149000","available":0,"dates":[]},"2-149730":{"id":"2-149730","available":45,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149745":{"id":"2-149745","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150292":{"id":"2-150292","available":45,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150307":{"id":"2-150307","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150772":{"id":"2-150772","available":0,"dates":[]},"2-150787":{"id":"2-150787","available":0,"dates":[]},"2-151281":{"id":"2-151281","available":0,"dates":[]},"2-151685":{"id":"2-151685","available":0,"dates":[]},"2-152143":{"id":"2-152143","available":0,"dates":[]},"2-152602":{"id":"2-152602","available":0,"dates":[]},"2-152855":{"id":"2-152855","available":0,"dates":[]},"2-153151":{"id":"2-153151","available":0,"dates":[]},"2-153722":{"id":"2-153722","available":0,"dates":[]},"2-154358":{"id":"2-154358","available":0,"dates":[]},"2-154500":{"id":"2-154500","available":0,"dates":[]},"2-154860":{"id":"2-154860","available":0,"dates":[]},"2-155034":{"id":"2-155034","available":0,"dates":[]},"2-155206":{"id":"2-155206","available":22,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155542":{"id":"2-155542","available":0,"dates":[]},"2-155706":{"id":"2-155706","available":23,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148437":{"id":"4-148437","available":18,"dates":["2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"4-148659":{"id":"4-148659","available":0,"dates":[]},"4-149001":{"id":"4-149001","available":0,"dates":[]},"4-149731":{"id":"4-149731","available":325,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149746":{"id":"4-149746","available":395,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150293":{"id":"4-150293","available":325,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150308":{"id":"4-150308","available":395,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150773":{"id":"4-150773","available":0,"dates":[]},"4-150788":{"id":"4-150788","available":0,"dates":[]},"4-151282":{"id":"4-151282","available":0,"dates":[]},"4-151686":{"id":"4-151686","available":0,"dates":[]},"4-152144":{"id":"4-152144","available":0,"dates":[]},"4-152603":{"id":"4-152603","available":0,"dates":[]},"4-152856":{"id":"4-152856","available":0,"dates":[]},"4-153152":{"id":"4-153152","available":0,"dates":[]},"4-153723":{"id":"4-153723","available":0,"dates":[]},"4-154359":{"id":"4-154359","available":0,"dates":[]},"4-154501":{"id":"4-154501","available":0,"dates":[]},"4-154861":{"id":"4-154861","available":64,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155207":{"id":"4-155207","available":82,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155707":{"id":"4-155707","available":120,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149771":{"id":"41-149771","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149776":{"id":"41-149776","available":90,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150333":{"id":"41-150333","available":75,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150338":{"id":"41-150338","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150807":{"id":"41-150807","available":0,"dates":[]},"41-150812":{"id":"41-150812","available":0,"dates":[]},"41-154105":{"id":"41-154105","available":0,"dates":[]},"41-154377":{"id":"41-154377","available":0,"dates":[]},"41-154510":{"id":"41-154510","available":0,"dates":[]},"41-154874":{"id":"41-154874","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155307":{"id":"41-155307","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155729":{"id":"41-155729","available":39,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-148439":{"id":"58-148439","available":0,"dates":[]},"58-148661":{"id":"58-148661","available":0,"dates":[]},"58-149005":{"id":"58-149005","available":-5,"dates":[]},"58-149714":{"id":"58-149714","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149716":{"id":"58-149716","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150276":{"id":"58-150276","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150278":{"id":"58-150278","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150754":{"id":"58-150754","available":0,"dates":[]},"58-150756":{"id":"58-150756","available":0,"dates":[]},"58-151286":{"id":"58-151286","available":1,"dates":["2024-12-09","2024-12-10","2024-12-11","2024-12-12","2024-12-13","2024-12-14","2024-12-15","2024-12-16","2024-12-17"]},"58-151690":{"id":"58-151690","available":-32,"dates":[]},"58-152146":{"id":"58-152146","available":1,"dates":["2024-12-23","2024-12-24","2024-12-25","2024-12-26","2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31"]},"58-152605":{"id":"58-152605","available":0,"dates":[]},"58-152857":{"id":"58-152857","available":0,"dates":[]},"58-153153":{"id":"58-153153","available":0,"dates":[]},"58-154075":{"id":"58-154075","available":0,"dates":[]},"58-154153":{"id":"58-154153","available":0,"dates":[]},"58-154349":{"id":"58-154349","available":0,"dates":[]},"58-154851":{"id":"58-154851","available":21,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155197":{"id":"58-155197","available":52,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155520":{"id":"58-155520","available":50,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155733":{"id":"58-155733","available":66,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149787":{"id":"9-149787","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149792":{"id":"9-149792","available":25,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150349":{"id":"9-150349","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150354":{"id":"9-150354","available":25,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150822":{"id":"9-150822","available":0,"dates":[]},"9-150826":{"id":"9-150826","available":0,"dates":[]},"9-154109":{"id":"9-154109","available":0,"dates":[]},"9-154384":{"id":"9-154384","available":0,"dates":[]},"9-154513":{"id":"9-154513","available":0,"dates":[]},"9-154879":{"id":"9-154879","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155308":{"id":"9-155308","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155739":{"id":"9-155739","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150754","58-150756","58-154851","58-155520","58-155733"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150773","4-150788","4-154861","4-155207","4-155707"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150807","41-150812","41-154874","41-155307","41-155729"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150772","2-150787","2-154860","2-155206","2-155706","2-155542"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150749","10-150752","10-154849","10-155519","10-155719"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150797","11-150802","11-154870","11-155305","11-155723"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150822","9-150826","9-154879","9-155308","9-155739"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150771","1-150786","1-154859","1-155205","1-155705"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} }, "triple-the-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "triple-the-peony", "priceAmount": 23400, "price": "$234 ", "priceCompareAtAmount": 27600, "priceCompareAt": "$276 ", "url": "https://urbanstems.com/products/triple-the-peony", "variantName": null, "title": "Triple the Peony", "images": [ { "alt": "Triple the Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231&width=700 700w" }, { "alt": "Triple the Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231&width=700 700w" } ], "variants": [{"id":45510442615032,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00117","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Peony - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":23400,"weight":0,"compare_at_price":27600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148657":{"id":"1-148657","available":0,"dates":[]},"1-148999":{"id":"1-148999","available":0,"dates":[]},"1-149729":{"id":"1-149729","available":23,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149744":{"id":"1-149744","available":26,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150291":{"id":"1-150291","available":23,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150306":{"id":"1-150306","available":26,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150771":{"id":"1-150771","available":0,"dates":[]},"1-150786":{"id":"1-150786","available":0,"dates":[]},"1-151280":{"id":"1-151280","available":0,"dates":[]},"1-151684":{"id":"1-151684","available":0,"dates":[]},"1-152142":{"id":"1-152142","available":0,"dates":[]},"1-152601":{"id":"1-152601","available":0,"dates":[]},"1-152854":{"id":"1-152854","available":1,"dates":["2025-01-08","2025-01-09","2025-01-10","2025-01-11","2025-01-12","2025-01-13","2025-01-14","2025-01-15","2025-01-16"]},"1-153150":{"id":"1-153150","available":0,"dates":[]},"1-153721":{"id":"1-153721","available":0,"dates":[]},"1-154357":{"id":"1-154357","available":0,"dates":[]},"1-154499":{"id":"1-154499","available":0,"dates":[]},"1-154859":{"id":"1-154859","available":0,"dates":[]},"1-155205":{"id":"1-155205","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155541":{"id":"1-155541","available":0,"dates":[]},"1-155705":{"id":"1-155705","available":6,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149751":{"id":"10-149751","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149756":{"id":"10-149756","available":36,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150313":{"id":"10-150313","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150318":{"id":"10-150318","available":36,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150749":{"id":"10-150749","available":0,"dates":[]},"10-150752":{"id":"10-150752","available":0,"dates":[]},"10-154086":{"id":"10-154086","available":0,"dates":[]},"10-154347":{"id":"10-154347","available":0,"dates":[]},"10-154849":{"id":"10-154849","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155195":{"id":"10-155195","available":26,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155519":{"id":"10-155519","available":25,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155719":{"id":"10-155719","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149761":{"id":"11-149761","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149766":{"id":"11-149766","available":46,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150323":{"id":"11-150323","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150328":{"id":"11-150328","available":46,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150797":{"id":"11-150797","available":0,"dates":[]},"11-150802":{"id":"11-150802","available":0,"dates":[]},"11-154114":{"id":"11-154114","available":0,"dates":[]},"11-154372":{"id":"11-154372","available":0,"dates":[]},"11-154507":{"id":"11-154507","available":0,"dates":[]},"11-154870":{"id":"11-154870","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155305":{"id":"11-155305","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155723":{"id":"11-155723","available":24,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148658":{"id":"2-148658","available":0,"dates":[]},"2-149000":{"id":"2-149000","available":0,"dates":[]},"2-149730":{"id":"2-149730","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149745":{"id":"2-149745","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150292":{"id":"2-150292","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150307":{"id":"2-150307","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150772":{"id":"2-150772","available":0,"dates":[]},"2-150787":{"id":"2-150787","available":0,"dates":[]},"2-151281":{"id":"2-151281","available":0,"dates":[]},"2-151685":{"id":"2-151685","available":0,"dates":[]},"2-152143":{"id":"2-152143","available":0,"dates":[]},"2-152602":{"id":"2-152602","available":0,"dates":[]},"2-152855":{"id":"2-152855","available":0,"dates":[]},"2-153151":{"id":"2-153151","available":0,"dates":[]},"2-153722":{"id":"2-153722","available":0,"dates":[]},"2-154358":{"id":"2-154358","available":0,"dates":[]},"2-154500":{"id":"2-154500","available":0,"dates":[]},"2-154860":{"id":"2-154860","available":0,"dates":[]},"2-155034":{"id":"2-155034","available":0,"dates":[]},"2-155206":{"id":"2-155206","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155542":{"id":"2-155542","available":0,"dates":[]},"2-155706":{"id":"2-155706","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148437":{"id":"4-148437","available":12,"dates":["2024-11-17","2024-11-18","2024-11-19","2024-11-20","2024-11-21","2024-11-22","2024-11-23","2024-11-24","2024-11-25","2024-11-26"]},"4-148659":{"id":"4-148659","available":0,"dates":[]},"4-149001":{"id":"4-149001","available":0,"dates":[]},"4-149731":{"id":"4-149731","available":216,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149746":{"id":"4-149746","available":263,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150293":{"id":"4-150293","available":216,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150308":{"id":"4-150308","available":263,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150773":{"id":"4-150773","available":0,"dates":[]},"4-150788":{"id":"4-150788","available":0,"dates":[]},"4-151282":{"id":"4-151282","available":0,"dates":[]},"4-151686":{"id":"4-151686","available":0,"dates":[]},"4-152144":{"id":"4-152144","available":0,"dates":[]},"4-152603":{"id":"4-152603","available":0,"dates":[]},"4-152856":{"id":"4-152856","available":0,"dates":[]},"4-153152":{"id":"4-153152","available":0,"dates":[]},"4-153723":{"id":"4-153723","available":0,"dates":[]},"4-154359":{"id":"4-154359","available":0,"dates":[]},"4-154501":{"id":"4-154501","available":0,"dates":[]},"4-154861":{"id":"4-154861","available":42,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155207":{"id":"4-155207","available":55,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155707":{"id":"4-155707","available":80,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149771":{"id":"41-149771","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149776":{"id":"41-149776","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150333":{"id":"41-150333","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150338":{"id":"41-150338","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150807":{"id":"41-150807","available":0,"dates":[]},"41-150812":{"id":"41-150812","available":0,"dates":[]},"41-154105":{"id":"41-154105","available":0,"dates":[]},"41-154377":{"id":"41-154377","available":0,"dates":[]},"41-154510":{"id":"41-154510","available":0,"dates":[]},"41-154874":{"id":"41-154874","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155307":{"id":"41-155307","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155729":{"id":"41-155729","available":26,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-148439":{"id":"58-148439","available":0,"dates":[]},"58-148661":{"id":"58-148661","available":0,"dates":[]},"58-149005":{"id":"58-149005","available":-3,"dates":[]},"58-149714":{"id":"58-149714","available":86,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149716":{"id":"58-149716","available":106,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150276":{"id":"58-150276","available":86,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150278":{"id":"58-150278","available":106,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150754":{"id":"58-150754","available":0,"dates":[]},"58-150756":{"id":"58-150756","available":0,"dates":[]},"58-151286":{"id":"58-151286","available":0,"dates":[]},"58-151690":{"id":"58-151690","available":-21,"dates":[]},"58-152146":{"id":"58-152146","available":0,"dates":[]},"58-152605":{"id":"58-152605","available":0,"dates":[]},"58-152857":{"id":"58-152857","available":0,"dates":[]},"58-153153":{"id":"58-153153","available":0,"dates":[]},"58-154075":{"id":"58-154075","available":0,"dates":[]},"58-154153":{"id":"58-154153","available":0,"dates":[]},"58-154349":{"id":"58-154349","available":0,"dates":[]},"58-154851":{"id":"58-154851","available":14,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155197":{"id":"58-155197","available":34,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155520":{"id":"58-155520","available":33,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155733":{"id":"58-155733","available":44,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149787":{"id":"9-149787","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149792":{"id":"9-149792","available":16,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150349":{"id":"9-150349","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150354":{"id":"9-150354","available":16,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150822":{"id":"9-150822","available":0,"dates":[]},"9-150826":{"id":"9-150826","available":0,"dates":[]},"9-154109":{"id":"9-154109","available":0,"dates":[]},"9-154384":{"id":"9-154384","available":0,"dates":[]},"9-154513":{"id":"9-154513","available":0,"dates":[]},"9-154879":{"id":"9-154879","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155308":{"id":"9-155308","available":9,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155739":{"id":"9-155739","available":13,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150754","58-150756","58-154851","58-155520","58-155733"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150773","4-150788","4-154861","4-155207","4-155707"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150807","41-150812","41-154874","41-155307","41-155729"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150772","2-150787","2-154860","2-155206","2-155706","2-155542"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150749","10-150752","10-154849","10-155519","10-155719"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150797","11-150802","11-154870","11-155305","11-155723"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150822","9-150826","9-154879","9-155308","9-155739"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150771","1-150786","1-154859","1-155205","1-155705"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="59" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="triple-the-snow-peony"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=500" alt="Triple the Snow Peony" srcset="//urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500" alt="Triple the Snow Peony" srcset="//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" loading="lazy" class="metafield-file_reference"> <div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="triple-the-snow-peony" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150815","58-150818","58-154876","58-155223","58-155732"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150770","4-154855","4-155201","4-155701"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150806","41-150811","41-154873","41-155306","41-155728"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150769","2-150784","2-154854","2-155200","2-155700","2-155560"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150748","10-150751","10-154866","10-155303","10-155718"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150796","11-150801","11-154869","11-155304","11-155722"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155529","9-150757","9-150758","9-155528","9-155522","9-155738"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150768","1-150783","1-154853","1-155199","1-155699"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-150768":{"id":"1-150768","available":0,"dates":[]},"1-150783":{"id":"1-150783","available":0,"dates":[]},"1-154853":{"id":"1-154853","available":0,"dates":[]},"1-155199":{"id":"1-155199","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155699":{"id":"1-155699","available":3,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150748":{"id":"10-150748","available":0,"dates":[]},"10-150751":{"id":"10-150751","available":0,"dates":[]},"10-154866":{"id":"10-154866","available":0,"dates":[]},"10-155303":{"id":"10-155303","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155718":{"id":"10-155718","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150796":{"id":"11-150796","available":0,"dates":[]},"11-150801":{"id":"11-150801","available":0,"dates":[]},"11-154869":{"id":"11-154869","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155304":{"id":"11-155304","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155722":{"id":"11-155722","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150769":{"id":"2-150769","available":0,"dates":[]},"2-150784":{"id":"2-150784","available":0,"dates":[]},"2-154854":{"id":"2-154854","available":0,"dates":[]},"2-155200":{"id":"2-155200","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155560":{"id":"2-155560","available":0,"dates":[]},"2-155700":{"id":"2-155700","available":6,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150770":{"id":"4-150770","available":0,"dates":[]},"4-154855":{"id":"4-154855","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155201":{"id":"4-155201","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155701":{"id":"4-155701","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150806":{"id":"41-150806","available":0,"dates":[]},"41-150811":{"id":"41-150811","available":0,"dates":[]},"41-154873":{"id":"41-154873","available":2,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155306":{"id":"41-155306","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155728":{"id":"41-155728","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-150815":{"id":"58-150815","available":0,"dates":[]},"58-150818":{"id":"58-150818","available":0,"dates":[]},"58-154876":{"id":"58-154876","available":2,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155223":{"id":"58-155223","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155732":{"id":"58-155732","available":22,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150757":{"id":"9-150757","available":0,"dates":[]},"9-150758":{"id":"9-150758","available":0,"dates":[]},"9-155522":{"id":"9-155522","available":2,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155528":{"id":"9-155528","available":0,"dates":[]},"9-155529":{"id":"9-155529","available":1,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-155738":{"id":"9-155738","available":6,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":"2024-05-20T00:00:00+00:00", "blackout_to":"2024-04-29T00:00:00+00:00"} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/triple-the-snow-peony" title="View Triple the Snow Peony" data-product-card-title><h3 style="font-size: 1em;">Triple the Snow Peony</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$234 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$276</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">174 reviews with an average of 4.3 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.3" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="174" aria-hidden="true" style=" font-size: 12px;">(174)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Snow Peony in Single" data-swatch-item="the-snow-peony" href="https://urbanstems.com/products/the-snow-peony" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Snow Peony in Double" data-swatch-item="double-the-snow-peony" href="https://urbanstems.com/products/double-the-snow-peony" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Triple the Snow Peony in Triple" data-swatch-item="triple-the-snow-peony" data-image-loaded href="https://urbanstems.com/products/triple-the-snow-peony" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="triple-the-snow-peony" type="application/json">{"the-snow-peony":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "the-snow-peony", "priceAmount": 9200, "price": "$92 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-snow-peony", "variantName": null, "title": "The Snow Peony", "images": [ { "alt": "The Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=500 500w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=600 600w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=500 500w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=600 600w, //urbanstems.com/cdn/shop/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666&width=700 700w" }, { "alt": "The Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/SnowPeony_MainImage_PDP.jpg?v=1729717666\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w" } ], "variants": [{"id":45510421217528,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-00177","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Snow Peony - Single","public_title":"Single","options":["Single","Default Title"],"price":9200,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148996":{"id":"1-148996","available":0,"dates":[]},"1-149726":{"id":"1-149726","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149741":{"id":"1-149741","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150288":{"id":"1-150288","available":20,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150303":{"id":"1-150303","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150768":{"id":"1-150768","available":0,"dates":[]},"1-150783":{"id":"1-150783","available":0,"dates":[]},"1-151277":{"id":"1-151277","available":0,"dates":[]},"1-151681":{"id":"1-151681","available":0,"dates":[]},"1-152139":{"id":"1-152139","available":0,"dates":[]},"1-152598":{"id":"1-152598","available":0,"dates":[]},"1-154351":{"id":"1-154351","available":0,"dates":[]},"1-154496":{"id":"1-154496","available":0,"dates":[]},"1-154853":{"id":"1-154853","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155199":{"id":"1-155199","available":9,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155699":{"id":"1-155699","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149750":{"id":"10-149750","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149755":{"id":"10-149755","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150312":{"id":"10-150312","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150317":{"id":"10-150317","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150748":{"id":"10-150748","available":0,"dates":[]},"10-150751":{"id":"10-150751","available":0,"dates":[]},"10-154346":{"id":"10-154346","available":0,"dates":[]},"10-154866":{"id":"10-154866","available":0,"dates":[]},"10-155303":{"id":"10-155303","available":17,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155718":{"id":"10-155718","available":30,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149760":{"id":"11-149760","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149765":{"id":"11-149765","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150322":{"id":"11-150322","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150327":{"id":"11-150327","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150796":{"id":"11-150796","available":0,"dates":[]},"11-150801":{"id":"11-150801","available":0,"dates":[]},"11-154134":{"id":"11-154134","available":0,"dates":[]},"11-154371":{"id":"11-154371","available":0,"dates":[]},"11-154506":{"id":"11-154506","available":-1,"dates":[]},"11-154869":{"id":"11-154869","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155304":{"id":"11-155304","available":23,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155722":{"id":"11-155722","available":46,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148997":{"id":"2-148997","available":0,"dates":[]},"2-149727":{"id":"2-149727","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149742":{"id":"2-149742","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150289":{"id":"2-150289","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150304":{"id":"2-150304","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150769":{"id":"2-150769","available":0,"dates":[]},"2-150784":{"id":"2-150784","available":0,"dates":[]},"2-151278":{"id":"2-151278","available":0,"dates":[]},"2-151682":{"id":"2-151682","available":0,"dates":[]},"2-152140":{"id":"2-152140","available":0,"dates":[]},"2-152599":{"id":"2-152599","available":0,"dates":[]},"2-154352":{"id":"2-154352","available":0,"dates":[]},"2-154497":{"id":"2-154497","available":0,"dates":[]},"2-154854":{"id":"2-154854","available":0,"dates":[]},"2-155200":{"id":"2-155200","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155560":{"id":"2-155560","available":0,"dates":[]},"2-155700":{"id":"2-155700","available":18,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148998":{"id":"4-148998","available":0,"dates":[]},"4-149728":{"id":"4-149728","available":210,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149743":{"id":"4-149743","available":260,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150290":{"id":"4-150290","available":210,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150305":{"id":"4-150305","available":260,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150770":{"id":"4-150770","available":0,"dates":[]},"4-150785":{"id":"4-150785","available":0,"dates":[]},"4-151279":{"id":"4-151279","available":0,"dates":[]},"4-151683":{"id":"4-151683","available":0,"dates":[]},"4-152141":{"id":"4-152141","available":0,"dates":[]},"4-152600":{"id":"4-152600","available":1,"dates":["2024-12-27","2024-12-28","2024-12-29","2024-12-30","2024-12-31","2025-01-01","2025-01-02","2025-01-03","2025-01-04"]},"4-154135":{"id":"4-154135","available":0,"dates":[]},"4-154353":{"id":"4-154353","available":0,"dates":[]},"4-154498":{"id":"4-154498","available":0,"dates":[]},"4-154855":{"id":"4-154855","available":14,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155201":{"id":"4-155201","available":46,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155701":{"id":"4-155701","available":82,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149770":{"id":"41-149770","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149775":{"id":"41-149775","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150332":{"id":"41-150332","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150337":{"id":"41-150337","available":60,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150806":{"id":"41-150806","available":0,"dates":[]},"41-150811":{"id":"41-150811","available":0,"dates":[]},"41-154376":{"id":"41-154376","available":0,"dates":[]},"41-154509":{"id":"41-154509","available":0,"dates":[]},"41-154873":{"id":"41-154873","available":8,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155306":{"id":"41-155306","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155728":{"id":"41-155728","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149004":{"id":"58-149004","available":-7,"dates":[]},"58-149779":{"id":"58-149779","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149782":{"id":"58-149782","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150341":{"id":"58-150341","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150344":{"id":"58-150344","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150815":{"id":"58-150815","available":0,"dates":[]},"58-150818":{"id":"58-150818","available":0,"dates":[]},"58-151285":{"id":"58-151285","available":0,"dates":[]},"58-151689":{"id":"58-151689","available":0,"dates":[]},"58-152145":{"id":"58-152145","available":0,"dates":[]},"58-152604":{"id":"58-152604","available":0,"dates":[]},"58-154133":{"id":"58-154133","available":0,"dates":[]},"58-154380":{"id":"58-154380","available":0,"dates":[]},"58-154511":{"id":"58-154511","available":0,"dates":[]},"58-154876":{"id":"58-154876","available":7,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155223":{"id":"58-155223","available":38,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155732":{"id":"58-155732","available":67,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149786":{"id":"9-149786","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149791":{"id":"9-149791","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150348":{"id":"9-150348","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150353":{"id":"9-150353","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150757":{"id":"9-150757","available":0,"dates":[]},"9-150758":{"id":"9-150758","available":0,"dates":[]},"9-154350":{"id":"9-154350","available":0,"dates":[]},"9-154852":{"id":"9-154852","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155198":{"id":"9-155198","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155522":{"id":"9-155522","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155528":{"id":"9-155528","available":0,"dates":[]},"9-155529":{"id":"9-155529","available":5,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-155738":{"id":"9-155738","available":20,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150815","58-150818","58-154876","58-155223","58-155732"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150770","4-154855","4-155201","4-155701"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150806","41-150811","41-154873","41-155306","41-155728"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150769","2-150784","2-154854","2-155200","2-155700","2-155560"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150748","10-150751","10-154866","10-155303","10-155718"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150796","11-150801","11-154869","11-155304","11-155722"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155529","9-150757","9-150758","9-155528","9-155522","9-155738"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150768","1-150783","1-154853","1-155199","1-155699"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"blackout_from":"2024-05-20T00:00:00+00:00", "blackout_to":"2024-04-29T00:00:00+00:00"} }, "double-the-snow-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "double-the-snow-peony", "priceAmount": 16500, "price": "$165 ", "priceCompareAtAmount": 18400, "priceCompareAt": "$184 ", "url": "https://urbanstems.com/products/double-the-snow-peony", "variantName": null, "title": "Double the Snow Peony", "images": [ { "alt": "Double the Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=500 500w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=600 600w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=500 500w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=600 600w, //urbanstems.com/cdn/shop/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877&width=700 700w" }, { "alt": "Double the Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w" } ], "variants": [{"id":45607260455160,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-00177","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Snow Peony - Double","public_title":"Double","options":["Double","Default Title"],"price":16500,"weight":0,"compare_at_price":18400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148996":{"id":"1-148996","available":0,"dates":[]},"1-149726":{"id":"1-149726","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149741":{"id":"1-149741","available":15,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150288":{"id":"1-150288","available":10,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150303":{"id":"1-150303","available":15,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150768":{"id":"1-150768","available":0,"dates":[]},"1-150783":{"id":"1-150783","available":0,"dates":[]},"1-151277":{"id":"1-151277","available":0,"dates":[]},"1-151681":{"id":"1-151681","available":0,"dates":[]},"1-152139":{"id":"1-152139","available":0,"dates":[]},"1-152598":{"id":"1-152598","available":0,"dates":[]},"1-154351":{"id":"1-154351","available":0,"dates":[]},"1-154496":{"id":"1-154496","available":0,"dates":[]},"1-154853":{"id":"1-154853","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155199":{"id":"1-155199","available":4,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155699":{"id":"1-155699","available":4,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149750":{"id":"10-149750","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149755":{"id":"10-149755","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150312":{"id":"10-150312","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150317":{"id":"10-150317","available":15,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150748":{"id":"10-150748","available":0,"dates":[]},"10-150751":{"id":"10-150751","available":0,"dates":[]},"10-154346":{"id":"10-154346","available":0,"dates":[]},"10-154866":{"id":"10-154866","available":0,"dates":[]},"10-155303":{"id":"10-155303","available":8,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155718":{"id":"10-155718","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149760":{"id":"11-149760","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149765":{"id":"11-149765","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150322":{"id":"11-150322","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150327":{"id":"11-150327","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150796":{"id":"11-150796","available":0,"dates":[]},"11-150801":{"id":"11-150801","available":0,"dates":[]},"11-154134":{"id":"11-154134","available":0,"dates":[]},"11-154371":{"id":"11-154371","available":0,"dates":[]},"11-154506":{"id":"11-154506","available":-1,"dates":[]},"11-154869":{"id":"11-154869","available":6,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155304":{"id":"11-155304","available":11,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155722":{"id":"11-155722","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148997":{"id":"2-148997","available":0,"dates":[]},"2-149727":{"id":"2-149727","available":15,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149742":{"id":"2-149742","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150289":{"id":"2-150289","available":15,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150304":{"id":"2-150304","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150769":{"id":"2-150769","available":0,"dates":[]},"2-150784":{"id":"2-150784","available":0,"dates":[]},"2-151278":{"id":"2-151278","available":0,"dates":[]},"2-151682":{"id":"2-151682","available":0,"dates":[]},"2-152140":{"id":"2-152140","available":0,"dates":[]},"2-152599":{"id":"2-152599","available":0,"dates":[]},"2-154352":{"id":"2-154352","available":0,"dates":[]},"2-154497":{"id":"2-154497","available":0,"dates":[]},"2-154854":{"id":"2-154854","available":0,"dates":[]},"2-155200":{"id":"2-155200","available":7,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155560":{"id":"2-155560","available":0,"dates":[]},"2-155700":{"id":"2-155700","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148998":{"id":"4-148998","available":0,"dates":[]},"4-149728":{"id":"4-149728","available":105,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149743":{"id":"4-149743","available":130,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150290":{"id":"4-150290","available":105,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150305":{"id":"4-150305","available":130,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150770":{"id":"4-150770","available":0,"dates":[]},"4-150785":{"id":"4-150785","available":0,"dates":[]},"4-151279":{"id":"4-151279","available":0,"dates":[]},"4-151683":{"id":"4-151683","available":0,"dates":[]},"4-152141":{"id":"4-152141","available":0,"dates":[]},"4-152600":{"id":"4-152600","available":0,"dates":[]},"4-154135":{"id":"4-154135","available":0,"dates":[]},"4-154353":{"id":"4-154353","available":0,"dates":[]},"4-154498":{"id":"4-154498","available":0,"dates":[]},"4-154855":{"id":"4-154855","available":7,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155201":{"id":"4-155201","available":23,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155701":{"id":"4-155701","available":41,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149770":{"id":"41-149770","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149775":{"id":"41-149775","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150332":{"id":"41-150332","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150337":{"id":"41-150337","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150806":{"id":"41-150806","available":0,"dates":[]},"41-150811":{"id":"41-150811","available":0,"dates":[]},"41-154376":{"id":"41-154376","available":0,"dates":[]},"41-154509":{"id":"41-154509","available":0,"dates":[]},"41-154873":{"id":"41-154873","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155306":{"id":"41-155306","available":15,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155728":{"id":"41-155728","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149004":{"id":"58-149004","available":-4,"dates":[]},"58-149779":{"id":"58-149779","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149782":{"id":"58-149782","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150341":{"id":"58-150341","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150344":{"id":"58-150344","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150815":{"id":"58-150815","available":0,"dates":[]},"58-150818":{"id":"58-150818","available":0,"dates":[]},"58-151285":{"id":"58-151285","available":0,"dates":[]},"58-151689":{"id":"58-151689","available":0,"dates":[]},"58-152145":{"id":"58-152145","available":0,"dates":[]},"58-152604":{"id":"58-152604","available":0,"dates":[]},"58-154133":{"id":"58-154133","available":0,"dates":[]},"58-154380":{"id":"58-154380","available":0,"dates":[]},"58-154511":{"id":"58-154511","available":0,"dates":[]},"58-154876":{"id":"58-154876","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155223":{"id":"58-155223","available":19,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155732":{"id":"58-155732","available":33,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149786":{"id":"9-149786","available":5,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149791":{"id":"9-149791","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150348":{"id":"9-150348","available":5,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150353":{"id":"9-150353","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150757":{"id":"9-150757","available":0,"dates":[]},"9-150758":{"id":"9-150758","available":0,"dates":[]},"9-154350":{"id":"9-154350","available":0,"dates":[]},"9-154852":{"id":"9-154852","available":5,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155198":{"id":"9-155198","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155522":{"id":"9-155522","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155528":{"id":"9-155528","available":0,"dates":[]},"9-155529":{"id":"9-155529","available":2,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-155738":{"id":"9-155738","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150815","58-150818","58-154876","58-155223","58-155732"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150770","4-154855","4-155201","4-155701"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150806","41-150811","41-154873","41-155306","41-155728"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150769","2-150784","2-154854","2-155200","2-155700","2-155560"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150748","10-150751","10-154866","10-155303","10-155718"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150796","11-150801","11-154869","11-155304","11-155722"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155529","9-150757","9-150758","9-155528","9-155522","9-155738"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150768","1-150783","1-154853","1-155199","1-155699"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home","fedex_ipd"],"blackout_from":"2024-05-20T00:00:00+00:00", "blackout_to":"2024-04-29T00:00:00+00:00"} }, "triple-the-snow-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "triple-the-snow-peony", "priceAmount": 23400, "price": "$234 ", "priceCompareAtAmount": 27600, "priceCompareAt": "$276 ", "url": "https://urbanstems.com/products/triple-the-snow-peony", "variantName": null, "title": "Triple the Snow Peony", "images": [ { "alt": "Triple the Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962&width=700 700w" }, { "alt": "Triple the Snow Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666&width=700 700w" } ], "variants": [{"id":45510442647800,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-00177","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Snow Peony - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":23400,"weight":0,"compare_at_price":27600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148996":{"id":"1-148996","available":0,"dates":[]},"1-149726":{"id":"1-149726","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149741":{"id":"1-149741","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150288":{"id":"1-150288","available":6,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150303":{"id":"1-150303","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150768":{"id":"1-150768","available":0,"dates":[]},"1-150783":{"id":"1-150783","available":0,"dates":[]},"1-151277":{"id":"1-151277","available":0,"dates":[]},"1-151681":{"id":"1-151681","available":0,"dates":[]},"1-152139":{"id":"1-152139","available":0,"dates":[]},"1-152598":{"id":"1-152598","available":0,"dates":[]},"1-154351":{"id":"1-154351","available":0,"dates":[]},"1-154496":{"id":"1-154496","available":0,"dates":[]},"1-154853":{"id":"1-154853","available":0,"dates":[]},"1-155199":{"id":"1-155199","available":3,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155699":{"id":"1-155699","available":3,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149750":{"id":"10-149750","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149755":{"id":"10-149755","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150312":{"id":"10-150312","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150317":{"id":"10-150317","available":10,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150748":{"id":"10-150748","available":0,"dates":[]},"10-150751":{"id":"10-150751","available":0,"dates":[]},"10-154346":{"id":"10-154346","available":0,"dates":[]},"10-154866":{"id":"10-154866","available":0,"dates":[]},"10-155303":{"id":"10-155303","available":5,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155718":{"id":"10-155718","available":10,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149760":{"id":"11-149760","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149765":{"id":"11-149765","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150322":{"id":"11-150322","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150327":{"id":"11-150327","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150796":{"id":"11-150796","available":0,"dates":[]},"11-150801":{"id":"11-150801","available":0,"dates":[]},"11-154134":{"id":"11-154134","available":0,"dates":[]},"11-154371":{"id":"11-154371","available":0,"dates":[]},"11-154506":{"id":"11-154506","available":-1,"dates":[]},"11-154869":{"id":"11-154869","available":4,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155304":{"id":"11-155304","available":7,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155722":{"id":"11-155722","available":15,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148997":{"id":"2-148997","available":0,"dates":[]},"2-149727":{"id":"2-149727","available":10,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149742":{"id":"2-149742","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150289":{"id":"2-150289","available":10,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150304":{"id":"2-150304","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150769":{"id":"2-150769","available":0,"dates":[]},"2-150784":{"id":"2-150784","available":0,"dates":[]},"2-151278":{"id":"2-151278","available":0,"dates":[]},"2-151682":{"id":"2-151682","available":0,"dates":[]},"2-152140":{"id":"2-152140","available":0,"dates":[]},"2-152599":{"id":"2-152599","available":0,"dates":[]},"2-154352":{"id":"2-154352","available":0,"dates":[]},"2-154497":{"id":"2-154497","available":0,"dates":[]},"2-154854":{"id":"2-154854","available":0,"dates":[]},"2-155200":{"id":"2-155200","available":5,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155560":{"id":"2-155560","available":0,"dates":[]},"2-155700":{"id":"2-155700","available":6,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148998":{"id":"4-148998","available":0,"dates":[]},"4-149728":{"id":"4-149728","available":70,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149743":{"id":"4-149743","available":86,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150290":{"id":"4-150290","available":70,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150305":{"id":"4-150305","available":86,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150770":{"id":"4-150770","available":0,"dates":[]},"4-150785":{"id":"4-150785","available":0,"dates":[]},"4-151279":{"id":"4-151279","available":0,"dates":[]},"4-151683":{"id":"4-151683","available":0,"dates":[]},"4-152141":{"id":"4-152141","available":0,"dates":[]},"4-152600":{"id":"4-152600","available":0,"dates":[]},"4-154135":{"id":"4-154135","available":0,"dates":[]},"4-154353":{"id":"4-154353","available":0,"dates":[]},"4-154498":{"id":"4-154498","available":0,"dates":[]},"4-154855":{"id":"4-154855","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155201":{"id":"4-155201","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155701":{"id":"4-155701","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149770":{"id":"41-149770","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149775":{"id":"41-149775","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150332":{"id":"41-150332","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150337":{"id":"41-150337","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150806":{"id":"41-150806","available":0,"dates":[]},"41-150811":{"id":"41-150811","available":0,"dates":[]},"41-154376":{"id":"41-154376","available":0,"dates":[]},"41-154509":{"id":"41-154509","available":0,"dates":[]},"41-154873":{"id":"41-154873","available":2,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155306":{"id":"41-155306","available":10,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155728":{"id":"41-155728","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149004":{"id":"58-149004","available":-3,"dates":[]},"58-149779":{"id":"58-149779","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149782":{"id":"58-149782","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150341":{"id":"58-150341","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150344":{"id":"58-150344","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150815":{"id":"58-150815","available":0,"dates":[]},"58-150818":{"id":"58-150818","available":0,"dates":[]},"58-151285":{"id":"58-151285","available":0,"dates":[]},"58-151689":{"id":"58-151689","available":0,"dates":[]},"58-152145":{"id":"58-152145","available":0,"dates":[]},"58-152604":{"id":"58-152604","available":0,"dates":[]},"58-154133":{"id":"58-154133","available":0,"dates":[]},"58-154380":{"id":"58-154380","available":0,"dates":[]},"58-154511":{"id":"58-154511","available":0,"dates":[]},"58-154876":{"id":"58-154876","available":2,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155223":{"id":"58-155223","available":12,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155732":{"id":"58-155732","available":22,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149786":{"id":"9-149786","available":3,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149791":{"id":"9-149791","available":6,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150348":{"id":"9-150348","available":3,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150353":{"id":"9-150353","available":6,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150757":{"id":"9-150757","available":0,"dates":[]},"9-150758":{"id":"9-150758","available":0,"dates":[]},"9-154350":{"id":"9-154350","available":0,"dates":[]},"9-154852":{"id":"9-154852","available":3,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155198":{"id":"9-155198","available":3,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155522":{"id":"9-155522","available":2,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155528":{"id":"9-155528","available":0,"dates":[]},"9-155529":{"id":"9-155529","available":1,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-155738":{"id":"9-155738","available":6,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150815","58-150818","58-154876","58-155223","58-155732"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150770","4-154855","4-155201","4-155701"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150806","41-150811","41-154873","41-155306","41-155728"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150769","2-150784","2-154854","2-155200","2-155700","2-155560"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150748","10-150751","10-154866","10-155303","10-155718"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150796","11-150801","11-154869","11-155304","11-155722"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-155529","9-150757","9-150758","9-155528","9-155522","9-155738"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150768","1-150783","1-154853","1-155199","1-155699"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":"2024-05-20T00:00:00+00:00", "blackout_to":"2024-04-29T00:00:00+00:00"} } } </script></product-swatches> </div> <div class="product-card flex-shrink position--relative z-index product-card--has-hover-image " data-index="60" data-carousel="" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; ; " data-product-card="triple-the-growers-choice-peony"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><img class="product-card__loading-image" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation"><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=500" alt="Triple the Grower's Choice Peony" srcset="//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=700 700w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=800 800w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=900 900w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=500" alt="Triple the Grower's Choice Peony" srcset="//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=352 352w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" loading="lazy" class="metafield-file_reference"> <div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><receive-on class="product-card__pill margin" style=" --margin-desktop: 0; --margin-mobile: 4px 0 0; "> <span data-product-card-receive-on-message data-available-text="Receive on" data-outofstock-text="Out Of Stock">Receive on</span> <time datetime="null" data-product-card-receive-on class="product-card__receive-on"></time> <script data-inventory-json="triple-the-growers-choice-peony" data-restrict="false" type="application/json"> { "product": {"available": true},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150753","58-150755","58-154850","58-155521","58-155731"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150761","4-150776","4-154858","4-155204","4-155704"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150803","41-150808","41-154872","41-155218","41-155727"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150760","2-150775","2-154857","2-155203","2-155703","2-155561"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150747","10-150750","10-154865","10-155211","10-155717"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150793","11-150798","11-154868","11-155214","11-155721"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150819","9-150823","9-154878","9-155224","9-155737"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150759","1-150774","1-154856","1-155202","1-155702"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"1-150759":{"id":"1-150759","available":0,"dates":[]},"1-150774":{"id":"1-150774","available":0,"dates":[]},"1-154856":{"id":"1-154856","available":6,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155202":{"id":"1-155202","available":12,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155702":{"id":"1-155702","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-150747":{"id":"10-150747","available":0,"dates":[]},"10-150750":{"id":"10-150750","available":0,"dates":[]},"10-154865":{"id":"10-154865","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155211":{"id":"10-155211","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155717":{"id":"10-155717","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-150793":{"id":"11-150793","available":0,"dates":[]},"11-150798":{"id":"11-150798","available":0,"dates":[]},"11-154868":{"id":"11-154868","available":25,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155214":{"id":"11-155214","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155721":{"id":"11-155721","available":37,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-150760":{"id":"2-150760","available":0,"dates":[]},"2-150775":{"id":"2-150775","available":0,"dates":[]},"2-154857":{"id":"2-154857","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155203":{"id":"2-155203","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155561":{"id":"2-155561","available":0,"dates":[]},"2-155703":{"id":"2-155703","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-150761":{"id":"4-150761","available":-4,"dates":[]},"4-150776":{"id":"4-150776","available":0,"dates":[]},"4-154858":{"id":"4-154858","available":25,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155204":{"id":"4-155204","available":39,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155704":{"id":"4-155704","available":58,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-150803":{"id":"41-150803","available":0,"dates":[]},"41-150808":{"id":"41-150808","available":0,"dates":[]},"41-154872":{"id":"41-154872","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155218":{"id":"41-155218","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155727":{"id":"41-155727","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-150753":{"id":"58-150753","available":0,"dates":[]},"58-150755":{"id":"58-150755","available":0,"dates":[]},"58-154850":{"id":"58-154850","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155521":{"id":"58-155521","available":34,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155731":{"id":"58-155731","available":44,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-150819":{"id":"9-150819","available":0,"dates":[]},"9-150823":{"id":"9-150823","available":0,"dates":[]},"9-154878":{"id":"9-154878","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155224":{"id":"9-155224","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155737":{"id":"9-155737","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"blackout_from":null, "blackout_to":null} </script> </receive-on><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/triple-the-growers-choice-peony" title="View Triple the Grower's Choice Peony" data-product-card-title><h3 style="font-size: 1em;">Triple the Grower's Choice Peony</h3></a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$249 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$294</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">81 reviews with an average of 4.1 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.1" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="81" aria-hidden="true" style=" font-size: 12px;">(81)</span></div><product-swatches class="product-swatches product-card__swatches" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/product-swatches.js?v=81128981470129107341735568476" }'><a class="product-swatches__item product-swatches__item--product-card" aria-label="View The Grower's Choice Peony in Single" data-swatch-item="the-growers-choice-peony" href="https://urbanstems.com/products/the-growers-choice-peony" title="Single"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Single </div></div></a><a class="product-swatches__item product-swatches__item--product-card" aria-label="View Double the Grower's Choice Peony in Double" data-swatch-item="double-the-growers-choice-peony" href="https://urbanstems.com/products/double-the-growers-choice-peony" title="Double"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Double </div></div></a><a class="product-swatches__item product-swatches__item--product-card product-swatches__item--active alreadyClicked" aria-label="View Triple the Grower's Choice Peony in Triple" data-swatch-item="triple-the-growers-choice-peony" data-image-loaded href="https://urbanstems.com/products/triple-the-growers-choice-peony" title="Triple"> <figure class="product-swatches__image-holder"><img src="//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=120" alt="" srcset="//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=120 120w" width="120" height="128" loading="lazy" class="product-swatches__image" fetchpriority="auto" role="presentation"></figure><div class="product-swatches__info"> <div class="product-swatches__item-text gap"> Triple </div></div></a><script data-swatches-json="triple-the-growers-choice-peony" type="application/json">{"the-growers-choice-peony":{ "badge": "", "badge_handle": "", "badge_is_sale": false, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "the-growers-choice-peony", "priceAmount": 9800, "price": "$98 ", "priceCompareAtAmount": null, "priceCompareAt": "", "url": "https://urbanstems.com/products/the-growers-choice-peony", "variantName": null, "title": "The Grower's Choice Peony", "images": [ { "alt": "The Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=500 500w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=600 600w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=500 500w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=600 600w, //urbanstems.com/cdn/shop/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994&width=700 700w" }, { "alt": "The Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=500 500w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=600 600w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=500 500w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=600 600w, //urbanstems.com/cdn/shop/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994&width=700 700w" } ], "variants": [{"id":45510429769976,"title":"Single","option1":"Single","option2":"Default Title","option3":null,"sku":"FLRL-B-02459","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"The Grower's Choice Peony - Single","public_title":"Single","options":["Single","Default Title"],"price":9800,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148993":{"id":"1-148993","available":0,"dates":[]},"1-149717":{"id":"1-149717","available":60,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149732":{"id":"1-149732","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150279":{"id":"1-150279","available":60,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150294":{"id":"1-150294","available":70,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150759":{"id":"1-150759","available":0,"dates":[]},"1-150774":{"id":"1-150774","available":1,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-151274":{"id":"1-151274","available":0,"dates":[]},"1-151678":{"id":"1-151678","available":0,"dates":[]},"1-153718":{"id":"1-153718","available":0,"dates":[]},"1-154354":{"id":"1-154354","available":0,"dates":[]},"1-154502":{"id":"1-154502","available":1,"dates":["2025-02-02","2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"1-154856":{"id":"1-154856","available":18,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155202":{"id":"1-155202","available":36,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155702":{"id":"1-155702","available":27,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149747":{"id":"10-149747","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149752":{"id":"10-149752","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150309":{"id":"10-150309","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150314":{"id":"10-150314","available":100,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150747":{"id":"10-150747","available":0,"dates":[]},"10-150750":{"id":"10-150750","available":0,"dates":[]},"10-153939":{"id":"10-153939","available":0,"dates":[]},"10-154151":{"id":"10-154151","available":-3,"dates":[]},"10-154345":{"id":"10-154345","available":0,"dates":[]},"10-154865":{"id":"10-154865","available":68,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155211":{"id":"10-155211","available":90,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155717":{"id":"10-155717","available":120,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149757":{"id":"11-149757","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149762":{"id":"11-149762","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150319":{"id":"11-150319","available":100,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150324":{"id":"11-150324","available":130,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150793":{"id":"11-150793","available":0,"dates":[]},"11-150798":{"id":"11-150798","available":0,"dates":[]},"11-153915":{"id":"11-153915","available":0,"dates":[]},"11-154368":{"id":"11-154368","available":0,"dates":[]},"11-154505":{"id":"11-154505","available":0,"dates":[]},"11-154868":{"id":"11-154868","available":76,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155214":{"id":"11-155214","available":83,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155721":{"id":"11-155721","available":111,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148994":{"id":"2-148994","available":0,"dates":[]},"2-149718":{"id":"2-149718","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149733":{"id":"2-149733","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150280":{"id":"2-150280","available":80,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150295":{"id":"2-150295","available":90,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150760":{"id":"2-150760","available":0,"dates":[]},"2-150775":{"id":"2-150775","available":0,"dates":[]},"2-151275":{"id":"2-151275","available":0,"dates":[]},"2-151679":{"id":"2-151679","available":0,"dates":[]},"2-153719":{"id":"2-153719","available":0,"dates":[]},"2-154355":{"id":"2-154355","available":0,"dates":[]},"2-154503":{"id":"2-154503","available":0,"dates":[]},"2-154857":{"id":"2-154857","available":4,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155203":{"id":"2-155203","available":46,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155561":{"id":"2-155561","available":0,"dates":[]},"2-155703":{"id":"2-155703","available":46,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148995":{"id":"4-148995","available":0,"dates":[]},"4-149719":{"id":"4-149719","available":570,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149734":{"id":"4-149734","available":690,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150281":{"id":"4-150281","available":570,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150296":{"id":"4-150296","available":690,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150761":{"id":"4-150761","available":-10,"dates":[]},"4-150776":{"id":"4-150776","available":0,"dates":[]},"4-151276":{"id":"4-151276","available":0,"dates":[]},"4-151680":{"id":"4-151680","available":0,"dates":[]},"4-153720":{"id":"4-153720","available":0,"dates":[]},"4-154356":{"id":"4-154356","available":0,"dates":[]},"4-154504":{"id":"4-154504","available":0,"dates":[]},"4-154858":{"id":"4-154858","available":75,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155204":{"id":"4-155204","available":118,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155704":{"id":"4-155704","available":174,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149767":{"id":"41-149767","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149772":{"id":"41-149772","available":160,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150329":{"id":"41-150329","available":130,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150334":{"id":"41-150334","available":160,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150803":{"id":"41-150803","available":0,"dates":[]},"41-150808":{"id":"41-150808","available":0,"dates":[]},"41-153954":{"id":"41-153954","available":0,"dates":[]},"41-154373":{"id":"41-154373","available":0,"dates":[]},"41-154508":{"id":"41-154508","available":0,"dates":[]},"41-154872":{"id":"41-154872","available":32,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155218":{"id":"41-155218","available":49,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155727":{"id":"41-155727","available":70,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149003":{"id":"58-149003","available":0,"dates":[]},"58-149713":{"id":"58-149713","available":230,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149715":{"id":"58-149715","available":280,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150275":{"id":"58-150275","available":230,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150277":{"id":"58-150277","available":280,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150753":{"id":"58-150753","available":2,"dates":["2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150755":{"id":"58-150755","available":0,"dates":[]},"58-151284":{"id":"58-151284","available":0,"dates":[]},"58-151688":{"id":"58-151688","available":0,"dates":[]},"58-153852":{"id":"58-153852","available":0,"dates":[]},"58-154150":{"id":"58-154150","available":0,"dates":[]},"58-154152":{"id":"58-154152","available":0,"dates":[]},"58-154348":{"id":"58-154348","available":0,"dates":[]},"58-154850":{"id":"58-154850","available":53,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155196":{"id":"58-155196","available":104,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155521":{"id":"58-155521","available":104,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155731":{"id":"58-155731","available":133,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149783":{"id":"9-149783","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149788":{"id":"9-149788","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150345":{"id":"9-150345","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150350":{"id":"9-150350","available":40,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150819":{"id":"9-150819","available":0,"dates":[]},"9-150823":{"id":"9-150823","available":0,"dates":[]},"9-153930":{"id":"9-153930","available":0,"dates":[]},"9-154381":{"id":"9-154381","available":0,"dates":[]},"9-154512":{"id":"9-154512","available":2,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154878":{"id":"9-154878","available":27,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155224":{"id":"9-155224","available":40,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155737":{"id":"9-155737","available":50,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150753","58-150755","58-154850","58-155521","58-155731"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150761","4-150776","4-154858","4-155204","4-155704"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150803","41-150808","41-154872","41-155218","41-155727"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150760","2-150775","2-154857","2-155203","2-155703","2-155561"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150747","10-150750","10-154865","10-155211","10-155717"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150793","11-150798","11-154868","11-155214","11-155721"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150819","9-150823","9-154878","9-155224","9-155737"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150759","1-150774","1-154856","1-155202","1-155702"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} }, "double-the-growers-choice-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "double-the-growers-choice-peony", "priceAmount": 17600, "price": "$176 ", "priceCompareAtAmount": 19600, "priceCompareAt": "$196 ", "url": "https://urbanstems.com/products/double-the-growers-choice-peony", "variantName": null, "title": "Double the Grower's Choice Peony", "images": [ { "alt": "Double the Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326&width=700 700w" }, { "alt": "Double the Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=500 500w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=600 600w, //urbanstems.com/cdn/shop/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538&width=700 700w" } ], "variants": [{"id":45510438715640,"title":"Double","option1":"Double","option2":"Default Title","option3":null,"sku":"FLRL-D-02459","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Double the Grower's Choice Peony - Double","public_title":"Double","options":["Double","Default Title"],"price":17600,"weight":0,"compare_at_price":19600,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148993":{"id":"1-148993","available":0,"dates":[]},"1-149717":{"id":"1-149717","available":30,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149732":{"id":"1-149732","available":35,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150279":{"id":"1-150279","available":30,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150294":{"id":"1-150294","available":35,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150759":{"id":"1-150759","available":0,"dates":[]},"1-150774":{"id":"1-150774","available":0,"dates":[]},"1-151274":{"id":"1-151274","available":0,"dates":[]},"1-151678":{"id":"1-151678","available":0,"dates":[]},"1-153718":{"id":"1-153718","available":0,"dates":[]},"1-154354":{"id":"1-154354","available":0,"dates":[]},"1-154502":{"id":"1-154502","available":0,"dates":[]},"1-154856":{"id":"1-154856","available":9,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155202":{"id":"1-155202","available":18,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155702":{"id":"1-155702","available":13,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149747":{"id":"10-149747","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149752":{"id":"10-149752","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150309":{"id":"10-150309","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150314":{"id":"10-150314","available":50,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150747":{"id":"10-150747","available":0,"dates":[]},"10-150750":{"id":"10-150750","available":0,"dates":[]},"10-153939":{"id":"10-153939","available":0,"dates":[]},"10-154151":{"id":"10-154151","available":-2,"dates":[]},"10-154345":{"id":"10-154345","available":0,"dates":[]},"10-154865":{"id":"10-154865","available":34,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155211":{"id":"10-155211","available":45,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155717":{"id":"10-155717","available":60,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149757":{"id":"11-149757","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149762":{"id":"11-149762","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150319":{"id":"11-150319","available":50,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150324":{"id":"11-150324","available":65,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150793":{"id":"11-150793","available":0,"dates":[]},"11-150798":{"id":"11-150798","available":0,"dates":[]},"11-153915":{"id":"11-153915","available":0,"dates":[]},"11-154368":{"id":"11-154368","available":0,"dates":[]},"11-154505":{"id":"11-154505","available":0,"dates":[]},"11-154868":{"id":"11-154868","available":38,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155214":{"id":"11-155214","available":41,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155721":{"id":"11-155721","available":55,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148994":{"id":"2-148994","available":0,"dates":[]},"2-149718":{"id":"2-149718","available":40,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149733":{"id":"2-149733","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150280":{"id":"2-150280","available":40,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150295":{"id":"2-150295","available":45,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150760":{"id":"2-150760","available":0,"dates":[]},"2-150775":{"id":"2-150775","available":0,"dates":[]},"2-151275":{"id":"2-151275","available":0,"dates":[]},"2-151679":{"id":"2-151679","available":0,"dates":[]},"2-153719":{"id":"2-153719","available":0,"dates":[]},"2-154355":{"id":"2-154355","available":0,"dates":[]},"2-154503":{"id":"2-154503","available":0,"dates":[]},"2-154857":{"id":"2-154857","available":2,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155203":{"id":"2-155203","available":23,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155561":{"id":"2-155561","available":0,"dates":[]},"2-155703":{"id":"2-155703","available":23,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148995":{"id":"4-148995","available":0,"dates":[]},"4-149719":{"id":"4-149719","available":285,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149734":{"id":"4-149734","available":345,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150281":{"id":"4-150281","available":285,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150296":{"id":"4-150296","available":345,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150761":{"id":"4-150761","available":-5,"dates":[]},"4-150776":{"id":"4-150776","available":0,"dates":[]},"4-151276":{"id":"4-151276","available":0,"dates":[]},"4-151680":{"id":"4-151680","available":0,"dates":[]},"4-153720":{"id":"4-153720","available":0,"dates":[]},"4-154356":{"id":"4-154356","available":0,"dates":[]},"4-154504":{"id":"4-154504","available":0,"dates":[]},"4-154858":{"id":"4-154858","available":37,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155204":{"id":"4-155204","available":59,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155704":{"id":"4-155704","available":87,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149767":{"id":"41-149767","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149772":{"id":"41-149772","available":80,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150329":{"id":"41-150329","available":65,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150334":{"id":"41-150334","available":80,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150803":{"id":"41-150803","available":0,"dates":[]},"41-150808":{"id":"41-150808","available":0,"dates":[]},"41-153954":{"id":"41-153954","available":0,"dates":[]},"41-154373":{"id":"41-154373","available":0,"dates":[]},"41-154508":{"id":"41-154508","available":0,"dates":[]},"41-154872":{"id":"41-154872","available":16,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155218":{"id":"41-155218","available":24,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155727":{"id":"41-155727","available":35,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149003":{"id":"58-149003","available":0,"dates":[]},"58-149713":{"id":"58-149713","available":115,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149715":{"id":"58-149715","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150275":{"id":"58-150275","available":115,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150277":{"id":"58-150277","available":140,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150753":{"id":"58-150753","available":1,"dates":["2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150755":{"id":"58-150755","available":0,"dates":[]},"58-151284":{"id":"58-151284","available":0,"dates":[]},"58-151688":{"id":"58-151688","available":0,"dates":[]},"58-153852":{"id":"58-153852","available":0,"dates":[]},"58-154150":{"id":"58-154150","available":0,"dates":[]},"58-154152":{"id":"58-154152","available":0,"dates":[]},"58-154348":{"id":"58-154348","available":0,"dates":[]},"58-154850":{"id":"58-154850","available":26,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155196":{"id":"58-155196","available":52,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155521":{"id":"58-155521","available":52,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155731":{"id":"58-155731","available":66,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149783":{"id":"9-149783","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149788":{"id":"9-149788","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150345":{"id":"9-150345","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150350":{"id":"9-150350","available":20,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150819":{"id":"9-150819","available":0,"dates":[]},"9-150823":{"id":"9-150823","available":0,"dates":[]},"9-153930":{"id":"9-153930","available":0,"dates":[]},"9-154381":{"id":"9-154381","available":0,"dates":[]},"9-154512":{"id":"9-154512","available":1,"dates":["2025-02-03","2025-02-04","2025-02-05","2025-02-06","2025-02-07","2025-02-08","2025-02-09","2025-02-10","2025-02-11"]},"9-154878":{"id":"9-154878","available":13,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155224":{"id":"9-155224","available":20,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155737":{"id":"9-155737","available":25,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150753","58-150755","58-154850","58-155521","58-155731"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150761","4-150776","4-154858","4-155204","4-155704"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150803","41-150808","41-154872","41-155218","41-155727"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150760","2-150775","2-154857","2-155203","2-155703","2-155561"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150747","10-150750","10-154865","10-155211","10-155717"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150793","11-150798","11-154868","11-155214","11-155721"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150819","9-150823","9-154878","9-155224","9-155737"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150759","1-150774","1-154856","1-155202","1-155702"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} }, "triple-the-growers-choice-peony":{ "badge": "", "badge_handle": "sale", "badge_is_sale": true, "badgeImage": { "alt": null, "descriptiveText": null, "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Arrives_in_Bud_Form_Badge_150px.svg?v=1729175800" }, "handle": "triple-the-growers-choice-peony", "priceAmount": 24900, "price": "$249 ", "priceCompareAtAmount": 29400, "priceCompareAt": "$294 ", "url": "https://urbanstems.com/products/triple-the-growers-choice-peony", "variantName": null, "title": "Triple the Grower's Choice Peony", "images": [ { "alt": "Triple the Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348&width=700 700w" }, { "alt": "Triple the Grower's Choice Peony", "src": "\/\/urbanstems.com\/cdn\/shop\/files\/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538\u0026width=500", "srcset": "//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=700 700w", "srcsetLarge": "//urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=500 500w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=600 600w, //urbanstems.com/cdn/shop/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538&width=700 700w" } ], "variants": [{"id":45510442942712,"title":"Triple","option1":"Triple","option2":"Default Title","option3":null,"sku":"FLRL-T-02459","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Triple the Grower's Choice Peony - Triple","public_title":"Triple","options":["Triple","Default Title"],"price":24900,"weight":0,"compare_at_price":29400,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}], "inventory": {"1-148993":{"id":"1-148993","available":0,"dates":[]},"1-149717":{"id":"1-149717","available":20,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"1-149732":{"id":"1-149732","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150279":{"id":"1-150279","available":20,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"1-150294":{"id":"1-150294","available":23,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"1-150759":{"id":"1-150759","available":0,"dates":[]},"1-150774":{"id":"1-150774","available":0,"dates":[]},"1-151274":{"id":"1-151274","available":0,"dates":[]},"1-151678":{"id":"1-151678","available":0,"dates":[]},"1-153718":{"id":"1-153718","available":0,"dates":[]},"1-154354":{"id":"1-154354","available":0,"dates":[]},"1-154502":{"id":"1-154502","available":0,"dates":[]},"1-154856":{"id":"1-154856","available":6,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"1-155202":{"id":"1-155202","available":12,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"1-155702":{"id":"1-155702","available":9,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"10-149747":{"id":"10-149747","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-149752":{"id":"10-149752","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"10-150309":{"id":"10-150309","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"10-150314":{"id":"10-150314","available":33,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"10-150747":{"id":"10-150747","available":0,"dates":[]},"10-150750":{"id":"10-150750","available":0,"dates":[]},"10-153939":{"id":"10-153939","available":0,"dates":[]},"10-154151":{"id":"10-154151","available":-1,"dates":[]},"10-154345":{"id":"10-154345","available":0,"dates":[]},"10-154865":{"id":"10-154865","available":22,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"10-155211":{"id":"10-155211","available":30,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"10-155717":{"id":"10-155717","available":40,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"11-149757":{"id":"11-149757","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-149762":{"id":"11-149762","available":43,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"11-150319":{"id":"11-150319","available":33,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"11-150324":{"id":"11-150324","available":43,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"11-150793":{"id":"11-150793","available":0,"dates":[]},"11-150798":{"id":"11-150798","available":0,"dates":[]},"11-153915":{"id":"11-153915","available":0,"dates":[]},"11-154368":{"id":"11-154368","available":0,"dates":[]},"11-154505":{"id":"11-154505","available":0,"dates":[]},"11-154868":{"id":"11-154868","available":25,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"11-155214":{"id":"11-155214","available":27,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"11-155721":{"id":"11-155721","available":37,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"2-148994":{"id":"2-148994","available":0,"dates":[]},"2-149718":{"id":"2-149718","available":26,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"2-149733":{"id":"2-149733","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150280":{"id":"2-150280","available":26,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"2-150295":{"id":"2-150295","available":30,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"2-150760":{"id":"2-150760","available":0,"dates":[]},"2-150775":{"id":"2-150775","available":0,"dates":[]},"2-151275":{"id":"2-151275","available":0,"dates":[]},"2-151679":{"id":"2-151679","available":0,"dates":[]},"2-153719":{"id":"2-153719","available":0,"dates":[]},"2-154355":{"id":"2-154355","available":0,"dates":[]},"2-154503":{"id":"2-154503","available":0,"dates":[]},"2-154857":{"id":"2-154857","available":1,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"2-155203":{"id":"2-155203","available":15,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"2-155561":{"id":"2-155561","available":0,"dates":[]},"2-155703":{"id":"2-155703","available":15,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"4-148995":{"id":"4-148995","available":0,"dates":[]},"4-149719":{"id":"4-149719","available":190,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"4-149734":{"id":"4-149734","available":230,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150281":{"id":"4-150281","available":190,"dates":["2025-02-09","2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"4-150296":{"id":"4-150296","available":230,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"4-150761":{"id":"4-150761","available":-4,"dates":[]},"4-150776":{"id":"4-150776","available":0,"dates":[]},"4-151276":{"id":"4-151276","available":0,"dates":[]},"4-151680":{"id":"4-151680","available":0,"dates":[]},"4-153720":{"id":"4-153720","available":0,"dates":[]},"4-154356":{"id":"4-154356","available":0,"dates":[]},"4-154504":{"id":"4-154504","available":0,"dates":[]},"4-154858":{"id":"4-154858","available":25,"dates":["2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"4-155204":{"id":"4-155204","available":39,"dates":["2025-02-23","2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"4-155704":{"id":"4-155704","available":58,"dates":["2025-03-02","2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"41-149767":{"id":"41-149767","available":43,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-149772":{"id":"41-149772","available":53,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"41-150329":{"id":"41-150329","available":43,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"41-150334":{"id":"41-150334","available":53,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"41-150803":{"id":"41-150803","available":0,"dates":[]},"41-150808":{"id":"41-150808","available":0,"dates":[]},"41-153954":{"id":"41-153954","available":0,"dates":[]},"41-154373":{"id":"41-154373","available":0,"dates":[]},"41-154508":{"id":"41-154508","available":0,"dates":[]},"41-154872":{"id":"41-154872","available":10,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"41-155218":{"id":"41-155218","available":16,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"41-155727":{"id":"41-155727","available":23,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"58-149003":{"id":"58-149003","available":0,"dates":[]},"58-149713":{"id":"58-149713","available":76,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"58-149715":{"id":"58-149715","available":93,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150275":{"id":"58-150275","available":76,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"58-150277":{"id":"58-150277","available":93,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"58-150753":{"id":"58-150753","available":0,"dates":[]},"58-150755":{"id":"58-150755","available":0,"dates":[]},"58-151284":{"id":"58-151284","available":0,"dates":[]},"58-151688":{"id":"58-151688","available":0,"dates":[]},"58-153852":{"id":"58-153852","available":0,"dates":[]},"58-154150":{"id":"58-154150","available":0,"dates":[]},"58-154152":{"id":"58-154152","available":0,"dates":[]},"58-154348":{"id":"58-154348","available":0,"dates":[]},"58-154850":{"id":"58-154850","available":17,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"58-155196":{"id":"58-155196","available":34,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155521":{"id":"58-155521","available":34,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"58-155731":{"id":"58-155731","available":44,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"9-149783":{"id":"9-149783","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-149788":{"id":"9-149788","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16"]},"9-150345":{"id":"9-150345","available":13,"dates":["2025-02-10","2025-02-11","2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18"]},"9-150350":{"id":"9-150350","available":13,"dates":["2025-02-12","2025-02-13","2025-02-14","2025-02-15","2025-02-16","2025-02-17","2025-02-18","2025-02-19","2025-02-20"]},"9-150819":{"id":"9-150819","available":0,"dates":[]},"9-150823":{"id":"9-150823","available":0,"dates":[]},"9-153930":{"id":"9-153930","available":0,"dates":[]},"9-154381":{"id":"9-154381","available":0,"dates":[]},"9-154512":{"id":"9-154512","available":0,"dates":[]},"9-154878":{"id":"9-154878","available":9,"dates":["2025-02-17","2025-02-18","2025-02-19","2025-02-20","2025-02-21","2025-02-22","2025-02-23","2025-02-24","2025-02-25"]},"9-155224":{"id":"9-155224","available":13,"dates":["2025-02-24","2025-02-25","2025-02-26","2025-02-27","2025-02-28","2025-03-01","2025-03-02","2025-03-03","2025-03-04"]},"9-155737":{"id":"9-155737","available":16,"dates":["2025-03-03","2025-03-04","2025-03-05","2025-03-06","2025-03-07","2025-03-08","2025-03-09","2025-03-10","2025-03-11"]},"locations":[{"urbanstemsFcId":"58","location":"75053629688","name":"Galleria CA","lots":["58-150753","58-150755","58-154850","58-155521","58-155731"]},{"urbanstemsFcId":"56","location":"78358511864","name":"PPC FL","lots":[]},{"urbanstemsFcId":"57","location":"78358610168","name":"PPC CA","lots":[]},{"urbanstemsFcId":"60","location":"78358642936","name":"Color Orchids TX","lots":[]},{"urbanstemsFcId":"51","location":"78882963704","name":"Agroganadera Espinosa","lots":[]},{"urbanstemsFcId":"4","location":"78882996472","name":"Baltimore FC","lots":["4-150761","4-150776","4-154858","4-155204","4-155704"]},{"urbanstemsFcId":"38","location":"78883029240","name":"Cal Coast California FC","lots":[]},{"urbanstemsFcId":"55","location":"78883062008","name":"Elite CA FC","lots":[]},{"urbanstemsFcId":"41","location":"78883094776","name":"Elite Dallas FC","lots":["41-150803","41-150808","41-154872","41-155218","41-155727"]},{"urbanstemsFcId":"52","location":"78883127544","name":"Elite Flower CO","lots":[]},{"urbanstemsFcId":"42","location":"78883160312","name":"Elite Miami FC","lots":[]},{"urbanstemsFcId":"30","location":"78883193080","name":"Elite New Jersey FC","lots":[]},{"urbanstemsFcId":"29","location":"78883225848","name":"Magic (Farm)","lots":[]},{"urbanstemsFcId":"2","location":"78883258616","name":"Manhattan FC","lots":["2-150760","2-150775","2-154857","2-155203","2-155703","2-155561"]},{"urbanstemsFcId":"10","location":"78883291384","name":"USAB Atlanta FC","lots":["10-150747","10-150750","10-154865","10-155211","10-155717"]},{"urbanstemsFcId":"11","location":"78883324152","name":"USAB Chicago FC","lots":["11-150793","11-150798","11-154868","11-155214","11-155721"]},{"urbanstemsFcId":"13","location":"78883356920","name":"USAB LA FC","lots":[]},{"urbanstemsFcId":"9","location":"78883389688","name":"USAB Miami FC","lots":["9-150819","9-150823","9-154878","9-155224","9-155737"]},{"urbanstemsFcId":"1","location":"78883422456","name":"Washington DC FC","lots":["1-150759","1-150774","1-154856","1-155202","1-155702"]},{"urbanstemsFcId":"59","location":"79077605624","name":"Color Orchids VA","lots":[]},{"urbanstemsFcId":"53","location":"79077638392","name":"Ecuamagic","lots":[]},{"urbanstemsFcId":"65","location":"78997422328","name":"Elite Boston FC","lots":[]},{"urbanstemsFcId":"200","location":"79077671160","name":"Floralogistics","lots":[]},{"urbanstemsFcId":"47","location":"79077703928","name":"Galleria KY","lots":[]},{"urbanstemsFcId":"300","location":"79077736696","name":"LogiztikAlliance","lots":[]},{"urbanstemsFcId":"64","location":"78997455096","name":"Resendiz Brothers FC","lots":[]},{"urbanstemsFcId":"50","location":"79077769464","name":"Royal Flowers","lots":[]},{"urbanstemsFcId":"34","location":"79077802232","name":"Sande (Farm)","lots":[]},{"urbanstemsFcId":"63","location":"78997487864","name":"The Magnolia FC","lots":[]},{"urbanstemsFcId":"12","location":"79077835000","name":"USAB Dallas FC","lots":[]}],"transport_modes":["bike","car","ground","express","express_extended","ground_weekend_home"],"blackout_from":null, "blackout_to":null} } } </script></product-swatches> </div> </div> <div class="pagination flex flex-shrink flex--row flex--align-center flex--justify-center font-size full-width hide-empty margin position--relative--off " id="pagination" data-pagination style=" --font-size-desktop: 16px; --font-size-desktop: clamp(14px, calc(16/1728 * 100vw), 16px); --font-size-mobile: 12px; --margin-desktop: 0 auto var(--gap-v-medium); --margin-mobile: 0 auto var(--gap-v-large); gap: 8px; gap: clamp(8px, 0.463vw, 10.4px); "></div> <img class="products__loading" src="//urbanstems.com/cdn/shop/t/172/assets/loading.svg?v=172943821813822530901735568476" loading="lazy" height="80" width="80" alt="" aria-hidden="true" role="presentation" /> </div> <script>class Collection { constructor() { this.loadCount = 0; this.els(); this.settings(); this.events(); } els() { this.filtersDetailsEl = document.querySelector('[data-filters-details]'); this.filtersFormEl = document.querySelector('[data-filters-form]'); this.filtersMenuEl = document.getElementById('filters'); this.headerEl = document.querySelector('.shopify-section--collection-header'); this.productsEl = document.querySelector('.shopify-section--collection'); this.learnMoreEl = document.querySelector('.shopify-section--collection-learn-more'); this.layoutToggleEls = document.querySelectorAll('[data-filter-grid-layout-toggle]'); } settings() { this.deliveryDate = window.Delivery && window.Delivery.deliveryDate ? window.Delivery.deliveryDate : null; this.desktopBp = window.matchMedia('(min-width: 1024px)'); this.headerId = this.headerEl ? this.headerEl.id.split('shopify-section-')[1] : null; this.params = new URLSearchParams(location.search); this.learnMoreId = this.learnMoreEl ? this.learnMoreEl.id.split('shopify-section-')[1] : null; this.productsId = this.productsEl ? this.productsEl.id.split('shopify-section-')[1] : null; this.searchQ = this.params.get('q'); this.sortDefault = productGrid.dataset.sortDefault; this.sortOrder = this.getSort(); this.sortParamEmpty = this.sortByParam === null; this.cachePromoCards(); } events() { /* close filters with escape key */ document.addEventListener('onEsc', () => { if (!document.documentElement.classList.contains('filters-menu--active')) return; filtersSummary.click(); }); this.applyCustomAvailabilitySorting(true); this.desktopBp.addEventListener('change', e => { if (e.matches) { this.gridLayoutSet(localStorage.getItem('desktopLayout') || 'medium'); } else { this.gridLayoutSet(localStorage.getItem('mobileLayout') || 'medium'); } }); if (this.loadCount === 0 && this.sortOrder === 'availability') { /* make sure the availability sorted grid is ordered properly on a fresh cache */ this.receiveOnCompleteCallback(); } window.subscribe(PUB_SUB_EVENTS.deliveryDateChange, e => { if (!this.deliveryDate || (this.deliveryDate.toString() === e.deliveryDate.toString())) return; this.deliveryDate = e.deliveryDate; requestAnimationFrame(() => { this.reorderGrid(); }); }); /* sorting & filtering */ ['submit', 'change'].forEach(eventName => { document.addEventListener(eventName, e => { if (e.target.closest('#sort-by')) { this.sortOrder = e.target.value; } /* custom availability sorting */ if (e.target.closest('[name="sort_by"][value="availability"]')) { this.customAvailabilitySorting(); return; } if (!e.target.closest('[data-filters-form]')) return; e.preventDefault(); const formData = new FormData(FacetFiltersForm); const url = `${window.location.protocol}//${window.location.host}${window.location.pathname}?${new URLSearchParams(formData).toString()}`; this.updateCollection(url, false, true); }); }); /* pagination & collection links */ document.addEventListener('click', e => { const categoryLinkEl = e.target.closest('[data-filter-categories-link]'); const isPaginationEl = e.target.closest('.pagination'); const isClearFiltersEl = e.target.closest('facet-remove'); const isFilterRemoveEl = e.target.closest('[data-filter-remove]'); const isFiltersCloseEl = e.target.closest('[data-filters-close]'); const isFiltersSummaryEl = e.target.closest('[data-filters-summary]'); const isGridTogle = e.target.closest('[data-filter-grid-layout-toggle]'); const isSearchTab = categoryLinkEl && categoryLinkEl.dataset.filterCategoriesLink === 'search'; if (isGridTogle) this.gridLayoutToggle(isGridTogle); if (isFiltersCloseEl || isFiltersSummaryEl) this.toggleFilterMenu(e); if (!(isClearFiltersEl || isFilterRemoveEl || isSearchTab || isPaginationEl) || e.target.tagName !== 'A') return; if (e.ctrlKey || e.metaKey) return; e.preventDefault(); if (isSearchTab) { const $active = searchResultsTabs.querySelector('.active'); if ($active) { $active.classList.remove('active'); } e.target.classList.add('active'); window.cachedSearchTabs = searchResultsTabs.innerHTML; } this.updateCollection(e.target.href.split('#')[0], isPaginationEl, isFilterRemoveEl, false, isClearFiltersEl); }); } applyCustomAvailabilitySorting(isInit = false) { if (this.isAvailabilitySort()) this.customAvailabilitySorting(isInit); } cachePromoCards() { this.cachedPromoCards = {}; const promoCards = productGrid.querySelectorAll('[data-promo-card]'); let fullWidthMobileCardsCount = 0; promoCards && promoCards.forEach((el, index) => { const isFullWidthMobile = el.dataset.promoCardFullWidthMobile === 'true'; const promoCardIndexZero = parseFloat(el.dataset.promoCard) - 1; const realIndex = index > 0 && fullWidthMobileCardsCount > 0 && this.isNumberOdd(el.dataset.promoCard) ? promoCardIndexZero - 1 : promoCardIndexZero; this.cachedPromoCards[realIndex] = { el: el, index: el.dataset.promoCard, isMobileFullWidth: isFullWidthMobile, }; if (isFullWidthMobile) fullWidthMobileCardsCount++; }); } customAvailabilitySorting(isInit = false) { this.setActiveSortToAvailability(); this.urlSplit = window.location.href.split('?'); this.urlParams = new URLSearchParams(this.urlSplit[this.urlSplit.length > 0 ? 1 : 0]); this.urlParams.set('sort_by', 'featured'); this.newUrl = `${this.urlSplit[0]}?${this.urlParams.toString()}`; this.availableDates = {}; const els = productGrid.querySelectorAll('[data-product-card]'); els.forEach(el => { const date = el.querySelector('receive-on time').getAttribute('datetime'); this.availableDates[el.dataset.productCard] = date === 'null' ? 'null' : new Date(date.replace(/-/g, '/')).getTime(); }); if (this.sortOrder === 'featured' || this.sortOrder === 'availability') { this.reorderGrid(false, isInit); } } filterMenuClose() { filtersDetails.removeAttribute('open'); document.body.style.position = null; document.body.style.left = null; document.body.style.right = null; document.body.style.top = null; window.scrollTo(0, window.pageY); requestAnimationFrame(() => { window.menuToggling = false; window.removeTrapFocus(); }); } filterMenuOpen() { window.trapFocus(this.filtersMenuEl); window.menuToggling = true; window.pageY = window.scrollY; filtersDetails.setAttribute('open', true); document.body.style.left = 0; document.body.style.right = 'var(--scrollbar-width)'; document.body.style.top = `-${window.pageY}px`; document.body.style.position = 'fixed'; } getSort() { const urlSplit = window.location.href.split('?'); const urlParams = new URLSearchParams(urlSplit[urlSplit.length > 0 ? 1 : 0]); this.sortByParam = urlParams.get('sort_by'); return this.sortByParam ? this.sortByParam : this.sortDefault; } gridLayoutSet(layout) { document.documentElement.dataset.gridLayout = layout; this.gridLayout = layout; localStorage.setItem(this.desktopBp.matches ? 'desktopLayout' : 'mobileLayout', layout); localStorage.setItem('gridLayout', layout); } gridLayoutToggle(el) { const newLayout = el.dataset.filterGridLayoutToggle; this.gridLayoutSet(newLayout); localStorage.setItem(this.desktopBp.matches ? 'desktopLayout' : 'mobileLayout', newLayout); localStorage.setItem('gridLayout', newLayout); } handleResponseCallback() { products.classList.remove('products--loading'); products.classList.remove('pagination--loading'); if (this.headerEl) window.loadSwiper(); window.inView(); window.publish(PUB_SUB_EVENTS.collectionUpdate, {}); this.setActiveSortToAvailability(); } handleResponse(sections, filtersOnchange) { if (!filtersOnchange) { if (this.productsEl && sections[this.productsId]) { this.productsEl.innerHTML = sections[this.productsId]; this.renderLearnMore(sections[this.learnMoreId]); } } else { if (this.productsEl && sections[this.productsId]) { const productsHtml = sections[this.productsId]; this.renderFilters(productsHtml); this.renderFiltersCount(productsHtml); this.renderLearnMore(sections[this.learnMoreId]); this.renderPagination(productsHtml); this.renderProductGrid(productsHtml); this.renderProductCount(productsHtml); } } this.els(); if (window.autoselectingProductTab) { document.documentElement.classList.remove('srlp--loading'); } requestAnimationFrame(() => { if (this.isAvailabilitySort()) { this.receiveOnCompleteCallback(); } this.handleResponseCallback(); }); } isAvailabilitySort() { return this.sortOrder === 'availability'; } isNumberOdd(num) { return parseFloat(num) % 2 > 0; } receiveOnCompleteCallback() { const productEls = productGrid.querySelectorAll('[data-product-card]'); const productCount = productEls.length; const receiveOnSetEls = productGrid.querySelectorAll('[data-product-card].receive-on--set'); const receiveOnCount = receiveOnSetEls.length; const onComplete = () => { this.reorderGrid(); }; if (productCount === receiveOnCount) { onComplete(); } else { const receiveOnDone = new Promise(resolve => { const timer = setInterval(() => { if (productCount === productGrid.querySelectorAll('[data-product-card].receive-on--set').length) { clearInterval(timer); return resolve(); } }, 30); }); receiveOnDone.then(() => { onComplete(); }).catch(error => { /* console.log('Something went wrong', error); */ }); } } renderFiltersCount(html) { if (!window.filtersApplied) return; const parsedFiltersApplied = new DOMParser() .parseFromString(html, 'text/html') .getElementById('filtersApplied'); if (!parsedFiltersApplied) return; filtersApplied.dataset.filtersApplied = parsedFiltersApplied.dataset.filtersApplied; } renderFilters(html) { if (!window.filters) return; const newFiltersMarkup = new DOMParser() .parseFromString(html, 'text/html') .getElementById('filters'); if (newFiltersMarkup) { /* if the filter was opened, make sure it persists */ newFiltersMarkup.querySelectorAll('[data-filter]').forEach(filter => { const name = filter.dataset.filter; if (!filter.open && window.openedFilters && window.openedFilters.hasOwnProperty(name)) filter.open = window.openedFilters[name]; }); filters.innerHTML = newFiltersMarkup.innerHTML; } } renderLearnMore(html) { if (!this.learnMoreEl) return; this.learnMoreEl.innerHTML = new DOMParser() .parseFromString(html, 'text/html') .getElementById(this.learnMoreEl.id).innerHTML; } renderPagination(html) { if (!window.pagination) return; const domParsed = new DOMParser().parseFromString(html, 'text/html'); const domParsedPagination = domParsed.getElementById('pagination'); if (!domParsedPagination && window.pagination) { pagination.style.display = 'none'; } else { if (window.pagination) { pagination.innerHTML = domParsedPagination.innerHTML; pagination.style.display = null; } else { products.appendChild(domParsedPagination); } } } renderProductCount(html) { if (!window.productCount) return; productCount.innerHTML = new DOMParser() .parseFromString(html, 'text/html') .getElementById('productCount').innerHTML } renderProductGrid(html) { if (!window.productGrid) return; productGrid.innerHTML = new DOMParser() .parseFromString(html, 'text/html') .getElementById('productGrid').innerHTML; } reorderGrid(setAvailableDates = true, isInit = false, sortByFirstAvailable = false) { if (setAvailableDates) { this.availableDates = {}; productGrid.querySelectorAll('[data-product-card]').forEach(el => { const date = el.querySelector('receive-on time').getAttribute('datetime'); this.availableDates[el.dataset.productCard] = date === 'null' ? 'null' : new Date(date.replace(/-/g, '/')).getTime(); }); } const manuallySortedHtml = document.createElement('div'); manuallySortedHtml.innerHTML = productGrid.innerHTML; this.productEls = manuallySortedHtml.querySelectorAll('[data-product-card]'); this.productAll = []; this.productEls.forEach(el => { this.productAll.push({ el: el, handle: el.dataset.productCard, receive: this.availableDates[el.dataset.productCard], }); }); this.productsAvailable = this.productAll.filter(el => el.receive !== 'null'); this.productsUnavailable = this.productAll.filter(el => el.receive === 'null'); const deliveryDateTime = new Date(window.Delivery.deliveryDate).getTime(); if (sortByFirstAvailable) { /* sort by soonest available, then out of stock */ this.productsAvailable.sort((a, b) => a.receive - b.receive); } else { /* sort by days between selected date and available date, then out of stock */ this.productsAvailable.sort((a, b) => { const aDateDiff = Math.abs(a.receive - deliveryDateTime); const bDateDiff = Math.abs(b.receive - deliveryDateTime); return aDateDiff - bDateDiff; }); } this.products = [...this.productsAvailable, ...this.productsUnavailable]; if (this.productsAvailable.length === 0) { this.unavailableGrid(); } let gridIndex = 0; let markup = ''; this.products.forEach(item => { /* Add promo card */ const promoCard = this.cachedPromoCards[gridIndex]; if (promoCard) { markup += promoCard.el.outerHTML; gridIndex++; } /* Add product card */ markup += item.el.outerHTML; gridIndex++; }); productGrid.innerHTML = markup; /* update url */ this.urlSplit = window.location.href.split('?'); this.urlParams = new URLSearchParams(this.urlSplit[this.urlSplit.length > 0 ? 1 : 0]); this.urlParams.set('sort_by', 'availability'); this.newUrl = `${this.urlSplit[0]}?${this.urlParams.toString()}`; if (!isInit || this.sortByParam !== null) window.history.replaceState({}, '', this.newUrl); this.handleResponseCallback(); } /* udpate selected sort option to Availability */ setActiveSortToAvailability() { if (this.sortOrder !== 'availability') return; const sortByEl = document.getElementById('sort-by'); const availabilityEl = sortByEl.querySelector('#availability'); sortByEl.querySelectorAll('input').forEach(input => input.removeAttribute('checked')); sortByEl.querySelector('[data-sort-active]').innerText = availabilityEl.value; availabilityEl.setAttribute('checked', true); } toggleFilterMenu(event) { event.preventDefault(); let delay = 0; const isHeaderScolled = document.documentElement.classList.contains('header--scrolled'); if (((isHeaderScolled && document.documentElement.dataset.scrollDirection === 'up') || (!isHeaderScolled && document.documentElement.dataset.scrollDirection === 'down')) && !document.documentElement.classList.contains('filters-menu--active')) { delay = 250; document.documentElement.dataset.scrollDirection = 'down'; } setTimeout(() => { document.documentElement.classList.toggle('filters-menu--active'); const isOpen = document.documentElement.classList.contains('filters-menu--active'); setTimeout(() => { if (isOpen) { document.documentElement.classList.add('filters-menu--visible'); this.filterMenuOpen(); } else { this.filterMenuClose(); setTimeout(() => { document.documentElement.classList.remove('filters-menu--visible'); }, 300); } }, !isOpen ? 250 : 0); }, delay); } unavailableGrid() { /* set delivery date to today when all products are unavailable */ const today = new Date(); const todayFormatted = `${today.toLocaleString('en-US', { month: 'numeric' })}/${today.toLocaleString('en-US', { day: 'numeric' })}/${today.toLocaleString('en-US', { year: 'numeric' })}`; document.querySelector('filters-bar delivery-date input').value = todayFormatted; window.publish(PUB_SUB_EVENTS.deliveryAreasChange, {}); } updateCollection(url, isPagination = false, filtersOnchange = false, scrollToProducts = false, clearFilters = false) { this.loadCount++; products.classList.add('products--loading'); if (isPagination || scrollToProducts) { const headerOffset = window.pageYOffset > document.querySelector('.shopify-section--collection').offsetTop ? document.querySelector('.shopify-section--header').offsetHeight : 0; window.scrollTo({ behavior: window.matchMedia('(prefers-reduced-motion: reduce)').matches ? 'auto' : 'smooth', left: 0, top: this.productsEl.offsetTop - headerOffset, }); } const urlSplit = url.split('?'); const urlParams = new URLSearchParams(urlSplit[urlSplit.length > 0 ? 1 : 0]); if ((this.sortOrder === 'availability')) { urlParams.set('sort_by', 'availability'); } const newUrl = `${urlSplit[0]}?${urlParams.toString()}`; if ((this.sortOrder === 'availability')) { /* use featured to manually sort the fetched products, then we can sort them by first available */ urlParams.set('sort_by', 'featured'); } const fetchUrl = `${urlSplit[0]}?${urlParams.toString()}`; fetch(`${fetchUrl}§ions=${this.headerId},${this.productsId},${this.learnMoreId}`) .then(response => response.json()) .then(data => this.handleResponse(data, filtersOnchange)); if (!filtersOnchange && document.documentElement.classList.contains('filters-menu--active')) { filtersSummary.click(); } else if (clearFilters && filtersDetails.open) { document.documentElement.classList.remove('filters-menu--active'); this.filterMenuClose(); } window.history.replaceState({}, '', newUrl); }};document.addEventListener('DOMContentLoaded', () => { new Collection();});</script> </section><section id="shopify-section-template--18951456063736__embed_iPFWrL" class="shopify-section shopify-section--embed"><div class="embed border color-scheme color-scheme--background-1 padding-bottom-m--none padding-bottom-d--none padding-top-m--none padding-top-d--none wrap-m--none wrap-d--none" data-embed="template--18951456063736__embed_iPFWrL"style="--border-color-desktop: transparent transparent transparent; --border-color-mobile: transparent transparent transparent; --border-style-desktop: solid; --border-style-mobile: solid; --border-width-desktop: 0 0 0; --border-width-mobile: 0 0 0;"><style> .filter-occasion input:not([value*="occasion:"]) { display: none; } .filter-occasion input:not([value*="occasion:"]) ~ * { display: none; } </style></div></section><section id="shopify-section-template--18951456063736__collection_carousel_aPzC8g" class="shopify-section shopify-section--tabbed-carousel"><collection-carousel class="collection-carousel block color-scheme color-scheme--background-1 padding-bottom-m--m padding-bottom-d--m padding-top-m--none padding-top-d--none overflow wrap" data-tabs-carousel data-in-view data-in-view-swiper data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/collection-carousel.js?v=6172334090666650821735568476" }' style="--border-color-desktop: transparent transparent transparent; --border-color-mobile: transparent transparent transparent; --border-style-desktop: solid; --border-style-mobile: solid; --border-width-desktop: 0 0 0; --border-width-mobile: 0 0 0;"><header class="section-header flex flex--align-end flex--justify-between flex--wrap padding" style=" --padding-desktop: 0 0 16px; --padding-mobile: 0 0 12px; border-bottom: 1px solid #D9D9D9; margin-bottom: 18px; padding-bottom: 0; "> <strong class="block full-width headline headline--m flex-shrink margin" style=" --margin-desktop: 0 0 10px; --margin-mobile: 0 0 21px; "> <p>Shop Our Best Sellers</p> </strong> <div class="tabs-carousel__tabs-container media-cards media-cards--products width swiper" data-swiper='{ "slidesPerView": "auto", "spaceBetween": 8 }' style=" --width-desktop: auto; --width-mobile: auto; "> <div class="tabs-carousel__tabs flex flex--row full-width margin swiper-wrapper" style=" --margin-desktop: 0 0 -1px; --margin-mobile: 3px 0 -1px; "><div class="swiper-slide width" style=" margin-right: var(--swiper-initialized-0, 8px); --width: auto; "> <a href="/collections/flowers" class="btn btn--tab btn--tab-active pointer-events" aria-expanded="true" aria-controls="flowers-tab" aria-label="Toggle Flowers collections" data-tabs-carousel-toggle="flowers-tab" data-tabs-carousel-shop-all-url="/collections/flowers" data-tabs-carousel-shop-all-sr-text="Shop all flowers"> <span aria-hidden="true" style="pointer-events: none;">Flowers</span> </a> </div><div class="swiper-slide width" style=" margin-right: var(--swiper-initialized-0, 8px); --width: auto; "> <a href="/collections/plants" class="btn btn--tab btn--tab-inactive" aria-expanded="true" aria-controls="plants-tab" aria-label="Toggle Plants collections" data-tabs-carousel-toggle="plants-tab" data-tabs-carousel-shop-all-url="/collections/plants" data-tabs-carousel-shop-all-sr-text="Shop all plants"> <span aria-hidden="true" style="pointer-events: none;">Plants</span> </a> </div><div class="swiper-slide width" style=" margin-right: var(--swiper-initialized-0, 8px); --width: auto; "> <a href="/collections/gifts" class="btn btn--tab btn--tab-inactive" aria-expanded="true" aria-controls="gifts-tab" aria-label="Toggle Gifts collections" data-tabs-carousel-toggle="gifts-tab" data-tabs-carousel-shop-all-url="/collections/gifts" data-tabs-carousel-shop-all-sr-text="Shop all gifts"> <span aria-hidden="true" style="pointer-events: none;">Gifts</span> </a> </div></div> </div> <a class="btn btn--link margin btn--link--large" data-tabs-carousel-shop-all href="/collections/flowers" style=" --button-text-transform: uppercase; gap: 8px; --margin-desktop: 0 0 28px; --margin-mobile: 0 0 14px; "> Shop all <span class="sr-only" data-tabs-carousel-shop-all-sr> - Shop all flowers</span></a></header><div class="cards cards--products tabs-carousel__container swiper active" id="flowers-tab" data-tabs-carousel-tab="flowers-tab" data-swiper='{ "slidesPerView": "auto", "spaceBetween": 8, "breakpoints": { "1024": { "spaceBetween": 16 } }, "navigation": { "nextEl": ".swiper-arrow--next", "prevEl": ".swiper-arrow--prev" }, "scrollbar": { "draggable": true, "el": ".swiper-scrollbar", "hide": false }}' style=" --card-aspect-ratio-height: 448; --card-aspect-ratio-width: 380; --card-cols: var(--cards-cols, 2); --card-gap: var(--cards-gap, 8px); --card-peek: var(--cards-peek, 82px); --card-width: calc((100% + var(--wrap-h) - var(--card-peek) - (var(--card-cols) * var(--card-gap))) / var(--card-cols)); animation: fadeIn 300ms forwards 1 ease-in-out; opacity: 0; "><div class="swiper-arrow__el swiper-arrow__el--prev aspect-ratio hide-mobile"> <button class="swiper-arrow__icon swiper-arrow__icon--prev swiper-arrow swiper-arrow--prev" disabled type="button"></button> </div> <div class="swiper-arrow__el swiper-arrow__el--next aspect-ratio hide-mobile"> <button class="swiper-arrow__icon swiper-arrow__icon--next swiper-arrow swiper-arrow__icon swiper-arrow--next" type="button"></button> </div><div class="tabs-carousel__wrapper swiper-wrapper no-js-overflow-auto"><div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-parasol"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=500 500w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=600 600w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=700 700w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=800 800w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=900 900w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=500" alt="The Parasol" srcset="//urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=352 352w, //urbanstems.com/cdn/shop/files/Parasol_SupportingImage_1_PDP.jpg?v=1733242207&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=500 500w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=600 600w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=700 700w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=800 800w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=900 900w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=500" alt="The Parasol" srcset="//urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=352 352w, //urbanstems.com/cdn/shop/files/Parasol_MainImage_PDP.jpg?v=1733242207&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-parasol" title="View The Parasol" data-product-card-title>The Parasol</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$50 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$60</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">26 reviews with an average of 4.9 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.9" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="26" aria-hidden="true" style=" font-size: 12px;">(26)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-kiss-me-on-my-tulips"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=500 500w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=600 600w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=700 700w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=800 800w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=900 900w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=500" alt="The Kiss Me On My Tulips" srcset="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=352 352w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_SupportingImage_PDP_1.jpg?v=1733137648&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=500 500w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=600 600w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=700 700w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=800 800w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=900 900w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=500" alt="The Kiss Me On My Tulips" srcset="//urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=352 352w, //urbanstems.com/cdn/shop/files/KissMeOnMyTulips_MainImage_PDP.jpg?v=1733137648&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-kiss-me-on-my-tulips" title="View The Kiss Me On My Tulips" data-product-card-title>The Kiss Me On My Tulips</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$50 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$60</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">6 reviews with an average of 4.0 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.0" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="6" aria-hidden="true" style=" font-size: 12px;">(6)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-unicorn"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=500 500w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=600 600w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=700 700w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=800 800w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=900 900w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=500" alt="The Unicorn" srcset="//urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=352 352w, //urbanstems.com/cdn/shop/files/dw85054ed7_Spring24_Unicorn_2024_Unicorn_top_2024.jpg?v=1723789569&width=500 500w" width="500" height="357" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=500 500w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=600 600w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=700 700w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=800 800w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=900 900w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=500" alt="The Unicorn" srcset="//urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=352 352w, //urbanstems.com/cdn/shop/files/Unicorn_MainImage_PDP_fd0824ee-0b14-48e0-9610-e004a7120c3a.jpg?v=1729628460&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-unicorn" title="View The Unicorn" data-product-card-title>The Unicorn</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$51 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$60</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">258 reviews with an average of 4.2 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.2" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="258" aria-hidden="true" style=" font-size: 12px;">(258)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-first-date"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=700 700w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=800 800w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=900 900w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500" alt="The First Date" srcset="//urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=352 352w, //urbanstems.com/cdn/shop/files/GoodVibes_SupportingImage_1_PDP.jpg?v=1727916702&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500 500w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=600 600w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=700 700w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=800 800w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=900 900w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500" alt="The First Date" srcset="//urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=352 352w, //urbanstems.com/cdn/shop/files/GoodVibes_MainImage_PDP_dae333bb-2232-4b7d-945f-8373fdfe0e9c.jpg?v=1729624248&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-first-date" title="View The First Date" data-product-card-title>The First Date</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$58 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$68</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">123 reviews with an average of 3.966666666666667 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="3.966666666666667" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="123" aria-hidden="true" style=" font-size: 12px;">(123)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-sorbet"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=700 700w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=800 800w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=900 900w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=500" alt="The Crush" srcset="//urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=352 352w, //urbanstems.com/cdn/shop/files/Sorbet_SupportingImage_1_PDP.jpg?v=1727919472&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=500 500w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=600 600w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=700 700w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=800 800w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=900 900w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=500" alt="The Crush" srcset="//urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=352 352w, //urbanstems.com/cdn/shop/files/Sorbet_MainImage_PDP_9a10d550-774a-4207-878c-1c0e645f6eba.jpg?v=1729624788&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/OprahDaily_Badge_1.png?v=1739375604" loading="lazy" class="metafield-file_reference"> <div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-sorbet" title="View The Crush" data-product-card-title>The Crush</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$68 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">72 reviews with an average of 4.333333333333333 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.333333333333333" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="72" aria-hidden="true" style=" font-size: 12px;">(72)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-risky-dm"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=700 700w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=800 800w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=900 900w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=500" alt="The Risky DM" srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=352 352w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP.jpg?v=1732637868&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=700 700w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=800 800w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=900 900w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=500" alt="The Risky DM" srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=352 352w, //urbanstems.com/cdn/shop/files/TheRiskyDM_MainImage_PDP.jpg?v=1732637867&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-risky-dm" title="View The Risky DM" data-product-card-title>The Risky DM</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$68 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">24 reviews with an average of 4.4 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.4" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="24" aria-hidden="true" style=" font-size: 12px;">(24)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-satin"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=700 700w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=800 800w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=900 900w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500" alt="The Satin" srcset="//urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=352 352w, //urbanstems.com/cdn/shop/files/Verona_SupportingImage_1_PDP.jpg?v=1727919082&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500 500w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=600 600w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=700 700w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=800 800w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=900 900w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500" alt="The Satin" srcset="//urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=352 352w, //urbanstems.com/cdn/shop/files/Verona_MainImage_PDP_26ca8e8e-a3c4-4587-9ccf-3e5b945289af.jpg?v=1729623910&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--best-seller product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Best Seller</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-satin" title="View The Satin" data-product-card-title>The Satin</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$72 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">169 reviews with an average of 4.533333333333333 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.533333333333333" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="169" aria-hidden="true" style=" font-size: 12px;">(169)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-love-potion"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=500 500w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=600 600w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=700 700w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=800 800w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=900 900w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=500" alt="The Love Potion" srcset="//urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=352 352w, //urbanstems.com/cdn/shop/files/LovePotion_SupportingImage_1_PDP_f26d6f98-e897-4531-96a0-22da4c7f7a68.jpg?v=1733137812&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=500 500w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=600 600w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=700 700w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=800 800w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=900 900w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=500" alt="The Love Potion" srcset="//urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=352 352w, //urbanstems.com/cdn/shop/files/LovePotion_MainImage_PDP_322f0d7d-09da-4a63-b101-775e19429f4c.jpg?v=1733137812&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--sale product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Sale</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-love-potion" title="View The Love Potion" data-product-card-title>The Love Potion</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$72 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$90</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">12 reviews with an average of 3.8 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="3.8" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="12" aria-hidden="true" style=" font-size: 12px;">(12)</span></div> </div> </div><div class="swiper-scrollbar__container margin position--relative" style=" --margin-desktop: 54px auto 0; --margin-desktop: var(--swiper-scrollbar-margin-top-desktop, clamp(54px, calc(54/1728 * 100vw), 72px)) auto 0; --margin-mobile: var(--swiper-scrollbar-margin-top-mobile, 48px) auto 0; max-width: 906px; width: calc(212/390 * 100%); "> <div class="swiper-scrollbar" style="cursor: pointer;"></div> </div></div><div class="cards cards--products tabs-carousel__container swiper hide" id="plants-tab" data-tabs-carousel-tab="plants-tab" data-swiper='{ "slidesPerView": "auto", "spaceBetween": 8, "breakpoints": { "1024": { "spaceBetween": 16 } }, "navigation": { "nextEl": ".swiper-arrow--next", "prevEl": ".swiper-arrow--prev" }, "scrollbar": { "draggable": true, "el": ".swiper-scrollbar", "hide": false }}' style=" --card-aspect-ratio-height: 448; --card-aspect-ratio-width: 380; --card-cols: var(--cards-cols, 2); --card-gap: var(--cards-gap, 8px); --card-peek: var(--cards-peek, 82px); --card-width: calc((100% + var(--wrap-h) - var(--card-peek) - (var(--card-cols) * var(--card-gap))) / var(--card-cols)); animation: fadeIn 300ms forwards 1 ease-in-out; opacity: 0; "><div class="swiper-arrow__el swiper-arrow__el--prev aspect-ratio hide-mobile"> <button class="swiper-arrow__icon swiper-arrow__icon--prev swiper-arrow swiper-arrow--prev" disabled type="button"></button> </div> <div class="swiper-arrow__el swiper-arrow__el--next aspect-ratio hide-mobile"> <button class="swiper-arrow__icon swiper-arrow__icon--next swiper-arrow swiper-arrow__icon swiper-arrow--next" type="button"></button> </div><div class="tabs-carousel__wrapper swiper-wrapper no-js-overflow-auto"><div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-lemon-drop"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/dw7edabaf6_VDAY_2021_LemonDrop_New_top.jpg?v=1723790318&width=500 500w, //urbanstems.com/cdn/shop/files/dw7edabaf6_VDAY_2021_LemonDrop_New_top.jpg?v=1723790318&width=600 600w, //urbanstems.com/cdn/shop/files/dw7edabaf6_VDAY_2021_LemonDrop_New_top.jpg?v=1723790318&width=700 700w, //urbanstems.com/cdn/shop/files/dw7edabaf6_VDAY_2021_LemonDrop_New_top.jpg?v=1723790318&width=800 800w, //urbanstems.com/cdn/shop/files/dw7edabaf6_VDAY_2021_LemonDrop_New_top.jpg?v=1723790318&width=900 900w, //urbanstems.com/cdn/shop/files/dw7edabaf6_VDAY_2021_LemonDrop_New_top.jpg?v=1723790318&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/dw7edabaf6_VDAY_2021_LemonDrop_New_top.jpg?v=1723790318&width=500" alt="The Lemon Drop" srcset="//urbanstems.com/cdn/shop/files/dw7edabaf6_VDAY_2021_LemonDrop_New_top.jpg?v=1723790318&width=352 352w, //urbanstems.com/cdn/shop/files/dw7edabaf6_VDAY_2021_LemonDrop_New_top.jpg?v=1723790318&width=500 500w" width="500" height="357" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/dw56fec516_VDAY_2021_LemonDrop_New_Carousel.jpg?v=1723790318&width=500 500w, //urbanstems.com/cdn/shop/files/dw56fec516_VDAY_2021_LemonDrop_New_Carousel.jpg?v=1723790318&width=600 600w, //urbanstems.com/cdn/shop/files/dw56fec516_VDAY_2021_LemonDrop_New_Carousel.jpg?v=1723790318&width=700 700w, //urbanstems.com/cdn/shop/files/dw56fec516_VDAY_2021_LemonDrop_New_Carousel.jpg?v=1723790318&width=800 800w, //urbanstems.com/cdn/shop/files/dw56fec516_VDAY_2021_LemonDrop_New_Carousel.jpg?v=1723790318&width=900 900w, //urbanstems.com/cdn/shop/files/dw56fec516_VDAY_2021_LemonDrop_New_Carousel.jpg?v=1723790318&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/dw56fec516_VDAY_2021_LemonDrop_New_Carousel.jpg?v=1723790318&width=500" alt="The Lemon Drop" srcset="//urbanstems.com/cdn/shop/files/dw56fec516_VDAY_2021_LemonDrop_New_Carousel.jpg?v=1723790318&width=352 352w, //urbanstems.com/cdn/shop/files/dw56fec516_VDAY_2021_LemonDrop_New_Carousel.jpg?v=1723790318&width=500 500w" width="500" height="357" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-lemon-drop" title="View The Lemon Drop" data-product-card-title>The Lemon Drop</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$85 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">14 reviews with an average of 5 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="5" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="14" aria-hidden="true" style=" font-size: 12px;">(14)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-orchid-garden"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/OrchidGarden_SupportingImage_1_PDP.jpg?v=1733999678&width=500 500w, //urbanstems.com/cdn/shop/files/OrchidGarden_SupportingImage_1_PDP.jpg?v=1733999678&width=600 600w, //urbanstems.com/cdn/shop/files/OrchidGarden_SupportingImage_1_PDP.jpg?v=1733999678&width=700 700w, //urbanstems.com/cdn/shop/files/OrchidGarden_SupportingImage_1_PDP.jpg?v=1733999678&width=800 800w, //urbanstems.com/cdn/shop/files/OrchidGarden_SupportingImage_1_PDP.jpg?v=1733999678&width=900 900w, //urbanstems.com/cdn/shop/files/OrchidGarden_SupportingImage_1_PDP.jpg?v=1733999678&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/OrchidGarden_SupportingImage_1_PDP.jpg?v=1733999678&width=500" alt="The Orchid Garden" srcset="//urbanstems.com/cdn/shop/files/OrchidGarden_SupportingImage_1_PDP.jpg?v=1733999678&width=352 352w, //urbanstems.com/cdn/shop/files/OrchidGarden_SupportingImage_1_PDP.jpg?v=1733999678&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/OrchidGarden_MainImage_PDP_9a484f53-14ca-44b5-aa0a-aa18c5b159d1.jpg?v=1733999679&width=500 500w, //urbanstems.com/cdn/shop/files/OrchidGarden_MainImage_PDP_9a484f53-14ca-44b5-aa0a-aa18c5b159d1.jpg?v=1733999679&width=600 600w, //urbanstems.com/cdn/shop/files/OrchidGarden_MainImage_PDP_9a484f53-14ca-44b5-aa0a-aa18c5b159d1.jpg?v=1733999679&width=700 700w, //urbanstems.com/cdn/shop/files/OrchidGarden_MainImage_PDP_9a484f53-14ca-44b5-aa0a-aa18c5b159d1.jpg?v=1733999679&width=800 800w, //urbanstems.com/cdn/shop/files/OrchidGarden_MainImage_PDP_9a484f53-14ca-44b5-aa0a-aa18c5b159d1.jpg?v=1733999679&width=900 900w, //urbanstems.com/cdn/shop/files/OrchidGarden_MainImage_PDP_9a484f53-14ca-44b5-aa0a-aa18c5b159d1.jpg?v=1733999679&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/OrchidGarden_MainImage_PDP_9a484f53-14ca-44b5-aa0a-aa18c5b159d1.jpg?v=1733999679&width=500" alt="The Orchid Garden" srcset="//urbanstems.com/cdn/shop/files/OrchidGarden_MainImage_PDP_9a484f53-14ca-44b5-aa0a-aa18c5b159d1.jpg?v=1733999679&width=352 352w, //urbanstems.com/cdn/shop/files/OrchidGarden_MainImage_PDP_9a484f53-14ca-44b5-aa0a-aa18c5b159d1.jpg?v=1733999679&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-orchid-garden" title="View The Orchid Garden" data-product-card-title>The Orchid Garden</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$85 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">4 reviews with an average of 4.8 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.8" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="4" aria-hidden="true" style=" font-size: 12px;">(4)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-self-love"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/dw7a4631cb_VDAY_2023_Evangelia_Evangelia_top.jpg?v=1723790403&width=500 500w, //urbanstems.com/cdn/shop/files/dw7a4631cb_VDAY_2023_Evangelia_Evangelia_top.jpg?v=1723790403&width=600 600w, //urbanstems.com/cdn/shop/files/dw7a4631cb_VDAY_2023_Evangelia_Evangelia_top.jpg?v=1723790403&width=700 700w, //urbanstems.com/cdn/shop/files/dw7a4631cb_VDAY_2023_Evangelia_Evangelia_top.jpg?v=1723790403&width=800 800w, //urbanstems.com/cdn/shop/files/dw7a4631cb_VDAY_2023_Evangelia_Evangelia_top.jpg?v=1723790403&width=900 900w, //urbanstems.com/cdn/shop/files/dw7a4631cb_VDAY_2023_Evangelia_Evangelia_top.jpg?v=1723790403&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/dw7a4631cb_VDAY_2023_Evangelia_Evangelia_top.jpg?v=1723790403&width=500" alt="The Self Love" srcset="//urbanstems.com/cdn/shop/files/dw7a4631cb_VDAY_2023_Evangelia_Evangelia_top.jpg?v=1723790403&width=352 352w, //urbanstems.com/cdn/shop/files/dw7a4631cb_VDAY_2023_Evangelia_Evangelia_top.jpg?v=1723790403&width=500 500w" width="500" height="357" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/dw6706e7b0_VDAY_2023_Evangelia_Evangelia_carousel.jpg?v=1723790403&width=500 500w, //urbanstems.com/cdn/shop/files/dw6706e7b0_VDAY_2023_Evangelia_Evangelia_carousel.jpg?v=1723790403&width=600 600w, //urbanstems.com/cdn/shop/files/dw6706e7b0_VDAY_2023_Evangelia_Evangelia_carousel.jpg?v=1723790403&width=700 700w, //urbanstems.com/cdn/shop/files/dw6706e7b0_VDAY_2023_Evangelia_Evangelia_carousel.jpg?v=1723790403&width=800 800w, //urbanstems.com/cdn/shop/files/dw6706e7b0_VDAY_2023_Evangelia_Evangelia_carousel.jpg?v=1723790403&width=900 900w, //urbanstems.com/cdn/shop/files/dw6706e7b0_VDAY_2023_Evangelia_Evangelia_carousel.jpg?v=1723790403&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/dw6706e7b0_VDAY_2023_Evangelia_Evangelia_carousel.jpg?v=1723790403&width=500" alt="The Self Love" srcset="//urbanstems.com/cdn/shop/files/dw6706e7b0_VDAY_2023_Evangelia_Evangelia_carousel.jpg?v=1723790403&width=352 352w, //urbanstems.com/cdn/shop/files/dw6706e7b0_VDAY_2023_Evangelia_Evangelia_carousel.jpg?v=1723790403&width=500 500w" width="500" height="357" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-self-love" title="View The Self Love" data-product-card-title>The Self Love</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$68 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin sr-only" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">No reviews for this product yet</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="0" style=" gap: 2px; margin-right: 6px; "> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="0" aria-hidden="true" style=" font-size: 12px;">(0)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-pure-love"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/PureLove_SupportingImage_PDP_1.jpg?v=1733137716&width=500 500w, //urbanstems.com/cdn/shop/files/PureLove_SupportingImage_PDP_1.jpg?v=1733137716&width=600 600w, //urbanstems.com/cdn/shop/files/PureLove_SupportingImage_PDP_1.jpg?v=1733137716&width=700 700w, //urbanstems.com/cdn/shop/files/PureLove_SupportingImage_PDP_1.jpg?v=1733137716&width=800 800w, //urbanstems.com/cdn/shop/files/PureLove_SupportingImage_PDP_1.jpg?v=1733137716&width=900 900w, //urbanstems.com/cdn/shop/files/PureLove_SupportingImage_PDP_1.jpg?v=1733137716&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/PureLove_SupportingImage_PDP_1.jpg?v=1733137716&width=500" alt="The Pure Love" srcset="//urbanstems.com/cdn/shop/files/PureLove_SupportingImage_PDP_1.jpg?v=1733137716&width=352 352w, //urbanstems.com/cdn/shop/files/PureLove_SupportingImage_PDP_1.jpg?v=1733137716&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/PureLove_MainImage_PDP.jpg?v=1733137716&width=500 500w, //urbanstems.com/cdn/shop/files/PureLove_MainImage_PDP.jpg?v=1733137716&width=600 600w, //urbanstems.com/cdn/shop/files/PureLove_MainImage_PDP.jpg?v=1733137716&width=700 700w, //urbanstems.com/cdn/shop/files/PureLove_MainImage_PDP.jpg?v=1733137716&width=800 800w, //urbanstems.com/cdn/shop/files/PureLove_MainImage_PDP.jpg?v=1733137716&width=900 900w, //urbanstems.com/cdn/shop/files/PureLove_MainImage_PDP.jpg?v=1733137716&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/PureLove_MainImage_PDP.jpg?v=1733137716&width=500" alt="The Pure Love" srcset="//urbanstems.com/cdn/shop/files/PureLove_MainImage_PDP.jpg?v=1733137716&width=352 352w, //urbanstems.com/cdn/shop/files/PureLove_MainImage_PDP.jpg?v=1733137716&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-pure-love" title="View The Pure Love" data-product-card-title>The Pure Love</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$68 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">3 reviews with an average of 5 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="5" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="3" aria-hidden="true" style=" font-size: 12px;">(3)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-blushing-beauty"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/BlushingBeauty_SupportingImage_PDP.jpg?v=1738077012&width=500 500w, //urbanstems.com/cdn/shop/files/BlushingBeauty_SupportingImage_PDP.jpg?v=1738077012&width=600 600w, //urbanstems.com/cdn/shop/files/BlushingBeauty_SupportingImage_PDP.jpg?v=1738077012&width=700 700w, //urbanstems.com/cdn/shop/files/BlushingBeauty_SupportingImage_PDP.jpg?v=1738077012&width=800 800w, //urbanstems.com/cdn/shop/files/BlushingBeauty_SupportingImage_PDP.jpg?v=1738077012&width=900 900w, //urbanstems.com/cdn/shop/files/BlushingBeauty_SupportingImage_PDP.jpg?v=1738077012&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/BlushingBeauty_SupportingImage_PDP.jpg?v=1738077012&width=500" alt="The Blushing Beauty" srcset="//urbanstems.com/cdn/shop/files/BlushingBeauty_SupportingImage_PDP.jpg?v=1738077012&width=352 352w, //urbanstems.com/cdn/shop/files/BlushingBeauty_SupportingImage_PDP.jpg?v=1738077012&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/BlushingBeauty_MainImage_PDP.jpg?v=1738077008&width=500 500w, //urbanstems.com/cdn/shop/files/BlushingBeauty_MainImage_PDP.jpg?v=1738077008&width=600 600w, //urbanstems.com/cdn/shop/files/BlushingBeauty_MainImage_PDP.jpg?v=1738077008&width=700 700w, //urbanstems.com/cdn/shop/files/BlushingBeauty_MainImage_PDP.jpg?v=1738077008&width=800 800w, //urbanstems.com/cdn/shop/files/BlushingBeauty_MainImage_PDP.jpg?v=1738077008&width=900 900w, //urbanstems.com/cdn/shop/files/BlushingBeauty_MainImage_PDP.jpg?v=1738077008&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/BlushingBeauty_MainImage_PDP.jpg?v=1738077008&width=500" alt="The Blushing Beauty" srcset="//urbanstems.com/cdn/shop/files/BlushingBeauty_MainImage_PDP.jpg?v=1738077008&width=352 352w, //urbanstems.com/cdn/shop/files/BlushingBeauty_MainImage_PDP.jpg?v=1738077008&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-blushing-beauty" title="View The Blushing Beauty" data-product-card-title>The Blushing Beauty</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$68 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">1 reviews with an average of 5 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="5" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="1" aria-hidden="true" style=" font-size: 12px;">(1)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-goddess"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Goddess_SupportingImage_1_PDP_ce353cf5-1d4f-423a-adec-f22b03597a1a.jpg?v=1731345641&width=500 500w, //urbanstems.com/cdn/shop/files/Goddess_SupportingImage_1_PDP_ce353cf5-1d4f-423a-adec-f22b03597a1a.jpg?v=1731345641&width=600 600w, //urbanstems.com/cdn/shop/files/Goddess_SupportingImage_1_PDP_ce353cf5-1d4f-423a-adec-f22b03597a1a.jpg?v=1731345641&width=700 700w, //urbanstems.com/cdn/shop/files/Goddess_SupportingImage_1_PDP_ce353cf5-1d4f-423a-adec-f22b03597a1a.jpg?v=1731345641&width=800 800w, //urbanstems.com/cdn/shop/files/Goddess_SupportingImage_1_PDP_ce353cf5-1d4f-423a-adec-f22b03597a1a.jpg?v=1731345641&width=900 900w, //urbanstems.com/cdn/shop/files/Goddess_SupportingImage_1_PDP_ce353cf5-1d4f-423a-adec-f22b03597a1a.jpg?v=1731345641&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Goddess_SupportingImage_1_PDP_ce353cf5-1d4f-423a-adec-f22b03597a1a.jpg?v=1731345641&width=500" alt="The Goddess" srcset="//urbanstems.com/cdn/shop/files/Goddess_SupportingImage_1_PDP_ce353cf5-1d4f-423a-adec-f22b03597a1a.jpg?v=1731345641&width=352 352w, //urbanstems.com/cdn/shop/files/Goddess_SupportingImage_1_PDP_ce353cf5-1d4f-423a-adec-f22b03597a1a.jpg?v=1731345641&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Goddess_MainImage_PDP_f590e718-d3dd-4a76-be3c-891add8a84be.jpg?v=1731345641&width=500 500w, //urbanstems.com/cdn/shop/files/Goddess_MainImage_PDP_f590e718-d3dd-4a76-be3c-891add8a84be.jpg?v=1731345641&width=600 600w, //urbanstems.com/cdn/shop/files/Goddess_MainImage_PDP_f590e718-d3dd-4a76-be3c-891add8a84be.jpg?v=1731345641&width=700 700w, //urbanstems.com/cdn/shop/files/Goddess_MainImage_PDP_f590e718-d3dd-4a76-be3c-891add8a84be.jpg?v=1731345641&width=800 800w, //urbanstems.com/cdn/shop/files/Goddess_MainImage_PDP_f590e718-d3dd-4a76-be3c-891add8a84be.jpg?v=1731345641&width=900 900w, //urbanstems.com/cdn/shop/files/Goddess_MainImage_PDP_f590e718-d3dd-4a76-be3c-891add8a84be.jpg?v=1731345641&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Goddess_MainImage_PDP_f590e718-d3dd-4a76-be3c-891add8a84be.jpg?v=1731345641&width=500" alt="The Goddess" srcset="//urbanstems.com/cdn/shop/files/Goddess_MainImage_PDP_f590e718-d3dd-4a76-be3c-891add8a84be.jpg?v=1731345641&width=352 352w, //urbanstems.com/cdn/shop/files/Goddess_MainImage_PDP_f590e718-d3dd-4a76-be3c-891add8a84be.jpg?v=1731345641&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-goddess" title="View The Goddess" data-product-card-title>The Goddess</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$85 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">2 reviews with an average of 3 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="3" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="2" aria-hidden="true" style=" font-size: 12px;">(2)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-be-mine"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheBeMine_SupportingImage_1_PDP.jpg?v=1732632135&width=500 500w, //urbanstems.com/cdn/shop/files/TheBeMine_SupportingImage_1_PDP.jpg?v=1732632135&width=600 600w, //urbanstems.com/cdn/shop/files/TheBeMine_SupportingImage_1_PDP.jpg?v=1732632135&width=700 700w, //urbanstems.com/cdn/shop/files/TheBeMine_SupportingImage_1_PDP.jpg?v=1732632135&width=800 800w, //urbanstems.com/cdn/shop/files/TheBeMine_SupportingImage_1_PDP.jpg?v=1732632135&width=900 900w, //urbanstems.com/cdn/shop/files/TheBeMine_SupportingImage_1_PDP.jpg?v=1732632135&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/TheBeMine_SupportingImage_1_PDP.jpg?v=1732632135&width=500" alt="The Be Mine" srcset="//urbanstems.com/cdn/shop/files/TheBeMine_SupportingImage_1_PDP.jpg?v=1732632135&width=352 352w, //urbanstems.com/cdn/shop/files/TheBeMine_SupportingImage_1_PDP.jpg?v=1732632135&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheBeMine_MainImage_PDP.jpg?v=1732632134&width=500 500w, //urbanstems.com/cdn/shop/files/TheBeMine_MainImage_PDP.jpg?v=1732632134&width=600 600w, //urbanstems.com/cdn/shop/files/TheBeMine_MainImage_PDP.jpg?v=1732632134&width=700 700w, //urbanstems.com/cdn/shop/files/TheBeMine_MainImage_PDP.jpg?v=1732632134&width=800 800w, //urbanstems.com/cdn/shop/files/TheBeMine_MainImage_PDP.jpg?v=1732632134&width=900 900w, //urbanstems.com/cdn/shop/files/TheBeMine_MainImage_PDP.jpg?v=1732632134&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/TheBeMine_MainImage_PDP.jpg?v=1732632134&width=500" alt="The Be Mine" srcset="//urbanstems.com/cdn/shop/files/TheBeMine_MainImage_PDP.jpg?v=1732632134&width=352 352w, //urbanstems.com/cdn/shop/files/TheBeMine_MainImage_PDP.jpg?v=1732632134&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-be-mine" title="View The Be Mine" data-product-card-title>The Be Mine</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$68 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin sr-only" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">No reviews for this product yet</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="0" style=" gap: 2px; margin-right: 6px; "> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="0" aria-hidden="true" style=" font-size: 12px;">(0)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-sun-beam"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheSunBeam_SupportingImage_1_PDP.jpg?v=1732638139&width=500 500w, //urbanstems.com/cdn/shop/files/TheSunBeam_SupportingImage_1_PDP.jpg?v=1732638139&width=600 600w, //urbanstems.com/cdn/shop/files/TheSunBeam_SupportingImage_1_PDP.jpg?v=1732638139&width=700 700w, //urbanstems.com/cdn/shop/files/TheSunBeam_SupportingImage_1_PDP.jpg?v=1732638139&width=800 800w, //urbanstems.com/cdn/shop/files/TheSunBeam_SupportingImage_1_PDP.jpg?v=1732638139&width=900 900w, //urbanstems.com/cdn/shop/files/TheSunBeam_SupportingImage_1_PDP.jpg?v=1732638139&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/TheSunBeam_SupportingImage_1_PDP.jpg?v=1732638139&width=500" alt="The Sun Beam" srcset="//urbanstems.com/cdn/shop/files/TheSunBeam_SupportingImage_1_PDP.jpg?v=1732638139&width=352 352w, //urbanstems.com/cdn/shop/files/TheSunBeam_SupportingImage_1_PDP.jpg?v=1732638139&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheSunBeam_MainImage_PDP.jpg?v=1732638139&width=500 500w, //urbanstems.com/cdn/shop/files/TheSunBeam_MainImage_PDP.jpg?v=1732638139&width=600 600w, //urbanstems.com/cdn/shop/files/TheSunBeam_MainImage_PDP.jpg?v=1732638139&width=700 700w, //urbanstems.com/cdn/shop/files/TheSunBeam_MainImage_PDP.jpg?v=1732638139&width=800 800w, //urbanstems.com/cdn/shop/files/TheSunBeam_MainImage_PDP.jpg?v=1732638139&width=900 900w, //urbanstems.com/cdn/shop/files/TheSunBeam_MainImage_PDP.jpg?v=1732638139&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/TheSunBeam_MainImage_PDP.jpg?v=1732638139&width=500" alt="The Sun Beam" srcset="//urbanstems.com/cdn/shop/files/TheSunBeam_MainImage_PDP.jpg?v=1732638139&width=352 352w, //urbanstems.com/cdn/shop/files/TheSunBeam_MainImage_PDP.jpg?v=1732638139&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-sun-beam" title="View The Sun Beam" data-product-card-title>The Sun Beam</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$55 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">2 reviews with an average of 5 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="5" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="2" aria-hidden="true" style=" font-size: 12px;">(2)</span></div> </div> </div><div class="swiper-scrollbar__container margin position--relative" style=" --margin-desktop: 54px auto 0; --margin-desktop: var(--swiper-scrollbar-margin-top-desktop, clamp(54px, calc(54/1728 * 100vw), 72px)) auto 0; --margin-mobile: var(--swiper-scrollbar-margin-top-mobile, 48px) auto 0; max-width: 906px; width: calc(212/390 * 100%); "> <div class="swiper-scrollbar" style="cursor: pointer;"></div> </div></div><div class="cards cards--products tabs-carousel__container swiper hide" id="gifts-tab" data-tabs-carousel-tab="gifts-tab" data-swiper='{ "slidesPerView": "auto", "spaceBetween": 8, "breakpoints": { "1024": { "spaceBetween": 16 } }, "navigation": { "nextEl": ".swiper-arrow--next", "prevEl": ".swiper-arrow--prev" }, "scrollbar": { "draggable": true, "el": ".swiper-scrollbar", "hide": false }}' style=" --card-aspect-ratio-height: 448; --card-aspect-ratio-width: 380; --card-cols: var(--cards-cols, 2); --card-gap: var(--cards-gap, 8px); --card-peek: var(--cards-peek, 82px); --card-width: calc((100% + var(--wrap-h) - var(--card-peek) - (var(--card-cols) * var(--card-gap))) / var(--card-cols)); animation: fadeIn 300ms forwards 1 ease-in-out; opacity: 0; "><div class="swiper-arrow__el swiper-arrow__el--prev aspect-ratio hide-mobile"> <button class="swiper-arrow__icon swiper-arrow__icon--prev swiper-arrow swiper-arrow--prev" disabled type="button"></button> </div> <div class="swiper-arrow__el swiper-arrow__el--next aspect-ratio hide-mobile"> <button class="swiper-arrow__icon swiper-arrow__icon--next swiper-arrow swiper-arrow__icon swiper-arrow--next" type="button"></button> </div><div class="tabs-carousel__wrapper swiper-wrapper no-js-overflow-auto"><div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-american-rose"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=500 500w, //urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=600 600w, //urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=700 700w, //urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=800 800w, //urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=900 900w, //urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=500" alt="The American Rose" srcset="//urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=352 352w, //urbanstems.com/cdn/shop/files/AmericanRose_SupportingImage_1_PDP.jpg?v=1730053461&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=500 500w, //urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=600 600w, //urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=700 700w, //urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=800 800w, //urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=900 900w, //urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=500" alt="The American Rose" srcset="//urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=352 352w, //urbanstems.com/cdn/shop/files/AmericanRose_MainImage_PDP.jpg?v=1730053461&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/vogue-logo.svg?v=1725981816" loading="lazy" class="metafield-file_reference"> <div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-american-rose" title="View The American Rose" data-product-card-title>The American Rose</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$123 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim">$175</s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">1 reviews with an average of 5 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="5" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> </span> <span class="rating-stars__count lh-1" content="1" aria-hidden="true" style=" font-size: 12px;">(1)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-athena"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=500 500w, //urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=600 600w, //urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=700 700w, //urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=800 800w, //urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=900 900w, //urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=500" alt="The Athena" srcset="//urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=352 352w, //urbanstems.com/cdn/shop/files/Athena_SupportingImage_1_PDP.jpg?v=1729720268&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=500 500w, //urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=600 600w, //urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=700 700w, //urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=800 800w, //urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=900 900w, //urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=500" alt="The Athena" srcset="//urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=352 352w, //urbanstems.com/cdn/shop/files/Athena_MainImage_PDP.jpg?v=1729720268&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/vogue-logo.svg?v=1725981816" loading="lazy" class="metafield-file_reference"> <div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-athena" title="View The Athena" data-product-card-title>The Athena</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$135 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin sr-only" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">No reviews for this product yet</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="0" style=" gap: 2px; margin-right: 6px; "> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="0" aria-hidden="true" style=" font-size: 12px;">(0)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-confection"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=500 500w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=600 600w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=700 700w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=800 800w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=900 900w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=500" alt="The Confection" srcset="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=352 352w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_cf964fee-a7e0-411a-a235-701e3433bfe9.jpg?v=1732637218&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=500 500w, //urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=600 600w, //urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=700 700w, //urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=800 800w, //urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=900 900w, //urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=500" alt="The Confection" srcset="//urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=352 352w, //urbanstems.com/cdn/shop/files/Confection_MainImage_PDP.jpg?v=1732637218&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-confection" title="View The Confection" data-product-card-title>The Confection</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$170 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin sr-only" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">No reviews for this product yet</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="0" style=" gap: 2px; margin-right: 6px; "> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="0" aria-hidden="true" style=" font-size: 12px;">(0)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-risky-dm-with-gleaming-vase"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=700 700w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=800 800w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=900 900w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=500" alt="The Risky DM with Gleaming Vase" srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=352 352w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_34cea0cd-304d-4c4b-b6fb-44405a4388c0.jpg?v=1732637892&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=500 500w, //urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=600 600w, //urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=700 700w, //urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=800 800w, //urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=900 900w, //urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=500" alt="The Risky DM with Gleaming Vase" srcset="//urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=352 352w, //urbanstems.com/cdn/shop/files/RiskyDM_GleamingVase_MainImage_PDP.jpg?v=1732637892&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-risky-dm-with-gleaming-vase" title="View The Risky DM with Gleaming Vase" data-product-card-title>The Risky DM with Gleaming Vase</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$94 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">8 reviews with an average of 4.4 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.4" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="8" aria-hidden="true" style=" font-size: 12px;">(8)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-candy-with-tatum-vase"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=500 500w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=600 600w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=700 700w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=800 800w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=900 900w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=500" alt="The Candy Heart with Tatum Vase" srcset="//urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=352 352w, //urbanstems.com/cdn/shop/files/TheCandyHeart_SupportingImage_1_PDP_06ad2ca7-c19c-4c37-9dd8-32e23f024129.jpg?v=1732632315&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=500 500w, //urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=600 600w, //urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=700 700w, //urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=800 800w, //urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=900 900w, //urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=500" alt="The Candy Heart with Tatum Vase" srcset="//urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=352 352w, //urbanstems.com/cdn/shop/files/TheCandyHeartTatumVase_MainImage_PDP.jpg?v=1732632315&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-candy-with-tatum-vase" title="View The Candy Heart with Tatum Vase" data-product-card-title>The Candy Heart with Tatum Vase</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$150 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">3 reviews with an average of 4.3 star rating</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="4.3" style=" gap: 2px; margin-right:5px "> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--full" style="background-image: var(--icon-star-full);"></span> <span class="rating-stars__icon rating-stars__icon--half" style="background-image: var(--icon-star-half);"></span> </span> <span class="rating-stars__count lh-1" content="3" aria-hidden="true" style=" font-size: 12px;">(3)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-spoil-her"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=500 500w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=600 600w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=700 700w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=800 800w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=900 900w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=500" alt="The Spoil Her" srcset="//urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=352 352w, //urbanstems.com/cdn/shop/files/TheRiskyDM_SupportingImage_1_PDP_5013ed0c-2021-4201-835c-2c499fe77dcd.jpg?v=1732638104&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=500 500w, //urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=600 600w, //urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=700 700w, //urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=800 800w, //urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=900 900w, //urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=500" alt="The Spoil Her" srcset="//urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=352 352w, //urbanstems.com/cdn/shop/files/SpoilHer_MainImage.jpg?v=1732638104&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-spoil-her" title="View The Spoil Her" data-product-card-title>The Spoil Her</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$105 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin sr-only" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">No reviews for this product yet</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="0" style=" gap: 2px; margin-right: 6px; "> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="0" aria-hidden="true" style=" font-size: 12px;">(0)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-flutter-with-gleaming-vase"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=500 500w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=600 600w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=700 700w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=800 800w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=900 900w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=500" alt="The Flutter with Gleaming Vase" srcset="//urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=352 352w, //urbanstems.com/cdn/shop/files/Hygge_SupportingImage_1_PDP_66090d5e-3db9-4a18-b4b8-1ca155900f62.jpg?v=1730903479&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=500 500w, //urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=600 600w, //urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=700 700w, //urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=800 800w, //urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=900 900w, //urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=500" alt="The Flutter with Gleaming Vase" srcset="//urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=352 352w, //urbanstems.com/cdn/shop/files/HyggeGleamingVase_MainImage_PDP.jpg?v=1730903480&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-flutter-with-gleaming-vase" title="View The Flutter with Gleaming Vase" data-product-card-title>The Flutter with Gleaming Vase</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$110 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin sr-only" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">No reviews for this product yet</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="0" style=" gap: 2px; margin-right: 6px; "> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="0" aria-hidden="true" style=" font-size: 12px;">(0)</span></div> </div> <div class="product-card flex-shrink position--relative z-index margin width product-card--has-hover-image swiper-slide " data-index="" data-carousel="true" style=" pointer-events: var(--product-card-pointer-events, auto); --z-index: 0; --margin-desktop: var(--swiper-initialized-0, 0 16px 0 0); --margin-mobile: var(--swiper-initialized-0, 0 8px 0 0); --width-desktop: var(--card-width); --width-mobile: var(--card-width); ; " data-product-card="the-winter-blossom"> <figure class="product-card__media-holder aspect-ratio full-width margin z-index" data-product-card-media onclick="this.closest('[data-product-card]').querySelector('[data-product-card-url]')?.click();" style=" --aspect-ratio-height: 448; --aspect-ratio-width: 380; --margin-desktop: 0 0 12px; --margin-mobile: 0 0 12px; --z-index: 2; "><picture class="product-card__media product-card__media--hover border-radius cover display overflow position--relative" data-product-card-image="hover" style=" --display: var(--product-card-hover-image-block, none); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-1, 0); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=500 500w, //urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=600 600w, //urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=700 700w, //urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=800 800w, //urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=900 900w, //urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=1000 1000w" /> <img src="//urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=500" alt="The Winter Blossom" srcset="//urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=352 352w, //urbanstems.com/cdn/shop/files/WinterBlossom_SupportingImage_PDP_70d1f445-5a72-4337-a445-ee7e7fad6a85.jpg?v=1737709972&width=500 500w" width="500" height="393" loading="lazy" fetchpriority="auto" aria-hidden="true" role="presentation" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture><picture class="product-card__media product-card__media--main border-radius cover display overflow position--relative" data-product-card-image="main" style=" --display: var(--product-card-hover-image-none, block); background: var(--product-image-background-color, #F2F2F2); border-radius: 4px; opacity: var(--product-card-hover-image-0, 1); overflow: hidden; width: 100%; z-index: 0; "> <source media="(min-width: 500px)" data-product-card-image-srcset srcset="//urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=500 500w, //urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=600 600w, //urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=700 700w, //urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=800 800w, //urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=900 900w, //urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=1000 1000w" /><img src="//urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=500" alt="The Winter Blossom" srcset="//urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=352 352w, //urbanstems.com/cdn/shop/files/WinterBlossom_MainImage_PDP.jpg?v=1737709968&width=500 500w" width="500" height="534" loading="lazy" fetchpriority="auto" aria-hidden="false" class="product-card__media-item object-fit" data-product-card-image-src=""> </picture> <img class="product__badge-image" data-product-card-badge-image src="//urbanstems.com/cdn/shop/files/vogue-logo.svg?v=1725981816" loading="lazy" class="metafield-file_reference"> <div class="badge badge--vase-included product-card__badge-text" data-product-card-badge style=" --badge-default-color: var(--dark); --badge-sale-color: #AC2C21; ">Vase Included</div></figure><a class="product-card__title block color-inherit before-cover headline headline--xs text-align--center no-u" data-product-card-url href="/products/the-winter-blossom" title="View The Winter Blossom" data-product-card-title>The Winter Blossom</a> <div class="product-card__price font-size lh-1 text-align--center" data-product-card-price style=" --font-size-desktop: clamp(16px, 0.9259vw, 20.8px); --font-size-mobile: 12px; margin-top: 7px; margin-top: clamp(7px, 0.4vw, 9.1px); "> <span data-product-card-price-regular>$150 </span> <s data-product-card-price-compare class="product-card__price--compare-at color-dim hide"></s> </div> <div class="ratings-stars color-inherit flex flex--row flex--align-center flex--wrap margin sr-only" style=" --margin-desktop: 10px auto 0; --margin-mobile: 10px auto 0; min-height: 15px; "> <span class="sr-only">No reviews for this product yet</span> <span class="rating-stars__icons flex flex--row" aria-hidden="true" content="0" style=" gap: 2px; margin-right: 6px; "> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> <span class="rating-stars__icon rating-stars__icon--empty" style="background-image: var(--icon-star-empty);"></span> </span> <span class="rating-stars__count lh-1" content="0" aria-hidden="true" style=" font-size: 12px;">(0)</span></div> </div> </div><div class="swiper-scrollbar__container margin position--relative" style=" --margin-desktop: 54px auto 0; --margin-desktop: var(--swiper-scrollbar-margin-top-desktop, clamp(54px, calc(54/1728 * 100vw), 72px)) auto 0; --margin-mobile: var(--swiper-scrollbar-margin-top-mobile, 48px) auto 0; max-width: 906px; width: calc(212/390 * 100%); "> <div class="swiper-scrollbar" style="cursor: pointer;"></div> </div></div></collection-carousel> </section><section id="shopify-section-template--18951456063736__collection_seo_HLcMtb" class="shopify-section shopify-section--collection-seo"><style> .faq-accordion__item .metafield-rich_text_field { width: 100%; } </style> <div class="collection-seo border color-scheme color-scheme--background-1 padding-bottom-m--m padding-bottom-d--m padding-top-m--m padding-top-d--m wrap-m--s wrap-d--m flex gap" style=" --copy-lockup-gap: 25px; --flex-justify-content: center; --flex-align-items: center; --flex-direction: column; --gap: 25px;--border-color-desktop: #1e2934 transparent transparent; --border-color-mobile: #1e2934 transparent transparent; --border-style-desktop: solid; --border-style-mobile: solid; --border-width-desktop: 1px 0 0; --border-width-mobile: 1px 0 0;"><div class="copy-lockup flex-shrink order text-align " style=" --text-align-desktop: left; --text-align-mobile: left; display: flex; flex-direction: column; gap: var(--copy-lockup-gap, 8px); gap: var(--copy-lockup-gap, clamp(8px, 0.463vw, 10.4px)); "><div class="rte links--color-inherit"> <div class="metafield-rich_text_field"><h2><strong>Beautiful Flowers for Any Occasion</strong></h2><p>Flowers make a wonderful surprise for any occasion. Whether you're brightening up their birthday, celebrating their anniversary, expressing your thanks, offering your sympathy or just letting them know that you care, you can easily say it with flowers of all kinds from UrbanStems. It's easy to find just the right arrangement for everyone in your life, and you can trust that it will arrive on time thanks to same-day and local delivery in New York City, Washington, DC, Jersey City, Miami, Chicago and LA, and next-day delivery nationwide. Whether they're for some everyday cheer or a special occasion like <a href="http://urbanstems.com/mothers-day">Mother's Day</a> , there's always a place for fresh flowers.</p><p>Not only are they beautiful, but the best flower bouquets are also farm-fresh! From <a href="https://urbanstems.com/roses">roses</a> and <a href="https://urbanstems.com/peonies">peonies</a> to scabiosa and solomio flowers, there's a blossom for every occasion. With lush, beautifully shaped greenery serving as an elegant backdrop, these flowers stand out and add a pop of stunning color and style to any home or office.</p><h2><strong>Stylish Blooms Everyone Loves</strong></h2><p>Color. Texture. Beauty. These are the characteristics that make flowers such a perfect addition to any celebration. UrbanStems carefully curates only the freshest flowers to create arrangements that are at once classic and trendy. These artful bouquets brim with rich, true color and are perfect to give at any time of the year.</p><p>When you're sending flowers, think about your recipient—choose a hue that you know they absolutely love. Select the right size, whether they adore small bouquets that are perfect to place anywhere or larger, more ostentatious blooms that instantly turn heads. It's easy to find just the right style thanks to this selection of crisp, contemporary flowers. The artisanal designs are unlike anything you—or your recipient—have ever seen before.</p><h2>Shop By Flower Color</h2><ul><li><a href="https://urbanstems.com/black-flowers">Black Flowers</a></li><li><a href="https://urbanstems.com/blue-flowers">Blue Flowers</a></li><li><a href="https://urbanstems.com/green-flowers">Green Flowers</a></li><li><a href="https://urbanstems.com/orange-flowers">Orange Flowers</a></li><li><a href="https://urbanstems.com/pink-flowers">Pink Flowers</a></li><li><a href="https://urbanstems.com/purple-flowers">Purple Flowers</a></li><li><a href="https://urbanstems.com/red-flowers">Red Flowers</a></li><li><a href="https://urbanstems.com/white-flowers">White Flowers</a></li><li><a href="https://urbanstems.com/yellow-flowers">Yellow Flowers</a></li></ul><p>Flower delivery has never been simpler. From captivating mixed bouquets to mesmerizing single-stem options, there's an arrangement for everyone that you know. There are even dried bouquets for the person who would love something low-maintenance. Don't forget to personalize it with a thoughtful message on the included free card. It's the perfect way to show that you're thinking about them.</p><h2>Frequently Asked Questions</h2><h3>How long does it take to send flowers online?</h3><p>Ordering flowers has never been easier. Brighten someone's day by sending modern flower arrangements, plants, and gifts nationwide with same-day and next-day delivery. Our carriers offer same-day delivery in <a href="https://urbanstems.com/nyc">New York City,</a> <a href="https://urbanstems.com/losangeles-flower-delivery">LA</a>, and <a href="https://urbanstems.com/dc">Washington, DC</a> . For nationwide delivery, we offer next-day delivery for orders placed by 2pm EST.</p><h3>What are the best flowers to send to people with allergies?</h3><p>There are ways to enjoy flowers while keeping your allergies at bay. Enjoy the sight and smell of beautiful blooms when you opt for one of the many varieties of <a href="https://urbanstems.com/blog/guide/hypoallergenic-flowers-for-spring">hypoallergenic flowers</a> . These flowers include fan-favorites such as roses and peonies, as well as orchids, tulips, and snapdragons.</p><h3>What are the best flowers to send?</h3><p>Find the perfect floral fit for every person in your life. Our wide array of bouquets helps ensure that you find something that matches their individual style. You can never go wrong with classics such as roses or <a href="https://urbanstems.com/peonies">peonies</a> . For the more adventurous, choose a modern arrangement featuring calla lilies, billy balls, or delphinium.</p></div> </div></div></div> </section> </main> <footer class="footer-group" id="footer"><!-- BEGIN sections: footer-group --> <section id="shopify-section-sections--18951447249144__footer" class="shopify-section shopify-section-group-footer-group shopify-section--footer"><div class="footer flex-column position--relative" style=" --focus-outer-color: var(--cream); border-top: 1px solid var(--dark); background: var(--cream); background-blend-mode: multiply; "> <div class="footer__main flex--justify-between flex-row-desktop gap order padding" style=" --gap-desktop-large: clamp(80px, 16vw, 283px); --gap-desktop-medium: clamp(80px, 6vw, 283px); --gap-desktop: clamp(80px, 6vw, 283px); --grid-columns-desktop-medium: 3; --order-desktop: 1; --order-mobile: 1; --padding-desktop: 74px var(--wrap-m) 0; --padding-mobile: 53px var(--wrap-m) 0; "> <div class="footer__newsletter margin width" style=" --margin-desktop: 0 0 57px; --margin-mobile: 0 0 50px; --width-desktop: 448px; --width-mobile: 100%; "> <a class="block color-inherit logo margin no-u width" href="/" style=" --margin-desktop: 0 0 47px; --margin-mobile: 0 0 38px; --width-desktop: 235px; --width-mobile: 179px; "> <span class="sr-only">View homepage</span><svg aria-hidden="true" role="presentation" focusable="false" style="display: block; height: auto; width: 100%;" width="215" height="18" viewBox="0 0 215 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M201.704 15.6945C203.525 17.1401 205.792 17.9061 208.116 17.8607V17.8868C211.518 17.8868 214.71 16.286 214.71 12.606C214.71 9.63939 212.901 7.95162 208.69 6.95115C206.246 6.35086 205.584 5.61138 205.584 4.6109C205.584 3.38423 206.672 2.64474 208.412 2.64474C210.079 2.70808 211.7 3.2124 213.11 4.10631L213.893 1.67907C212.297 0.584331 210.408 -0.00109531 208.473 1.53846e-06C204.584 1.53846e-06 202.235 2.02706 202.235 4.81969C202.235 7.23824 203.749 9.1696 207.542 10.0396C210.465 10.7791 211.335 11.388 211.335 12.8931C211.335 14.3982 209.943 15.2682 208.142 15.2682C206.062 15.2187 204.076 14.3932 202.574 12.954L201.704 15.6945ZM113.932 15.6945C115.753 17.1401 118.02 17.9061 120.344 17.8607L120.336 17.8868C123.737 17.8868 126.93 16.2861 126.93 12.6061C126.93 9.63942 125.129 7.95166 120.91 6.95118C118.474 6.3509 117.813 5.61141 117.813 4.61094C117.813 3.38426 118.9 2.64478 120.64 2.64478C122.308 2.70646 123.929 3.21091 125.338 4.10635L126.121 1.6791C124.527 0.580361 122.636 -0.00546195 120.701 3.99399e-05C116.821 3.99399e-05 114.472 2.02709 114.472 4.81973C114.472 7.23828 115.977 9.16963 119.77 10.0396C122.693 10.7791 123.563 11.3881 123.563 12.8932C123.563 14.3982 122.18 15.2682 120.37 15.2682C118.291 15.2146 116.307 14.3897 114.802 12.9541L113.932 15.6945ZM0 9.61341C0 15.3901 3.55822 18 8.31702 18V17.9913C13.1106 17.9913 16.5905 15.3988 16.5905 9.60471V0.391617H13.0062V9.49162C13.0062 13.2064 11.3184 15.0073 8.36921 15.0073C5.41998 15.0073 3.74092 13.2064 3.74092 9.49162V0.391617H0V9.61341ZM31.6153 8.23884H28.7878V2.91456H31.6153C33.9033 2.91456 34.7211 4.15863 34.7211 5.6289C34.7211 7.09917 33.9033 8.23884 31.6153 8.23884ZM34.8407 16.8714C35.7768 17.4767 36.8787 17.774 37.9922 17.7216L37.9661 17.7564C38.6907 17.7449 39.4104 17.6367 40.1063 17.4345V15.2074C39.774 15.3095 39.4272 15.3565 39.0797 15.3466C37.8095 15.3466 36.9396 14.8594 36.0696 13.3456L34.3296 10.4051C35.4685 10.2195 36.5006 9.62494 37.2325 8.73289C37.9644 7.84083 38.3459 6.71248 38.3054 5.5593C38.3054 2.78406 36.4959 0.391617 32.2156 0.391617H25.1165V17.5215H28.7878V10.6922H30.841L32.7724 14.3461C33.1814 15.3831 33.9047 16.266 34.8407 16.8714ZM53.7736 9.69171H50.7635V15.0943H53.7736C56.0616 15.0943 56.9664 13.9198 56.9664 12.3799C56.9664 10.8401 56.0964 9.69171 53.7736 9.69171ZM50.7635 7.26446H53.5039C55.3396 7.26446 56.1138 6.29879 56.1138 5.04601C56.1138 3.79324 55.357 2.81886 53.5039 2.81886H50.7635V7.26446ZM54.4087 17.5215H47.0921V0.391617H54.1042C57.993 0.391617 59.559 2.41867 59.559 4.87202C59.5158 5.54349 59.3192 6.19613 58.9844 6.77978C58.6496 7.36344 58.1854 7.86257 57.6276 8.23884C58.476 8.58348 59.2037 9.17117 59.7191 9.92808C60.2346 10.685 60.5148 11.5774 60.5246 12.493C60.5246 15.2596 58.7412 17.5215 54.4348 17.5215H54.4087ZM77.9245 10.8662L75.2711 4.64582L72.5915 10.8662H77.9245ZM66.2146 17.5215L73.8878 0.391617H76.75L84.3885 17.5215H80.7171L78.8815 13.2934H71.5997L69.7641 17.5215H66.2146ZM103.214 0.391617V11.7014L93.7577 0.391617H91.1999V17.5215H94.4797V6.21179L103.936 17.5215H106.494V0.391617H103.214ZM132.21 0.391617V3.10596H138.317V17.5215H141.989V3.10596H148.105V0.391617H132.21ZM154.943 17.5215V0.391617H166.714V3.10596H158.614V7.12527H165.209V9.83961H158.614V14.8072H166.714V17.5215H154.943ZM190.917 17.5215V6.99477C190.917 6.59458 191.013 5.481 191.039 5.36791L190.378 6.99477L185.532 17.5215H183.279L178.424 6.99477C178.25 6.59458 177.859 5.5419 177.798 5.36791C177.798 5.39539 177.806 5.52798 177.818 5.70913L177.819 5.7126C177.844 6.10494 177.885 6.72183 177.885 6.99477V17.5215H174.666V0.391617H178.581L184.54 12.9193L190.473 0.391617H194.266V17.5215H190.917Z" fill="#1E2934"></path> </svg></a> <strong class="sr-only">Newsletter</strong><div class="headline font-size margin rte links--color-inherit" style=" --font-size-max-increaser: 1px; --max: 32; --min: 28; --margin-desktop: 9px 0 32px; --margin-mobile: 8px 0 24px; max-width: 26ch; "> <p>Subscribe For 20% Off, Early Access To Limited Edition Stems, & Useful Care Tips</p> </div><bloomreach-signup class="block font-size full-width position--relative" data-in-view data-in-view-script='{ "src": "\/\/urbanstems.com\/cdn\/shop\/t\/172\/assets\/bloomreach-signup.js?v=49716941505919831321735568476" }' style=" --font-size: 12px; "> <form data-bloomreach-signup> <div class="alert alert--success hide padding full-width" data-bloomreach-signup-success role="alert" style=" --padding-desktop: 0 0 10px; --padding-mobile: 0 0 10px; "> Thanks for subscribing </div> <div class="alert alert--error hide padding font-weight full-width" data-bloomreach-signup-errors role="alert" style=" --padding-desktop: 0 0 10px; --padding-mobile: 0 0 10px; "> Translation missing: en.newsletter.error </div> <div class="position--relative"> <label for="email" class="sr-only">Email Address</label> <input class="form__el full-width" autocomplete="on" data-bloomreach-signup-email id="email" name="contact[email]" placeholder="Email Address" required style=" --form-el-padding: 16px 64px 16px 24px; " type="email"> <input data-bloomreach-signup-placement name="placement" type="hidden" value="footer"> <button class="form__submit-icon" style=" --position: absolute; --position-bottom: 0; --position-right: 0; padding: 8px 0; text-decoration: underline; "> <span class="sr-only">Subscribe</span><svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg" > <path fill-rule="evenodd" clip-rule="evenodd" d="M7.64646 11.3536L12.6465 6.35359L13 6.00004L12.6465 5.64648L7.64646 0.646484L6.93935 1.35359L11.0858 5.50004H0.292908V6.50004H11.0858L6.93935 10.6465L7.64646 11.3536Z" fill="#1E2934"/> </svg></button> </div> </form> </bloomreach-signup> </div> <nav class="footer__nav flex gap grid-column margin padding" style=" --border-color-mobile: #4E4E4E; --border-width-desktop: 0; --border-width-mobile: 0 0 1px; --flex-direction-desktop: row; --flex-direction-mobile: column; --gap-desktop: 72px; --gap-desktop: clamp(72px, 5.614vw, 96px); --gap-mobile: 0; --grid-column-desktop-medium: span 2; --grid-column-desktop: span 1; --padding-desktop: 0 var(--wrap-m) 0 0; --padding-mobile: 0; "><div class="footer__nav-col row-gap flex flex--column flex--justify-start full-width" data-footer-menu-group style=" --pseudo-plus-icon-right: 0; --row-gap-mobile: 8px; --row-gap-desktop: 8px; "> <a class="footer__menu-link block bold border color-inherit cursor flex flex--align-center flex--row font-size font-weight height margin no-u position--relative pseudo-plus-icon pseudo-plus-icon--small width" href="/collections/all" onclick=" if (window.matchMedia('(min-width: 1024px)').matches) return; event.preventDefault(); const $container = event.target.closest('[data-footer-menu-group]'); $container.classList.toggle('mobile-nav-open'); $container.querySelectorAll('[data-footer-menu-link]').forEach(el => el.classList.toggle('hide-mobile')); "style=" --border-color-mobile: var(--dark); --border-width-desktop: 0; --border-width-mobile: 1px 0 0; --font-size-desktop: 12px; --font-size-mobile: 16px; --height-mobile: 60px; --height-desktop: auto; --margin-desktop: 0 0 8px; --margin-mobile: 0; --pseudo-plus-icon-display-desktop: none; --width-mobile: 100%; --width-desktop: auto; line-height: 1; ">Shop</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/collections/flowers" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 0; line-height: 1.2; ">Flowers</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/collections/plants" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 0; line-height: 1.2; ">Plants</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/collections/gifts" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 0; line-height: 1.2; ">Gifts</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/products/classic-subscription" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 0; line-height: 1.2; ">Subscriptions</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/collections/same-day-flowers" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 0; line-height: 1.2; ">Same Day Delivery</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/collections/all" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 35px; line-height: 1.2; ">All Products</a></div><div class="footer__nav-col row-gap flex flex--column flex--justify-start full-width" data-footer-menu-group style=" --pseudo-plus-icon-right: 0; --row-gap-mobile: 8px; --row-gap-desktop: 8px; "> <button class="footer__menu-link hide-desktop block bold border color-inherit cursor flex flex--align-center flex--row font-size font-weight height margin no-u position--relative pseudo-plus-icon pseudo-plus-icon--small width" type="button" onclick=" if (window.matchMedia('(min-width: 1024px)').matches) return; event.preventDefault(); const $container = event.target.closest('[data-footer-menu-group]'); $container.classList.toggle('mobile-nav-open'); $container.querySelectorAll('[data-footer-menu-link]').forEach(el => el.classList.toggle('hide-mobile')); "style=" --border-color-mobile: var(--dark); --border-width-desktop: 0; --border-width-mobile: 1px 0 0; --font-size-desktop: 12px; --font-size-mobile: 16px; --height-mobile: 60px; --height-desktop: auto; --margin-desktop: 0 0 8px; --margin-mobile: 0; --pseudo-plus-icon-display-desktop: none; --width-mobile: 100%; --width-desktop: auto; line-height: 1; ">Help</button><span class="footer__menu-link hide-mobile bold flex flex--align-center flex--row font-size font-weight margin" style=" --font-size-desktop: 12px; --font-size-mobile: 16px; --margin-desktop: 0 0 8px; --margin-mobile: 0; --pseudo-plus-icon-display-desktop: none; line-height: 1; ">Help</span><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/pages/contact" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 0; line-height: 1.2; ">Contact</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/pages/care-instructions" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 0; line-height: 1.2; ">Care Instructions</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="https://help.urbanstems.com/hc/en-us" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 0; line-height: 1.2; ">FAQ</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/pages/careers" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 35px; line-height: 1.2; ">Careers</a></div><div class="footer__nav-col row-gap flex flex--column flex--justify-start full-width" data-footer-menu-group style=" --pseudo-plus-icon-right: 0; --row-gap-mobile: 8px; --row-gap-desktop: 8px; "> <button class="footer__menu-link hide-desktop block bold border color-inherit cursor flex flex--align-center flex--row font-size font-weight height margin no-u position--relative pseudo-plus-icon pseudo-plus-icon--small width" type="button" onclick=" if (window.matchMedia('(min-width: 1024px)').matches) return; event.preventDefault(); const $container = event.target.closest('[data-footer-menu-group]'); $container.classList.toggle('mobile-nav-open'); $container.querySelectorAll('[data-footer-menu-link]').forEach(el => el.classList.toggle('hide-mobile')); "style=" --border-color-mobile: var(--dark); --border-width-desktop: 0; --border-width-mobile: 1px 0 0; --font-size-desktop: 12px; --font-size-mobile: 16px; --height-mobile: 60px; --height-desktop: auto; --margin-desktop: 0 0 8px; --margin-mobile: 0; --pseudo-plus-icon-display-desktop: none; --width-mobile: 100%; --width-desktop: auto; line-height: 1; ">Company</button><span class="footer__menu-link hide-mobile bold flex flex--align-center flex--row font-size font-weight margin" style=" --font-size-desktop: 12px; --font-size-mobile: 16px; --margin-desktop: 0 0 8px; --margin-mobile: 0; --pseudo-plus-icon-display-desktop: none; line-height: 1; ">Company</span><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/blogs/news" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 0; line-height: 1.2; ">Blog</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/pages/about" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 0; line-height: 1.2; ">Our Story</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="https://urbanstems.com/pages/press-page" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 0; line-height: 1.2; ">Press</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/policies/privacy-policy" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 0; line-height: 1.2; ">Privacy Policy</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/policies/terms-of-service" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 0; line-height: 1.2; ">Terms & Conditions</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/pages/accessibility" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 0; line-height: 1.2; ">Accessibility</a><a class="font-size color-inherit font-heading hide-mobile hover-u margin no-u" data-footer-menu-link href="/pages/sitemap" style=" --font-size: 18px; --margin-desktop: 0; --margin-mobile: 0 0 20px; line-height: 1.2; ">Sitemap</a></div><a class="footer__icon flex-shrink position width no-u" href="/" style=" --position-bottom: 24px; --position-right: var(--wrap-m); --position-desktop: static; --position-mobile: absolute; --width-desktop: 91px; --width-mobile: 68px; "> <img src="//urbanstems.com/cdn/shop/files/UrbanStems-icon.svg?v=1723474520&width=91" alt="" srcset="//urbanstems.com/cdn/shop/files/UrbanStems-icon.svg?v=1723474520&width=91 91w" width="91" height="102" loading="lazy" class="full-width"> <span class="sr-only"> - View UrbanStems home page</span></a></nav> </div> <div class="footer__social order padding" style=" --order-desktop: 2; --order-mobile: 3; --padding-desktop: 0 var(--wrap-m); --padding-mobile: 0 var(--wrap-m); "><div class="flex flex--row gap margin" style=" --gap: 0; --margin-desktop: 0 0 56px -16px; --margin-mobile: 32px 0 0 -16px; --width-mobile: auto; --width-desktop: auto; "> <a class="color-inherit flex flex--align-center flex--justify-center flex-shrink hover-o no-u transition" style="height: 56px; width: 56px;" href="https://www.tiktok.com/@urbanstems?lang=en" aria-label="View UrbanStems on TikTok"><svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.43218 0.0166665C10.5092 0 11.578 0.00833321 12.6468 0C12.7126 1.27499 13.1648 2.57497 14.0856 3.47496C15.0065 4.39995 16.3055 4.82494 17.5716 4.96661V8.32487C16.3877 8.28321 15.1955 8.03321 14.1185 7.51661C13.6499 7.29994 13.2141 7.02494 12.7866 6.74161C12.7784 9.17487 12.7948 11.6082 12.7701 14.0331C12.7044 15.1998 12.3262 16.3581 11.6602 17.3165C10.5832 18.9164 8.71685 19.9581 6.80125 19.9914C5.62553 20.0581 4.44983 19.7331 3.44679 19.1331C1.78603 18.1415 0.61855 16.3248 0.445896 14.3748C0.429452 13.9581 0.421231 13.5415 0.437674 13.1332C0.585664 11.5499 1.3585 10.0332 2.55886 8.99987C3.92365 7.79994 5.83108 7.22494 7.61518 7.56661C7.63158 8.79987 7.58225 10.0332 7.58225 11.2665C6.76832 10.9999 5.81463 11.0749 5.09935 11.5749C4.58138 11.9165 4.18675 12.4415 3.9812 13.0332C3.80855 13.4581 3.85788 13.9248 3.8661 14.3748C4.06342 15.7415 5.36244 16.8915 6.74368 16.7665C7.66452 16.7581 8.54418 16.2165 9.02105 15.4248C9.17725 15.1498 9.34992 14.8665 9.35818 14.5415C9.44038 13.0499 9.40752 11.5665 9.41572 10.0749C9.42392 6.71661 9.40752 3.36663 9.43218 0.0166665Z" fill="#1E2934"/> </svg> </a> <a class="color-inherit flex flex--align-center flex--justify-center flex-shrink hover-o no-u transition" style="height: 56px; width: 56px;" href="https://www.pinterest.com/sendurbanstems/" aria-label="View UrbanStems on Pinterest"><svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10.6687 0C5.14518 0 0.666504 4.47668 0.666504 9.9978C0.666504 14.0906 3.13134 17.6077 6.65444 19.1565C6.62766 18.4601 6.64998 17.6211 6.82859 16.8623C7.0206 16.05 8.11457 11.4126 8.11457 11.4126C8.11457 11.4126 7.7931 10.7744 7.7931 9.8326C7.7931 8.3508 8.65044 7.24393 9.7221 7.24393C10.633 7.24393 11.0706 7.9268 11.0706 8.7436C11.0706 9.65853 10.4856 11.0243 10.1865 12.2919C9.93644 13.3541 10.7178 14.2156 11.7672 14.2156C13.6605 14.2156 14.9376 11.7831 14.9376 8.8998C14.9376 6.70833 13.4596 5.0703 10.7759 5.0703C7.74397 5.0703 5.8507 7.3332 5.8507 9.8594C5.8507 10.7297 6.10968 11.3457 6.51156 11.8188C6.69464 12.0375 6.72142 12.1267 6.65444 12.3767C6.60533 12.5597 6.49816 13.0015 6.44904 13.1801C6.38206 13.4345 6.17666 13.5237 5.94893 13.4301C4.5513 12.8587 3.89937 11.3323 3.89937 9.60947C3.89937 6.7708 6.29722 3.36532 11.0483 3.36532C14.8661 3.36532 17.38 6.12809 17.38 9.09173C17.38 13.0149 15.1965 15.9429 11.9815 15.9429C10.9009 15.9429 9.8873 15.3582 9.53904 14.6976C9.53904 14.6976 8.9585 17.0007 8.8335 17.447C8.62364 18.2191 8.20837 18.9868 7.82884 19.5894C8.7495 19.8609 9.70437 19.9991 10.6642 20C16.1878 20 20.6665 15.5233 20.6665 10.0022C20.6665 4.48114 16.1923 0 10.6687 0Z" fill="#1E2934"/> </svg> </a> <a class="color-inherit flex flex--align-center flex--justify-center flex-shrink hover-o no-u transition" style="height: 56px; width: 56px;" href="https://www.facebook.com/SendUrbanStems/" aria-label="View UrbanStems on Facebook"><svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M3.33855 20H7.61377V11.5685H11.4658L11.889 7.37873H7.61377V5.26316C7.61377 4.68181 8.0923 4.21053 8.68257 4.21053H11.889V0H8.68257C5.73109 0 3.33855 2.3564 3.33855 5.26316V7.37873H1.20096L0.777832 11.5685H3.33855V20Z" fill="#1E2934"/> </svg> </a> <a class="color-inherit flex flex--align-center flex--justify-center flex-shrink hover-o no-u transition" style="height: 56px; width: 56px;" href="https://www.instagram.com/urbanstems/?hl=en" aria-label="View UrbanStems on Instagram"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.1665 1.66652C15.2707 1.66981 16.3286 2.10989 17.1093 2.89063C17.8901 3.67138 18.3302 4.72935 18.3335 5.83348V14.1665C18.3302 15.2707 17.8901 16.3286 17.1093 17.1093C16.3286 17.8901 15.2707 18.3302 14.1665 18.3335H5.83348C4.72935 18.3302 3.67138 17.8901 2.89063 17.1093C2.10989 16.3286 1.66981 15.2707 1.66652 14.1665V5.83348C1.66981 4.72935 2.10989 3.67138 2.89063 2.89063C3.67138 2.10989 4.72935 1.66981 5.83348 1.66652H14.1665ZM14.1665 0H5.83348C2.625 0 0 2.625 0 5.83348V14.1665C0 17.375 2.625 20 5.83348 20H14.1665C17.375 20 20 17.375 20 14.1665V5.83348C20 2.625 17.375 0 14.1665 0ZM15.4141 5.83398C15.1669 5.83398 14.9251 5.76067 14.7196 5.62332C14.5141 5.48597 14.3538 5.29074 14.2592 5.06234C14.1646 4.83393 14.1399 4.5826 14.1881 4.34012C14.2363 4.09764 14.3553 3.87492 14.5302 3.7001C14.705 3.52528 14.9277 3.40623 15.1702 3.35801C15.4127 3.30977 15.664 3.33452 15.8924 3.42913C16.1208 3.52374 16.3161 3.68396 16.4534 3.88952C16.5907 4.09508 16.6641 4.33676 16.6641 4.58398C16.6644 4.74824 16.6323 4.91094 16.5696 5.06276C16.5069 5.21457 16.4149 5.35251 16.2987 5.46866C16.1826 5.5848 16.0447 5.67686 15.8929 5.73955C15.741 5.80224 15.5783 5.83434 15.4141 5.83398ZM11.852 7.22833C11.3038 6.862 10.6593 6.66652 10 6.66652C9.1162 6.66747 8.26887 7.019 7.64394 7.64393C7.019 8.26887 6.66747 9.1162 6.66652 10C6.66652 10.6593 6.862 11.3038 7.22833 11.852C7.5946 12.4002 8.1152 12.8274 8.72434 13.0797C9.33347 13.3321 10.0037 13.3981 10.6503 13.2694C11.2969 13.1408 11.8909 12.8233 12.3571 12.3571C12.8233 11.8909 13.1408 11.2969 13.2694 10.6503C13.3981 10.0037 13.3321 9.33347 13.0797 8.72433C12.8275 8.1152 12.4002 7.5946 11.852 7.22833ZM7.22214 5.84265C8.0444 5.29325 9.01107 5 10 5C11.3261 5 12.5979 5.52679 13.5355 6.46447C14.4732 7.40213 15 8.67393 15 10C15 10.9889 14.7067 11.9556 14.1573 12.7779C13.6079 13.6001 12.8271 14.2409 11.9134 14.6194C10.9998 14.9979 9.99447 15.0969 9.02454 14.9039C8.05467 14.711 7.16374 14.2348 6.46447 13.5355C5.76521 12.8363 5.289 11.9453 5.09608 10.9755C4.90315 10.0055 5.00217 9.0002 5.38061 8.0866C5.75904 7.17293 6.39991 6.39206 7.22214 5.84265Z" fill="#1E2934"/> </svg></a> </div></div><details class="footer__details-menu accordion border flex flex--row flex--justify-between flex--wrap margin order padding" style=" --border-color: var(--dark); --border-style: solid; --border-width-desktop: 1px 0 0; --border-width-mobile: 1px 0; --grid-column: 1/-1; --margin-desktop: 80px 0 0; --margin-mobile: 0; --order-desktop: 3; --order-mobile: 2; --margin-desktop: 0; --margin-mobile: 0 var(--wrap-m); "> <summary class="min-height padding" style=" --min-height-desktop: 73px; --min-height-mobile: 60px; --padding-desktop: 20px var(--wrap-m) 18px; --padding-mobile: 17px 0 14px; align-items: center; box-sizing: border-box; display: flex; "> <span class="footer__icon color-inherit flex-row-desktop font-heading font-size hide-mobile" style=" --font-size: 18px; "> Delivery to All Major Cities <svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg" style="display: block; height: auto; margin-left: 16px; width: 6px;"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.15202 8.15446L1.70467 14.6018L0.997559 13.8947L7.09136 7.80091L0.997559 1.70711L1.70467 1L8.15202 7.44735L8.50557 7.80091L8.15202 8.15446Z" fill="currentColor"/> <path d="M1.70467 14.6018L1.26272 15.0438L1.70467 15.4857L2.14661 15.0438L1.70467 14.6018ZM8.15202 8.15446L7.71008 7.71252L8.15202 8.15446ZM0.997559 13.8947L0.555617 13.4528L0.113676 13.8947L0.555617 14.3366L0.997559 13.8947ZM7.09136 7.80091L7.5333 8.24285L7.97524 7.80091L7.5333 7.35896L7.09136 7.80091ZM0.997559 1.70711L0.555617 1.26517L0.113675 1.70711L0.555617 2.14905L0.997559 1.70711ZM1.70467 1L2.14661 0.558058L1.70467 0.116116L1.26272 0.558059L1.70467 1ZM8.15202 7.44735L7.71008 7.88929L8.15202 7.44735ZM8.50557 7.80091L8.94751 8.24285L9.38945 7.80091L8.94751 7.35896L8.50557 7.80091ZM2.14661 15.0438L8.59396 8.5964L7.71008 7.71252L1.26272 14.1599L2.14661 15.0438ZM0.555617 14.3366L1.26272 15.0438L2.14661 14.1599L1.4395 13.4528L0.555617 14.3366ZM6.64942 7.35896L0.555617 13.4528L1.4395 14.3366L7.5333 8.24285L6.64942 7.35896ZM0.555617 2.14905L6.64942 8.24285L7.5333 7.35896L1.4395 1.26517L0.555617 2.14905ZM1.26272 0.558059L0.555617 1.26517L1.4395 2.14905L2.14661 1.44194L1.26272 0.558059ZM8.59396 7.00541L2.14661 0.558058L1.26272 1.44194L7.71008 7.88929L8.59396 7.00541ZM8.94751 7.35896L8.59396 7.00541L7.71008 7.88929L8.06363 8.24285L8.94751 7.35896ZM8.59396 8.5964L8.94751 8.24285L8.06363 7.35896L7.71008 7.71252L8.59396 8.5964Z" fill="currentColor"/> </svg> </span> <span class="hide-desktop block bold color-inherit font-size font-weight full-width height no-u position--relative pseudo-plus-icon pseudo-plus-icon--small" style=" --font-size-desktop: 18px; --font-size-mobile: 16px; --pseudo-plus-icon-right: 0; "> Delivery to All Major Cities </span> </summary> <div class="footer__details-menu-links padding" style=" --padding-desktop: 0 var(--wrap-m) 46px; --padding-mobile: 14px 0 38px; column-gap: 5%; "> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/nyc-same-day-delivery" style=" --font-size: 18px; line-height: 1.2; "> New York City </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/dc-same-day-delivery" style=" --font-size: 18px; line-height: 1.2; "> Washington DC </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/los-angeles-same-day-delivery" style=" --font-size: 18px; line-height: 1.2; "> Los Angeles </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/seattle-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Seattle </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/portland-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Portland </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/sf-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> San Fransisco </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/sandiego-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> San Diego </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/oakland-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Oakland </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/austin-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Austin </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/houston-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Houston </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/dallas-same-day-delivery" style=" --font-size: 18px; line-height: 1.2; "> Dallas </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/denver-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Denver </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/boston-same-day-delivery" style=" --font-size: 18px; line-height: 1.2; "> Boston </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/philadelphia-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Philadelphia </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/atlanta-same-day-delivery" style=" --font-size: 18px; line-height: 1.2; "> Atlanta </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/brooklyn-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Brooklyn </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/stl-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> St. Louis </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/tampa-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Tampa </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/indianapolis-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Idianapolis </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/miami-same-day-delivery" style=" --font-size: 18px; line-height: 1.2; "> Miami </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/chicago-same-day-delivery" style=" --font-size: 18px; line-height: 1.2; "> Chicago </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/charlotte-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Charlotte </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/nashville-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Nashville </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/las-vegas-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Las Vegas </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/columbus-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Columbus </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/san-jose-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> San Jose </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/orlando-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Orlando </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/baltimore-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Baltimore </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/arlington-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Arlington </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/alexandria-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Alexandria </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/bethesda-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Bethesda </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/jersey-city-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Jersey City </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/queens-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> Queens </a> <a class="footer__details-menu-link font-size color-inherit font-heading hover-u no-u width-" href="/collections/bronx-flower-delivery" style=" --font-size: 18px; line-height: 1.2; "> The Bronx </a> </div> </details> <div class="footer__copyright border font-size min-height order padding" style=" --border-color: var(--dark); --border-style: solid; --border-width-desktop: 1px 0 0; --border-width-mobile: 0; --font-size: 12px; --min-height-desktop: 74px; --min-height-mobile: 60px; --order-desktop: 4; --order-mobile: 4; --padding-desktop: 14px var(--wrap-m); --padding-mobile: 37px calc(68px + (var(--wrap-m) * 2)) 58px var(--wrap-h); align-items: center; display: flex; "> <small class="font-heading font-size" style=" --font-size: 14px; "> © 2025 UrbanStems </small> </div> </div> </section> <!-- END sections: footer-group --></footer><script src="//urbanstems.com/cdn/shop/t/172/assets/global.js?v=111239620885697506471738874702" defer></script> <script src="//urbanstems.com/cdn/shop/t/172/assets/delivery.js?v=108795265333052716671739306707" defer></script><style> /* fix loading icon bug in iOs */.product-card img[src*="loading.svg"] {left: 50%; mix-blend-mode: multiply; object-fit: contain; position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: var(--product-loading-z-index, -1);} /* fix loading icon bug in iOs */.products__loading {background-color: #fff; border-radius: 4px; box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1); height: 60px; left: 50%; opacity: var(--products-loading-opacity, 0); padding: 0 10px; pointer-events: none; position: fixed; top: 50vh; transform: translate(-50%, -50%); width: 60px; z-index: 30;} @media (min-width: 1024px) {.products__loading {height: 80px; width: 80px; }} .marquee-logo img,.logo-container img {width: 500px !important; /* Adjust the width as needed */ max-width: none !important; height: auto !important; display: block; margin: 0 auto;} .marquee-logo,.logo-container {text-align: center; padding: 0 !important; margin: 0 !important;} .cart__loyalty-rewards + div {margin: var(--loyalty-rewards-margin, 14px 0 0);} </style> <div id="shopify-block-AV3hyQ2FISjdzWlBPV__11945366711752539959" class="shopify-block shopify-app-block"><script> var script = document.createElement('script');script.type = 'text/javascript';script.id = 'ze-snippet';script.src = 'https://static.zdassets.com/ekr/snippet.js?key=78df7fc4-9dfb-4fbd-b9a9-10ff0e1640d3';document.getElementsByTagName('head')[0].appendChild(script); </script> </div><div id="shopify-block-AN3hsdzZvTTlIb2FWQ__8218531531362863771" class="shopify-block shopify-app-block"><script async src="https://cdn.shopify.com/extensions/4001ee73-01d6-4882-8a89-244fb2c09edb/kite-discount-free-gift-504/assets/shippingDiscount.js"></script> <script async src="https://cdn.shopify.com/extensions/4001ee73-01d6-4882-8a89-244fb2c09edb/kite-discount-free-gift-504/assets/customDiscountLogic.js"></script> <script> let shopifyLiquidValuesApp7Ext = { product: { handle: null, productId: null, collections: [ ] }, selected_or_first_available_variant: null, customer: { first_name: null, email: null, id: null, total_spent: null, customerTags: null }, cartData : {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0}, }; window.shopifyLiquidValuesApp7Ext = shopifyLiquidValuesApp7Ext; </script> <script id="kite-app-data" type="application/json" data-json="{"userData":{"shopName":"274513-24.myshopify.com","storefrontAccessToken":"1f508fae4b94062f8aa5b25dcc096843","countryCode":"US","countryName":"United States","currency":"USD","currencyInfo":{"code":"USD","symbol":"$","thousandsSeparator":",","decimalSeparator":".","symbolOnLeft":true,"spaceBetweenAmountAndSymbol":false,"decimalDigits":2},"customSettings":{"initialModalPopupCnt":0,"disableCartSettings":false,"addToCartBtnSelectors":null,"checkoutBtnSelectors":null,"customStyle":null,"addAfterAddTocartBtn":false,"addAftercheckoutBtn":false,"disableApp":false,"redirectToCartAfterBogoAddition":null,"redirectToCheckoutAfterBogoAddition":true,"languageMode":"SINGLE","isRegionalLocaleUrlRequiredForHref":true},"createdAt":"2024-10-19T21:47:08.782Z","isSubscription":{"name":"Monthly-Shopify-Plus-Sept24"},"isAppLevelMetafieldCreated":true,"isUseAppLevelMetafieldDisabled":false,"multipleCurrenciesInfo":{"USD":{"code":"USD","symbol":"$","thousandsSeparator":",","decimalSeparator":".","symbolOnLeft":true,"spaceBetweenAmountAndSymbol":false,"decimalDigits":2}}},"languageData":null,"promotionCampaigns":[],"discounts":[],"boGo":[],"shippingDiscount":[{"_id":"672d3559bda3cd16e297dfcb","shopName":"274513-24.myshopify.com","isDeleted":false,"title":"Employee Discount - Shipping","discountFunctionType":"SHIPPING_DISCOUNT","shippingDiscountType":"CONDITIONAL_DISCOUNT","rulesData":{"rulesGlobalOperator":"AND","rulesGlobalList":[{"rulesOperator":"AND","rulesList":[{"ruleType":"customerTags","type":"CUSTOMER","ruleValue":{"operatorType":"is","tags":["UrbanEmployee"]}}]}]},"discountSettings":{"discountId":"gid://shopify/DiscountAutomaticNode/1348898881784","type":"PERCENTAGE","value":"75","mode":"AUTOMATIC","combinesWithOrderDiscounts":true,"combinesWithProductDiscounts":true,"combinesWithShippingDiscounts":false,"rulesData":{"rulesGlobalOperator":"AND","rulesGlobalList":[{"rulesOperator":"AND","rulesList":[{"ruleType":"rateAll","type":"DELIVERY_OPTION","ruleValue":{"value":""}}]}]}},"isEnabled":true,"campaignScheduleData":{"campaignSchedule":"CONTINUOUS","startDate":"2024-10-01T00:00:00.000Z","endDate":"2024-10-08T00:00:00.000Z","startTime":"00:00","endTime":"00:00","startDateTime":"2024-09-30T18:30:00.000Z","endDateTime":"2024-10-07T18:30:00.000Z","startDateTime_UTC":"2024-09-30T18:30:00.000Z","endDateTime_UTC":"2024-10-07T18:30:00.000Z","timeZone":"EST"},"widgetSettings":{"titleBar":{"showOnWidget":true,"conditionMetIconUrl":"https://d1cjetlwgplgi5.cloudfront.net/public/Shipping_discount_title_icon_success_1.webp","conditionNotMetIconUrl":"https://d1cjetlwgplgi5.cloudfront.net/public/Shipping_discount_title_icon_1.webp","en":{"conditionMetHeadingText":"Discount Unlocked","conditionMetSubheadingText":"Woohoo! you have unlocked shipping discount","conditionNotMetHeadingText":"{{DISCOUNT_VALUE}}% off on shipping","conditionNotMetSubheadingText":"Complete these steps to unlock discount"}},"rulesData":{"rulesGlobalOperator":"AND","rulesGlobalList":[{"rulesOperator":"AND","rulesList":[{"showOnWidget":true,"conditionNotMetIconUrl":"https://d1cjetlwgplgi5.cloudfront.net/public/Customer_tags.webp","conditionMetIconUrl":"https://d1cjetlwgplgi5.cloudfront.net/public/Progressbar_item_success.webp","ruleText":{"en":{"conditionMetText":"Be a {{CUSTOMER_TAG}} customer","conditionNotMetText":"Be a {{CUSTOMER_TAG}} customer"}}}],"finalCheckBox":{"showOnWidget":true,"conditionMetIconUrl":"https://d1cjetlwgplgi5.cloudfront.net/public/Progressbar_item_success.webp","conditionNotMetIconUrl":"https://d1cjetlwgplgi5.cloudfront.net/public/Discount_Tag_1.webp","en":{"conditionNotMetText":"{{DISCOUNT_VALUE}}% off on Shipping","conditionMetText":"Discount Unlocked"}}}]},"styleSettings":{"templateType":"SINGLE_RULE_LAYOUT","titleBarHeadingFontSize":20,"titleBarHeadingFontWeight":"bold","titleBarSubHeadingFontSize":14,"titleBarSubHeadingFontWeight":"medium","titleBarTextColor":"#ffffff","titleBarBackgroundColor":"#262626","widgetBodyFontSize":12,"widgetBodyFontWeight":"medium","widgetBodyTextColor":"#000000","widgetBodyBackgroundColor":"#ffffff","widgetBodyBorderColor":"#262626","progressBarSuccessFillColor":"#00BA00","progressBarInProgressFillColor":"#B9B9B9"},"displaySettings":{"cartPage":false,"sideCart":false,"productPages":false,"specificProductPages":false,"specificProducts":[],"specificCollectionPages":false,"specificCollections":[]}},"widgetSettingsUpdated":true,"discountData_shopifyResponse":{"discountId":"gid://shopify/DiscountAutomaticNode/1348898881784","title":"Employee Discount - Shipping","startsAt":"2021-02-02T17:09:21Z","endsAt":null,"status":"ACTIVE","appDiscountType":{"appKey":"e51a4e2686c9072bb405bf25837fe8f7","functionId":"edf473de-a7b3-4607-84eb-dc060f347c56"},"combinesWith":{"orderDiscounts":true,"productDiscounts":true,"shippingDiscounts":false}},"createdAt":"2024-11-07T21:47:05.955Z","updatedAt":"2024-11-08T13:59:12.102Z","__v":0,"type":"update"},{"_id":"67321edebb0844aeca09912a","shopName":"274513-24.myshopify.com","isDeleted":false,"title":"UrbanBrandSends","discountFunctionType":"SHIPPING_DISCOUNT","shippingDiscountType":"CONDITIONAL_DISCOUNT","rulesData":{"rulesGlobalOperator":"AND","rulesGlobalList":[{"rulesOperator":"AND","rulesList":[{"ruleType":"customerTags","type":"CUSTOMER","ruleValue":{"operatorType":"is","tags":["UrbanBrandSends"]}}]}]},"discountSettings":{"discountId":"gid://shopify/DiscountAutomaticNode/1349280825592","type":"PERCENTAGE","value":"100","mode":"AUTOMATIC","combinesWithOrderDiscounts":true,"combinesWithProductDiscounts":true,"combinesWithShippingDiscounts":false,"rulesData":{"rulesGlobalOperator":"AND","rulesGlobalList":[{"rulesOperator":"AND","rulesList":[{"ruleType":"rateAll","type":"DELIVERY_OPTION","ruleValue":{"value":""}}]}]}},"isEnabled":true,"campaignScheduleData":{"campaignSchedule":"CONTINUOUS","startDate":"2024-10-01T00:00:00.000Z","endDate":"2024-10-08T00:00:00.000Z","startTime":"00:00","endTime":"00:00","startDateTime":"2024-09-30T18:30:00.000Z","endDateTime":"2024-10-07T18:30:00.000Z","startDateTime_UTC":"2024-09-30T18:30:00.000Z","endDateTime_UTC":"2024-10-07T18:30:00.000Z","timeZone":""},"widgetSettings":{"titleBar":{"showOnWidget":true,"conditionMetIconUrl":"https://d1cjetlwgplgi5.cloudfront.net/public/Shipping_discount_title_icon_success_1.webp","conditionNotMetIconUrl":"https://d1cjetlwgplgi5.cloudfront.net/public/Shipping_discount_title_icon_1.webp","en":{"conditionMetHeadingText":"Discount Unlocked","conditionMetSubheadingText":"Woohoo! you have unlocked shipping discount","conditionNotMetHeadingText":"{{DISCOUNT_VALUE}}% off on shipping","conditionNotMetSubheadingText":"Complete these steps to unlock discount"}},"rulesData":{"rulesGlobalOperator":"AND","rulesGlobalList":[{"rulesOperator":"AND","rulesList":[{"showOnWidget":true,"conditionNotMetIconUrl":"https://d1cjetlwgplgi5.cloudfront.net/public/Customer_tags.webp","conditionMetIconUrl":"https://d1cjetlwgplgi5.cloudfront.net/public/Progressbar_item_success.webp","ruleText":{"en":{"conditionMetText":"Be a {{CUSTOMER_TAG}} customer","conditionNotMetText":"Be a {{CUSTOMER_TAG}} customer"}}}],"finalCheckBox":{"showOnWidget":true,"conditionMetIconUrl":"https://d1cjetlwgplgi5.cloudfront.net/public/Progressbar_item_success.webp","conditionNotMetIconUrl":"https://d1cjetlwgplgi5.cloudfront.net/public/Discount_Tag_1.webp","en":{"conditionNotMetText":"{{DISCOUNT_VALUE}}% off on Shipping","conditionMetText":"Discount Unlocked"}}}]},"styleSettings":{"templateType":"SINGLE_RULE_LAYOUT","titleBarHeadingFontSize":20,"titleBarHeadingFontWeight":"bold","titleBarSubHeadingFontSize":14,"titleBarSubHeadingFontWeight":"medium","titleBarTextColor":"#ffffff","titleBarBackgroundColor":"#262626","widgetBodyFontSize":12,"widgetBodyFontWeight":"medium","widgetBodyTextColor":"#000000","widgetBodyBackgroundColor":"#ffffff","widgetBodyBorderColor":"#262626","progressBarSuccessFillColor":"#00BA00","progressBarInProgressFillColor":"#B9B9B9"},"displaySettings":{"cartPage":false,"sideCart":false,"productPages":false,"specificProductPages":false,"specificProducts":[],"specificCollectionPages":false,"specificCollections":[]}},"widgetSettingsUpdated":true,"discountData_shopifyResponse":{"discountId":"gid://shopify/DiscountAutomaticNode/1349280825592","title":"UrbanBrandSends","startsAt":"2021-02-02T17:09:21Z","endsAt":null,"status":"ACTIVE","appDiscountType":{"appKey":"e51a4e2686c9072bb405bf25837fe8f7","functionId":"edf473de-a7b3-4607-84eb-dc060f347c56"},"combinesWith":{"orderDiscounts":true,"productDiscounts":true,"shippingDiscounts":false}},"createdAt":"2024-11-11T15:12:30.196Z","updatedAt":"2024-11-11T15:12:30.196Z","__v":0}],"customDiscount":[{"_id":"672d3521bda3cd16e297dd9d","shopName":"274513-24.myshopify.com","isDeleted":false,"title":"Employee Discount - Order","discountFunctionType":"CONDITIONAL_DISCOUNT","rulesData":{"rulesGlobalOperator":"AND","rulesGlobalList":[{"rulesOperator":"AND","rulesList":[{"ruleType":"customerTags","type":"CUSTOMER","ruleValue":{"operatorType":"is","tags":["UrbanEmployee"]}}]}]},"discountSettings":{"discountId":"gid://shopify/DiscountAutomaticNode/1365121106168","type":"PERCENTAGE","appliesToEachItem":false,"maxDiscountableItemsPerProduct":"0","maxDiscountableProductsPerCart":"0","totalMaxDiscountableProducts":"0","sortBasedOn":"none","sortByOrder":"none","value":"50","mode":"AUTOMATIC","combinesWithOrderDiscounts":true,"combinesWithProductDiscounts":true,"combinesWithShippingDiscounts":true,"useEligibilityProductsForDiscount":false,"message":"","rulesData":{"rulesGlobalOperator":"AND","rulesGlobalList":[{"rulesOperator":"AND","rulesList":[{"ruleType":"products","type":"DISCOUNT_PRODUCT","ruleValue":{"operatorType":"exclude","products":[{"productId":"8657911283960","graphqlId":"gid://shopify/Product/8657911283960","handle":"classic-subscription","variants":[{"variantId":"45510440780024","variantGraphqlId":"gid://shopify/ProductVariant/45510440780024"}],"hasOnlyDefaultVariant":true,"images":[{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/ClassicSubs_image_7c04b214-656e-42a0-bf97-09213ec75801.jpg?v=1730778044"}],"title":"Classic Subscription"},{"productId":"8657911349496","graphqlId":"gid://shopify/Product/8657911349496","handle":"luxe-subscription","variants":[{"variantId":"45510440845560","variantGraphqlId":"gid://shopify/ProductVariant/45510440845560"}],"hasOnlyDefaultVariant":true,"images":[{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/SeasonalSubs_Luxe2025_PDP.jpg?v=1737473841"}],"title":"Luxe Subscription"},{"productId":"8657911316728","graphqlId":"gid://shopify/Product/8657911316728","handle":"seasonal-subscription","variants":[{"variantId":"45510440812792","variantGraphqlId":"gid://shopify/ProductVariant/45510440812792"}],"hasOnlyDefaultVariant":true,"images":[{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/SeasonalSubs_V-Day2025_PDP.jpg?v=1737473795"}],"title":"Seasonal Subscription"}]}},{"ruleType":"productHasSubscription","type":"DISCOUNT_PRODUCT","ruleValue":{"operatorType":"exclude"}},{"ruleType":"lineAttributes","type":"DISCOUNT_PRODUCT","ruleValue":{"operatorType":"exclude","attributeKey":{"operatorType":"is","value":"_bundle_children"},"attributeValue":{"operatorType":"is","value":"45948487860472,46122366238968"}}}]}]}},"isEnabled":true,"campaignScheduleData":{"campaignSchedule":"CONTINUOUS","startDate":"2024-11-07","endDate":"2024-11-14","startTime":"00:00","endTime":"00:00","startDateTime":"2024-11-07T00:00:00-08:00","endDateTime":"2024-11-14T00:00:00-08:00","startDateTime_UTC":"2024-11-07T08:00:00Z","endDateTime_UTC":"2024-11-14T08:00:00Z","timeZone":"EST"},"CFDevSettings":{"functionValidationLimits":{"isLimitsEnabled":true,"fullValidation":"5","allQualifyingItems":"15","fewQualifyingItems":"50"}},"discountData_shopifyResponse":{"discountId":"gid://shopify/DiscountAutomaticNode/1365121106168","title":"Employee Discount - Order","startsAt":"2021-02-02T17:09:21Z","endsAt":null,"status":"ACTIVE","appDiscountType":{"appKey":"e51a4e2686c9072bb405bf25837fe8f7","functionId":"27e9bd93-0137-4412-b56f-5182cbfec6f2"},"combinesWith":{"orderDiscounts":true,"productDiscounts":true,"shippingDiscounts":true}},"createdAt":"2024-11-07T21:46:09.325Z","updatedAt":"2025-02-05T21:08:22.010Z","__v":0,"type":"update"},{"_id":"672e7591bda3cd16e2a243dc","shopName":"274513-24.myshopify.com","isDeleted":false,"title":"Investor Discount","discountFunctionType":"CONDITIONAL_DISCOUNT","rulesData":{"rulesGlobalOperator":"AND","rulesGlobalList":[{"rulesOperator":"AND","rulesList":[{"ruleType":"customerTags","type":"CUSTOMER","ruleValue":{"operatorType":"is","tags":["investor25"]}}]}]},"discountSettings":{"discountId":"gid://shopify/DiscountAutomaticNode/1356805079288","type":"PERCENTAGE","appliesToEachItem":false,"maxDiscountableItemsPerProduct":"0","maxDiscountableProductsPerCart":"0","totalMaxDiscountableProducts":"0","sortBasedOn":"none","sortByOrder":"none","value":"25","mode":"AUTOMATIC","combinesWithOrderDiscounts":false,"combinesWithProductDiscounts":false,"combinesWithShippingDiscounts":true,"useEligibilityProductsForDiscount":false,"message":"","rulesData":{"rulesGlobalOperator":"AND","rulesGlobalList":[{"rulesOperator":"AND","rulesList":[{"ruleType":"allProducts","type":"DISCOUNT_PRODUCT"}]}]}},"isEnabled":true,"campaignScheduleData":{"campaignSchedule":"CONTINUOUS","startDate":"2024-11-08","endDate":"2024-11-15","startTime":"00:00","endTime":"00:00","startDateTime":"2024-11-08T00:00:00-05:00","endDateTime":"2024-11-15T00:00:00-05:00","startDateTime_UTC":"2024-11-08T05:00:00Z","endDateTime_UTC":"2024-11-15T05:00:00Z","timeZone":"EST"},"CFDevSettings":{"functionValidationLimits":{"isLimitsEnabled":true,"fullValidation":"5","allQualifyingItems":"15","fewQualifyingItems":"50"}},"discountData_shopifyResponse":{"discountId":"gid://shopify/DiscountAutomaticNode/1356805079288","title":"Investor Discount","startsAt":"2021-02-02T17:09:21Z","endsAt":null,"status":"ACTIVE","appDiscountType":{"appKey":"e51a4e2686c9072bb405bf25837fe8f7","functionId":"27e9bd93-0137-4412-b56f-5182cbfec6f2"},"combinesWith":{"orderDiscounts":false,"productDiscounts":false,"shippingDiscounts":true}},"createdAt":"2024-11-08T20:33:21.112Z","updatedAt":"2024-12-23T05:31:24.348Z","__v":0,"type":"update"},{"_id":"67a10fd551b56e93f258481a","shopName":"274513-24.myshopify.com","isDeleted":false,"title":"VDAYHEAT","discountFunctionType":"CONDITIONAL_DISCOUNT","rulesData":{"rulesGlobalOperator":"AND","rulesGlobalList":[{"rulesOperator":"OR","rulesList":[{"ruleType":"cartQuantity","type":"CART","ruleValue":{"operatorType":"greaterThanOrEqualTo","value":"1"}}]}]},"discountSettings":{"discountId":"gid://shopify/DiscountCodeNode/1366320316664","type":"PERCENTAGE","appliesToEachItem":false,"maxDiscountableItemsPerProduct":"0","maxDiscountableProductsPerCart":"0","totalMaxDiscountableProducts":"0","sortBasedOn":"none","sortByOrder":"none","value":"20","mode":"CODE_APP_DISCOUNT","combinesWithOrderDiscounts":false,"combinesWithProductDiscounts":false,"combinesWithShippingDiscounts":false,"useEligibilityProductsForDiscount":false,"message":"","rulesData":{"rulesGlobalOperator":"AND","rulesGlobalList":[{"rulesOperator":"AND","rulesList":[{"ruleType":"products","type":"DISCOUNT_PRODUCT","ruleValue":{"operatorType":"exclude","products":[{"productId":"8657909514488","graphqlId":"gid://shopify/Product/8657909514488","handle":"double-the-growers-choice-peony","variants":[{"variantId":"45510438715640","variantGraphqlId":"gid://shopify/ProductVariant/45510438715640"}],"hasOnlyDefaultVariant":true,"images":[{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Double_GrowersChoice_MainImage_PDP_92e52c0c-6813-4d3a-bd41-0c1400334ffd.jpg?v=1729718538"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Double_GrowersChoice_SupportingImage_1_PDP.jpg?v=1729195326"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/dwb90e28a9_Spring24_GrowersChoice_Bud_top.jpg?v=1723789518"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/dw68be4a29_Spring24_GrowersChoice_Bud_Carousel_copy_2.jpg?v=1723789612"}],"title":"Double the Grower's Choice Peony"},{"productId":"8692604928248","graphqlId":"gid://shopify/Product/8692604928248","handle":"double-the-peony","variants":[{"variantId":"45607260684536","variantGraphqlId":"gid://shopify/ProductVariant/45607260684536"}],"hasOnlyDefaultVariant":true,"images":[{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Double_Peony_v2_MainImage_PDP.jpg?v=1737972187"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Double_Peony_v2_SupportingImage_PDP.jpg?v=1737972187"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/dw5425a946_Spring24_Peony_Double_BeforeAfter_Carousel.gif?v=1737972187"}],"title":"Double the Peony"},{"productId":"8692604829944","graphqlId":"gid://shopify/Product/8692604829944","handle":"double-the-snow-peony","variants":[{"variantId":"45607260455160","variantGraphqlId":"gid://shopify/ProductVariant/45607260455160"}],"hasOnlyDefaultVariant":true,"images":[{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Double_SnowPeony_MainImage_PDP.jpg?v=1729717666"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Double_PeonyClouds_SupportingImage_1_PDP.jpg?v=1729195877"}],"title":"Double the Snow Peony"},{"productId":"8694078144760","graphqlId":"gid://shopify/Product/8694078144760","handle":"the-aphrodite","variants":[{"variantId":"45610328326392","variantGraphqlId":"gid://shopify/ProductVariant/45610328326392"}],"hasOnlyDefaultVariant":true,"images":[{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Aphrodite_MainImage_PDP.jpg?v=1733323832"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Aphrodite_SupportingImage_PDP_2.jpg?v=1733323832"}],"title":"The Aphrodite"},{"productId":"8657902436600","graphqlId":"gid://shopify/Product/8657902436600","handle":"the-growers-choice-peony","variants":[{"variantId":"45510429769976","variantGraphqlId":"gid://shopify/ProductVariant/45510429769976"}],"hasOnlyDefaultVariant":true,"images":[{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/GrowersChoice_MainImage_PDP_97e2deea-0811-4156-af32-e5f383bc6eff.jpg?v=1731490994"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/GrowersChoice_SupportingImage_1_PDP_79284bb3-2486-4e9f-9ccc-5340ba6fdd1d.jpg?v=1731490994"}],"title":"The Grower's Choice Peony"},{"productId":"8657893687544","graphqlId":"gid://shopify/Product/8657893687544","handle":"the-peony","variants":[{"variantId":"45510417678584","variantGraphqlId":"gid://shopify/ProductVariant/45510417678584"}],"hasOnlyDefaultVariant":true,"images":[{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Peony_V2_MainImage_PDP.jpg?v=1737972145"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Peony_v2_SupportingImage_PDP.jpg?v=1737972145"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Peony_v2_SupportingImage_2_PDP.jpg?v=1737972145"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/dw4e181e38_Spring24_Peony_2024_BeforeAfter_Carousel.gif?v=1737972145"}],"title":"The Peony"},{"productId":"8657896243448","graphqlId":"gid://shopify/Product/8657896243448","handle":"the-snow-peony","variants":[{"variantId":"45510421217528","variantGraphqlId":"gid://shopify/ProductVariant/45510421217528"}],"hasOnlyDefaultVariant":true,"images":[{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/SnowPeony_MainImage_PDP.jpg?v=1729717666"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/PeonyClouds_SupportingImage_1_PDP.jpg?v=1729198666"}],"title":"The Snow Peony"},{"productId":"8657913151736","graphqlId":"gid://shopify/Product/8657913151736","handle":"triple-the-growers-choice-peony","variants":[{"variantId":"45510442942712","variantGraphqlId":"gid://shopify/ProductVariant/45510442942712"}],"hasOnlyDefaultVariant":true,"images":[{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Triple_GrowersChoice_MainImage_PDP_fc73b053-41ed-497a-988a-fa297b9e7aa7.jpg?v=1729718538"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Triple_GrowersChoice_SupportingImage_1_PDP.jpg?v=1727924348"}],"title":"Triple the Grower's Choice Peony"},{"productId":"8657912824056","graphqlId":"gid://shopify/Product/8657912824056","handle":"triple-the-peony","variants":[{"variantId":"45510442615032","variantGraphqlId":"gid://shopify/ProductVariant/45510442615032"}],"hasOnlyDefaultVariant":true,"images":[{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Triple_Peony_v2_MainImage_PDP.jpg?v=1737972231"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Triple_Peony_v2_SupportingImage_PDP.jpg?v=1737972231"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/dw4d455910_Spring24_Peony_Triple_BeforeAfter_Carousel.gif?v=1737972231"}],"title":"Triple the Peony"},{"productId":"8657912856824","graphqlId":"gid://shopify/Product/8657912856824","handle":"triple-the-snow-peony","variants":[{"variantId":"45510442647800","variantGraphqlId":"gid://shopify/ProductVariant/45510442647800"}],"hasOnlyDefaultVariant":true,"images":[{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Triple_SnowPeony_MainImage_PDP.jpg?v=1729717666"},{"originalSrc":"https://cdn.shopify.com/s/files/1/0693/4016/8440/files/Triple_PeonyClouds_SupportingImage_1_PDP.jpg?v=1727923962"}],"title":"Triple the Snow Peony"}]}},{"ruleType":"lineAttributes","type":"DISCOUNT_PRODUCT","ruleValue":{"operatorType":"exclude","attributeKey":{"operatorType":"is","value":"_bundle_children"},"attributeValue":{"operatorType":"is","value":"45948487860472,46122366238968"}}}]}]}},"isEnabled":true,"campaignScheduleData":{"campaignSchedule":"SCHEDULED","startDate":"2025-02-05","endDate":"2025-02-13","startTime":"00:00","endTime":"23:45","startDateTime":"2025-02-05T05:00:00Z","endDateTime":"2025-02-14T04:45:00Z","startDateTime_UTC":"2025-02-05T05:00:00Z","endDateTime_UTC":"2025-02-14T04:45:00Z","timeZone":"EST"},"CFDevSettings":{"functionValidationLimits":{"isLimitsEnabled":true,"fullValidation":"5","allQualifyingItems":"15","fewQualifyingItems":"50"}},"discountData_shopifyResponse":{"discountId":"gid://shopify/DiscountCodeNode/1366320316664","title":"VDAYHEAT","startsAt":"2025-02-05T05:00:00Z","appDiscountType":{"appKey":"e51a4e2686c9072bb405bf25837fe8f7","functionId":"27e9bd93-0137-4412-b56f-5182cbfec6f2"},"combinesWith":{"orderDiscounts":false,"productDiscounts":false,"shippingDiscounts":false}},"createdAt":"2025-02-03T18:49:57.639Z","updatedAt":"2025-02-11T21:26:48.862Z","__v":0,"type":"update"}],"unifiedWidget":[]}"></script> <script> if (window && !window.kite_app_data) { let metafieldData; // Get the JSON data from the data attribute of the script tag const jsonDataElement = document.getElementById('kite-app-data'); const jsonString = jsonDataElement ? jsonDataElement.getAttribute('data-json') : ''; try { // Parse the JSON string metafieldData = JSON.parse(jsonString); } catch (error) { // Log the error if parsing fails console.error("Failed to parse metafield data:", error); metafieldData = { errorMsg: "This is not a valid JSON" }; } // If the parsing was successful and no error message exists if (metafieldData && !metafieldData?.errorMsg) { window.kite_app_data = metafieldData; } // Clear the data-json attribute if (jsonDataElement) { jsonDataElement.setAttribute('data-json', ''); } } </script> </div></body> </html>